2019-07-16 23:14:55 +02:00
|
|
|
title: Modifier test rule
|
2019-09-05 15:35:26 +02:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: security
|
2019-07-16 23:14:55 +02:00
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
field|re: '.*foobar.*'
|
2019-10-16 23:52:06 +02:00
|
|
|
encoded|wide|base64: 'This string is Base64 encoded'
|
2019-07-16 23:14:55 +02:00
|
|
|
obfuscated|base64offset|contains:
|
|
|
|
|
- 'http://'
|
|
|
|
|
- 'https://'
|
|
|
|
|
allmatch|contains|all:
|
|
|
|
|
- foo
|
|
|
|
|
- bar
|
|
|
|
|
- bla
|
2019-11-05 23:04:13 +01:00
|
|
|
end|endswith: test
|
|
|
|
|
start|startswith: test
|
2019-07-16 23:14:55 +02:00
|
|
|
condition: selection
|