Macmod / CrowdBehaviors

A simple utility to visualize detected behaviors from a CrowdStrike console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrowdBehavior

A simple utility using FalconPy to print detection details from a CrowdStrike console as a readable table.

Usage

Install dependencies with pip:

$ pip install -r requirements.txt

Then just run:

$ python3 crowdbehaviors.py --client-id <YOUR_CLIENT_ID> --secret <YOUR_SECRET>

Optional Flags

  • --limit. Maximum number of detections to extract.
  • --offset. Offset for detections query.
  • --sort. Sorting criteria for detections query.
  • --filter. Filter to use for detections query.
  • --json. Dump detection objects as JSON instead of showing table of behaviors.
  • --detections-only. Show detections only - not their individual behaviors.

About

A simple utility to visualize detected behaviors from a CrowdStrike console.


Languages

Language:Python 100.0%