viriback2misp


Nameviriback2misp JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://github.com/santiag02/viriback2misp
SummaryUpload Viriback C2 Track data to MISP events
upload_time2025-02-14 20:13:27
maintainerNone
docs_urlNone
authorCamila Santiago
requires_pythonNone
licenseNone
keywords c2 command and control c2 tracker command & control feed c2 infostealer bot malware
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Viriback to MISP

This project aims to get the detection generated for the project [C2 Tracker](https://tracker.viriback.com/), and create events in MISP. 

The events will be distributed by month/year and malware family, like the example below. In each event will be created objects for each IOC detected in the C2 Tracker.


|![](https://github.com/santiag02/viriback2misp/blob/main/media/misp.png)|
|:---:|
|MISP Events|

## How install

```bash
pip install viriback2misp
```

## Commands

```bash
viriback2misp -h
usage: viriback2misp [-h] [-i] [-u] [-d {0,1,2,3,4}]

Viriback C2 data to MISP events

options:
  -h, --help            show this help message and exit
  -i, --init            First step. Pass your API key and URL.
  -u, --update          Update MISP events.
  -d {0,1,2,3,4}, --distribution {0,1,2,3,4}
                        The common distribution levels in MISP are as follows: 0: Your organization only - Default; 1: This community only; 2: Connected communities; 3: All communities; 4: Sharing
                        group.
  -a, --azure           Retrieve misp key directly from Azure key vault.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/santiag02/viriback2misp",
    "name": "viriback2misp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "C2, command and control, C2 Tracker, command & control, feed c2, infostealer, bot, malware",
    "author": "Camila Santiago",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/72/23/bc6e307e73f43dd5d92408ee4368f75d88355ec586cbc4276f2f92635f93/viriback2misp-0.9.tar.gz",
    "platform": null,
    "description": "# Viriback to MISP\n\nThis project aims to get the detection generated for the project [C2 Tracker](https://tracker.viriback.com/), and create events in MISP. \n\nThe events will be distributed by month/year and malware family, like the example below. In each event will be created objects for each IOC detected in the C2 Tracker.\n\n\n|![](https://github.com/santiag02/viriback2misp/blob/main/media/misp.png)|\n|:---:|\n|MISP Events|\n\n## How install\n\n```bash\npip install viriback2misp\n```\n\n## Commands\n\n```bash\nviriback2misp -h\nusage: viriback2misp [-h] [-i] [-u] [-d {0,1,2,3,4}]\n\nViriback C2 data to MISP events\n\noptions:\n  -h, --help            show this help message and exit\n  -i, --init            First step. Pass your API key and URL.\n  -u, --update          Update MISP events.\n  -d {0,1,2,3,4}, --distribution {0,1,2,3,4}\n                        The common distribution levels in MISP are as follows: 0: Your organization only - Default; 1: This community only; 2: Connected communities; 3: All communities; 4: Sharing\n                        group.\n  -a, --azure           Retrieve misp key directly from Azure key vault.\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Upload Viriback C2 Track data to MISP events",
    "version": "0.9",
    "project_urls": {
        "Homepage": "https://github.com/santiag02/viriback2misp"
    },
    "split_keywords": [
        "c2",
        " command and control",
        " c2 tracker",
        " command & control",
        " feed c2",
        " infostealer",
        " bot",
        " malware"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2537d992ed80096a0170205b455fd4a7a884d4197545c66e57dc37b3476db8b7",
                "md5": "56623659243ce1bc515cb3917eb12e35",
                "sha256": "1e9a392e6dbaba07de15de1145d6bfbc236f2c99cead8d22c973f1130000775f"
            },
            "downloads": -1,
            "filename": "viriback2misp-0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56623659243ce1bc515cb3917eb12e35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13797,
            "upload_time": "2025-02-14T20:13:25",
            "upload_time_iso_8601": "2025-02-14T20:13:25.447052Z",
            "url": "https://files.pythonhosted.org/packages/25/37/d992ed80096a0170205b455fd4a7a884d4197545c66e57dc37b3476db8b7/viriback2misp-0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7223bc6e307e73f43dd5d92408ee4368f75d88355ec586cbc4276f2f92635f93",
                "md5": "4f157f4520785b66cd3ca167e4cab4df",
                "sha256": "d043c1b00028ccf60f28028bf25e6d34619cdc840065a262b550dcef1c44eb2f"
            },
            "downloads": -1,
            "filename": "viriback2misp-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4f157f4520785b66cd3ca167e4cab4df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12339,
            "upload_time": "2025-02-14T20:13:27",
            "upload_time_iso_8601": "2025-02-14T20:13:27.208500Z",
            "url": "https://files.pythonhosted.org/packages/72/23/bc6e307e73f43dd5d92408ee4368f75d88355ec586cbc4276f2f92635f93/viriback2misp-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 20:13:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "santiag02",
    "github_project": "viriback2misp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "viriback2misp"
}
        
Elapsed time: 0.44278s