Querying and Writing Detections for Panther Audit Logs
Monitor your Panther audit logs
Overview
Querying the Data Lake for Panther audit logs
SELECT * FROM panther_logs.panther_audit WHERE p_occurs_since('1 day');{
"XForwardedFor": [
"72.72.72.72",
"130.172.130.172"
],
"actionDescription": "Lists the details of all available data lake databases",
"actionName": "LIST_DATA_LAKE_DATABASES",
"actionParams": {},
"actionResult": "SUCCEEDED",
"actor": {
"attributes": {
"email": "[email protected]",
"emailVerified": false,
"roleId": ""
},
"id": "[email protected]",
"name": "[email protected]",
"type": "USER"
},
"errors": null,
"p_any_ip_addresses": [
"72.72.72.72",
"130.172.130.172"
],
"p_any_trace_ids": [
"[email protected]"
],
"p_any_usernames": [
"[email protected]"
],
"p_event_time": "2022-04-22 15:39:55.358",
"p_log_type": "Panther.Audit",
"p_parse_time": "2022-04-22 15:41:36.276",
"p_row_id": "asdfdjklasdfjklasdfjlk",
"p_source_id": "abc12345-ab12-cd12-ef12-abc1234567890",
"p_source_label": "panther-audit-logs-us-east-1",
"pantherVersion": "1.34.0",
"sourceIP": "72.72.72.72",
"timestamp": "2022-04-22 15:39:55.358",
"userAgent": ""
}Writing a detection for Panther audit logs
Step 1: Begin creating the detection
Step 2: Create a test for the detection
Creating a descriptive alert title
Last updated
Was this helpful?



