hadooken: Improve shell, python, and powershell dropper detection#455
Merged
egibs merged 14 commits intochainguard-dev:mainfrom Sep 16, 2024
Merged
hadooken: Improve shell, python, and powershell dropper detection#455egibs merged 14 commits intochainguard-dev:mainfrom
egibs merged 14 commits intochainguard-dev:mainfrom
Conversation
Member
|
Does this need a test data refresh once #450 merges? |
Author
|
Yup!
…On Mon, Sep 16, 2024 at 7:47 AM Evan Gibler ***@***.***> wrote:
Does this need a test data refresh once #450
<#450> merges?
—
Reply to this email directly, view it on GitHub
<#455 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYYMEAUWNA3N7FUHJPF4TZW3AORAVCNFSM6AAAAABOIFLT4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJSGY4TGNBSGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
chainguard-dev#459) Bumps the all group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner). Updates `step-security/harden-runner` from 2.9.1 to 2.10.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5c7944e...91182cc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
egibs
approved these changes
Sep 16, 2024
egibs
added a commit
to egibs/malcontent
that referenced
this pull request
Sep 25, 2024
…ainguard-dev#455) * Improve shell, python, and powershell dropper detection * refresh-sample-testdata refactor (chainguard-dev#450) * Add shorter output format for 'scan' mode (chainguard-dev#457) * Bump step-security/harden-runner from 2.9.1 to 2.10.1 in the all group (chainguard-dev#459) Bumps the all group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner). Updates `step-security/harden-runner` from 2.9.1 to 2.10.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5c7944e...91182cc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com> * refresh testdata * improve dropper detection output * Update testdata * Update testdata * Improve linux_server_stealer targeting * Update to use latest bincapz-samples * update scan_archive sample --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is largely based on the research at https://www.aquasec.com/blog/hadooken-malware-targets-weblogic-applications/
Related sample PR: chainguard-sandbox/malcontent-samples#5