← Back to SOC feed Coverage →

ThreatFox: Tsundere IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
iocjs-tsunderethreatfox
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-30T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging the specific set of 14 Indicators of Compromise (IOCs) linked to the Tsundere threat actor to identify active reconnaissance or initial access attempts within the network. Proactively hunting for these signatures in Azure Sentinel is critical due to the high severity rating, enabling the SOC team to detect and contain potential Tsundere campaigns before they escalate into broader lateral movements or data exfiltration events.

IOC Summary

Malware Family: Tsundere Total IOCs: 14 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port91[.]92[.]43[.]194:80botnet_cc2026-06-3075%
ip:port91[.]92[.]43[.]195:80botnet_cc2026-06-3075%
ip:port91[.]92[.]43[.]196:80botnet_cc2026-06-3075%
ip:port91[.]92[.]43[.]193:80botnet_cc2026-06-3075%
ip:port89[.]125[.]153[.]29:443botnet_cc2026-06-3075%
ip:port82[.]25[.]63[.]124:80botnet_cc2026-06-3075%
ip:port82[.]25[.]63[.]130:80botnet_cc2026-06-3075%
ip:port199[.]217[.]99[.]189:80botnet_cc2026-06-3075%
ip:port199[.]91[.]220[.]216:80botnet_cc2026-06-3075%
ip:port193[.]24[.]123[.]25:80botnet_cc2026-06-3075%
ip:port185[.]45[.]193[.]84:443botnet_cc2026-06-3075%
ip:port138[.]124[.]240[.]76:443botnet_cc2026-06-3075%
ip:port138[.]124[.]240[.]76:80botnet_cc2026-06-3075%
ip:port138[.]124[.]240[.]77:80botnet_cc2026-06-3075%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - Tsundere
let malicious_ips = dynamic(["91.92.43.193", "82.25.63.130", "91.92.43.196", "199.91.220.216", "91.92.43.195", "89.125.153.29", "82.25.63.124", "91.92.43.194", "193.24.123.25", "185.45.193.84", "138.124.240.76", "138.124.240.77", "199.217.99.189"]);
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(["91.92.43.193", "82.25.63.130", "91.92.43.196", "199.91.220.216", "91.92.43.195", "89.125.153.29", "82.25.63.124", "91.92.43.194", "193.24.123.25", "185.45.193.84", "138.124.240.76", "138.124.240.77", "199.217.99.189"]);
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 5 specific false positive scenarios for the ThreatFox: Tsundere IOCs detection rule, tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/js.tsundere/