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
|
2023-10-17 14:35:26 +02:00
|
|
|
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
|
2024-07-02 06:00:11 -04:00
|
|
|
- https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/systeminfo
|
2022-10-28 15:06:36 +02:00
|
|
|
author: frack113
|
2024-08-12 12:02:50 +02:00
|
|
|
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
|