csirtgadgets / csirtg-indicator-v3

The FASTEST way to create indicators!

Home Page:https://csirtgadgets.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

The FASTEST way to Indicator!

Examples

Shell

$ pip install csirtg-indicator
$ csirtg-indicator --group everyone --indicator http://example.com/1.htm --tlp green --tags phishing

{
    "indicator": "http://example.com/1.htm",
    "itype": "url",
    "tlp": "green",
    "count": 1,
    "tags": ["phishing"],
    "uuid": "42842ea0-03d9-4d38-a0ae-b705788e862b"
}

Python

from csirtg_indicator import Indicator
i = Indicator('example.com')

print(i)

About

The FASTEST way to create indicators!

https://csirtgadgets.com

License:Mozilla Public License 2.0


Languages

Language:Python 99.8%Language:Makefile 0.2%