forked from mandiant/capa-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate c2 and communication namespaces (mandiant#692)
* move c2 under communication * update namespace * reduce false positives
- Loading branch information
Showing
11 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ rule: | |
- string: /Qemu/i | ||
- string: /qemu-ga.exe/i | ||
- string: /BOCHS/i | ||
- string: /BXPC/i | ||
- string: /^BXPC/i |
2 changes: 1 addition & 1 deletion
2
...le-transfer/download-and-write-a-file.yml → ...le-transfer/download-and-write-a-file.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: download and write a file | ||
namespace: c2/file-transfer | ||
namespace: communication/c2/file-transfer | ||
maec/malware-category: downloader | ||
authors: | ||
- [email protected] | ||
|
2 changes: 1 addition & 1 deletion
2
...ile-transfer/write-and-execute-a-file.yml → ...ile-transfer/write-and-execute-a-file.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: write and execute a file | ||
namespace: c2/file-transfer | ||
namespace: communication/c2/file-transfer | ||
maec/malware-category: launcher | ||
authors: | ||
- [email protected] | ||
|
2 changes: 1 addition & 1 deletion
2
c2/shell/create-reverse-shell-on-linux.yml → ...2/shell/create-reverse-shell-on-linux.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: create reverse shell on Linux | ||
namespace: c2/shell | ||
namespace: communication/c2/shell | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|
2 changes: 1 addition & 1 deletion
2
c2/shell/create-reverse-shell.yml → ...ication/c2/shell/create-reverse-shell.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: create reverse shell | ||
namespace: c2/shell | ||
namespace: communication/c2/shell | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|
2 changes: 1 addition & 1 deletion
2
...cute-shell-command-and-capture-output.yml → ...cute-shell-command-and-capture-output.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: execute shell command and capture output | ||
namespace: c2/shell | ||
namespace: communication/c2/shell | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|
2 changes: 1 addition & 1 deletion
2
...command-received-from-socket-on-linux.yml → ...command-received-from-socket-on-linux.yml
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: execute shell command received from socket on Linux | ||
namespace: c2/shell | ||
namespace: communication/c2/shell | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: read and send data from client to server | ||
namespace: c2/file-transfer | ||
namespace: communication/c2/file-transfer | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rule: | ||
meta: | ||
name: receive and write data from server to client | ||
namespace: c2/file-transfer | ||
namespace: communication/c2/file-transfer | ||
authors: | ||
- [email protected] | ||
scope: function | ||
|