Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Attach to staging specific container
bundle exec putpaws awesome-api-staging ecs:attach container=app
Run port forwarding session through specific container
bundle exec putpaws awesome-api-staging ecs:forward container=app remote=example-rds-host:3306 local=:1050
# local=:1050 is optional by the way, then random number is selected.
# Please check standard output in your shell for the auto-generated local port.
# You can access specified remote host with subsequent command in another shell like:
mysql -u awesome_user -p --port 1050 -h 127.0.0.1
tail -f
bundle exec putpaws awesome-api-staging log:tailf
Find logs between specific date range using time symbol
s
: secondm
: minuteh
: hourd
: dayw
: week# Find logs since 2 hours ago
bundle exec putpaws awesome-api-staging log:tailf since=2h
# Find logs since 1 day ago for 3 hours
bundle exec putpaws awesome-api-staging log:tail since=1d for=3h
gem 'putpaws'
.putpaws/application.json
{
"awesome-api-staging": {
"region": "ap-northeast-1",
"cluster": "cluster-staging",
"service": null,
"task_name_prefix": "awesome-api",
"log_group_prefix": "/ecs/awesome/awesome-api-staging",
"log_region": null,
"build_log_group_prefix": "/aws/codebuild/awesome-api-staging",
"build_project_name_prefix": "awesome-api-staging"
},
"awesome-api-production": {
"region": "ap-northeast-1",
"cluster": "cluster-production",
"service": null,
"task_name_prefix": "awesome-api",
"log_group_prefix": "/ecs/awesome/awesome-api-production",
"log_region": null
}
}
FAQs
Unknown package
We found that putpaws demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.