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

Hunt Hypothesis

This detection rule identifies adversary activity involving the deployment of the php.shin_webshell backdoor, which attackers utilize to establish persistent access and execute arbitrary commands on compromised web servers. Proactive hunting for these specific IOCs within Azure Sentinel is critical to rapidly detect early-stage intrusions before adversaries can escalate privileges or exfiltrate sensitive data through this established foothold.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainrenellorange.workers.devbotnet_cc2026-09-0250%
domainqmmtr00590.workers.devbotnet_cc2026-09-0250%
domainhadoja.workers.devbotnet_cc2026-09-0250%
domain833gold.workers.devbotnet_cc2026-09-0250%
domaindifinese.workers.devbotnet_cc2026-09-0250%
domains744t74fc1.workers.devbotnet_cc2026-09-0250%
domainjuqotida.workers.devbotnet_cc2026-09-0250%
domainxzbu13cl9m.workers.devbotnet_cc2026-09-0250%
domain541lindy.workers.devbotnet_cc2026-09-0250%
domainiuakh13387.workers.devbotnet_cc2026-09-0250%
domainlrfuu94169.workers.devbotnet_cc2026-09-0250%
domainsapphire8825.workers.devbotnet_cc2026-09-0250%
domainbogonewe.workers.devbotnet_cc2026-09-0250%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["renellorange.workers.dev", "qmmtr00590.workers.dev", "hadoja.workers.dev", "833gold.workers.dev", "difinese.workers.dev", "s744t74fc1.workers.dev", "juqotida.workers.dev", "xzbu13cl9m.workers.dev", "541lindy.workers.dev", "iuakh13387.workers.dev", "lrfuu94169.workers.dev", "sapphire8825.workers.dev", "bogonewe.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 4 specific false positive scenarios for the ThreatFox: php.shin_webshell detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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