Skip to content

Commit bf7679c

Browse files
committed
🧪 test: add regression data for rule 07aa184a-870d-413d-893a-157f317f6f58
1 parent 67e9bc0 commit bf7679c

4 files changed

Lines changed: 80 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"Event": {
3+
"#attributes": {
4+
"xmlns": "http://schemas.microsoft.com/win/2004/08/events/event"
5+
},
6+
"System": {
7+
"Provider": {
8+
"#attributes": {
9+
"Name": "Microsoft-Windows-Sysmon",
10+
"Guid": "5770385F-C22A-43E0-BF4C-06F5698FFBD9"
11+
}
12+
},
13+
"EventID": 1,
14+
"Version": 5,
15+
"Level": 4,
16+
"Task": 1,
17+
"Opcode": 0,
18+
"Keywords": "0x8000000000000000",
19+
"TimeCreated": {
20+
"#attributes": {
21+
"SystemTime": "2026-08-12T18:18:19.1149079Z"
22+
}
23+
},
24+
"EventRecordID": 488235,
25+
"Correlation": null,
26+
"Execution": {
27+
"#attributes": {
28+
"ProcessID": 3288,
29+
"ThreadID": 3372
30+
}
31+
},
32+
"Channel": "Microsoft-Windows-Sysmon/Operational",
33+
"Computer": "SigmaCatchVm",
34+
"Security": {
35+
"#attributes": {
36+
"UserID": "S-1-5-18"
37+
}
38+
}
39+
},
40+
"EventData": {
41+
"RuleName": "technique_id=T1059.003,technique_name=Windows Command Shell",
42+
"UtcTime": "2026-08-12 18:18:19.112",
43+
"ProcessGuid": "570E49AA-B8EB-6A7C-B309-000000001400",
44+
"ProcessId": 12236,
45+
"Image": "C:\\Windows\\System32\\cmd.exe",
46+
"FileVersion": "10.0.26100.8737 (WinBuild.160101.0800)",
47+
"Description": "Windows Command Processor",
48+
"Product": "Microsoft® Windows® Operating System",
49+
"Company": "Microsoft Corporation",
50+
"OriginalFileName": "Cmd.Exe",
51+
"CommandLine": "\"cmd.exe\" /c wscript.exe C:\\Windows\\System32\\gatherNetworkInfo.vbs",
52+
"CurrentDirectory": "C:\\Users\\frack113\\AppData\\Local\\Temp\\",
53+
"User": "SigmaCatchVm\\frack113",
54+
"LogonGuid": "570E49AA-C366-6A76-1EDD-080000000000",
55+
"LogonId": "0x8dd1e",
56+
"TerminalSessionId": 1,
57+
"IntegrityLevel": "High",
58+
"Hashes": "SHA1=6142A8457F497ABC4B102D75F549F76A9E3577C7,MD5=1F4D18374A699452622E80F6D5BB743E,SHA256=65EC268ADD3973B6DCA64222985DA47CAEAEE44A340B0EC1466782914FD743D9,IMPHASH=010B165E4C37F484601D3DBD700C9423",
59+
"ParentProcessGuid": "570E49AA-A962-6A7C-F601-000000001400",
60+
"ParentProcessId": 8368,
61+
"ParentImage": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
62+
"ParentCommandLine": "\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\"",
63+
"ParentUser": "SigmaCatchVm\\frack113"
64+
}
65+
}
66+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
id: 9a9d4da5-dd28-4dad-b8cc-ab8380d0ba82
2+
description: N/A
3+
date: 2026-08-12
4+
author: frack113
5+
rule_metadata:
6+
- id: 07aa184a-870d-413d-893a-157f317f6f58
7+
title: Suspicious Reconnaissance Activity Via GatherNetworkInfo.VBS
8+
regression_tests_info:
9+
- name: Positive Detection Test
10+
type: evtx
11+
provider: Microsoft-Windows-Sysmon
12+
match_count: 1
13+
path: regression_data/rules/windows/process_creation/proc_creation_win_susp_gather_network_info_execution/07aa184a-870d-413d-893a-157f317f6f58.evtx

‎rules/windows/process_creation/proc_creation_win_susp_gather_network_info_execution.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ detection:
3131
falsepositives:
3232
- Unknown
3333
level: high
34+
regression_tests_path: regression_data/rules/windows/process_creation/proc_creation_win_susp_gather_network_info_execution/info.yml

0 commit comments

Comments
 (0)