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

Hunt Hypothesis

This hypothesis targets the presence of known IOCs associated with the PHP Shin webshell, indicating that an adversary has likely established a persistent foothold within the organization’s web infrastructure to execute arbitrary commands. Proactively hunting for these indicators in Azure Sentinel is critical to identify compromised web servers before attackers leverage the webshell for lateral movement, data exfiltration, or further privilege escalation.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaincyculuwy.workers.devbotnet_cc2026-09-2450%
domainforopyqa.workers.devbotnet_cc2026-09-2450%
domainfqoei06069.workers.devbotnet_cc2026-09-2450%
domainhelycygu.workers.devbotnet_cc2026-09-2450%

KQL: Domain Hunt

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