Files
splunk-security_content/README.md
2019-02-05 14:28:33 -05:00

689 B

security-content

Contains a collection of security stories with their corresponding detection, investigative, contexual and support splunk searches

Consumption

Can be consumed using:

Structure

src/ - splunk content app source files, includes lookups, binaries, and defaul config files

Developing

For getting pre-commit checks, install the hooks see below for steps:

  1. Install circleci CLI Tool
  2. create virtualenv and install requirements: virtualenv venv && source venv/bin/activate && pip install -r requirements.txt
  3. install pre-commit pre-commit install