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

Hunt Hypothesis

This hunt targets the presence of known IOCs associated with the php.shin_webshell, indicating that an adversary has successfully deployed a PHP-based web shell to maintain persistent access or execute arbitrary commands on a web server. Proactively hunting for these indicators in Azure Sentinel is critical to identify compromised web applications before the attacker leverages the web shell for lateral movement, data exfiltration, or further payload delivery.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaing9564ynbca.workers.devbotnet_cc2026-09-0450%
domainlykelydy.workers.devbotnet_cc2026-09-0450%
domainxkmspju76w.workers.devbotnet_cc2026-09-0450%
domainvepixesu.workers.devbotnet_cc2026-09-0450%
domainguqyvuqe.workers.devbotnet_cc2026-09-0450%
domain4iszv16b5d.workers.devbotnet_cc2026-09-0450%
domaindavulany.workers.devbotnet_cc2026-09-0450%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["g9564ynbca.workers.dev", "lykelydy.workers.dev", "xkmspju76w.workers.dev", "vepixesu.workers.dev", "guqyvuqe.workers.dev", "4iszv16b5d.workers.dev", "davulany.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/