Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
docker run idwall/ranflare <<TBC>>
Add label io.ranflare.dns
to the service containing the template or final value of the DNS entry.
The supported template values for this label are:
{{ name }}
- service name on rancher{{ stack }}
- stack name on rancher{{ labels.xxx.yyy.zzz }}
- value of label xxx.yyy.zzz
Use command line option --dns.template
to set the global dns template, which doesn't mean you'll not use service template anymore - this is used after generating the dns name.
The supported template values for this option are:
{{ dns }}
- the generated DNS name for the service{{ zone }}
- the domain name present in cloudflare zoneFor example, considering your zone name on cloudflare is mysite.com
and you've set a label io.ranflare.dns="{{ name }}.test"
to service xyz
. This will generate a DNS value xyz.test
for the service. You now launched ranflare with option --dns.template "{{ dns }}.hey.{{ zone }}"
, which will cause the final DNS name to be xyz.test.hey.mysite.com
, and this is what is getting registered on cloudflare.
--cloudflare.email <email>
- CloudFlare email--cloudflare.key <email>
- CloudFlare API Key--cloudflare.zone <zone>
- CloudFlare Zone ID--cloudflare.noproxy
- Disables proxy from CloudFlare when adding entries--poll.interval <interval>
- Poll interval, default value: 300000
--rancher.metadata.url <url>
- Rancher Metadata URL, default value: http://rancher-metadata
FAQs
Rancher + Cloudflare External DNS
The npm package ranflare receives a total of 0 weekly downloads. As such, ranflare popularity was classified as not popular.
We found that ranflare 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.