Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_systeminfo_execution.yml
T

25 lines
796 B
YAML
Raw Normal View History

2022-07-11 17:48:40 +01:00
title: Suspicious Execution of Systeminfo
2022-01-01 08:42:40 +01:00
id: 0ef56343-059e-4cb6-adc1-4c3c967c5e46
status: test
2022-07-11 17:48:40 +01:00
description: Detects usage of the "systeminfo" command to retrieve information
2022-01-01 08:42:40 +01:00
references:
2022-07-11 17:48:40 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1082/T1082.md#atomic-test-1---system-information-discovery
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/systeminfo
2022-10-28 15:06:36 +02:00
author: frack113
date: 2022-01-01
modified: 2022-07-14
2022-10-28 15:06:36 +02:00
tags:
- attack.discovery
- attack.t1082
2022-01-01 08:42:40 +01:00
logsource:
category: process_creation
product: windows
detection:
selection:
2022-09-01 15:22:26 +02:00
- Image|endswith: '\systeminfo.exe'
- OriginalFileName: 'sysinfo.exe'
2022-01-01 08:42:40 +01:00
condition: selection
falsepositives:
- Unknown
level: low