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
c6cc6b3e
Commit
c6cc6b3e
authored
May 21, 2016
by
mmorenog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update APT_Platinum.yar
parent
047b0adb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
APT_Platinum.yar
malware/APT_Platinum.yar
+20
-20
No files found.
malware/APT_Platinum.yar
View file @
c6cc6b3e
...
@@ -6,32 +6,32 @@
...
@@ -6,32 +6,32 @@
rule Trojan_Win32_PlaSrv : Platinum
rule Trojan_Win32_PlaSrv : Platinum
{
{
meta:
meta:
author = "Microsoft"
author = "Microsoft"
description = "Hotpatching Injector"
description = "Hotpatching Injector"
original_sample_sha1 = "ff7f949da665ba8ce9fb01da357b51415634eaad"
original_sample_sha1 = "ff7f949da665ba8ce9fb01da357b51415634eaad"
unpacked_sample_sha1 = "dff2fee984ba9f5a8f5d97582c83fca4fa1fe131"
unpacked_sample_sha1 = "dff2fee984ba9f5a8f5d97582c83fca4fa1fe131"
activity_group = "Platinum"
activity_group = "Platinum"
version = "1.0"
version = "1.0"
last_modified = "2016-04-12"
last_modified = "2016-04-12"
strings:
strings:
$Section_name = ".hotp1"
$Section_name = ".hotp1"
$offset_x59 = { C7 80 64 01 00 00 00 00 01 00 }
$offset_x59 = { C7 80 64 01 00 00 00 00 01 00 }
condition:
condition:
$Section_name and $offset_x59
$Section_name and $offset_x59
}
}
rule Trojan_Win32_Platual : Platinum
rule Trojan_Win32_Platual : Platinum
{
{
meta:
meta:
author = "Microsoft"
author = "Microsoft"
description = "Installer component"
description = "Installer component"
original_sample_sha1 = "e0ac2ae221328313a7eee33e9be0924c46e2beb9"
original_sample_sha1 = "e0ac2ae221328313a7eee33e9be0924c46e2beb9"
unpacked_sample_sha1 = "ccaf36c2d02c3c5ca24eeeb7b1eae7742a23a86a"
unpacked_sample_sha1 = "ccaf36c2d02c3c5ca24eeeb7b1eae7742a23a86a"
activity_group = "Platinum"
activity_group = "Platinum"
version = "1.0"
version = "1.0"
last_modified = "2016-04-12"
last_modified = "2016-04-12"
strings:
strings:
$class_name = "AVCObfuscation"
$class_name = "AVCObfuscation"
$scrambled_dir = { A8 8B B8 E3 B1 D7 FE 85 51 32 3E C0 F1 B7 73 99 }
$scrambled_dir = { A8 8B B8 E3 B1 D7 FE 85 51 32 3E C0 F1 B7 73 99 }
condition:
condition:
$class_name and $scrambled_dir
$class_name and $scrambled_dir
}
}
...
...
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