cscli scenarios install sigmahq/proc_creation_win_registry_new_network_provider1type: trigger2name: sigmahq/proc_creation_win_registry_new_network_provider3description: |4 Detects when an attacker tries to add a new network provider in order to dump clear text credentials, similar to how the NPPSpy tool does it5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains '\\System\\CurrentControlSet\\Services\\' && evt.Parsed.CommandLine contains '\\NetworkProvider')7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t10031516 label: "Potential Credential Dumping Attempt Using New NetworkProvider - CLI"17 behavior : "windows:audit"18 remediation: false1920scope:21 type: ParentProcessId22 expression: evt.Parsed.ParentProcessId2324