cscli scenarios install sigmahq/proc_creation_win_susp_gather_network_info_execution
1type: trigger2name: sigmahq/proc_creation_win_susp_gather_network_info_execution3description: |4 Detects execution of the built-in script located in "C:\Windows\System32\gatherNetworkInfo.vbs". Which can be used to gather information about the target machine5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && (evt.Parsed.CommandLine contains 'gatherNetworkInfo.vbs' && not (evt.Parsed.Image endsWith '\\cscript.exe' || evt.Parsed.Image endsWith '\\wscript.exe'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t161515 - attack.t1059.0051617 label: "Suspicious Reconnaissance Activity Via GatherNetworkInfo.VBS"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425