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

Hunt Hypothesis

This hunt targets the presence of known PHP Shin webshell indicators on Azure-hosted web servers, which adversaries deploy to establish persistent, stealthy access for executing arbitrary commands. Proactively hunting for these IOCs is critical because webshells often operate silently within the application layer, allowing threat actors to maintain a foothold in the environment and escalate privileges before traditional network-based detections trigger.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domain6p3ramracc.workers.devbotnet_cc2026-09-2050%
domainlyhawu.workers.devbotnet_cc2026-09-2050%
domainsecoqa.workers.devbotnet_cc2026-09-2050%
domainvozuji.workers.devbotnet_cc2026-09-2050%
domainc59azdfvvg.workers.devbotnet_cc2026-09-2050%
domainnobuje.workers.devbotnet_cc2026-09-2050%
domainxehokedu.workers.devbotnet_cc2026-09-2050%
domainuarzw97131.workers.devbotnet_cc2026-09-2050%
domainvetoburo.workers.devbotnet_cc2026-09-2050%
domainwiretofu.workers.devbotnet_cc2026-09-2050%
domaindisciplinaryrhody.workers.devbotnet_cc2026-09-2050%
domainmimyfile.workers.devbotnet_cc2026-09-2050%
domainzr54dyn295.workers.devbotnet_cc2026-09-1950%
domainrapesalu.workers.devbotnet_cc2026-09-1950%
domainvaago81750.workers.devbotnet_cc2026-09-1950%
domainbukawomi.workers.devbotnet_cc2026-09-1950%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["6p3ramracc.workers.dev", "lyhawu.workers.dev", "secoqa.workers.dev", "vozuji.workers.dev", "c59azdfvvg.workers.dev", "nobuje.workers.dev", "xehokedu.workers.dev", "uarzw97131.workers.dev", "vetoburo.workers.dev", "wiretofu.workers.dev", "disciplinaryrhody.workers.dev", "mimyfile.workers.dev", "zr54dyn295.workers.dev", "rapesalu.workers.dev", "vaago81750.workers.dev", "bukawomi.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/