Panther low experimental python

Box Access Granted

A user granted access to their box account to Box technical support from account settings.

View Source

Detection Logic

def rule(event):
    return event.get("event_type") == "ACCESS_GRANTED"


def title(event):
    return (
        f"User [{event.deep_get('created_by', 'name', default='<UNKNOWN_USER>')}] granted "
        f"access to their account"
    )

Field Validations

Loading…

Comments (0)

Loading comments...