Skip to content

Commit

Permalink
Move URL from Description to Reference (okta_rules)
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlovets098 committed Dec 4, 2023
1 parent 08c5cc2 commit 6c04d1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion rules/okta_rules/okta_app_refresh_access_token_reuse.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
AnalysisType: rule
Description: https://developer.okta.com/docs/guides/refresh-tokens/main/#refresh-token-reuse-detection
Description: |-
When a client wants to renew an access token, it sends the refresh token with the access token request to the /token Okta endpoint.
Okta validates the incoming refresh token, issues a new set of tokens and invalidates the refresh token that was passed with the initial request.
This detection alerts when a previously used refresh token is used again with the token request
Reference: https://developer.okta.com/docs/guides/refresh-tokens/main/#refresh-token-reuse-detection
DisplayName: "Okta App Refresh Access Token Reuse"
Enabled: true
Filename: okta_app_refresh_access_token_reuse.py
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
AnalysisType: rule
Description: https://help.okta.com/en-us/Content/Topics/Security/threat-insight/configure-threatinsight-system-log.htm
Description: Okta ThreatInsight identified request from potentially malicious IP address
Reference: https://help.okta.com/en-us/Content/Topics/Security/threat-insight/configure-threatinsight-system-log.htm
DisplayName: "Okta ThreatInsight Security Threat Detected"
Enabled: true
Filename: okta_threatinsight_security_threat_detected.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AnalysisType: rule
Description: |-
Suspicious Activity Reporting provides an end user with the option to report unrecognized activity from an account activity email notification.
This detection alerts when a user marks the raised activity as suspicious.
https://help.okta.com/en-us/Content/Topics/Security/suspicious-activity-reporting.htm
Reference: https://help.okta.com/en-us/Content/Topics/Security/suspicious-activity-reporting.htm
DisplayName: "Okta User Reported Suspicious Activity"
Enabled: true
Filename: okta_user_reported_suspicious_activity.py
Expand Down

0 comments on commit 6c04d1a

Please sign in to comment.