CVE-2022-22965 Network Activity
Description
The following query surface network activity associated with exploitation of CVE-2022-22965.
Query · kql
DeviceNetworkEvents | where Timestamp > ago(7d) | where ActionType =~ "NetworkSignatureInspected" | where AdditionalFields contains ".jsp?cmd=" | summarize makeset(AdditionalFields, 5), min(Timestamp), max(Timestamp) by DeviceId, DeviceName