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
57b4f388
Commit
57b4f388
authored
9 years ago
by
mmorenog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create xRAT20.yar
parent
2702940b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
+45
-0
xRAT20.yar
malware/xRAT20.yar
+45
-0
No files found.
malware/xRAT20.yar
0 → 100644
View file @
57b4f388
/*
This Yara ruleset is under the GNU-GPLv2 license (http://www.gnu.org/licenses/gpl-2.0.html) and open to any user or organization, as long as you use it under this license.
*/
rule xRAT20
{
meta:
author = "Rottweiler"
date = "2015-08-20"
description = "Identifies xRAT 2.0 samples"
maltype = "Remote Access Trojan"
hash0 = "cda610f9cba6b6242ebce9f31faf5d9c"
hash1 = "60d7b0d2dfe937ac6478807aa7043525"
hash2 = "d1b577fbfd25cc5b873b202cfe61b5b8"
hash3 = "1820fa722906569e3f209d1dab3d1360"
hash4 = "8993b85f5c138b0afacc3ff04a2d7871"
hash5 = "0c231ed8a800b0f17f897241f1d5f4e3"
hash5 = "0c231ed8a800b0f17f897241f1d5f4e3"
hash1 = "60d7b0d2dfe937ac6478807aa7043525"
hash8 = "2c198e3e0e299a51e5d955bb83c62a5e"
sample_filetype = "exe"
yaragenerator = "https://github.com/Xen0ph0n/YaraGenerator"
strings:
$string0 = "GetDirectory: File not found" wide
$string1 = "<>m__Finally8"
$string2 = "Secure"
$string3 = "ReverseProxyClient"
$string4 = "DriveDisplayName"
$string5 = "<IsError>k__BackingField"
$string6 = "set_InstallPath"
$string7 = "memcmp"
$string8 = "urlHistory"
$string9 = "set_AllowAutoRedirect"
$string10 = "lpInitData"
$string11 = "reader"
$string12 = "<FromRawDataGlobal>d__f"
$string13 = "mq.png" wide
$string14 = "remove_KeyDown"
$string15 = "ProtectedData"
$string16 = "m_hotkeys"
$string17 = "get_Hour"
$string18 = "\\mozglue.dll" wide
condition:
18 of them
}
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