mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Fix YAML errors reported by yamllint
Especially the config for ArcSight, that was invalid: tools/config/arcsight.yml 89:5 error duplication of key "product" in mapping (key-duplicates) 90:5 error duplication of key "conditions" in mapping (key-duplicates) rules/windows/builtin/win_susp_commands_recon_activity.yml 10:9 error too many spaces after colon (colons)
This commit is contained in:
parent
b5531be4bf
commit
44f18db80d
@ -7,7 +7,7 @@ references:
|
|||||||
- https://twitter.com/haroonmeer/status/939099379834658817
|
- https://twitter.com/haroonmeer/status/939099379834658817
|
||||||
- https://twitter.com/c_APT_ure/status/939475433711722497
|
- https://twitter.com/c_APT_ure/status/939475433711722497
|
||||||
- https://www.fireeye.com/blog/threat-research/2016/05/targeted_attacksaga.html
|
- https://www.fireeye.com/blog/threat-research/2016/05/targeted_attacksaga.html
|
||||||
author: Florian Roth, Markus Neis
|
author: Florian Roth, Markus Neis
|
||||||
date: 2018/08/22
|
date: 2018/08/22
|
||||||
modified: 2018/12/11
|
modified: 2018/12/11
|
||||||
tags:
|
tags:
|
||||||
|
@ -85,7 +85,7 @@ logsources:
|
|||||||
conditions:
|
conditions:
|
||||||
deviceProduct: Apache
|
deviceProduct: Apache
|
||||||
categoryDeviceGroup: /Application
|
categoryDeviceGroup: /Application
|
||||||
firewall:
|
firewall:
|
||||||
product: firewall
|
product: firewall
|
||||||
conditions:
|
conditions:
|
||||||
categoryDeviceGroup: /Firewall
|
categoryDeviceGroup: /Firewall
|
||||||
|
Loading…
Reference in New Issue
Block a user