← Back to SOC feed Coverage →

ThreatFox: Bashlite IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-bashliteiocthreatfox
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-13T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of Bashlite, a lightweight Linux shell that adversaries deploy to establish persistent access and execute commands on compromised hosts. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy backdoor installations that may be used for lateral movement or data exfiltration before they are leveraged in a larger attack chain.

IOC Summary

Malware Family: Bashlite Total IOCs: 3 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashbc77970b42b8b065a4c268c9b25249c112f7b29c23a908743a0c29b1f9f80364payload2026-09-13100%
sha256_hashb738dccd894597da51ae8775f07c873892582fb6fe492bc3e3eb71b75b96d263payload2026-09-13100%
sha256_hashd1c9456ab7f3f28479b8d7db4c375db82d0d8a0b044e39f490895ed72336460bpayload2026-09-13100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Bashlite
let malicious_hashes = dynamic(["bc77970b42b8b065a4c268c9b25249c112f7b29c23a908743a0c29b1f9f80364", "b738dccd894597da51ae8775f07c873892582fb6fe492bc3e3eb71b75b96d263", "d1c9456ab7f3f28479b8d7db4c375db82d0d8a0b044e39f490895ed72336460b"]);
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/elf.bashlite/