Skip to content

huwns/csirtg-indicator-v3

 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%