mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
add security 7045
This commit is contained in:
parent
47086d5d78
commit
481cd9aca1
@ -138,7 +138,6 @@ fieldmappings:
|
||||
HostVersion: winlog.event_data.HostVersion
|
||||
Image: process.executable
|
||||
ImageLoaded: file.path
|
||||
ImagePath: winlog.event_data.ImagePath
|
||||
IpAddress: source.ip
|
||||
IpPort: source.port
|
||||
KeyLength: winlog.event_data.KeyLength
|
||||
@ -162,7 +161,6 @@ fieldmappings:
|
||||
ScriptBlockText: powershell.file.script_block_text
|
||||
SecurityID: winlog.event_data.SecurityID
|
||||
ServiceFileName: winlog.event_data.ServiceFileName
|
||||
ServiceName: winlog.event_data.ServiceName
|
||||
ShareName: winlog.event_data.ShareName
|
||||
Signature: winlog.event_data.Signature
|
||||
Source: winlog.event_data.Source
|
||||
@ -289,3 +287,10 @@ fieldmappings:
|
||||
category=driver_load: hash.imphash
|
||||
category=image_load: file.hash.imphash
|
||||
default: process.pe.imphash
|
||||
#security 7045
|
||||
ServiceName:
|
||||
service=security: winlog.event_data.ServiceName
|
||||
default: service.name
|
||||
ImagePath: winlog.event_data.ImagePath
|
||||
ServiceType: winlog.event_data.ServiceType
|
||||
StartType: winlog.event_data.ServiceStartType
|
||||
|
Loading…
Reference in New Issue
Block a user