Skip to content

Commit 30e2f4e

Browse files
committed
updated dynamic asn hosting-kind check
1 parent 279d488 commit 30e2f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riskdb/builder/obj/asn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
ASN_KINDS = ['hosting', 'vpn', 'scanner', 'crawler', 'isp', 'education']
88
ASN_FIND = {
9-
'hosting': ['host', 'cloud', 'server', 'datacenter', 'data center'],
9+
'hosting': ['host', 'cloud', 'server', 'datacenter', 'data center', 'rack'],
1010
'isp': ['tel', 'mobil'],
1111
'education': [
1212
'university', 'universitat', 'universitaris', 'universitaet', 'universities',

0 commit comments

Comments
 (0)