
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
This agent has the following responsibilities:
REST based operations
Provide public URIs for infered assets.
Invoke the EYE reasoner
A small interpreter for dynamic operations on workspaces
First of all, you need to install the EYE reasoner (Windows – OS X – Linux).
(make sure that you can run this using '/bin/sh eye', or set the EYE_PATH environment variable)
Then, install the server package as follows:
$ [sudo] npm -g install h-eye
hes serve <directory>
More options with
hes --help
curl -i localhost:3000
And 'follow your nose'
docker build -t cvasquez/hydra-eye .
(to build a clean image from scratch use the --no-cache option)
Start HydraEye on host port 3000:
docker run --name=hydra-eye -p 3000:3000 -v $PWD/workspace:/usr/src/app/workspace cvasquez/hydra-eye
Running your image with -d runs the container in detached mode, leaving the container running in the background. The -p flag redirects a public port to a private port inside the container. The -v flag mounts a directory to a directory inside the container.
If you need to go inside the container you can use the exec command:
# Enter the container
docker exec -it hydra-eye /bin/bash
docker rm -f hydra-eye
curl -i localhost:3000
FAQs
H-Eye Dataspaces
The npm package h-eye receives a total of 5 weekly downloads. As such, h-eye popularity was classified as not popular.
We found that h-eye demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.