Browse Source

[DOCS] Fix typo

James Rodewig 5 years ago
parent
commit
3deebc2804
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/eql/detect-threats-with-eql.asciidoc

+ 1 - 1
docs/reference/eql/detect-threats-with-eql.asciidoc

@@ -220,7 +220,7 @@ The response also includes other valuable information about how the
 
 
 You now know that a `regsvr32.exe` process was used to register a potentially
 You now know that a `regsvr32.exe` process was used to register a potentially
 malicious script, `RegSvr32.sct`. Next, see if `regsvr32.exe` later loads the
 malicious script, `RegSvr32.sct`. Next, see if `regsvr32.exe` later loads the
-`scrob.dll` library.
+`scrobj.dll` library.
 
 
 Modify the previous EQL query as follows:
 Modify the previous EQL query as follows: