UNPKG
ioc-extractor
Version:
latest (8.1.7)
8.1.7
8.1.6
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.0.1
7.0.0
6.0.1
6.0.0
5.0.3
5.0.2
5.0.1
5.0.0
4.1.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.7.8
2.7.7
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.0
1.0.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
IoC (Indicator of Compromise) extractor
github.com/ninoseki/ioc-extractor
ninoseki/ioc-extractor
ioc-extractor
/
dist
/
aux
/
ip.d.cts
11 lines
(9 loc)
•
213 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
type
Options
=
Partial
<{
includeBoundaries
:
boolean
; }>;
declare
const
ipRegex
: { (
options
?:
Options
):
RegExp
;
v4
(
options
?:
Options
):
RegExp
;
v6
(
options
?:
Options
):
RegExp
; };
export
{ ipRegex };