← Back to SOC feed Coverage →

ThreatFox: Pulsar RAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-pulsar_rat
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-16T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets known indicators of compromise associated with the Pulsar RAT, a remote access trojan frequently used by threat actors to establish persistent footholds and execute command-and-control operations. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify and isolate compromised endpoints before the adversary can leverage the RAT for lateral movement or data exfiltration.

IOC Summary

Malware Family: Pulsar RAT Total IOCs: 9 IOC Types: sha256_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash5f109e7bb3df4dea81946f2f853da288payload2026-09-1650%
md5_hash87b76a60ba7c474dbf8f689df2808e1apayload2026-09-1650%
md5_hashf9e95a1e1fa3f3aebfc802c6c8e6a2ebpayload2026-09-1650%
sha256_hash106eac79396a3ff77b8f375c391260ce422be2ae4d55d3aa75b2635cbdc0fa42payload2026-09-1650%
sha256_hash170dffb37e05f525f735bc9ad84b3908a488f7ce43fcb07739a10e4331e15a2cpayload2026-09-1650%
sha256_hash223be3f8648bf6998c4a58b972522e5fda8d9d0a57b4e163811930de66c3f7capayload2026-09-1650%
sha256_hash5ece7fd3766b0b7f8aadefa562313cea6c3c94f9398658dd389910e5be44f552payload2026-09-1650%
sha256_hashba80216c960977fa45e317f00dcf31e96acab29904a737cbc0bf86e929c3be5fpayload2026-09-1650%
sha256_hashc8c38634dd44d7c6162c66174a6ee23ee404265125166e8d757681bdd66a4268payload2026-09-1650%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Pulsar RAT
let malicious_hashes = dynamic(["5f109e7bb3df4dea81946f2f853da288", "87b76a60ba7c474dbf8f689df2808e1a", "f9e95a1e1fa3f3aebfc802c6c8e6a2eb", "106eac79396a3ff77b8f375c391260ce422be2ae4d55d3aa75b2635cbdc0fa42", "170dffb37e05f525f735bc9ad84b3908a488f7ce43fcb07739a10e4331e15a2c", "223be3f8648bf6998c4a58b972522e5fda8d9d0a57b4e163811930de66c3f7ca", "5ece7fd3766b0b7f8aadefa562313cea6c3c94f9398658dd389910e5be44f552", "ba80216c960977fa45e317f00dcf31e96acab29904a737cbc0bf86e929c3be5f", "c8c38634dd44d7c6162c66174a6ee23ee404265125166e8d757681bdd66a4268"]);
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.pulsar_rat/