mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Several Suricata things
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
{ "rename": { "field": "message2.fileinfo.size", "target_field": "file.size", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.fileinfo.state", "target_field": "file.state", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.fileinfo.stored", "target_field": "file.saved", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.fileinfo.sha256", "target_field": "hash.sha256", "ignore_missing": true } },
|
||||
{ "set": { "if": "ctx.network?.protocol != null", "field": "file.source", "value": "{{network.protocol}}" } },
|
||||
{ "pipeline": { "name": "common" } }
|
||||
]
|
||||
|
||||
@@ -7,7 +7,7 @@ suricata:
|
||||
dir: /nsm/extracted
|
||||
#write-fileinfo: "yes"
|
||||
#force-filestore: "yes"
|
||||
#stream-depth: 0
|
||||
stream-depth: 0
|
||||
#max-open-files: 1000
|
||||
#force-hash: [sha1, md5]
|
||||
xff:
|
||||
|
||||
Reference in New Issue
Block a user