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

Hunt Hypothesis

This hypothesis targets the presence of the php.shin_webshell file, a known web shell used by adversaries to establish persistent remote code execution capabilities on compromised web servers. Proactively hunting for this specific indicator in Azure Sentinel allows the SOC team to identify stealthy backdoors that may have been deployed to maintain access and execute malicious payloads before they are leveraged for lateral movement or data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainembarrassedyoshiko.workers.devbotnet_cc2026-09-0950%
domainacrjb033vq.workers.devbotnet_cc2026-09-0950%

KQL: Domain Hunt

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