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

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of a PHP web shell named shin_webshell, which attackers often use to establish persistent access and execute arbitrary commands on compromised web servers. The SOC team should proactively hunt for this indicator in Azure Sentinel because early identification of such web shells allows for rapid containment before adversaries can escalate privileges or pivot to other internal systems.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domain8vfkm0gusw.workers.devbotnet_cc2026-08-1850%
domainkegytamo.workers.devbotnet_cc2026-08-1850%

KQL: Domain Hunt

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

Here are 5 specific false positive scenarios for the ThreatFox: php.shin_webshell IOCs rule, tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/php.shin_webshell/