Forum Discussion

rslakkappa's avatar
rslakkappa
Copper Contributor
Aug 05, 2021
Solved

Segregate AWS accounts in Azure Sentinel

Hi Team,   I am new to Azure sentinel, trying to explore sentinel features. I have already registered couple of AWS accounts in the sentinel and data is been ingesting from the time of connection. ...
  • m_zorich's avatar
    m_zorich
    Aug 06, 2021
    No problems at all, so if you have called your parameter AWSAccountID for example, then in your other queries you add

    AWSCloudTrail
    | where UserIdentityAccountId == '{AWSAccountID}'

    Then the rest of your query, maybe try it out with a simple query like returning the count of the records to test it is changing as you would expected

    AWSCloudTrail
    | where UserIdentityAccountId == '{AWSAccountID}'
    | count

Resources