← Back to SOC feed Coverage →

ThreatFox: Grandoreiro IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
iocthreatfoxwin-grandoreiro
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-11T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity linked to the Grandoreiro threat actor by monitoring specific indicators of compromise (IOCs) such as malicious IP addresses and file hashes within the network. A SOC team should proactively hunt for these signals in Azure Sentinel to identify early-stage intrusions and mitigate potential data exfiltration or lateral movement before they escalate into a full-scale incident.

IOC Summary

Malware Family: Grandoreiro Total IOCs: 7 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port54[.]91[.]129[.]132:5074botnet_cc2026-08-1175%
ip:port54[.]91[.]129[.]132:41694botnet_cc2026-08-1175%
ip:port54[.]91[.]223[.]28:1065botnet_cc2026-08-1175%
ip:port54[.]91[.]223[.]28:41667botnet_cc2026-08-1175%
ip:port54[.]80[.]154[.]193:6490botnet_cc2026-08-1175%
ip:port54[.]80[.]154[.]193:19941botnet_cc2026-08-1175%
ip:port54[.]91[.]129[.]132:4403botnet_cc2026-08-1175%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Grandoreiro
let malicious_ips = dynamic(["54.91.223.28", "54.80.154.193", "54.91.129.132"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["54.91.223.28", "54.80.154.193", "54.91.129.132"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are the documented false positive scenarios and corresponding filters for the ThreatFox: Grandoreiro IOCs detection rule:

Original source: https://threatfox.abuse.ch/browse/malware/win.grandoreiro/