
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
icsystemutils
is a library for querying system resources (cpu, gpu, network etc).
It is used in higher-level packages and tools in Irish Centre for High End Computing (ICHEC) research and workflows.
You can read system CPU info on Linux or Mac via system APIs with JSON output:
icsystemutils read_cpu
You can run a resource monitor that outputs CPU and memory use to a file with:
icsystemutils monitor
You can postprocess a log file with:
icsystemutils tracing --trace_file <file_with_traces> --trace_config <trace_config_file>
The log file should have traces in the format timestamp | thread_id | message
where the timestamp is Unix time as a float with whole numbers representing seconds. The message
is used to determine start and end points for events. The trace_config_file
is a json file used to match strings in the message with Event start and end flags. The output is a series of trace events in json format, which can be used to generate plots with icplot
or used in further analysis.
You can install it with:
pip install icsystemutils
This project is Copyright of the Irish Centre for High End Computing. You can use it under the terms of the GPLv3+, which further details in the included LICENSE file.
FAQs
Utilities for interacting with system resources, e.g. cpu, network etc.
We found that icsystemutils 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.