
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
A Python 3 library for the analysis of data produced by AMIGA's Halo Finder (AHF).
AHFHaloTools is a Python 3 library for the analysis of data produced by AMIGA's Halo Finder (AHF).
.AHF_halos
, .AHF_profiles
, .AHF_mtree(_idx)
pip install ahfhalotools
View HTML documentation here
Documentation is also available in docstrings within the
code, which can be viewed using the built-in help
function:
>>> from ahfhalotools.objects import Cluster
>>> help(Cluster)
Help on class Cluster in module ahfhalotools.objects: ...
The majority of analysis is enabled by the ahfhalotools.objects.Cluster
object.
Example scripts are available in /examples
. These scripts are provided without data, as the data files are large and can't go on GitHub. To run them on a local machine, data must be downloaded and truncated, and the paths to the data in the scripts should be updated to reflect the location of the files.
Alternatively the scripts could be deployed to popia/castor and run there, after updating the directory paths in the code. Data should still be truncated before running, otherwise the scripts will execute very slowly.
For information on AMIGA's Halo Finder, including documentation and output file formats, you can visit their website here.
FAQs
A Python 3 library for the analysis of data produced by AMIGA's Halo Finder (AHF).
We found that ahfhalotools 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.