← Back to SOC feed Coverage →

ThreatFox: RemoteAdmin IOCs

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

Hunt Hypothesis

This hunt targets the presence of RemoteAdmin, a remote administration tool frequently abused by adversaries to establish persistent access and execute commands on compromised hosts. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify potential backdoors or unauthorized remote sessions before they are leveraged for lateral movement or data exfiltration.

IOC Summary

Malware Family: RemoteAdmin Total IOCs: 5 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash8F096174B0DED0A598F634567C618E12808088848CD07EB99CA4AC57A744CDD9payload2026-09-22100%
sha256_hashD887F20EC383D7CE3A5727856BF7FA68CEB972108B6D0A5DD9924707E820DC24payload2026-09-22100%
sha256_hash87C640D3184C17D3B446A72D5F13D643A774B4ECC7AFBEDFD4E8DA7795EA8077payload2026-09-22100%
sha256_hashB7A495F517B9BF23F529552B145121F922AB4915E24B663AE68B3007DAEA3804payload2026-09-22100%
sha256_hashe34c9d3d3a50be99609cc843f91bbfcd0d79853b8c373c5146bcbf77643fb8c2payload2026-09-22100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - RemoteAdmin
let malicious_hashes = dynamic(["8F096174B0DED0A598F634567C618E12808088848CD07EB99CA4AC57A744CDD9", "D887F20EC383D7CE3A5727856BF7FA68CEB972108B6D0A5DD9924707E820DC24", "87C640D3184C17D3B446A72D5F13D643A774B4ECC7AFBEDFD4E8DA7795EA8077", "B7A495F517B9BF23F529552B145121F922AB4915E24B663AE68B3007DAEA3804", "e34c9d3d3a50be99609cc843f91bbfcd0d79853b8c373c5146bcbf77643fb8c2"]);
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.remoteadmin/