← Back to SOC feed Coverage →

ThreatFox: RedTail IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
elf-redtailiocthreatfox
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-06-29T11:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary activity linked to the RedTail threat actor by correlating network and endpoint telemetry against a curated set of 29 specific indicators of compromise. Proactively hunting for these IOCs in Azure Sentinel is critical because RedTail’s sophisticated tradecraft often evades standard signature-based defenses, requiring manual validation to confirm early-stage lateral movement or data exfiltration attempts.

IOC Summary

Malware Family: RedTail Total IOCs: 29 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port112[.]52[.]34[.]18:2375payload_delivery2026-06-2980%
ip:port134[.]209[.]202[.]49:2375payload_delivery2026-06-2980%
ip:port167[.]94[.]146[.]49:2375payload_delivery2026-06-2980%
ip:port172[.]236[.]228[.]227:2375payload_delivery2026-06-2980%
ip:port173[.]255[.]225[.]25:2375payload_delivery2026-06-2980%
ip:port193[.]32[.]162[.]60:2375payload_delivery2026-06-2980%
ip:port199[.]45[.]155[.]108:2375payload_delivery2026-06-2980%
ip:port2[.]57[.]122[.]202:2375payload_delivery2026-06-2980%
ip:port20[.]150[.]193[.]32:2375payload_delivery2026-06-2980%
ip:port20[.]65[.]195[.]35:2375payload_delivery2026-06-2980%
ip:port209[.]50[.]170[.]112:2375payload_delivery2026-06-2980%
ip:port45[.]79[.]5[.]11:2375payload_delivery2026-06-2980%
ip:port47[.]84[.]194[.]39:2375payload_delivery2026-06-2980%
ip:port65[.]49[.]20[.]67:2375payload_delivery2026-06-2980%
ip:port104[.]207[.]47[.]232:2375payload_delivery2026-06-2980%
ip:port104[.]207[.]59[.]109:2375payload_delivery2026-06-2980%
ip:port109[.]91[.]201[.]209:2375payload_delivery2026-06-2980%
ip:port159[.]195[.]76[.]136:2375payload_delivery2026-06-2980%
ip:port157[.]245[.]123[.]148:2375payload_delivery2026-06-2980%
ip:port162[.]227[.]109[.]103:2375payload_delivery2026-06-2980%
ip:port169[.]150[.]201[.]135:2375payload_delivery2026-06-2980%
ip:port172[.]185[.]40[.]47:2375payload_delivery2026-06-2980%
ip:port172[.]202[.]118[.]46:2375payload_delivery2026-06-2980%
ip:port173[.]177[.]131[.]92:2375payload_delivery2026-06-2980%
ip:port174[.]170[.]194[.]116:2375payload_delivery2026-06-2980%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - RedTail
let malicious_ips = dynamic(["20.150.193.32", "65.49.20.67", "20.65.195.35", "173.255.225.25", "47.84.194.39", "157.245.123.148", "167.94.146.49", "104.207.59.109", "176.146.33.242", "169.150.201.135", "172.185.40.47", "159.195.76.136", "199.45.155.108", "172.236.228.227", "174.18.49.143", "2.57.122.202", "193.32.162.60", "174.170.194.116", "178.26.11.44", "134.209.202.49", "176.144.233.36", "162.227.109.103", "45.79.5.11", "172.202.118.46", "209.50.170.112", "112.52.34.18", "173.177.131.92", "104.207.47.232", "109.91.201.209"]);
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(["20.150.193.32", "65.49.20.67", "20.65.195.35", "173.255.225.25", "47.84.194.39", "157.245.123.148", "167.94.146.49", "104.207.59.109", "176.146.33.242", "169.150.201.135", "172.185.40.47", "159.195.76.136", "199.45.155.108", "172.236.228.227", "174.18.49.143", "2.57.122.202", "193.32.162.60", "174.170.194.116", "178.26.11.44", "134.209.202.49", "176.144.233.36", "162.227.109.103", "45.79.5.11", "172.202.118.46", "209.50.170.112", "112.52.34.18", "173.177.131.92", "104.207.47.232", "109.91.201.209"]);
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 specific false positive scenarios for the ThreatFox: RedTail IOCs detection rule in an enterprise environment, along with recommended filters and exclusions:

Original source: https://threatfox.abuse.ch/browse/malware/elf.redtail/