← Back to SOC feed Coverage →

ThreatFox: VShell IOCs

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

Hunt Hypothesis

This hunt targets adversary activity involving known VShell indicators of compromise to identify potential command-and-control communications or lateral movement within the network. Proactively hunting these specific IOCs in Azure Sentinel is critical because early detection of this established threat actor allows the SOC team to contain infections before they escalate into broader data exfiltration events.

IOC Summary

Malware Family: VShell Total IOCs: 20 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port154[.]88[.]100[.]44:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]100[.]60:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]100[.]42:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]100[.]43:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]100[.]45:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]99[.]55:8885botnet_cc2026-07-11100%
ip:port186[.]241[.]79[.]63:80botnet_cc2026-07-11100%
ip:port154[.]88[.]99[.]45:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]60:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]98[.]58:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]98[.]50:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]98[.]55:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]98[.]49:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]61:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]98[.]42:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]58:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]54:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]56:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]57:8885botnet_cc2026-07-11100%
ip:port154[.]88[.]103[.]59:8885botnet_cc2026-07-11100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - VShell
let malicious_ips = dynamic(["154.88.100.60", "154.88.103.59", "154.88.100.44", "154.88.103.61", "154.88.98.55", "154.88.103.56", "154.88.98.42", "154.88.103.54", "154.88.100.42", "154.88.99.45", "154.88.103.58", "154.88.100.45", "154.88.98.50", "154.88.103.57", "154.88.99.55", "186.241.79.63", "154.88.98.49", "154.88.98.58", "154.88.103.60", "154.88.100.43"]);
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(["154.88.100.60", "154.88.103.59", "154.88.100.44", "154.88.103.61", "154.88.98.55", "154.88.103.56", "154.88.98.42", "154.88.103.54", "154.88.100.42", "154.88.99.45", "154.88.103.58", "154.88.100.45", "154.88.98.50", "154.88.103.57", "154.88.99.55", "186.241.79.63", "154.88.98.49", "154.88.98.58", "154.88.103.60", "154.88.100.43"]);
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 4 specific false positive scenarios for the ThreatFox: VShell IOCs detection rule in an enterprise environment, along with targeted filtering strategies:

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