You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Investigating M365 Identity Login from Atypical Travel Location
30
30
31
31
Microsoft 365 is a cloud-based suite offering productivity tools accessible from anywhere, making it crucial for business operations. Adversaries may exploit this by logging in from uncommon locations, potentially using VPNs to mask their origin. The detection rule identifies successful logins from atypical locations, flagging potential unauthorized access attempts by analyzing login events and user location patterns.
32
32
@@ -37,7 +37,7 @@ Microsoft 365 is a cloud-based suite offering productivity tools accessible from
37
37
- Review the ISP information for the login attempts to identify any unusual or suspicious providers.
38
38
- Review the authorization request type to understand the context of the login attempts and whether they align with the user's typical behavior.
39
39
- Analyze the client application used for the login attempts to determine if it is consistent with the user's normal usage patterns (Teams, Office, etc.)
40
-
- Analyze the user-agent associated with the login attempts to identify any unusual or suspicious patterns.
40
+
- Analyze the user-agent associated with the login attempts to identify any unusual or suspicious patterns. These could also indicate mobile and endpoint logins causing false-positives.
41
41
42
42
### False positive analysis
43
43
@@ -50,14 +50,15 @@ Microsoft 365 is a cloud-based suite offering productivity tools accessible from
50
50
- If the login attempt is deemed suspicious, consider implementing additional security measures, such as requiring multi-factor authentication (MFA) for logins from unusual locations.
51
51
- Educate users about the risks of accessing corporate resources from unfamiliar locations and the importance of using secure connections (e.g., VPNs) when doing so.
52
52
- Monitor for any subsequent login attempts from the same location or IP address to identify potential patterns of malicious activity.
53
+
- Consider adding exceptions to this rule for the user or source application ID if the login attempts are determined to be legitimate and not a security concern.
### Investigating M365 Identity Login from Impossible Travel Location
29
29
30
30
Microsoft 365's cloud-based services enable global access, but this can be exploited by adversaries logging in from disparate locations within short intervals, indicating potential account compromise. The detection rule identifies such anomalies by analyzing login events for rapid geographic shifts, flagging suspicious activity that may suggest unauthorized access attempts.
31
31
@@ -36,7 +36,7 @@ Microsoft 365's cloud-based services enable global access, but this can be explo
36
36
- Review the ISP information for the login attempts to identify any unusual or suspicious providers.
37
37
- Review the authorization request type to understand the context of the login attempts and whether they align with the user's typical behavior.
38
38
- Analyze the client application used for the login attempts to determine if it is consistent with the user's normal usage patterns (Teams, Office, etc.)
39
-
- Analyze the user-agent associated with the login attempts to identify any unusual or suspicious patterns.
39
+
- Analyze the user-agent associated with the login attempts to identify any unusual or suspicious patterns. These could also indicate mobile and endpoint logins causing false-positives.
40
40
41
41
### False positive analysis
42
42
@@ -49,14 +49,15 @@ Microsoft 365's cloud-based services enable global access, but this can be explo
49
49
- If the login attempt is deemed suspicious, consider implementing additional security measures, such as requiring multi-factor authentication (MFA) for logins from unusual locations.
50
50
- Educate users about the risks of accessing corporate resources from unfamiliar locations and the importance of using secure connections (e.g., VPNs) when doing so.
51
51
- Monitor for any subsequent login attempts from the same location or IP address to identify potential patterns of malicious activity.
52
+
- Consider adding exceptions to this rule for the user or source application ID if the login attempts are determined to be legitimate and not a security concern.
0 commit comments