Branch was auto-updated.

This commit is contained in:
srv-rr-gh-researchbt
2022-09-29 11:16:28 -07:00
committed by GitHub
2 changed files with 17 additions and 1 deletions
@@ -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'
},
],
},
{
@@ -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