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
b0ade30d
Commit
b0ade30d
authored
May 26, 2015
by
Yara Rules
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solve problem with last commit
parent
7653bdd6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Miscelanea.yar
malware/Miscelanea.yar
+2
-3
No files found.
malware/Miscelanea.yar
View file @
b0ade30d
...
@@ -1143,7 +1143,7 @@ rule DownExecute_A
...
@@ -1143,7 +1143,7 @@ rule DownExecute_A
condition:
condition:
all of ($winver*) or any of ($pdb*) or any of ($magic*) or 2 of ($str*)
all of ($winver*) or any of ($pdb*) or any of ($magic*) or 2 of ($str*)
}
}
=======
rule CN_Toolset__XScanLib_XScanLib_XScanLib {
rule CN_Toolset__XScanLib_XScanLib_XScanLib {
meta:
meta:
description = "Detects a Chinese hacktool from a disclosed toolset - from files XScanLib.dll, XScanLib.dll, XScanLib.dll"
description = "Detects a Chinese hacktool from a disclosed toolset - from files XScanLib.dll, XScanLib.dll, XScanLib.dll"
...
@@ -1230,5 +1230,3 @@ rule CVE_2015_1674_CNGSYS {
...
@@ -1230,5 +1230,3 @@ rule CVE_2015_1674_CNGSYS {
condition:
condition:
uint16(0) == 0x5a4d and filesize < 60KB and all of them
uint16(0) == 0x5a4d and filesize < 60KB and all of them
}
}
\ No newline at end of file
>>>>>>> pr/23
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