Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 183 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 183 Bytes

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'))