← Back to SOC feed Coverage →

ThreatFox: Elevator IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-elevatoriocthreatfox
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary behavior involving the “Elevator” campaign by monitoring for specific indicators of compromise (IOCs) that signal active reconnaissance or initial access attempts within the environment. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly detect and respond to high-severity threats associated with this known threat actor, thereby minimizing potential dwell time before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash2899fcb03c3c0d5c6b504d2ab4f7b7ddpayload2026-08-2595%
sha1_hash9c9792f75ee324657d381b6eceee5336e0c752a5payload2026-08-2595%
md5_hash2841cec724ba8a14f5f97527232596c0payload2026-08-2595%
sha256_hashd32b480e2cae0fe8597f58d360816487c7fbe63d524810624768ca700eaa8541payload2026-08-2595%
sha1_hashc10622a661cc81f44a4559514e70e14fe38ff4acpayload2026-08-2595%
sha256_hasha0c6e277bbb4848c967a3d4bf6aa45aab28ffa3249180e3026a89f80360d83f7payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Elevator
let malicious_hashes = dynamic(["2899fcb03c3c0d5c6b504d2ab4f7b7dd", "9c9792f75ee324657d381b6eceee5336e0c752a5", "2841cec724ba8a14f5f97527232596c0", "d32b480e2cae0fe8597f58d360816487c7fbe63d524810624768ca700eaa8541", "c10622a661cc81f44a4559514e70e14fe38ff4ac", "a0c6e277bbb4848c967a3d4bf6aa45aab28ffa3249180e3026a89f80360d83f7"]);
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 5 specific false positive scenarios for the ThreatFox: Elevator IOCs rule, including targeted filters and exclusions suitable for an enterprise environment:

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