Forum Discussion

Pavan_Gelli1910's avatar
Pavan_Gelli1910
Brass Contributor
Jan 06, 2020

Storing static data in table to use in KQL

Unable to maintain static/dynamic data sets for below sample use cases.

 

Use Cases:

 

  1. Increase in failed domain admin account logins detected
  2. Password change or rest on known privileged account
  3. Interactive login (Success or Failed) from Service Account

Ex: Interactive login (Success or Failed) from Service Account:

 

Ideally service accounts are used for application level integration. We need to trigger an alert if interactive/remote interactive login observed from service accounts.

 

Current work around: I have hard coded the all our service accounts in the KQL query. Which is not feasible in long run.

 

Challenge: If new service accounts are provisioned. We are missing monitoring on those service accounts until I add them in KQL Query.

 

Ask: Is there any workaround, KQL to get the data from storage account like blob / can I create table /AD using scripts on scheduled basis /store in log analytics.

 

Please help.

Resources