LoFP LoFP / very likely, including launching cmd.exe via run as administrator

Techniques

Sample rules

Suspicious High IntegrityLevel Conhost Legacy Option

Description

ForceV1 asks for information directly from the kernel space. Conhost connects to the console application. High IntegrityLevel means the process is running with elevated privileges, such as an Administrator context.

Detection logic

condition: selection
selection:
  CommandLine|contains|all:
  - conhost.exe
  - '0xffffffff'
  - -ForceV1
  IntegrityLevel: High