-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added links to child jobs in interface (thanks to marirs).Bugfix in
Sedreco package. Sigs for Loki and Cryptoshield payloads.
- Loading branch information
1 parent
d2a4769
commit 54a4bc0
Showing
12 changed files
with
192 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
rule Cryptoshield | ||
{ | ||
meta: | ||
author = "kevoreilly" | ||
description = "Cryptoshield Payload" | ||
cape_type = "Cryptoshield Payload" | ||
strings: | ||
$a1 = "CRYPTOSHIELD." wide | ||
$a2 = "Click on Yes in the next window for restore work explorer" wide | ||
$a3 = "[email protected] - SUPPORT" | ||
condition: | ||
uint16(0) == 0x5A4D and (all of ($a*)) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
rule Loki | ||
{ | ||
meta: | ||
author = "kevoreilly" | ||
description = "Loki Payload" | ||
cape_type = "Loki Payload" | ||
strings: | ||
$a1 = "DlRycq1tP2vSeaogj5bEUFzQiHT9dmKCn6uf7xsOY0hpwr43VINX8JGBAkLMZW" | ||
$a2 = "last_compatible_version" | ||
condition: | ||
uint16(0) == 0x5A4D and (all of ($a*)) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters