LoFP LoFP / administrator powershell scripts

Techniques

Sample rules

New BITS Job Created Via PowerShell

Description

Detects the creation of a new bits job by PowerShell

Detection logic

condition: selection
selection:
  EventID: 3
  processPath|endswith:
  - \powershell.exe
  - \pwsh.exe

Suspicious Computer Machine Password by PowerShell

Description

The Reset-ComputerMachinePassword cmdlet changes the computer account password that the computers use to authenticate to the domain controllers in the domain. You can use it to reset the password of the local computer.

Detection logic

condition: selection
selection:
  ContextInfo|contains: Reset-ComputerMachinePassword