Skip to content

Commit 66c95b9

Browse files
committedDec 20, 2019
Update networks
Actually, not that much changed since 2018
1 parent a0bc2e5 commit 66c95b9

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed
 

‎config.py

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
#NOTE: these ranges are passed to re.compile
22

3-
gov_misc = ['USAISC', 'DoD', r'\bNASA', 'National Aeronautics', 'Air Force Systems', 'Navy Network Information Center', 'DARPA', r'\bUSDA', '^State of ', '(?i)department', '(?i)agency', 'Shared Services Canada', 'CSRA LLC']
3+
gov_misc = ['USAISC', 'DoD', r'\bNASA', 'National Aeronautics', 'Air Force Systems', 'Navy Network Information Center', 'DARPA', r'\bUSDA', '^State of ', '(?i)department', '(?i)agency', 'Shared Services Canada', 'CSRA LLC', 'General Services Commission']
44

5-
uni_edu = ['(?i)university', '(?i)research', '(?i)academ(y|ic)', '(?i)institute', '(?i)education', '(?i)universidad', '(?i)science', '(?i)scientific', r'(?i)college\b']
5+
uni_edu = ['(?i)university', '(?i)research', '(?i)academ(y|ic)', '(?i)institute', '(?i)education', '(?i)universidad', '(?i)science', '(?i)scientific', r'(?i)college\b', '(?i)universitaet']
66

77
nerns = ['WiscNet', 'BELNET', 'CESNET', 'UNINETT', 'SURFnet', '^ARNES$', 'Consortium GARR|Cineca Consorzio',
88
'Renater', 'ACONET', 'Tieteen tietotekniikan', '^SUNET ', 'Jisc Services Limited', 'Fundacao para a Ciencia',
99
'Entidad Publica Empresarial Red.es', '^BCnet', 'AARNet', 'National Center for High-performance Computing',
1010
'Deutschen Forschungsnetzes', '^ESnet', 'HEAnet', 'Merit Network', 'Rede Nacional de Ensino e Pesquisa',
11-
'[(]RISQ', 'RESTENA', 'Zdruzenie pouzivatelov Slovenskej akademickej', '^SWITCH$']
11+
'[(]RISQ', 'RESTENA', 'Zdruzenie pouzivatelov Slovenskej akademickej', '^SWITCH$',
12+
'Societe Internationale de Telecommunications Aeronautiques', '^MCNC$', 'OARnet']
1213

1314
#CDNs, nothing interesting there
1415
cdns = ['Cloudflare', 'Incapsula', 'Akamai', 'Fastly', 'Content Delivery Network Ltd']
1516

1617
#some hosting providers (kinda), websites + some classic dbs here but not devices. note "EGIHosting" doesn't like being scanned
17-
hosting = ['(?i)host', 'Enzu Inc', 'GoDaddy.com', 'PEG TECH INC', 'Strato AG', '(?i)unified layer', '(?i)1&1 internet']
18+
hosting = ['(?i)host', 'Enzu Inc', 'GoDaddy.com', 'PEG TECH INC', 'Strato AG', '(?i)unified layer', '(?i)1&1 Ionos']
1819

1920
#largest ones,
2021
cloud_providers = ['Digital ?Ocean', 'Google (LLC|Ireland|Switz)', 'Amazon([.]com| Data Services)', '(?i)rackspace',
21-
'Microsoft', 'OVH SAS', 'SoftLayer Technologies', 'Linode, LLC', '(?i)hetzner', 'Hangzhou Alibaba Advertising']
22+
'Microsoft', 'OVH SAS', 'SoftLayer Technologies', 'Linode, LLC', '(?i)hetzner', 'Shenzhen Tencent',
23+
'Oracle Corporation', r'Leaseweb\b', r'Alibaba\b']
24+
25+
corporate = ['Daimler AG', 'Apple Inc', 'Eli Lilly and Company', 'Hewlett-Packard Company', 'Alcatel-Lucent', 'NCR Corporation',
26+
'The Procter and Gamble Company', 'FUJITSU LIMITED', 'ORANGE BUSINESS SERVICES', 'Wal-Mart Stores',
27+
'Cisco Systems', 'SamsungSDS']
2228

2329
misc = ['^HT$']
2430

@@ -28,10 +34,10 @@
2834

2935
#by default we ignore all of the ranges above as originally this was for devices only
3036

31-
ignore_patterns = gov_misc + uni_edu + nerns + cdns + hosting + cloud_providers + misc
37+
ignore_patterns = gov_misc + uni_edu + nerns + cdns + hosting + cloud_providers + corporate + misc
3238

3339
#groups are optional, for statistics only
34-
ignore_pattern_groups = [['gov + defense', gov_misc], ['universities', uni_edu], ['NERN', nerns], ['CDN', cdns], ['hosting', hosting], ['cloud', cloud_providers]]
40+
ignore_pattern_groups = [['gov + defense', gov_misc], ['universities', uni_edu], ['NERN', nerns], ['CDN', cdns], ['hosting', hosting], ['cloud', cloud_providers], ['corporate', corporate]]
3541

3642
####
3743
#### include_patterns is only for include-networks.py

‎config_hostcloud.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#### ignore_patterns is only for ignore-networks.py
55
####
66

7-
ignore_patterns = gov_misc + uni_edu + nerns + cdns + misc
7+
ignore_patterns = gov_misc + uni_edu + nerns + cdns + corporate + misc
88
ignore_pattern_groups = []
99

1010
####

‎exclude.conf

+5-4
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,11 @@
142142

143143
#That was from masscan list, now we'll add ranges
144144

145-
3.128.0.0/9
146-
147145
#From mirai
148146

149147
6.0.0.0/8
150148
7.0.0.0/8
151149
11.0.0.0/8
152-
15.0.0.0/8
153-
16.0.0.0/8
154150
21.0.0.0/8
155151
22.0.0.0/8
156152
26.0.0.0/8
@@ -329,6 +325,11 @@
329325
194.181.44.0/24
330326
195.47.201.0/24
331327

328+
176.111.168.0/22
329+
148.81.117.0/24
330+
193.105.35.0/24
331+
332+
332333
#Police
333334
91.229.22.0/24
334335
91.238.145.0/24

0 commit comments

Comments
 (0)