fix typo in lateral_movement_remote_services.toml (#3538)

This commit is contained in:
ALEXANDER MA COTE
2024-03-27 06:38:57 -04:00
committed by GitHub
parent 760b99bcc1
commit 138447221f
@@ -36,7 +36,7 @@ authenticode.path JOIN hash ON services.path = hash.path WHERE authenticode.resu
author = ["Elastic"]
description = """
Identifies remote execution of Windows services over remote procedure call (RPC). This could be indicative of lateral
movement, but will be noisy if commonly done by administrators."
movement, but will be noisy if commonly done by administrators.
"""
from = "now-9m"
index = ["logs-endpoint.events.*", "winlogbeat-*", "logs-windows.sysmon_operational-*"]