-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-tar-gz-bug
Signed-off-by: Evan Gibler <[email protected]>
- Loading branch information
Showing
39 changed files
with
628 additions
and
88 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
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
rule trino_upx_override: override { | ||
meta: | ||
description = "https://trino.io/ - UPX encrypted and crazy" | ||
upx = "medium" | ||
high_entropy_header = "medium" | ||
normal_elf_high_entropy_7_4 = "medium" | ||
obfuscated_elf = "medium" | ||
|
||
strings: | ||
$ = "Go buildinf" | ||
$ = "p\tgiNub.com/fdih/" | ||
$ = "kTixuOsFBOtGYSTLRLWK6G" | ||
$ = "wnwmwkwbqc" | ||
$ = "zYna%i%qj%" | ||
$ = "kUNKNOWN:$" | ||
$ = "q\tcCuXMaxlebo" | ||
$ = "lmRnTEOIt" | ||
condition: | ||
filesize > 1MB and filesize < 3MB and 85 % of them | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# linux/2024.sbcl.market/sbcl.clean: medium | ||
c2/addr/url: low | ||
c2/tool_transfer/arch: low | ||
crypto/rc4: low | ||
data/compression/zstd: low | ||
discover/user/HOME: low | ||
discover/user/USER: low | ||
evasion/file/location/var_tmp: medium | ||
exec/dylib/address_check: low | ||
exec/dylib/symbol_address: medium | ||
exec/program: medium | ||
exec/program/background: low | ||
exec/shell/echo: medium | ||
fs/file/delete: low | ||
fs/file/truncate: low | ||
fs/link_read: low | ||
fs/path/dev: medium | ||
fs/path/tmp: medium | ||
fs/path/var: low | ||
fs/permission/modify: low | ||
fs/proc/self_exe: medium | ||
fs/symlink_resolve: low | ||
fs/tempdir/TEMP: low | ||
net/url/embedded: low |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# linux/clean/eza: medium | ||
anti-static/elf/multiple: medium | ||
c2/addr/url: low | ||
c2/tool_transfer/arch: low | ||
c2/tool_transfer/os: medium | ||
credential/server/htpasswd: medium | ||
credential/shell/bash_history: medium | ||
credential/ssh/authorized_hosts: medium | ||
crypto/ed25519: low | ||
crypto/rc4: low | ||
data/encoding/base64: low | ||
discover/user/HOME: low | ||
evasion/file/prefix: medium | ||
exec/dylib/iterate: low | ||
exec/dylib/symbol_address: medium | ||
fs/link_read: low | ||
fs/mount: low | ||
fs/path/etc: low | ||
fs/path/home_config: low | ||
fs/proc/self_cgroup: medium | ||
fs/proc/self_exe: medium | ||
fs/proc/self_mountinfo: medium | ||
fs/symlink_resolve: low | ||
fs/tempdir/TEMP: low | ||
net/url/embedded: low | ||
persist/shell/bash: medium | ||
persist/shell/zsh: medium | ||
process/multithreaded: low |
Oops, something went wrong.