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

Hunt Hypothesis

This hunt targets the presence of known IOCs associated with the php.shin_webshell, a malicious PHP script often used 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 identify and isolate infected assets before the webshell is leveraged for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaintowagiwo.workers.devbotnet_cc2026-09-0750%
domainnydivoca.workers.devbotnet_cc2026-09-0750%
domain293juana.workers.devbotnet_cc2026-09-0750%
domainqpa8ujvtfq.workers.devbotnet_cc2026-09-0750%
domainrabinuje.workers.devbotnet_cc2026-09-0750%
domainvuioe33668.workers.devbotnet_cc2026-09-0750%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["towagiwo.workers.dev", "nydivoca.workers.dev", "293juana.workers.dev", "qpa8ujvtfq.workers.dev", "rabinuje.workers.dev", "vuioe33668.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/