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
e4622225
Commit
e4622225
authored
Jan 24, 2017
by
Marc Rivero López
Committed by
GitHub
Jan 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update APT_WildNeutron.yar
parent
532bb81b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
APT_WildNeutron.yar
malware/APT_WildNeutron.yar
+2
-4
No files found.
malware/APT_WildNeutron.yar
View file @
e4622225
...
@@ -80,8 +80,7 @@ rule WildNeutron_Sample_3
...
@@ -80,8 +80,7 @@ rule WildNeutron_Sample_3
$s7 = "Acer LiveUpdater" fullword wide /* PEStudio Blacklist: strings */ /* score: '10.00' */
$s7 = "Acer LiveUpdater" fullword wide /* PEStudio Blacklist: strings */ /* score: '10.00' */
condition:
condition:
uint16(0) == 0x5a4d and filesize < 2020KB and
uint16(0) == 0x5a4d and filesize < 2020KB and ( 1 of ($x*) or all of ($s*) )
( 1 of ($x*) or all of ($s*) )
}
}
rule WildNeutron_Sample_4
rule WildNeutron_Sample_4
...
@@ -284,8 +283,7 @@ rule WildNeutron_Sample_10
...
@@ -284,8 +283,7 @@ rule WildNeutron_Sample_10
$y5 = "Error: RegSetValueExA 0x%x" fullword ascii /* score: '9.00' */
$y5 = "Error: RegSetValueExA 0x%x" fullword ascii /* score: '9.00' */
condition:
condition:
uint16(0) == 0x5a4d and filesize < 400KB and ( $n1 or ( 1 of ($s*) and 1 of ($x*) and 3 of ($y*) )
uint16(0) == 0x5a4d and filesize < 400KB and ( $n1 or ( 1 of ($s*) and 1 of ($x*) and 3 of ($y*)))
)
}
}
/* Super Rules ------------------------------------------------------------- */
/* Super Rules ------------------------------------------------------------- */
...
...
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