Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Update Airlift 2021 - Lets Invoke.csl #423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Webcasts/Airlift 2021 - Lets Invoke.csl
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ let ServerConnections =
| distinct DeviceId, InitiatingProcessFolderPath, LocalPort;
union (
DeviceNetworkEvents
| where ActionType in ('InboundConnectionAccepted','ListeningConnectionCreated','ConnectionSuccess','ConnecitonFound','ConnectionRequest')
| where ActionType in ('InboundConnectionAccepted','ListeningConnectionCreated','ConnectionSuccess','ConnectionFound','ConnectionRequest')
and RemoteIPType != 'Loopback'
and LocalIP != RemoteIP
and RemoteIP !startswith '169.254'
Expand All @@ -171,7 +171,7 @@ union (
| extend Directionality = 'Inbound', Port = LocalPort, RemoteIP = iff(IncludeInboundRemoteIPs == true, RemoteIP,'')
),(
DeviceNetworkEvents
| where ActionType in ('ConnectionSuccess','ConnecitonFound','ConnectionRequest')
| where ActionType in ('ConnectionSuccess','ConnectionFound','ConnectionRequest')
and RemoteIPType != 'Loopback'
and LocalIP != RemoteIP
and RemoteIP !startswith '169.254'
Expand Down Expand Up @@ -461,4 +461,4 @@ DeviceLogonEvents
) on $left.Key == $right.UserAndDomain, $left.Value == $right.HourOfDay
| project-away Key, Value, SampleSize, Average, Instances, DistinctValueCount, MostCommonValueInstances, MostCommonValue
| project-reorder MScore, Timestamp, DeviceName, UserAndDomain
| order by MScore desc
| order by MScore desc