Windows Application Log: Antivirus Signature and Malware Keyword Matches
Alerts on Windows application log lines containing known AV signatures and malware keywords, excluding some anti-ransomware/keygen/crack terms.
FreeUnreviewedSigmahighv1
windows-application-log-antivirus-signature-and-malware-keyword-matches-78bc5783
title: "Windows Application Log: Antivirus Signature and Malware Keyword Matches"
id: df8e5254-4190-4ed1-881f-8555f680b7ee
status: test
description: This rule flags Windows application log entries that contain known antivirus signature names and malware-related keywords. Attackers may use these same artifacts during initial access, credential theft, webshell deployment, ransomware preparation, or post-exploitation, making their presence in logs a high-signal indicator. It relies on text-based keyword matching within application logging and supports optional exclusions for specific anti-ransomware and keygen/crack-related terms.
references:
- https://www.virustotal.com/gui/file/13828b390d5f58b002e808c2c4f02fdd920e236cc8015480fa33b6c1a9300e31
- https://www.virustotal.com/gui/file/15b57c1b68cd6ce3c161042e0f3be9f32d78151fe95461eedc59a79fc222c7ed
- https://www.virustotal.com/gui/file/5092b2672b4cb87a8dd1c2e6047b487b95995ad8ed5e9fc217f46b8bfb1b8c01
- https://www.nextron-systems.com/?s=antivirus
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/application/Other/win_av_relevant_match.yml
author: Florian Roth (Nextron Systems), Arnim Rupp, Huntrule Team
date: 2017-02-19
modified: 2024-12-25
tags:
- attack.resource-development
- attack.t1588
logsource:
product: windows
service: application
detection:
keywords:
- Adfind
- "ASP/BackDoor "
- ATK/
- Backdoor.ASP
- Backdoor.Cobalt
- Backdoor.JSP
- Backdoor.PHP
- Blackworm
- Brutel
- BruteR
- Chopper
- Cobalt
- COBEACON
- Cometer
- CRYPTES
- Cryptor
- Destructor
- DumpCreds
- Exploit.Script.CVE
- FastReverseProxy
- Filecoder
- "GrandCrab "
- HackTool
- HKTL
- HTool-
- /HTool
- .HTool
- IISExchgSpawnCMD
- Impacket
- "JSP/BackDoor "
- Keylogger
- Koadic
- Krypt
- Lazagne
- Metasploit
- Meterpreter
- MeteTool
- mikatz
- Mimikatz
- Mpreter
- MsfShell
- Nighthawk
- Packed.Generic.347
- PentestPowerShell
- Phobos
- "PHP/BackDoor "
- Potato
- PowerSploit
- PowerSSH
- PshlSpy
- PSWTool
- PWCrack
- PWDump
- Ransom
- Rozena
- Ryzerlo
- Sbelt
- Seatbelt
- "SecurityTool "
- SharpDump
- Shellcode
- Sliver
- Splinter
- Swrort
- Tescrypt
- TeslaCrypt
- TurtleLoader
- Valyria
- Webshell
filter_optional_generic:
- anti_ransomware_service.exe
- Anti-Ransomware
- Crack
- cyber-protect-service.exe
- encryptor
- Keygen
filter_optional_information:
Level: 4
filter_optional_restartmanager:
Provider_Name: Microsoft-Windows-RestartManager
condition: keywords and not 1 of filter_optional_*
falsepositives:
- Some software piracy tools (key generators, cracks) are classified as hack tools
level: high
license: DRL-1.1
related:
- id: 78bc5783-81d9-4d73-ac97-59f6db4f72a8
type: derived
What it detects
This rule flags Windows application log entries that contain known antivirus signature names and malware-related keywords. Attackers may use these same artifacts during initial access, credential theft, webshell deployment, ransomware preparation, or post-exploitation, making their presence in logs a high-signal indicator. It relies on text-based keyword matching within application logging and supports optional exclusions for specific anti-ransomware and keygen/crack-related terms.
Known false positives
- Some software piracy tools (key generators, cracks) are classified as hack tools
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.