-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address recent, non-data file false positives (#694)
* Address recent, non-data file false positives Signed-off-by: egibs <[email protected]> * Downgrade third-party UPX rule to high Signed-off-by: egibs <[email protected]> * Just rely on our first-party UPX rule Signed-off-by: egibs <[email protected]> * Refresh test data Signed-off-by: egibs <[email protected]> * Tweak base64 JS rule Signed-off-by: egibs <[email protected]> * Remove redundant override Signed-off-by: egibs <[email protected]> --------- Signed-off-by: egibs <[email protected]>
- Loading branch information
Showing
20 changed files
with
53 additions
and
47 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
rule train_transports_local: override { | ||
meta: | ||
description = "train-core-3.10.8.gem" | ||
SIGNATURE_BASE_Powershell_Susp_Parameter_Combo = "high" | ||
|
||
strings: | ||
$author1 = "# author: Dominik Richter" | ||
$author2 = "# author: Christoph Hartmann" | ||
$transports = "module Train::Transports" | ||
condition: | ||
filesize < 50KB and all 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
rule sonarqube_tutorial_app: override { | ||
meta: | ||
description = "TutorialsApp-C-wTMsCs.js" | ||
SIGNATURE_BASE_Suspicious_Powershell_Webdownload_1 = "high" | ||
|
||
strings: | ||
$image = "sonarsource/sonarqube-scan" | ||
$license = "/*! licenses: /vendor.LICENSE.txt */" | ||
$project_key = "sonar.projectKey" | ||
$project_name = "sonar.projectName" | ||
condition: | ||
filesize < 192KB and all of them | ||
} |
4 changes: 2 additions & 2 deletions
4
...024.obfuscated/009a55a7695bc32f0d031205475b356ceebd840d820ae9e7ee5e6d74ae45185e.js.simple
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,3 +1,3 @@ | ||
# javascript/2024.obfuscated/009a55a7695bc32f0d031205475b356ceebd840d820ae9e7ee5e6d74ae45185e.js: critical | ||
# javascript/2024.obfuscated/009a55a7695bc32f0d031205475b356ceebd840d820ae9e7ee5e6d74ae45185e.js: high | ||
anti-static/obfuscation/js: medium | ||
data/embedded/base64_gzip: critical | ||
data/embedded/base64_gzip: high |
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
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