
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
This is a small python module that parses and analyzes logs such as ftp://ita.ee.lbl.gov/traces/NASA_access_log_Aug95.gz available at NASA-FTP (ftp://ita.ee.lbl.gov/traces/), and produces a JSON report with next information:
Command line options may alter the produced results with regards to the number of top hosts and pages, the top hosts - pages breakdown and the reporting of errors.
You need python >= 3.6 and virtualenv installed in your system.
Create a python virtual environment
virtualenv -p $(which python3) venv
Activate it
. venv/bin/activate
Install ireadlogs from pypi:
pip install ireadlogs -U
ireadlogs path_to_logfile
ireadlogs -h
ireadlogs [-h] [--pages PAGES] [--hosts HOSTS]
[--hosts-breakdown HOSTS_BREAKDOWN] [--show-errors]
logfile
positional arguments:
logfile
optional arguments:
-h, --help show this help message and exit
--pages PAGES limits the top pages shown (default is 10)
--hosts HOSTS limits the top hosts shown (default is 10)
--hosts-breakdown HOSTS_BREAKDOWN
limits the top pages per host breakdown (default is 5)
--show-errors if present show malformed line numbers
make build
make distribute
make test
After creating and activating a python3.6+ virtualenv:
pip install -e .
FAQs
Small NASA FTP logs analyzer
We found that ireadlogs 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.