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

Hunt Hypothesis

This hypothesis targets adversaries deploying the php.shin_webshell to establish persistent command-and-control channels on compromised web servers, enabling remote code execution and data exfiltration. Proactively hunting for these indicators in Azure Sentinel is critical to detect early-stage intrusions that often bypass traditional perimeter defenses by masquerading as legitimate traffic or files.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainxalexo.workers.devbotnet_cc2026-09-1850%
domaind83fvnq4f0.workers.devbotnet_cc2026-09-1850%
domainbgh7fgpgvk.workers.devbotnet_cc2026-09-1850%
domainkikk69fvi2.workers.devbotnet_cc2026-09-1850%
domainltcor72282.workers.devbotnet_cc2026-09-1850%
domainwavedato.workers.devbotnet_cc2026-09-1850%
domaindegebi.workers.devbotnet_cc2026-09-1850%
domainlulugisy.workers.devbotnet_cc2026-09-1850%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["xalexo.workers.dev", "d83fvnq4f0.workers.dev", "bgh7fgpgvk.workers.dev", "kikk69fvi2.workers.dev", "ltcor72282.workers.dev", "wavedato.workers.dev", "degebi.workers.dev", "lulugisy.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/