mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Imphash mappings
This commit is contained in:
@@ -15,13 +15,15 @@ transformations:
|
|||||||
src_ip: destination.ip.keyword
|
src_ip: destination.ip.keyword
|
||||||
src_port: source.port
|
src_port: source.port
|
||||||
dst_ip: destination.ip.keyword
|
dst_ip: destination.ip.keyword
|
||||||
dst_port: destination.port
|
dst_port: destination.port
|
||||||
|
winlog.event_data.User: user.name
|
||||||
- id: hashes_process-creation
|
- id: hashes_process-creation
|
||||||
type: field_name_mapping
|
type: field_name_mapping
|
||||||
mapping:
|
mapping:
|
||||||
winlog.event_data.sha256: process.hash.sha256
|
winlog.event_data.sha256: process.hash.sha256
|
||||||
winlog.event_data.sha1: process.hash.sha1
|
winlog.event_data.sha1: process.hash.sha1
|
||||||
winlog.event_data.md5: process.hash.md5
|
winlog.event_data.md5: process.hash.md5
|
||||||
|
winlog.event_data.Imphash: process.pe.imphash
|
||||||
rule_conditions:
|
rule_conditions:
|
||||||
- type: logsource
|
- type: logsource
|
||||||
product: windows
|
product: windows
|
||||||
@@ -32,6 +34,7 @@ transformations:
|
|||||||
winlog.event_data.sha256: dll.hash.sha256
|
winlog.event_data.sha256: dll.hash.sha256
|
||||||
winlog.event_data.sha1: dll.hash.sha1
|
winlog.event_data.sha1: dll.hash.sha1
|
||||||
winlog.event_data.md5: dll.hash.md5
|
winlog.event_data.md5: dll.hash.md5
|
||||||
|
winlog.event_data.Imphash: dll.pe.imphash
|
||||||
rule_conditions:
|
rule_conditions:
|
||||||
- type: logsource
|
- type: logsource
|
||||||
product: windows
|
product: windows
|
||||||
@@ -42,6 +45,7 @@ transformations:
|
|||||||
winlog.event_data.sha256: dll.hash.sha256
|
winlog.event_data.sha256: dll.hash.sha256
|
||||||
winlog.event_data.sha1: dll.hash.sha1
|
winlog.event_data.sha1: dll.hash.sha1
|
||||||
winlog.event_data.md5: dll.hash.md5
|
winlog.event_data.md5: dll.hash.md5
|
||||||
|
winlog.event_data.Imphash: dll.pe.imphash
|
||||||
rule_conditions:
|
rule_conditions:
|
||||||
- type: logsource
|
- type: logsource
|
||||||
product: windows
|
product: windows
|
||||||
|
|||||||
Reference in New Issue
Block a user