← 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-08-06T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity linked to the Gentlemen threat actor by monitoring specific Indicators of Compromise (IOCs) known to be utilized in their campaigns. SOC teams should proactively hunt for these signals within Azure Sentinel to enable early discovery and rapid containment of potential intrusions before they escalate into broader compromises.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashff709591615a26f037a465ce97cc59d6payload2026-08-0675%
md5_hash1ecaf7098bedaa4ffae0fff3e077f937payload2026-08-0675%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Gentlemen
let malicious_hashes = dynamic(["ff709591615a26f037a465ce97cc59d6", "1ecaf7098bedaa4ffae0fff3e077f937"]);
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 the documented false positive scenarios and corresponding exclusions for the ThreatFox: Gentlemen IOCs rule:

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