SigmaHQ/tests/test-modifiers.yml
2019-07-16 23:14:55 +02:00

14 lines
340 B
YAML

title: Modifier test rule
detection:
selection:
field|re: '.*foobar.*'
encoded|base64: 'This string is Base64 encoded'
obfuscated|base64offset|contains:
- 'http://'
- 'https://'
allmatch|contains|all:
- foo
- bar
- bla
condition: selection