242 questions
0 votes
0 answers
30 views
KQL - bag_pack_columns if column not empty
I am searching for EventID 4738 logs in the SecurityEvents table in sentinel. This log has several fields which contain either the new value if it was changed, or "-" if it wasn't changed. I ...
0 votes
1 answer
174 views
How to monitor Microsoft Sentinel data connector health and connection history using KQL or PowerShell?
I'm working with Microsoft Sentinel and need to create monitoring queries to track the health status of data connectors. Specifically, I want to: Identify unhealthy or disconnected data connectors ...
-4 votes
1 answer
460 views
Azure AMA Agent Issue [closed]
I have set up the AMA firewall data connector in Azure and the associated DCR. I've installed the agent on a test endpoint. I've read the guidance on "Set Up the Azure Monitor Agent on Windows ...
0 votes
0 answers
54 views
Custom detection rules device group change in Microsoft Defender
For one of our client we have onboarded 500+ custom detection rules in Microsoft Defender, as they were migrating from another EDR solution to Defender. Now client ask is, they have created a new ...
0 votes
1 answer
112 views
Microsoft Sentinel Scheduled Analytics Rule not triggering
I am trying to trigger the following KQL query in a custom scheduled Analytics Rule... It is to identify ANY Global Administrator and verify if they have committed any activity (Sign-in) over the last ...
0 votes
0 answers
158 views
Kusto/Sentinel - How do I create/save a user defined global function parameters that accept fields
I am trying to create a user defined function to store as a global function. This has to accept two field parameters and spit out a table. I managed to get it to work as an inline function. let ...
-1 votes
1 answer
290 views
Connect VM to Azure Log Analytics Workspace (Sentinel) with Data Collection Rule (Terraform)
I'm working on setting Microsoft Sentinel connect to my VM for my personal projects using Terraform. I have successfully configured my Log Analytics Workspace, Sentinel, and VM Extension. However, ...
0 votes
1 answer
290 views
Importing Microsoft Entra ID Logs from Multiple Tenants into a Central Log Analytics Workspace
I am trying to import Microsoft Entra ID logs from Tenant1 and Tenant2 into a Azure Log Analytics Workspace that is deployed in my main tenant. To achieve this, I attempted to use Azure Event Hub on ...
-2 votes
1 answer
123 views
How to extract Threat Intelligence Verdict in Advanced Hunting?
I am using the EmailUrlInfo table in XDR Advanced hunting, when you click on a URL you get more information, including a "Threat intelligence verdict" which tells you if Defender deems the ...
0 votes
0 answers
73 views
Microsoft Sentinel API - "triggerRuleRun" ExecutionTimeUtc Always Invalid
Issue Summary I'm are trying to manually trigger a Microsoft Sentinel Scheduled Analytics Rule using the triggerRuleRun API, but it always fails with the following error: { "errors": { &...
0 votes
1 answer
444 views
Does anyone have implemented auxiliary logs deployment in sentinel?
I have tried implementing Auxiliary logs, but unable to ingest logs to auxiliary table, how it works? I have tried log ingestion via text and json file but unable to receive logs to log analytic ...
0 votes
1 answer
61 views
Manage account exclusions starting with *** with a Watchlist
I would like to make a rule that will check if a user is a privileged account or not. To do this, there's a watchlist with account name templates (e.g. adm.;aadz-;kaadmin;t0_). The final aim is to ...
0 votes
1 answer
154 views
Integration Azure Purview to Azure Sentinel
I would like to integrate my Azure Purview with Azure Sentinel. I have followed the steps described in the official documentation at this "https://learn.microsoft.com/en-us/purview/register-scan-...
0 votes
1 answer
168 views
RE: ARM template for deploying a workbook template to Microsoft Sentinel
I am attempting to deploy an ARM Template (execution using PowerShell) for any Analytic Rule to a Microsoft Sentinel instance. I have been following this link: https://learn.microsoft.com/en-us/azure/...
0 votes
0 answers
186 views
Setting up risky signins alerts
We recently received found a risky signin for a user (e.g. IP address was pointing at some location different from actual location) and following investigation it was discovered the user had clicked ...