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
fc0825cb
Commit
fc0825cb
authored
Jan 19, 2016
by
mmorenog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update THOR_Webshells.yar
parent
ba136ff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
THOR_Webshells.yar
malware/THOR_Webshells.yar
+0
-17
No files found.
malware/THOR_Webshells.yar
View file @
fc0825cb
...
...
@@ -5037,23 +5037,6 @@ rule DarkSecurityTeam_Webshell {
1
of
them
}
rule
GIFCloaked_Webshell
{
meta:
description =
"Looks like a webshell cloaked as GIF"
author =
"Florian Roth"
hash =
"f1c95b13a71ca3629a0bb79601fcacf57cdfcf768806a71b26f2448f8c1d5d24"
score =
50
strings:
$
magic =
{
47
49
46
38
}
/*
GIF8
...
*/
$
s0 =
"input type"
$
s1 =
"<%eval request"
$
s2 =
"<%eval(Request.Item["
$
s3 =
"LANGUAGE='VBScript'"
condition:
(
$
magic
at
0
)
and
(
1
of
($
s
*)
)
and
not
filepath
contains
"
AppData
"
}
rule
PHP_Cloaked_Webshell_SuperFetchExec
{
meta:
description =
"Looks like a webshell cloaked as GIF - http://goo.gl/xFvioC"
...
...
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