LOLRMM is a community-driven project that catalogs RMM tools potentially abused by threat actors for threat hunting and detection.
LotL RMM
LOLRMM is used by security professionals to stay informed about Remote Monitoring and Management tools that can be misused by threat actors. It aids in threat hunting, detection, and prevention policy creation by providing detailed information and detection methods for these tools.
Ensure Python 3.10, Poetry, and Node.js are installed before proceeding with local builds. Regularly check for updates and contribute to maintain the project's value.
Clone the repository: git clone https://github.com/magicsword-io/LOLRMM.git
Change to the project directory: cd LOLRMM
Install dependencies: poetry install
Activate the virtual environment: poetry shell
Build the site using the files under the /yaml folder: python bin/site.py
Change to the website directory and install dependencies: cd website && pnpm i
Run the website locally: pnpm devcurl https://lolrmm.io/api/rmm_tools.json
Fetch the complete list of RMM tools in JSON format.
curl https://lolrmm.io/api/rmm_tools.csv
Fetch the complete list of RMM tools in CSV format.