Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rules
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
rules
Commits
09d6f650
Unverified
Commit
09d6f650
authored
Oct 08, 2021
by
Bondey
Committed by
GitHub
Oct 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Maldoc_CVE_2017_11882.yar
now it only detects documents
parent
8e1c877f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
Maldoc_CVE_2017_11882.yar
Malicious_Documents/Maldoc_CVE_2017_11882.yar
+2
-1
No files found.
Malicious_Documents/Maldoc_CVE_2017_11882.yar
View file @
09d6f650
...
@@ -5,10 +5,11 @@ rule Maldoc_CVE_2017_11882 : Exploit {
...
@@ -5,10 +5,11 @@ rule Maldoc_CVE_2017_11882 : Exploit {
reference = "c63ccc5c08c3863d7eb330b69f96c1bcf1e031201721754132a4c4d0baff36f8"
reference = "c63ccc5c08c3863d7eb330b69f96c1bcf1e031201721754132a4c4d0baff36f8"
date = "2017-10-20"
date = "2017-10-20"
strings:
strings:
$doc = "d0cf11e0a1b11ae1"
$s0 = "Equation"
$s0 = "Equation"
$s1 = "1c000000020"
$s1 = "1c000000020"
$h0 = {1C 00 00 00 02 00}
$h0 = {1C 00 00 00 02 00}
condition:
condition:
$s0 and ($h0 or $s1)
(uint32be(0) == 0x7B5C7274 or $doc at 0 ) and
$s0 and ($h0 or $s1)
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment