diff --git a/tools/sigma/backends/ala-rule.py b/tools/sigma/backends/ala-rule.py index 09c9ebec8..e368cc689 100644 --- a/tools/sigma/backends/ala-rule.py +++ b/tools/sigma/backends/ala-rule.py @@ -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 + (