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
05ac136e
Commit
05ac136e
authored
Feb 11, 2016
by
mmorenog
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #91 from frbapolkosnik/master
Fix duplicate identifiers in the rules
parents
12d444a6
38e0f419
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
APT_bluetermite_emdivi.yar
malware/APT_bluetermite_emdivi.yar
+1
-1
APT_indetectables_RAT.yar
malware/APT_indetectables_RAT.yar
+1
-1
Miscelanea.yar
malware/Miscelanea.yar
+1
-1
No files found.
malware/APT_bluetermite_emdivi.yar
View file @
05ac136e
...
@@ -40,7 +40,7 @@ rule Emdivi_Gen1 {
...
@@ -40,7 +40,7 @@ rule Emdivi_Gen1 {
strings:
strings:
$x1 = "wmic nteventlog where filename=\"SecEvent\" call cleareventlog" fullword wide
$x1 = "wmic nteventlog where filename=\"SecEvent\" call cleareventlog" fullword wide
$s0 = "del %Temp%\\*.exe %Temp%\\*.dll %Temp%\\*.bat %Temp%\\*.ps1 %Temp%\\*.cmd /f /q" fullword wide
$s0 = "del %Temp%\\*.exe %Temp%\\*.dll %Temp%\\*.bat %Temp%\\*.ps1 %Temp%\\*.cmd /f /q" fullword wide
$
s
3 = "userControl-v80.exe" fullword ascii
$
x
3 = "userControl-v80.exe" fullword ascii
$s1 = "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727.42)" fullword wide
$s1 = "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727.42)" fullword wide
$s2 = "http://www.msftncsi.com" fullword wide
$s2 = "http://www.msftncsi.com" fullword wide
...
...
malware/APT_indetectables_RAT.yar
View file @
05ac136e
...
@@ -29,7 +29,7 @@ rule Indetectables_RAT {
...
@@ -29,7 +29,7 @@ rule Indetectables_RAT {
$s7 = "[[__M3_F_U_D_M3__]]$" fullword ascii
$s7 = "[[__M3_F_U_D_M3__]]$" fullword ascii
$s8 = "M3_F_U_D_M3" ascii
$s8 = "M3_F_U_D_M3" ascii
$s9 = "M3n3gatt1hack3r" fullword wide
$s9 = "M3n3gatt1hack3r" fullword wide
$s9 = "M3n3gatt1hack3r" fullword ascii
$s9
a
= "M3n3gatt1hack3r" fullword ascii
condition:
condition:
uint16(0) == 0x5a4d and filesize < 5000KB and 1 of them
uint16(0) == 0x5a4d and filesize < 5000KB and 1 of them
}
}
...
...
malware/Miscelanea.yar
View file @
05ac136e
...
@@ -118,7 +118,7 @@ rule ScanBox_Malware_Generic {
...
@@ -118,7 +118,7 @@ rule ScanBox_Malware_Generic {
/* Certificate and Keywords */
/* Certificate and Keywords */
$x1 = "Management Support Team1" fullword ascii
$x1 = "Management Support Team1" fullword ascii
$x2 = "DTOPTOOLZ Co.,Ltd.0" fullword ascii
$x2 = "DTOPTOOLZ Co.,Ltd.0" fullword ascii
$
s
3 = "SEOUL1" fullword ascii
$
x
3 = "SEOUL1" fullword ascii
condition:
condition:
( 1 of ($s*) and 2 of ($x*) ) or
( 1 of ($s*) and 2 of ($x*) ) or
( 3 of ($x*) )
( 3 of ($x*) )
...
...
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