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

Hunt Hypothesis

This detection identifies adversary activity involving the deployment of a PHP Shin webshell to establish persistent access and execute commands on compromised web servers. A SOC team should proactively hunt for this behavior in Azure Sentinel because webshells are frequently used as an initial foothold for lateral movement and data exfiltration, requiring immediate investigation to prevent broader network compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainuz7mn8jcpt.workers.devbotnet_cc2026-08-2150%
domainxorajahy.workers.devbotnet_cc2026-08-2150%
domaindujexi.workers.devbotnet_cc2026-08-2150%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["uz7mn8jcpt.workers.dev", "xorajahy.workers.dev", "dujexi.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

Here are specific false positive scenarios and corresponding filters for the ThreatFox: php.shin_webshell detection rule in an enterprise environment:

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