Query Details
//Azure cloud account takeover //https://www.linkedin.com/feed/update/urn:li:activity:7163049034528481281/ SigninLogs | where TimeGenerated > ago(90d) | where UserAgent == "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" | where AppDisplayName == "OfficeHome"
This KQL (Kusto Query Language) query is designed to identify specific sign-in activities in Azure over the past 90 days. Here's a simple summary:
SigninLogs table, which contains records of sign-in activities.In essence, this query is searching for sign-in attempts to the OfficeHome application from a Linux system using a specific version of the Chrome browser within the last 90 days.

Steven Lim
Released: August 2, 2024
Tables
Keywords
Operators