Skip to content

Commit

Permalink
Update mock.out.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreen27 authored May 21, 2024
1 parent 97ad4c7 commit 09dc247
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions artifacts/testdata/server/testcases/mock.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ LET X <= SELECT mock(plugin='info', results=[dict(OS='windows', foo='bar'), dict
"Type": "TCP",
"Status": "LISTEN",
"Laddr": "::",
"LaddrPort": 3889,
"LPort": 3889,
"Raddr": "::",
"RaddrPort": 0,
"RPort": 0,
"Timestamp": "2019-11-27T01:18:15Z",
"_Source": "Windows.Network.NetstatEnriched/Netstat"
}
Expand Down Expand Up @@ -113,9 +113,9 @@ LET X <= SELECT mock(plugin='info', results=[dict(OS='windows', foo='bar'), dict
"Type": "TCP",
"Status": "LISTEN",
"Laddr": "::",
"LaddrPort": 3889,
"LPort": 3889,
"Raddr": "::",
"RaddrPort": 0,
"RPort": 0,
"Timestamp": "2019-11-27T01:18:15Z",
"_Source": "Windows.Network.NetstatEnriched/Netstat"
}
Expand Down Expand Up @@ -149,10 +149,10 @@ LET X <= SELECT mock(plugin='info', results=[dict(OS='windows', foo='bar'), dict
"Type": "TCP",
"Status": "ESTAB",
"Laddr": "172.168.101.128",
"LaddrPort": 64371,
"LPort": 64371,
"Raddr": "10.179.67.176",
"RaddrPort": 443,
"RPort": 443,
"Timestamp": "2019-12-07T03:30:58Z",
"_Source": "Windows.Network.NetstatEnriched/Netstat"
}
]SELECT * FROM Artifact.Windows.Network.NetstatEnriched( ProcessNameRegex='.', AuthenticodeVerified="NOT TRUSTED", Status="ESTABLISHED")[]
]SELECT * FROM Artifact.Windows.Network.NetstatEnriched( ProcessNameRegex='.', AuthenticodeVerified="NOT TRUSTED", Status="ESTABLISHED")[]

0 comments on commit 09dc247

Please sign in to comment.