Helpful Links
- All Available Rule Functions
- API Key
- Lookup Tables
- Panther Analysis Tool
- Unit Tests
- What is Deep_Get?
- What are Packs?
Do we add a section for ingesting data??
Part 1 - Setup Detection in Console
- In the Panther Console - Navigate to Build > Detections > Create New
- Give it a unique name "Brandon's First Detection" (Use your own name or initials)
- Set Severity to "Medium" and Log Types "AWS.CloudTrail"
- Under the Functions & Test Tab, Scroll down and select the "Create Test" button
- Copy and Paste the Sample CloudTrail Log from Below into the Test Field
Part 2 - Writing Python
- COME UP WITH A DETECTION TO WRITE
Part 1 - Code Reuse
- Let's take the detection we just wrote and apply it to another AWS resource.
Part 1 - Select the next 3 tactics
- Write more detections and verify the accuracy of each one
-
Detection Building
- Preparation - Ingest and Query Data - Panther Value - Ingest Quickly and Easily
- Writing - Python Tools and Open-Source Help
- Testing - Unit Tests (maybe Data Replay)
- Deployment - CI/CD Pipeline
- Deploying Detections