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

Hunt Hypothesis

This hypothesis targets the presence of the php.shin_webshell, a high-severity backdoor that enables remote code execution and persistent access to Azure environments. Proactively hunting for these IOCs is critical to identify compromised web servers before adversaries leverage the webshell to establish footholds, exfiltrate sensitive data, or pivot deeper into the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainvivyqyxi.workers.devbotnet_cc2026-09-2650%
domainkojexala.workers.devbotnet_cc2026-09-2650%
domaindahawetu.workers.devbotnet_cc2026-09-2650%
domainiy1wc825fz.workers.devbotnet_cc2026-09-2650%

KQL: Domain Hunt

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