← Back to SOC feed Coverage →

Regla para detectar Tesla con md5

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-11T23:00:01Z · Confidence: medium

Hunt Hypothesis

This hypothesis posits that adversaries are attempting to establish persistence or execute lateral movement by deploying Tesla-based agents with specific MD5 hashes within the Azure environment. The SOC team should proactively hunt for these artifacts in Azure Sentinel to identify potential low-severity anomalies early, ensuring that legitimate telemetry is distinguished from unauthorized software installations before they escalate into critical incidents.

YARA Rule

rule TeslaCrypt {
meta:
    description = "Regla para detectar Tesla con md5"
    author = "CCN-CERT"
    version = "1.0"
strings:
    $ = { 4E 6F 77 20 69 74 27 73 20 25 49 3A 25 4D 25 70 2E 00 00 00 76 61 6C 20 69 73 20 25 64 0A 00 00 }
condition:
    all 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 “Regla para detectar Tesla con md5” rule in an enterprise environment, including suggested filters and exclusions:

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