← 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-12T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies the presence of known IOCs associated with the PHP Shin webshell, a tool frequently deployed by adversaries to establish persistent access and execute arbitrary commands on compromised web servers. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to detect stealthy backdoors before they are leveraged for lateral movement or data exfiltration, thereby reducing the dwell time of high-severity threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domain9r3vgn8qt8.workers.devbotnet_cc2026-09-1250%
domainzytacisy.workers.devbotnet_cc2026-09-1250%
domaindenice943.workers.devbotnet_cc2026-09-1250%
domainsitynyvu.workers.devbotnet_cc2026-09-1250%
domainsbfjq52806.workers.devbotnet_cc2026-09-1250%
domainrqtpo36930.workers.devbotnet_cc2026-09-1250%
domainqicuzihu.workers.devbotnet_cc2026-09-1250%
domainujhxw83735.workers.devbotnet_cc2026-09-1250%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["9r3vgn8qt8.workers.dev", "zytacisy.workers.dev", "denice943.workers.dev", "sitynyvu.workers.dev", "sbfjq52806.workers.dev", "rqtpo36930.workers.dev", "qicuzihu.workers.dev", "ujhxw83735.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/