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

Hunt Hypothesis

This rule detects the presence of the php.shin_webshell, a PHP-based backdoor that grants adversaries remote code execution and full server control to facilitate data exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised web servers early, preventing attackers from leveraging the webshell for persistent access and lateral movement within the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainamaliafair.workers.devbotnet_cc2026-09-1550%
domainkfypz34545.workers.devbotnet_cc2026-09-1550%
domainoknpx15638.workers.devbotnet_cc2026-09-1550%
domainttbit94071.workers.devbotnet_cc2026-09-1550%

KQL: Domain Hunt

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