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.
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
}
This YARA rule can be deployed in the following contexts:
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:
Scheduled Integrity Scanning by Security Tools
C:\Program Files\Tesla directory. These tools calculate MD5 hashes to verify that critical Tesla application binaries have not been tampered with, triggering the detection rule repeatedly during their scheduled maintenance windows (e.g., every Sunday at 02:00 AM).ProcessName is CrowdStrike.exe, MsMpEng.exe, or TripwireAgent.exe AND ParentImage corresponds to the respective service host (e.g., svchost.exe or the specific agent service).Automated Patch Management and Deployment
DOMAIN\SCCM-Deploy-Svc or DOMAIN\Ansible-Automation where the process path contains keywords like \Microsoft SCCM\, \Ivanti\, or \ansible-runner\.**Backup and