Possible Execution of Sysinternals Utilities (via process_creation)

This rule detects command lines that contain the 'accepteula' flag which could be a sign of execution of one of the Sysinternals tools

SigmalowWindowsv1
sigma
title: Possible Execution of Sysinternals Utilities (via process_creation)
id: 75bc0617-5cb2-5b89-b287-bbed5af6200d
status: stable
description: This rule detects command lines that contain the 'accepteula' flag which could be a sign of execution of one of the Sysinternals tools
references:
    - https://attack.mitre.org/techniques/T1588/002/
    - https://twitter.com/Moti_B/status/1008587936735035392
author: Huntrule Team
date: 2026-06-19
tags:
    - attack.resource-development
    - attack.t1588.002
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        CommandLine|contains|windash: ' -accepteula'
    condition: selection
falsepositives:
    - Unknown
level: low

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.