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"
}
There are many ways to get involved with the project. If you have a new and exciting feature, or even a simple bugfix, simply fork the repo, create some simple test cases, generate a pull-request and give yourself credit!
If you've never worked on a GitHub project, this is a good piece for getting started.
Copyright (C) 2017 the CSIRT Gadgets Foundation
Free use of this software is granted under the terms of the Mozilla Public License (MPL2). For details see the file LICENSE
included with the distribution.