Antivirus alerts on known hacktool and attack tool signatures

Alerts on Antivirus detections matching hacktool signature prefixes or offensive tool names for investigation.

FreeReviewedSigma · High · v5
Category
antivirus
Author
Florian Roth (Nextron Systems), Arnim Rupp (SigmaHQ), DRL 1.1
Published
2021-08-16
Updated
2026-07-31
title: Antivirus alerts on known hacktool and attack tool signatures
id: dc204cb4-92d7-4ef1-8262-091d334e466b
status: stable
description: This rule flags antivirus detections whose signature matches common hacktool and attack tool names, including prefixes and specific indicator strings. Such matches are important because attackers may deploy offensive tooling that can lead to credential theft, persistence, and post-exploitation activity even if blocking occurs. It relies on antivirus alert telemetry that provides the detection signature value to evaluate prefix and substring conditions.
references:
  - https://www.nextron-systems.com/2021/08/16/antivirus-event-analysis-cheat-sheet-v1-8-2/
  - https://www.nextron-systems.com/?s=antivirus
  - https://github.com/SigmaHQ/sigma/blob/master/rules/category/antivirus/av_hacktool.yml
author: Florian Roth (Nextron Systems), Arnim Rupp, Huntrule Team
date: 2021-08-16
modified: 2026-06-15
tags:
  - attack.execution
  - attack.t1204
logsource:
  category: antivirus
detection:
  selection:
    - Signature|startswith:
        - ATK/
        - Exploit.Script.CVE
        - HKTL
        - HTOOL
        - PWS.
        - PWSX
        - SecurityTool
    - Signature|contains:
        - Adfind
        - BloodH
        - BloodyAD
        - Brutel
        - BruteR
        - Cobalt
        - COBEACON
        - Cometer
        - DumpCreds
        - EDRfreeze
        - FastReverseProxy
        - Hacktool
        - Havoc
        - Impacket
        - Keylogger
        - Koadic
        - Mimikatz
        - Nighthawk
        - PentestPowerShell
        - Potato
        - PowerSploit
        - PowerSSH
        - PshlSpy
        - PSWTool
        - PWCrack
        - PWDump
        - Responder
        - Rozena
        - Rusthound
        - Sbelt
        - Seatbelt
        - SecurityTool
        - SharpDump
        - SharpHound
        - Shellcode
        - Sliver
        - Snaffler
        - SOAPHound
        - Splinter
        - Stowaway
        - Swrort
        - Trojan.Hound
        - TurtleLoader
        - Undefend
        - Undfnd
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: fa0c05b6-8ad3-468d-8231-c1cbccb64fba
    type: derived