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

Hunt Hypothesis

This hypothesis targets the presence of the php.shin_webshell, a remote code execution tool that adversaries deploy to establish persistent access and exfiltrate data from compromised web servers. Proactively hunting for these IOCs in Azure Sentinel is critical to identify stealthy backdoors that may have been introduced via phishing or exploit kits before they are leveraged for lateral movement or data theft.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaine5ufcx9x6e.workers.devbotnet_cc2026-09-2550%
domainpxinb13757.workers.devbotnet_cc2026-09-2550%
domainzejaziri.workers.devbotnet_cc2026-09-2550%
domain5yuj1m1rfv.workers.devbotnet_cc2026-09-2550%
domainxegyfelo.workers.devbotnet_cc2026-09-2550%
domainfanulisi.workers.devbotnet_cc2026-09-2550%
domainlizususo.workers.devbotnet_cc2026-09-2550%
domainvioletdonia.workers.devbotnet_cc2026-09-2550%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["e5ufcx9x6e.workers.dev", "pxinb13757.workers.dev", "zejaziri.workers.dev", "5yuj1m1rfv.workers.dev", "xegyfelo.workers.dev", "fanulisi.workers.dev", "lizususo.workers.dev", "violetdonia.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/