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.
@itentialopensource/l3-vpn-create
Advanced tools
This artifact will demo Itential platform capabilities for handling and managing L3VPN (Layer 3 Virtual Private Network) services.
The components used in this artifact are:
This artifact has been tested on:
^2023.1
^5.2
^6.23
^7.1.1
Install this artifact using App Admin Essentials. Additionally, the NSO L3 service model needs to be installed manually.
/var/opt/ncs/packages
.cd IAP Artifact-l3vpn/src
.make clean all
.ncs_cli -u admin
.request packages reload
.admin@ncs> *** ALARM package-load-failure: [ImportError: No module named netaddr]
). To resolve this issue, use pip install netaddr
and perform a package reload once again.show packages package oper-status
.Example Output
admin@ncs> show packages package oper-status
PACKAGE
PROGRAM META FILE
CODE JAVA BAD NCS PACKAGE PACKAGE CIRCULAR DATA LOAD ERROR
NAME UP ERROR UNINITIALIZED VERSION NAME VERSION DEPENDENCY ERROR ERROR INFO
--------------------------------------------------------------------------------------------------------------
IAP-Artifact-l3vpn X - - - - - - - - -
Itential Tools X - - - - - - - - -
cisco-ios X - - - - - - - - -
cisco-iosxr X - - - - - - - - -
[ok][2019-06-04 14:12:05]
admin@ncs>
This artifact requires Cisco IOS and IOSXR devices to run. IOS and IOSXR will be used with the L3VPN service. This step will guide you through building the netsim devices used in running this artifact. We suggest running this artifact for the first time on blank netsim devices but using real lab devices is also possible.
cd /var/opt/ncs/
.ncs-netsim create-network packages/cisco-ios 2 ios
. This will create a network with two virtual IOS devices named ios0
and ios1
.ncs-netsim add-to-network packages/cisco-iosxr 2 iosxr
. This will add two virtual IOSXR devices to the netsim network.ncs-netsim start
.ncs-netsim ncs-xml-init> load.xml
.ncs_cli -u admin
.config
.load merge load.xml
.commit dry-run outformat native
.commit
.request devices fetch-ssh-host-keys
.request devices connect
.request devices sync-from
.L3VPN Multisite Create
.To remove the artifact:
/var/opt/ncs/packages
.ncs_cli -u amdin
.request packages reload
.show packages package oper-status
.FAQs
Itential L3 VPN Artifact
The npm package @itentialopensource/l3-vpn-create receives a total of 1 weekly downloads. As such, @itentialopensource/l3-vpn-create popularity was classified as not popular.
We found that @itentialopensource/l3-vpn-create demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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.