← Back to SOC feed Coverage →

ThreatFox: php.shin_webshell IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocphp-shin_webshellthreatfoxwebshell
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-03T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of known PHP Shin webshell indicators, which adversaries deploy to establish persistent, stealthy access for command execution and lateral movement. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify compromised web servers before attackers leverage the backdoor for deeper network infiltration or data exfiltration.

IOC Summary

Malware Family: php.shin_webshell Total IOCs: 6 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainmwqhf37093.workers.devbotnet_cc2026-09-0350%
domaingowinu.workers.devbotnet_cc2026-09-0350%
domaintosulepa.workers.devbotnet_cc2026-09-0350%
domainlzphy97221.workers.devbotnet_cc2026-09-0350%
domainbqumy43555.workers.devbotnet_cc2026-09-0350%
domainnodupoqi.workers.devbotnet_cc2026-09-0350%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["mwqhf37093.workers.dev", "gowinu.workers.dev", "tosulepa.workers.dev", "lzphy97221.workers.dev", "bqumy43555.workers.dev", "nodupoqi.workers.dev"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/php.shin_webshell/