
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Eipmap is a tool to manage Elastic IP Addresses (EIP).
It defines the state of EIP using DSL, and updates EIP according to DSL.
Add this line to your application's Gemfile:
gem 'eipmap'
And then execute:
$ bundle
Or install it yourself as:
$ gem install eipmap
export AWS_ACCESS_KEY_ID='...'
export AWS_SECRET_ACCESS_KEY='...'
export AWS_REGION='us-east-1'
eipmap -e -o EIPfile # export EIP status
vi EIPfile
eipmap -a --dry-run
eipmap -a # apply `EIPfile`
Usage: eipmap [options]
-p, --profile PROFILE_NAME
--credentials-path PATH
-k, --access-key ACCESS_KEY
-s, --secret-key SECRET_KEY
-r, --region REGION
-a, --apply
-f, --file FILE
--dry-run
--allow-reassociation
-e, --export
-o, --output FILE
--no-color
--debug
require 'other/eipfile'
domain "standard" do
ip "54.256.256.1"
ip "54.256.256.2", :instance_id=>"i-12345678"
end
domain "vpc" do
ip "54.256.256.11", :network_interface_id=>"eni-12345678", :private_ip_address=>"10.0.1.1"
ip "54.256.256.12", :network_interface_id=>"eni-12345678" #, :private_ip_address=>"10.0.1.2" (optional)
ip "54.256.256.13"
end
FAQs
Unknown package
We found that eipmap 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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.