Cortex-Abuse_Finder Pipeline
Concourse pipeline that uses Cortex tool Abuse_Finder to analyze data such as IP, email or url.
Tools run in the pipeline
Cortex Abuse_Finder
Quick Deployment
- Set up Concourse (useful tutorial)
- Copy the contents of server folder to your Concourse installation
- Create credentials.yml (example template in credentials_example.yml)
- Setup the pipeline:
$ fly -t target-name sp -p pipeline-name -c pipeline.yml -l credentials.yml
- Copy the contents of workspace_repo folder to repository you'll use for the pipeline
- Put data samples to samples folder in your repository and trigger the pipeline