[DOCS] Remove unneeded word in EQL docs
This commit is contained in:
parent
086df0636e
commit
8455cf8ff0
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
beta::[]
|
beta::[]
|
||||||
|
|
||||||
This example tutorial shows you how you can use EQL to detect security threats
|
This example tutorial shows how you can use EQL to detect security threats and
|
||||||
and other suspicious behavior. In the scenario, you're tasked with detecting
|
other suspicious behavior. In the scenario, you're tasked with detecting
|
||||||
https://attack.mitre.org/techniques/T1218/010/[regsvr32 misuse] in Windows
|
https://attack.mitre.org/techniques/T1218/010/[regsvr32 misuse] in Windows event
|
||||||
event logs.
|
logs.
|
||||||
|
|
||||||
`regsvr32.exe` is a built-in command-line utility used to register `.dll`
|
`regsvr32.exe` is a built-in command-line utility used to register `.dll`
|
||||||
libraries in Windows. As a native tool, `regsvr32.exe` has a trusted status in
|
libraries in Windows. As a native tool, `regsvr32.exe` has a trusted status in
|
||||||
|
|
Loading…
Reference in New Issue