EXPLORE
← Back to Explore
sigmalowHunting

Suspicious Process Discovery With Get-Process

Get the processes that are running on the local computer.

MITRE ATT&CK

discovery

Detection Query

selection:
  ScriptBlockText|contains: Get-Process
condition: selection

Author

frack113

Created

2022-03-17

Data Sources

windowsps_script

Platforms

windows

Tags

attack.discoveryattack.t1057
Raw Content
title: Suspicious Process Discovery With Get-Process
id: af4c87ce-bdda-4215-b998-15220772e993
status: test
description: Get the processes that are running on the local computer.
references:
    - https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1057/T1057.md#atomic-test-3---process-discovery---get-process
    - https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-process?view=powershell-7.4
author: frack113
date: 2022-03-17
tags:
    - attack.discovery
    - attack.t1057
logsource:
    product: windows
    category: ps_script
    definition: 'Requirements: Script Block Logging must be enabled'
detection:
    selection:
        ScriptBlockText|contains: Get-Process
    condition: selection
falsepositives:
    - Legitimate PowerShell scripts
level: low