mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02:00
Refactor
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
title: 'Template 1'
|
||||
id: '2B160E43-3B95-4B50-AA3F-25D99F51FA69'
|
||||
description: 'Credit @ITProPaul'
|
||||
references: 'https://github.com/Neo23x0/sysmon-config'
|
||||
author: 'SOS'
|
||||
date: '09/18/24'
|
||||
event_type: 'NetworkConnect'
|
||||
id: 'This needs to be a UUIDv4 id - https://www.uuidgenerator.net/version4'
|
||||
description: 'Short description detailing what this rule is filtering and why.'
|
||||
references: 'Relevant urls, etc'
|
||||
author: '@SecurityOnion'
|
||||
date: 'MM/DD/YY'
|
||||
event_type: 'dns_query'
|
||||
filter_type: 'exclude'
|
||||
filter:
|
||||
selection_1:
|
||||
TargetField: 'DestinationIp'
|
||||
Condition: 'begin with'
|
||||
Pattern: 'fe80:0:0:0'
|
||||
TargetField: 'QueryName'
|
||||
Condition: 'end with'
|
||||
Pattern: '.thawte.com'
|
||||
---
|
||||
title: 'Template2'
|
||||
id: '3B160E43-3B95-4B50-AA3F-25D99F51FA69'
|
||||
description: 'Credit @ITProPaul'
|
||||
references: 'https://github.com/Neo23x0/sysmon-config'
|
||||
author: 'SOS'
|
||||
date: '09/18/24'
|
||||
event_type: 'NetworkConnect'
|
||||
title: 'Template 2'
|
||||
id: 'This needs to be a UUIDv4 id - https://www.uuidgenerator.net/version4'
|
||||
description: 'Short description detailing what this rule is filtering and why.'
|
||||
references: 'Relevant urls, etc'
|
||||
author: '@SecurityOnion'
|
||||
date: 'MM/DD/YY'
|
||||
event_type: 'process_creation'
|
||||
filter_type: 'exclude'
|
||||
filter:
|
||||
selection_1:
|
||||
TargetField: 'DestinationIp'
|
||||
Condition: 'begin with'
|
||||
Pattern: 'fe80:0:0:0'
|
||||
TargetField: 'ParentImage'
|
||||
Condition: 'is'
|
||||
Pattern: 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe'
|
||||
Reference in New Issue
Block a user