← Back to SOC feed Coverage →

Strings used by Wimmie

yara LOW Yara-Rules
community
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 Yara-Rules →
Retrieved: 2026-07-01T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity where malicious processes utilize specific string artifacts associated with the “Wimmie” tool to establish persistence or execute commands within the environment. SOC teams should proactively hunt for these strings in Azure Sentinel to distinguish legitimate Wimmie operations from potential lateral movement or data exfiltration attempts that mimic this known benign behavior.

YARA Rule

rule WimmieStrings : Wimmie Family
{
    meta:
        description = "Strings used by Wimmie"
        author = "Seth Hardy"
        last_modified = "2014-07-17"
        
    strings:
        $ = "\x00ScriptMan"
        $ = "C:\\WINDOWS\\system32\\sysprep\\cryptbase.dll" wide ascii
        $ = "ProbeScriptFint" wide ascii
        $ = "ProbeScriptKids"
        
    condition:
        any of them

}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 3-5 specific false positive scenarios for the “Strings used by Wimmie” detection rule in an enterprise environment, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/MALW_Wimmie.yar