← Back to SOC feed Coverage →

ThreatFox: QvoidStealer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
infostealeriocthreatfoxwin-qvoidstealer
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-07-13T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary behavior where QvoidStealer malware establishes initial footholds by leveraging specific known indicators of compromise to exfiltrate sensitive data from endpoints. Proactively hunting for these IOCs within Azure Sentinel is critical because early detection enables rapid containment before the stealer can propagate laterally or escalate privileges across the cloud environment.

IOC Summary

Malware Family: QvoidStealer Total IOCs: 3 IOC Types: md5_hash, sha256_hash, sha1_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash50cf5b4eb0b43d08455a381b05f4a4d3payload2026-07-1395%
sha256_hash34ad97945a1f70cdbf8af7777a6c71c990d841840cf3c94a387f6cc83450ad4bpayload2026-07-1395%
sha1_hash63000ff3aa0958801d3549446c7853f0d0223bcfpayload2026-07-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - QvoidStealer
let malicious_hashes = dynamic(["50cf5b4eb0b43d08455a381b05f4a4d3", "34ad97945a1f70cdbf8af7777a6c71c990d841840cf3c94a387f6cc83450ad4b", "63000ff3aa0958801d3549446c7853f0d0223bcf"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios for the ThreatFox: QvoidStealer IOCs detection rule, tailored for an enterprise environment where legitimate activities may mimic the behavior of this stealer malware:

Original source: https://threatfox.abuse.ch/browse/malware/win.qvoidstealer/