Update ala-rule.py

This commit is contained in:
SOC Prime 2019-12-30 16:13:27 +02:00 committed by Florian Roth
parent 8d30459532
commit 85f09419fb

View File

@ -23,7 +23,7 @@ from .data import sysmon_schema
from .exceptions import NotSupportedError
class AzureAPIBackend(AzureLogAnalyticsBackend):
"""Converts Sigma rule into Azure Log Analytics Queries."""
"""Converts Sigma rule into Azure Log Analytics Rule."""
identifier = "ala-rule"
active = True
options = SingleTextQueryBackend.options + (