Hi everyone,
I’m new to Google SecOps and currently in the learning phase.
I’m working on a use case where I need to detect if the same user logs in with different operating systems (OS) within the last 30 days.
Can you guy help me write rule to detect this scenario. Now im getting log from Azure AD using :
$e.network.http.user_agent = $http
$e.principal.platform = $platform
$e.target.user.userid = $username
ีIm Using principal.platform as OS but note really sure where to go first.
Thank you in advance for all the advice.