This detection identifies anomalous email transmission patterns characteristic of the Tedroo spambot, which often serves as a precursor to more sophisticated phishing or malware campaigns within the organization. Proactively hunting for this behavior in Azure Sentinel allows the SOC team to validate low-severity alerts against known threat intelligence and refine baseline thresholds before these spam activities escalate into targeted attacks.
rule Tedroo : Spammer
{
meta:
author="Kevin Falcoz"
date="22/11/2015"
description="Tedroo Spammer"
strings:
$signature1={25 73 25 73 2E 65 78 65}
$signature2={5F 6C 6F 67 2E 74 78 74}
condition:
$signature1 and $signature2
}
This YARA rule can be deployed in the following contexts:
This rule contains 2 string patterns in its detection logic.
Here are 5 specific false positive scenarios for the Tedroo Spammer detection rule in an enterprise environment, including suggested filters and exclusions:
Automated Patch Deployment via WSUS/SCCM
SCCM-Management subnet and destination ports associated with update services (e.g., TCP 8530, 443). Additionally, filter out events occurring during the defined maintenance window (e.g., Sundays between 02:00–06:00 UTC).Scheduled Antivirus Full Scans
svc-antivirus, LocalService) and destination IPs of the vendor’s telemetry endpoints. Add a filter for process names matching standard AV executables (e.g., C:\Program Files\CrowdStrike\csfalcon.exe).Backup Agent Data Synchronization