Skip to content

Commit c620169

Browse files
authored
[Docs][SIEM] Updates rule changeling for 7.6.2 (#966) (#971)
* updates rules version * and the rule itself
1 parent 7d65c36 commit c620169

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/en/siem/prebuilt-rules-changelog.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ beta[]
55

66
This section lists all changes to prebuilt rules:
77

8+
[[adobe-hijack-persistence-history]]
9+
[%collapsible]
10+
.<<adobe-hijack-persistence>>
11+
====
12+
[width="100%",options="header"]
13+
|==============================================
14+
|Version |Release |Change
15+
|2
16+
|7.6.2
17+
|Fixed typo in rule query (from `not process.name:msiexeec.exe` to
18+
`not process.name:msiexec.exe`).
19+
20+
|==============================================
21+
====
22+
823
[[dns-activity-to-the-internet-history]]
924
[%collapsible]
1025
.<<dns-activity-to-the-internet>>

docs/en/siem/prebuilt-rules-reference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the user in an attempt to evade detection. |[Elastic] [Windows] |7.6.0 |1
1414

1515
|<<adobe-hijack-persistence, Adobe Hijack Persistence>> |Detects the creation
1616
of an executable file or files that will be automatically run by Acrobat Reader
17-
when it starts. |[Elastic] [Windows] |7.6.0 |1
17+
when it starts. |[Elastic] [Windows] |7.6.2 |2 <<adobe-hijack-persistence-history, Version history>>
1818

1919
|<<adversary-behavior-detected-elastic-endpoint, Adversary Behavior - Detected - Elastic Endpoint>> |Elastic Endpoint detected an Adversary Behavior. Click
2020
the Elastic Endpoint icon in the `event.module` column or the link in the

docs/en/siem/rule-details/adobe-hijack-persistence.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ run by Acrobat Reader when it starts.
2323
* Elastic
2424
* Windows
2525

26-
*Rule version*: 1
26+
*Rule version*: 2 (<<adobe-hijack-persistence-history, version history>>)
2727

2828
*Added ({stack} release)*: 7.6.0
2929

30+
*Last modified ({stack} release)*: 7.6.2
31+
3032
==== Rule query
3133

3234

@@ -35,7 +37,7 @@ run by Acrobat Reader when it starts.
3537
file.path:("C:\Program Files (x86)\Adobe\Acrobat Reader
3638
DC\Reader\AcroCEF\RdrCEF.exe" or "C:\Program Files\Adobe\Acrobat
3739
Reader DC\Reader\AcroCEF\RdrCEF.exe") and event.action:"File created
38-
(rule: FileCreate)" and not process.name:msiexeec.exe
40+
(rule: FileCreate)" and not process.name:msiexec.exe
3941
----------------------------------
4042

4143
==== Threat mapping

0 commit comments

Comments
 (0)