Possible Recon Information for Export with Command Prompt (via process_creation)
This rule detects once established within a system or network, an adversary may use automated methods for collecting internal data.
SigmamediumWindowsv1
sigma
possible-recon-information-for-export-with-command-prompt-via-process-creation
title: Possible Recon Information for Export with Command Prompt (via process_creation)
id: 792b8d6f-af63-5058-ac3b-d60d7a851c51
status: stable
description: This rule detects once established within a system or network, an adversary may use automated methods for collecting internal data.
references:
- https://attack.mitre.org/techniques/T1119/
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1119/T1119.md
author: Huntrule Team
date: 2026-04-26
tags:
- attack.collection
- attack.t1119
logsource:
product: windows
category: process_creation
detection:
selection_image:
- Image|endswith:
- '\tree.com'
- '\WMIC.exe'
- '\doskey.exe'
- '\sc.exe'
- OriginalFileName:
- 'wmic.exe'
- 'DOSKEY.EXE'
- 'sc.exe'
selection_redirect:
ParentCommandLine|contains:
- ' > %TEMP%\'
- ' > %TMP%\'
condition: all of selection*
falsepositives:
- Unknown
level: medium
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.