
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
sumologic-gsuitealertcenter
Advanced tools
Solution to pull alerts from G Suite Alert Center to Sumo Logic
This collector can be deployed both onprem and on cloud(google cloud functions). For installing the collector as a serverless solution refer these docs
Setup the Alert Center API by referring to the following docs. Here while creating key in service account make a note of the location of Service Account JSON file that has been downloaded in your computer you will need it later.
Add a Hosted Collector and HTTP Source
yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
\"createTime\": (.*),
.Configuring the sumologic-gsuitealertcenter collector
Below instructions assume pip is already installed if not then, see the pip docs on how to download and install pip. sumologic-gsuitealertcenter is compatible with python 3.7 and python 2.7. It has been tested on Ubuntu 18.04 LTS and Debian 4.9.130. Login to a Linux machine and download and follow the below steps:
Install the collector using below command
pip install sumologic-gsuitealertcenter
Create a configuration file named gsuitealertcenter.yaml in home directory by copying the below snippet. Add the SUMO_ENDPOINT, CREDENTIALS_FILEPATH(downloaded in step 1) and DELEGATED_EMAIL parameters obtained from step 1 and step 2 and save it.
SumoLogic:
SUMO_ENDPOINT: <SUMO LOGIC HTTP URL>
GsuiteAlertCenter:
DELEGATED_EMAIL: "<use the default email address>"
CREDENTIALS_FILEPATH: "<path to json Service Accouont JSON file>"
Collection:
ENVIRONMENT: onprem
Create a cron job for running the collector every 5 minutes by using the crontab -e and adding the below line
*/5 * * * * /usr/bin/python -m sumogsuitealertscollector.main > /dev/null 2>&1
FAQs
Sumo Logic collection solution for G Suite Alert Center
We found that sumologic-gsuitealertcenter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.