Files
blue-team-tools/rules/cloud/azure/azure_app_device_code_authentication.yml
T

28 lines
1.1 KiB
YAML
Raw Normal View History

title: Application Using Device Code Authentication Flow
2022-06-01 10:59:03 -07:00
id: 248649b7-d64f-46f0-9fb2-a52774166fb5
status: experimental
description: |
2022-10-25 07:34:10 +02:00
Device code flow is an OAuth 2.0 protocol flow specifically for input constrained devices and is not used in all environments.
If this type of flow is seen in the environment and not being used in an input constrained device scenario, further investigation is warranted.
This can be a misconfigured application or potentially something malicious.
references:
- https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/security-operations-applications#application-authentication-flows
2022-06-01 10:59:03 -07:00
author: Mark Morowczynski '@markmorow', Bailey Bercik '@baileybercik'
date: 2022/06/01
2022-10-25 07:34:10 +02:00
tags:
- attack.t1078
- attack.defense_evasion
- attack.persistence
- attack.privilege_escalation
- attack.initial_access
2022-06-01 10:59:03 -07:00
logsource:
2022-10-25 07:34:10 +02:00
product: azure
service: signinlogs
2022-06-01 10:59:03 -07:00
detection:
2022-10-25 07:34:10 +02:00
selection:
properties.message: Device Code
condition: selection
2022-06-01 10:59:03 -07:00
falsepositives:
2022-10-25 07:34:10 +02:00
- Applications that are input constrained will need to use device code flow and are valid authentications.
2022-06-01 10:59:03 -07:00
level: medium