← 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-06T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt identifies the presence of the PHP Shin webshell, a high-severity backdoor that adversaries deploy to maintain persistent access and execute arbitrary commands on compromised web servers. Proactively hunting for these specific IOCs in Azure Sentinel allows the SOC to detect stealthy persistence mechanisms that may evade standard behavioral detections, enabling rapid containment before the webshell is leveraged for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainldsbd94302.workers.devbotnet_cc2026-09-0650%
domaintr5d4edcny.workers.devbotnet_cc2026-09-0650%
domainmarooneran.workers.devbotnet_cc2026-09-0650%
domainxflzi12337.workers.devbotnet_cc2026-09-0650%
domainjyrybi.workers.devbotnet_cc2026-09-0650%
domainbuxarizo.workers.devbotnet_cc2026-09-0650%
domain9cc0ohnr54.workers.devbotnet_cc2026-09-0650%
domainslimyleilah.workers.devbotnet_cc2026-09-0650%
domainqegepifu.workers.devbotnet_cc2026-09-0650%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["ldsbd94302.workers.dev", "tr5d4edcny.workers.dev", "marooneran.workers.dev", "xflzi12337.workers.dev", "jyrybi.workers.dev", "buxarizo.workers.dev", "9cc0ohnr54.workers.dev", "slimyleilah.workers.dev", "qegepifu.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/