Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EXC3L-ONE/synapse-malpedia

Synapse Rapid Power-Up for ingesting Malpedia malware and threat actor profiles
https://github.com/EXC3L-ONE/synapse-malpedia

Last synced: 6 days ago
JSON representation

Synapse Rapid Power-Up for ingesting Malpedia malware and threat actor profiles

Awesome Lists containing this project

README

        

# Synapse-Malpedia
This Synapse Rapid Power-up adds support for ingesting [Malpedia](https://malpedia.caad.fkie.fraunhofer.de/) malware and threat actor profiles as well as related indicators and news reports.

---
## Usage
There are 5 commands available:
- `ex.malpedia.ingest.actors`
- Ingest all threat actor profiles from Malpedia
- `ex.malpedia.ingest.malware`
- Ingest all malware profiles from Malpedia
- `ex.malpedia.ingest.indicators`
- Ingest all indicators from Malpedia
- `ex.malpedia.setup.apikey`
- Setup Malpedia API key (only needed for indicator ingest)
- `ex.malpedia.setup.tagprefix`
- Setup Malpedia tag prefix

---
## Installation
The easiest way to use this Power-Up is to load the JSON package into the Cortex by running:

`pkg.load --raw "https://raw.githubusercontent.com/EXC3L-ONE/synapse-malpedia/main/synapse_malpedia.json"`

Alternatively, you can also clone this repo, and load the package via `python -m synapse.tools.genpkg` (see reference in Synapse docs [here](https://synapse.docs.vertex.link/en/latest/synapse/userguides/syn_tools_genpkg.html#building-the-example-package))