ImpossibleTravelActivity query filtering out "non-interactive sign-ins"

Trifonov, Vladimir 0 Reputation points
2024-05-15T08:04:41.3166667+00:00

Since Microsoft disabled all useful policies like Impossible travel i created new custom rule.

BehaviorInfo  
| where ActionType == "ImpossibleTravelActivity"
| join BehaviorEntities on BehaviorId

So now the issue is that i cannot find how to filter out "User sign-ins (non-interactive)"

The reason for that is when user is in another country and using WiFi with his mobile phone it get IP from the country that its located, but when wifi is lost and it switch to SIM internet the internet is forwarded to its provider of origin and it`s getting IP from his home country. In that case impossible travel is triggered because the user gets 2 IP from different countries in less then a minute.

Microsoft Defender for Identity
Microsoft Defender for Identity
A Microsoft service that helps protect enterprise hybrid environments from multiple types of advanced, targeted cyberattacks and insider threats.
175 questions
0 comments No comments
{count} votes