Files
blue-team-tools/rules/cloud/okta/okta_api_token_created.yml
T

23 lines
612 B
YAML
Raw Normal View History

2021-09-12 20:14:27 -05:00
title: Okta API Token Created
id: 19951c21-229d-4ccb-8774-b993c3ff3c5c
2022-10-09 16:54:04 +02:00
status: test
2021-09-12 20:14:27 -05:00
description: Detects when a API token is created
2021-09-12 19:47:21 -05:00
references:
- https://developer.okta.com/docs/reference/api/system-log/
- https://developer.okta.com/docs/reference/api/event-types/
2022-10-09 16:54:04 +02:00
author: Austin Songer @austinsonger
date: 2021/09/12
modified: 2022/10/09
tags:
- attack.persistence
2021-09-12 19:47:21 -05:00
logsource:
2022-10-09 16:54:04 +02:00
product: okta
service: okta
2021-09-12 19:47:21 -05:00
detection:
selection:
2021-09-12 20:14:27 -05:00
eventtype: system.api_token.create
2021-09-12 19:47:21 -05:00
condition: selection
falsepositives:
- Legitimate creation of an API token by authorized users
2022-10-09 16:54:04 +02:00
level: medium