Skip to content
Wes edited this page Apr 17, 2017 · 2 revisions

Getting Started

A quick and easy way to generate threat indicator objects!

$ [sudo] pip install csirtg-indicator
$ csirtg-indicator --group everyone --indicator http://example.com/1.htm --tlp green --tags phishing
{
    "count": 1,
    "indicator": "http://example.com/1.htm",
    "itype": "url",
    "tags": [
        "phishing"
    ],
    "tlp": "green",
    "uuid": "24423bab-c81f-4819-b9be-c3d9d975a835"
}
Clone this wiki locally