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

Hunt Hypothesis

This hunt detects adversary activity involving the php.shin_webshell web shell, a tool frequently used by threat actors to establish persistent access and execute commands on compromised PHP-based servers. A SOC team should proactively search for these specific IOCs in Azure Sentinel because early identification of this web shell can prevent lateral movement and data exfiltration before the adversary fully establishes control over the environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainqibanopy.workers.devbotnet_cc2026-08-2050%
domainiritageneral.workers.devbotnet_cc2026-08-2050%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - php.shin_webshell
let malicious_domains = dynamic(["qibanopy.workers.dev", "iritageneral.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 and their corresponding filters/exclusions for the ThreatFox: php.shin_webshell IOCs rule in an enterprise environment:

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