Skip to content

csirtgadgets/csirtg-re

Repository files navigation

CSIRTG-RE

The FASTEST way to regex an indicator.

Examples

Shell

$ csirtg-re 1.1.1.1
ipv4

Python

from csirtg_re import get

print(get('1.1.1.1'))