Detection rules › Sigma

PUA - NPS Tunneling Tool Execution

Severity
high
Author
Florian Roth (Nextron Systems)
Source
upstream

Detects the use of NPS, a port forwarding and intranet penetration proxy server

MITRE ATT&CK coverage

TacticTechniques
Command & ControlT1090 Proxy

Event coverage

ProviderEvent IDTitle
Sysmon1Process creation

Stages and Predicates

Stage 1: 1 of selection_img

Image|endswith: '\npc.exe'

Stage 2: 1 of selection_cli_1

CommandLine|contains: ' -password='
CommandLine|contains: ' -server='
CommandLine|contains: ' -vkey='

Stage 3: 1 of selection_cli_2

CommandLine|contains: ' -config=npc'

Stage 4: 1 of selection_hashes

or:
Hashes|contains: 'MD5=AE8ACF66BFE3A44148964048B826D005'
Hashes|contains: 'SHA1=CEA49E9B9B67F3A13AD0BE1C2655293EA3C18181'
Hashes|contains: 'SHA256=5A456283392FFCEEEACA3D3426C306EB470304637520D72FED1CC1FEBBBD6856'

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
CommandLinematch
  • -config=npc
  • -password=
  • -server=
  • -vkey=
Hashesmatch
  • MD5=AE8ACF66BFE3A44148964048B826D005
  • SHA1=CEA49E9B9B67F3A13AD0BE1C2655293EA3C18181
  • SHA256=5A456283392FFCEEEACA3D3426C306EB470304637520D72FED1CC1FEBBBD6856
Imageends_with
  • \npc.exe