← 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-28T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary behavior involving the deployment of the php.shin_webshell backdoor to establish persistent access and execute arbitrary commands on compromised web servers. SOC teams should proactively hunt for these specific IOCs in Azure Sentinel because this high-severity threat enables attackers to maintain a covert foothold, facilitating lateral movement and data exfiltration that often evades standard signature-based defenses.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainmoqyhy.workers.devbotnet_cc2026-08-2850%
domainkedyqyle.workers.devbotnet_cc2026-08-2850%
domainpuwyf38278.workers.devbotnet_cc2026-08-2850%
domainboujy17296.workers.devbotnet_cc2026-08-2850%
domainfvmko63646.workers.devbotnet_cc2026-08-2850%
domainsehulopo.workers.devbotnet_cc2026-08-2850%
domainubbaw78979.workers.devbotnet_cc2026-08-2850%
domainziquli.workers.devbotnet_cc2026-08-2850%
domainardisj1944.workers.devbotnet_cc2026-08-2850%
domainfylehasy.workers.devbotnet_cc2026-08-2850%
domainnyvivari.workers.devbotnet_cc2026-08-2850%
domainnevoduby.workers.devbotnet_cc2026-08-2850%
domainsululuty.workers.devbotnet_cc2026-08-2850%
domainqemamefy.workers.devbotnet_cc2026-08-2850%
domainpinkfat.workers.devbotnet_cc2026-08-2850%
domainf6zw6i5fdy.workers.devbotnet_cc2026-08-2850%
domain3ppu1zomp8.workers.devbotnet_cc2026-08-2850%
domainjecahuma.workers.devbotnet_cc2026-08-2850%
domainlovuhali.workers.devbotnet_cc2026-08-2850%
domainvujusisu.workers.devbotnet_cc2026-08-2850%
domaingelavy.workers.devbotnet_cc2026-08-2850%
domaindntaa93064.workers.devbotnet_cc2026-08-2850%
domaineyfykhxq7s.workers.devbotnet_cc2026-08-2850%
domainhwoxu80469.workers.devbotnet_cc2026-08-2850%
domainxumujepu.workers.devbotnet_cc2026-08-2850%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["moqyhy.workers.dev", "kedyqyle.workers.dev", "puwyf38278.workers.dev", "boujy17296.workers.dev", "fvmko63646.workers.dev", "sehulopo.workers.dev", "ubbaw78979.workers.dev", "ziquli.workers.dev", "ardisj1944.workers.dev", "fylehasy.workers.dev", "nyvivari.workers.dev", "nevoduby.workers.dev", "sululuty.workers.dev", "qemamefy.workers.dev", "pinkfat.workers.dev", "f6zw6i5fdy.workers.dev", "3ppu1zomp8.workers.dev", "jecahuma.workers.dev", "lovuhali.workers.dev", "vujusisu.workers.dev", "gelavy.workers.dev", "dntaa93064.workers.dev", "eyfykhxq7s.workers.dev", "hwoxu80469.workers.dev", "xumujepu.workers.dev", "xigetybu.workers.dev", "vilefinu.workers.dev", "ksiyv72370.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 specific false positive scenarios and corresponding filters for the ThreatFox: php.shin_webshell detection rule in an enterprise environment:


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