← Back to SOC feed Coverage →

ThreatFox: Azorult IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-azorult
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-06-14T23:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Azorult malware activity through known IOCs, indicating an adversary may be establishing persistence or exfiltrating data. SOC teams should proactively hunt for this behavior to detect and mitigate advanced threats before they cause significant damage in their Azure Sentinel environment.

IOC Summary

Malware Family: Azorult Total IOCs: 2 IOC Types: md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash2b35aa9c70ef66197abfb9bc409952897f9f70818633ab43da85b3825b256307payload2026-06-1495%
md5_hash73da2c02c6f8bfd4662dc84820dcd983payload2026-06-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Azorult
let malicious_hashes = dynamic(["2b35aa9c70ef66197abfb9bc409952897f9f70818633ab43da85b3825b256307", "73da2c02c6f8bfd4662dc84820dcd983"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/win.azorult/