Duo Admin App Integration Secret Key Viewed
Description
An administrator viewed a Secret Key for an Application Integration
Query · python
def rule(event):
# Return True to match the log event and trigger an alert.
return event.get("action", "") == "integration_skey_view"
def title(event):
# If no 'dedup' function is defined, the return value of
# this method will act as deduplication string.
return (
f"'Duo: [{event.get('username', '<NO_USER_FOUND>')}] viewed "
f"the Secret Key for Application [{event.get('object', '<NO_OBJECT_FOUND>')}]"
)
Analyst notes
The security of your Duo application is tied to the security of your secret key (skey). Secure it as you would any sensitive credential. Don't share it with unauthorized individuals or email it to anyone under any circumstances!