← Back to SOC feed Coverage →

ThreatFox: Gentlemen IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-gentlemen
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-08T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Gentlemen threat actor by monitoring for eight specific Indicators of Compromise (IOCs) known to signal their presence within the environment. Proactively hunting for these signatures in Azure Sentinel is critical because early identification allows the SOC team to rapidly contain potential intrusions before they escalate into significant data breaches or lateral movement campaigns.

IOC Summary

Malware Family: Gentlemen Total IOCs: 8 IOC Types: md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash5f319c7e83b8daa6836b8ae674c8e0e6payload2026-07-08100%
md5_hash6add66a89721e2b7d817ba0d0f0d660epayload2026-07-08100%
md5_hash55adc1b1cd21895765d8aff36d894382payload2026-07-08100%
md5_hash15ced19102f80a843c22480e362c8811payload2026-07-08100%
md5_hash50d6a53992cb7d6eb09bc71294e5a68fpayload2026-07-08100%
md5_hash71f152d84b2928c6163724de1cb6fae3payload2026-07-08100%
md5_hash4a9837dd830f8db27380836ef3a6adecpayload2026-07-08100%
md5_hashf3c6ca1ba97b7f94ab52584dc62ea691payload2026-07-08100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Gentlemen
let malicious_hashes = dynamic(["5f319c7e83b8daa6836b8ae674c8e0e6", "6add66a89721e2b7d817ba0d0f0d660e", "55adc1b1cd21895765d8aff36d894382", "15ced19102f80a843c22480e362c8811", "50d6a53992cb7d6eb09bc71294e5a68f", "71f152d84b2928c6163724de1cb6fae3", "4a9837dd830f8db27380836ef3a6adec", "f3c6ca1ba97b7f94ab52584dc62ea691"]);
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 for the ThreatFox: Gentlemen IOCs detection rule, tailored for an enterprise environment:

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