← Back to SOC feed Coverage →

ThreatFox: OrBit IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-orbitiocthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-07-27T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity by matching network and endpoint telemetry against three specific indicators of compromise (IOCs) linked to the OrBit threat actor, enabling the identification of potential initial access or command-and-control communications. The SOC team should proactively hunt for these signals in Azure Sentinel to rapidly detect early-stage intrusions associated with this high-severity campaign before they escalate into broader lateral movement or data exfiltration incidents.

IOC Summary

Malware Family: OrBit Total IOCs: 3 IOC Types: sha1_hash, sha256_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash068fe402eb8cdbb0fe21f972ac4a23fapayload2026-07-2795%
sha1_hashc71045ed086daee981779b0bd7f63ca426040b80payload2026-07-2795%
sha256_hash3da1a4045d67c272137310c4df4ef6dfd0fbae684ac8c0fc76b4f2e31eb8138apayload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - OrBit
let malicious_hashes = dynamic(["068fe402eb8cdbb0fe21f972ac4a23fa", "c71045ed086daee981779b0bd7f63ca426040b80", "3da1a4045d67c272137310c4df4ef6dfd0fbae684ac8c0fc76b4f2e31eb8138a"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: OrBit IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.orbit/