Files
blue-team-tools/rules/windows/sysmon/sysmon_abusing_azure_browser_sso.yml
T

32 lines
1.1 KiB
YAML
Raw Normal View History

2020-07-15 14:02:34 +03:00
title: Avusing Azure Browser SSO
2020-08-12 16:44:37 +02:00
id: 50f852e6-af22-4c78-9ede-42ef36aa3453
2020-07-15 14:02:34 +03:00
description: Detects abusing Azure Browser SSO by requesting OAuth 2.0 refresh tokens for an Azure-AD-authenticated Windows user (i.e. the machine is joined to Azure AD and a user logs in with their Azure AD account) wanting to perform SSO authentication in the browser. An attacker can use this to authenticate to Azure AD in a browser as that user.
2020-08-12 16:44:37 +02:00
author: Den Iuzvyk
2020-07-15 14:02:34 +03:00
reference:
2020-08-12 16:44:37 +02:00
- https://posts.specterops.io/requesting-azure-ad-request-tokens-on-azure-ad-joined-machines-for-browser-sso-2b0409caad30
2020-07-15 14:24:49 +03:00
date: 2020/07/15
2020-08-29 02:03:28 +02:00
modified: 2020/08/26
2020-07-15 14:02:34 +03:00
logsource:
2020-08-12 16:44:37 +02:00
category: sysmon
product: windows
2020-07-15 14:02:34 +03:00
status: experimental
tags:
2020-08-12 16:44:37 +02:00
- attack.defense_evasion
- attack.privilege_escalation
2020-08-29 02:03:28 +02:00
- attack.t1073 # an old one
- attack.t1574.002
2020-08-12 16:44:37 +02:00
detection:
condition: selection_dll and not filter_legit
selection_dll:
EventID: 7
ImageLoaded|endswith: MicrosoftAccountTokenProvider.dll
filter_legit:
Image|endswith:
- BackgroundTaskHost.exe
- devenv.exe
- iexplore.exe
- MicrosoftEdge.exe
falsepositives:
- unknown
level: high