← Back to SOC feed Coverage →

ThreatFox: lampion IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxvbs-lampion
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-09-07T11:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of six specific indicators of compromise linked to the Lampion threat actor, a known group that frequently leverages web shells and backdoors to maintain persistent access to Azure environments. Proactively hunting for these IOCs allows the SOC team to identify stealthy footholds and lateral movement attempts before the adversary can escalate privileges or exfiltrate sensitive data from Azure resources.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hashe949856edae017eb4f53c263ad12080da3e435b630a986627e488426d875d8adpayload2026-09-0795%
sha1_hash188d185290530ed7147fadfc1e299da9fa81e588payload2026-09-0795%
md5_hash760b9cdc94382776aaf3cab22f64d54fpayload2026-09-0795%
sha256_hashf953dd7071107652744236a8ddcce7ddbc8177102941b6db4cc562c03b843f5fpayload2026-09-0795%
sha1_hash26434e5cfa3bf6546906f176e45e8ef20317748fpayload2026-09-0795%
md5_hash139e5b38e8bc07728d15171b84b37b37payload2026-09-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - lampion
let malicious_hashes = dynamic(["e949856edae017eb4f53c263ad12080da3e435b630a986627e488426d875d8ad", "188d185290530ed7147fadfc1e299da9fa81e588", "760b9cdc94382776aaf3cab22f64d54f", "f953dd7071107652744236a8ddcce7ddbc8177102941b6db4cc562c03b843f5f", "26434e5cfa3bf6546906f176e45e8ef20317748f", "139e5b38e8bc07728d15171b84b37b37"]);
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/vbs.lampion/