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
0e3ac178
Commit
0e3ac178
authored
9 years ago
by
Jose Vila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed duplicates
parent
ec77c4b5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
17 deletions
+8
-17
Miscelanea.yar
malware/Miscelanea.yar
+0
-0
THOR_HackTools.yar
malware/THOR_HackTools.yar
+6
-15
THOR_Webshells.yar
malware/THOR_Webshells.yar
+2
-2
No files found.
malware/Miscelanea.yar
View file @
0e3ac178
This diff is collapsed.
Click to expand it.
malware/THOR_HackTools.yar
View file @
0e3ac178
...
...
@@ -1524,7 +1524,7 @@ rule aspfile1 {
3 of them
}
rule EditServer {
rule EditServer
_HackTool
{
meta:
description = "Disclosed hacktool set (old stuff) - file EditServer.exe"
author = "Florian Roth"
...
...
@@ -2782,6 +2782,7 @@ rule CN_Toolset__XScanLib_XScanLib_XScanLib {
description = "Detects a Chinese hacktool from a disclosed toolset - from files XScanLib.dll, XScanLib.dll, XScanLib.dll"
author = "Florian Roth"
reference = "http://qiannao.com/ls/905300366/33834c0c/"
reference2 = "https://raw.githubusercontent.com/Neo23x0/Loki/master/signatures/thor-hacktools.yar"
date = "2015/03/30"
score = 70
super_rule = 1
...
...
@@ -2803,6 +2804,7 @@ rule CN_Toolset_NTscan_PipeCmd {
description = "Detects a Chinese hacktool from a disclosed toolset - file PipeCmd.exe"
author = "Florian Roth"
reference = "http://qiannao.com/ls/905300366/33834c0c/"
reference2 = "https://raw.githubusercontent.com/Neo23x0/Loki/master/signatures/thor-hacktools.yar"
date = "2015/03/30"
score = 70
hash = "a931d65de66e1468fe2362f7f2e0ee546f225c4e"
...
...
@@ -2827,6 +2829,7 @@ rule CN_Toolset_LScanPortss_2 {
description = "Detects a Chinese hacktool from a disclosed toolset - file LScanPortss.exe"
author = "Florian Roth"
reference = "http://qiannao.com/ls/905300366/33834c0c/"
reference2 = "https://raw.githubusercontent.com/Neo23x0/Loki/master/signatures/thor-hacktools.yar"
date = "2015/03/30"
score = 70
hash = "4631ec57756466072d83d49fbc14105e230631a0"
...
...
@@ -2847,6 +2850,7 @@ rule CN_Toolset_sig_1433_135_sqlr {
description = "Detects a Chinese hacktool from a disclosed toolset - file sqlr.exe"
author = "Florian Roth"
reference = "http://qiannao.com/ls/905300366/33834c0c/"
reference2 = "https://raw.githubusercontent.com/Neo23x0/Loki/master/signatures/thor-hacktools.yar"
date = "2015/03/30"
score = 70
hash = "8542c7fb8291b02db54d2dc58cd608e612bfdc57"
...
...
@@ -2859,20 +2863,6 @@ rule CN_Toolset_sig_1433_135_sqlr {
all of them
}
rule DarkComet_Keylogger_File
{
meta:
author = "Florian Roth"
description = "Looks like a keylogger file created by DarkComet Malware"
date = "25.07.14"
score = 50
strings:
$magic = "::"
$entry = /\n:: [A-Z]/
$timestamp = /\([0-9]?[0-9]:[0-9][0-9]:[0-9][0-9] [AP]M\)/
condition:
($magic at 0) and #entry > 10 and #timestamp > 10
}
/* Mimikatz */
...
...
@@ -3013,6 +3003,7 @@ rule Mimikatz_Logfile
author = "Florian Roth"
score = 80
date = "2015/03/31"
reference = "https://github.com/Neo23x0/Loki/blob/master/signatures/thor-hacktools.yar"
strings:
$s1 = "SID :" ascii fullword
$s2 = "* NTLM :" ascii fullword
...
...
This diff is collapsed.
Click to expand it.
malware/THOR_Webshells.yar
View file @
0e3ac178
...
...
@@ -6643,7 +6643,7 @@ rule DarkSpy105 {
condition
:
all
of
them
}
rule
EditServer
{
rule
EditServer
_Webshell
{
meta
:
description
=
"Webshells Auto-generated - file EditServer.exe"
author
=
"Yara Bulk Rule Generator by Florian Roth"
...
...
@@ -7623,7 +7623,7 @@ rule xssshell_default {
condition
:
all
of
them
}
rule
EditServer_2
{
rule
EditServer_
Webshell_
2
{
meta
:
description
=
"Webshells Auto-generated - file EditServer.exe"
author
=
"Yara Bulk Rule Generator by Florian Roth"
...
...
This diff is collapsed.
Click to expand it.
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