mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-15 13:53:58 +02:00
13 lines
419 B
YAML
13 lines
419 B
YAML
type: trigger
|
|
debug: true
|
|
name: test/simple-trigger
|
|
data:
|
|
- source_url: https://invalid.com/test.list
|
|
dest_file: simple-trigger-external-data/simple_patterns.txt
|
|
type: string
|
|
description: "Simple trigger with external data"
|
|
filter: "evt.Line.Labels.type =='testlog' && evt.Parsed.tainted_data in File('simple-trigger-external-data/simple_patterns.txt')"
|
|
groupby: evt.Meta.source_ip
|
|
labels:
|
|
type: overflow_1
|
|
|