mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-25 21:35:22 +00:00
Add six base_reverse_dns_map entries from MMDB coverage-gap analysis (#722)
* Cover ASN-fallback path for the Evolus operator family Only evolus-ix.com (the Internet Exchange product) was in the map, so ASN-fallback lookups for IPs without PTR fell through to the raw as_name string with no service type. The bundled IPinfo Lite MMDB stores the same operator's blocks under two other as_domain values: - evolus-it.com (the corporate domain, Evolus IT Solutions GmbH) - evolusfibre.com (their consumer fiber ISP brand) Both resolve to as_name "Evolus IT Solutions GmbH" in the MMDB, confirming they're the same operator. WHOIS on evolus-it.com and the evolusfibre.com homepage both pin the company to Austria. Added both as aliases pointing at the existing (Evolus IX, ISP) entry so all three product brands cluster under one display name, matching the comcast.net / comcast.com pattern documented in AGENTS.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Add aliases for centrilogic, 1gservers, etherni, globconnex Four additional ASN-domain aliases discovered via coverage-gap analysis against the bundled IPinfo Lite MMDB. None of the four brands are currently represented in the map under any key, so these are new brand entries (not alias-of-existing). - centrilogic.com → Centrilogic, MSP 82 MMDB nets, ~62K IPv4. Homepage describes the company as an "end-to-end I.T. transformation" managed-services provider. - 1gservers.com → 1GServers, Web Host 117 nets, ~23K IPv4. Homepage: bare-metal dedicated servers and Phoenix colocation. - etherni.com → Ethernic, MSP 2 nets, 768 IPv4. Homepage: cloud-migration / cloud-native consulting. Operates its own small ASN under Ethernic LLC. - globconnex.com → Global Connectivity Solutions, ISP 687 nets, ~63K IPv4. Homepage unreachable (self-signed cert); WHOIS privacy-redacted. Classification is inferred from the MMDB as_name "GLOBAL CONNECTIVITY SOLUTIONS LLP" and the routed-network scale. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Sean Whalen <seanthegeek@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,7 @@ base_reverse_dns,name,type
|
||||
180medical.com,180 Medical,Healthcare
|
||||
1blu.de,1blu,Web Host
|
||||
1e100.net,Google,Technology
|
||||
1gservers.com,1GServers,Web Host
|
||||
1stdibs.com,1stDibs,Retail
|
||||
1und1.net,1&1,ISP
|
||||
21cn.com,21CN,Email Provider
|
||||
@@ -501,6 +502,7 @@ centerasecurity.dk,Centera Email Defence,Email Security
|
||||
centralesupelec.fr,CentraleSupélec,Education
|
||||
centralinteractiva.com.mx,Central Interactiva,Marketing
|
||||
centralnetx.com.br,Centralnet,ISP
|
||||
centrilogic.com,Centrilogic,MSP
|
||||
centurylink.com,CenturyLink,ISP
|
||||
centurylink.com.pe,Cirion,MSP
|
||||
centurylink.net,CenturyLink,ISP
|
||||
@@ -1050,6 +1052,7 @@ etb.com,ETB,ISP
|
||||
etb.net.co,ETB,ISP
|
||||
etc.uz,East Telecom,ISP
|
||||
etex.net,Etex,ISP
|
||||
etherni.com,Ethernic,MSP
|
||||
ethunder-hosting.com,Ethunder Hosting,Web Host
|
||||
etik-cloud.com,Infomaniak,IaaS
|
||||
etipres.com,ETIPRES,Print
|
||||
@@ -1071,7 +1074,9 @@ evertecpr.com,Evertec,Finance
|
||||
everythere.com.au,Everythere,SaaS
|
||||
evicertia.com,Evicertia,SaaS
|
||||
evo-net.it,evonet,ISP
|
||||
evolus-it.com,Evolus IX,ISP
|
||||
evolus-ix.com,Evolus IX,ISP
|
||||
evolusfibre.com,Evolus IX,ISP
|
||||
ewe.com,EWE,ISP
|
||||
ewp.live,EasyWP,Web Host
|
||||
exacthosting.com,Exact Hosting,Web Host
|
||||
@@ -1260,6 +1265,7 @@ globalconnect.dk,GlobalConnect,ISP
|
||||
globalconnect.net,GlobalConnect,ISP
|
||||
globalconnect.se,GlobalConnect,ISP
|
||||
globalit.com,Global IT,MSP
|
||||
globconnex.com,Global Connectivity Solutions,ISP
|
||||
globe.com.ph,Globe Telecom,ISP
|
||||
gmailify.com,Gmailify,Email Provider
|
||||
gmdp.net.id,GMDP,ISP
|
||||
|
||||
|
Reference in New Issue
Block a user