mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
+12
@@ -245,6 +245,18 @@ class NewContentQuestions():
|
||||
{
|
||||
'name': 'sysmon_linux.log'
|
||||
},
|
||||
{
|
||||
'name': 'xml-windows-security.log'
|
||||
},
|
||||
{
|
||||
'name': 'xml-windows-system.log'
|
||||
},
|
||||
{
|
||||
'name': 'xml-windows-application.log'
|
||||
},
|
||||
{
|
||||
'name': 'xml-windows-directory-service.log'
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
+5
-1
@@ -26,7 +26,11 @@ class ObjToAttackDataYmlAdapter(Adapter):
|
||||
'github.json' : 'aws:firehose:json',
|
||||
'kubernetes_nginx.json' :'kube:container:controller',
|
||||
'circleci.json' :'circleci',
|
||||
'sysmon_linux.log' :'Syslog:Linux-Sysmon/Operational'
|
||||
'sysmon_linux.log' :'Syslog:Linux-Sysmon/Operational',
|
||||
'xml-windows-security.log': 'XmlWinEventLog:Security',
|
||||
'xml-windows-system.log': 'XmlWinEventLog:System',
|
||||
'xml-windows-application.log': 'XmlWinEventLog:Application',
|
||||
'xml-windows-directory-service.log': 'XmlWinEventLog:Directory Service'
|
||||
}
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user