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

Hunt Hypothesis

This hypothesis targets the presence of the php.shin_webshell, a remote code execution tool used by adversaries to establish persistent access and exfiltrate data from compromised web servers. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify stealthy backdoors that may have bypassed initial perimeter defenses, ensuring rapid containment before the attacker leverages the webshell for lateral movement or data theft.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainfajujyli.workers.devbotnet_cc2026-09-1650%
domainxyhysa.workers.devbotnet_cc2026-09-1650%
domainhhemb35077.workers.devbotnet_cc2026-09-1650%
domainawv389zkti.workers.devbotnet_cc2026-09-1650%
domainlefahe.workers.devbotnet_cc2026-09-1650%
domain65ey0xwrct.workers.devbotnet_cc2026-09-1650%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["fajujyli.workers.dev", "xyhysa.workers.dev", "hhemb35077.workers.dev", "awv389zkti.workers.dev", "lefahe.workers.dev", "65ey0xwrct.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/