← Back to SOC feed Coverage →

ThreatFox: BlackShades IOCs

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

Hunt Hypothesis

The ThreatFox: BlackShades IOCs rule detects potential adversary activity associated with the BlackShades malware family, which is known for remote access and persistence capabilities. SOC teams should proactively hunt for these indicators in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant damage.

IOC Summary

Malware Family: BlackShades Total IOCs: 6 IOC Types: md5_hash, sha1_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash49cb19282d2e43eadf128dd03ff98394payload2026-06-2095%
sha256_hash2f8b6ff170d5c231fc25d0ecc9b907448a5cdea6513bef52a10856fd1b814479payload2026-06-2095%
sha1_hash399921c6d715c4166b7641cf64fdc41ad06dde65payload2026-06-2095%
md5_hash72e11e578b0195306835b11387846662payload2026-06-2095%
sha256_hashee50115e22710719e3fc70e61fa09ce101e409d0acb6d9b9a1b4f32c96917c06payload2026-06-2095%
sha1_hash6cf6221711c69d1b908e24ed08ab5c5766d0a882payload2026-06-2095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - BlackShades
let malicious_hashes = dynamic(["49cb19282d2e43eadf128dd03ff98394", "2f8b6ff170d5c231fc25d0ecc9b907448a5cdea6513bef52a10856fd1b814479", "399921c6d715c4166b7641cf64fdc41ad06dde65", "72e11e578b0195306835b11387846662", "ee50115e22710719e3fc70e61fa09ce101e409d0acb6d9b9a1b4f32c96917c06", "6cf6221711c69d1b908e24ed08ab5c5766d0a882"]);
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.blackshades/