
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
github.com/jmarquee85/intune_reporting
This application is intended to provide enrollment information for Intune devices.
We plan to use the Microsoft Export API to get the data, parse it and display it in a simple web interface. GraphAPI calls are also an option if the Export API does not provide the necessary data or to embellish the data.
The web portion is written in Go.
Gorilla mux is being used to handle HTTP requests: https://github.com/gorilla/mux
Ensure Go is installed on your system.
You can create a local .env file or create envirionment variables in your local system.
The following values are required:
CLIENT_ID=your_client_id CLIENT_SECRET=your_client_secret TENANT_ID=your_tenant_id
Clone this repository and navigate to the root directory.
Run go mod tidy
to install the necessary dependencies.
Run go run .
from the root directory to start the server.
https://graph.microsoft.com/v1.0/deviceManagement/managedDevices
https://github.com/microsoftgraph/msgraph-sdk-go
In order to enable use of the SDK, Allow public client flows must be set to yes in the App Registration.
https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753
https://learn.microsoft.com/en-us/graph/sdks/create-requests?tabs=go
https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0
https://github.com/go-echarts/examples
FAQs
Unknown package
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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.