← Back to SOC feed Coverage →

Vidgrab

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 rule identifies potential unauthorized screen capture or video recording activities that may indicate an adversary exfiltrating sensitive visual data from user workstations. Proactively hunting for these events in Azure Sentinel is critical to uncover stealthy reconnaissance efforts where attackers leverage legitimate tools to bypass traditional file-based monitoring and extract real-time information.

YARA Rule

rule Vidgrab : Family
{
    meta:
        description = "Vidgrab"
        author = "Seth Hardy"
        last_modified = "2014-06-20"
        
    condition:
        VidgrabCode or VidgrabStrings
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 5 specific false positive scenarios for the Vidgrab detection rule in an enterprise environment, including suggested filters and exclusions:

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