* [PATCH 1/3] country-overrides: add 47.60.0.0/14
@ 2020-09-08 15:41 Peter Müller
2020-09-08 15:42 ` [PATCH 2/3] country-overrides: add various networks with fake/garbage RIR data Peter Müller
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2020-09-08 15:41 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 828 bytes --]
Triggered by: https://community.ipfire.org/t/location-filter-since-core-148/3149/13
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
overrides/override-other.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/overrides/override-other.txt b/overrides/override-other.txt
index 6035962..5e06a6d 100644
--- a/overrides/override-other.txt
+++ b/overrides/override-other.txt
@@ -63,6 +63,11 @@ descr: FlokiNET Ltd.
remarks: fake offshore location (SC), traces back to RO
country: RO
+net: 47.60.0.0/14
+descr: Vodafone US Inc.
+remarks: large Vodafone IP chunk used in ES, but assigned by ARIN (inaccurate data)
+country: ES
+
net: 85.202.80.0/24
descr: Amarutu Technology Ltd. / KoDDoS / ESecurity
remarks: fake offshore location (BZ), traces back to US
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/3] country-overrides: add various networks with fake/garbage RIR data
2020-09-08 15:41 [PATCH 1/3] country-overrides: add 47.60.0.0/14 Peter Müller
@ 2020-09-08 15:42 ` Peter Müller
2020-09-08 15:43 ` [PATCH 3/3] A1 overrides: add 45.151.115.0/24 (ikoProxies) Peter Müller
0 siblings, 1 reply; 3+ messages in thread
From: Peter Müller @ 2020-09-08 15:42 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 2240 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
overrides/override-other.txt | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/overrides/override-other.txt b/overrides/override-other.txt
index 5e06a6d..6327bfb 100644
--- a/overrides/override-other.txt
+++ b/overrides/override-other.txt
@@ -13,6 +13,16 @@
# Please keep this file sorted.
#
+aut-num: AS35042
+descr: IP Interactive UG (haftungsbeschraenkt)
+remarks: ISP located in BG, but RIR data for announced prefixes contain garbage
+country: BG
+
+aut-num: AS42397
+descr: Bunea TELECOM SRL
+remarks: ISP located in RO, but some RIR data for announced prefixes contain garbage
+country: RO
+
aut-num: AS48090
descr: PPTECHNOLOGY LIMITED
remarks: bulletproof ISP (related to AS204655) located in NL
@@ -33,6 +43,16 @@ descr: Network Dedicated SAS
remarks: bulletproof ISP, claims to be located in CH, but traces to NL
country: NL
+aut-num: AS201133
+descr: Verdina Ltd.
+remarks: ISP located in BG, but RIR data for announced prefixes contain garbage
+country: BG
+
+aut-num: AS201912
+descr: FutureNow Incorporated
+remarks: ISP located in BG, but RIR data for announced prefixes contain garbage
+country: BG
+
aut-num: AS202425
descr: IP Volume Inc.
remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL
@@ -48,6 +68,11 @@ descr: Altrosky Technology Ltd.
remarks: fake offshore location (SC), traces back to CZ
country: CZ
+aut-num: AS209132
+descr: Alviva Holding Limited
+remarks: ISP located in BG, but RIR data for announced prefixes contain garbage
+country: BG
+
net: 31.220.0.0/22
descr: Amarutu Technology Ltd. / KoDDoS / ESecurity
remarks: fake offshore location (BZ), traces back to NL
@@ -103,6 +128,11 @@ descr: Gerber EDV / David Craig
remarks: bulletproof ISP, fake location (KP), traces back to SG
country: SG
+net: 193.29.12.0/22
+descr: Bunea TELECOM SRL
+remarks: RIR data contain garbage for this network
+country: RO
+
net: 198.144.120.0/23
descr: Amarutu Technology Ltd. / KoDDoS / ESecurity
remarks: fake offshore location (BZ), traces back to NL
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 3/3] A1 overrides: add 45.151.115.0/24 (ikoProxies)
2020-09-08 15:42 ` [PATCH 2/3] country-overrides: add various networks with fake/garbage RIR data Peter Müller
@ 2020-09-08 15:43 ` Peter Müller
0 siblings, 0 replies; 3+ messages in thread
From: Peter Müller @ 2020-09-08 15:43 UTC (permalink / raw)
To: location
[-- Attachment #1: Type: text/plain, Size: 936 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
overrides/override-a1.txt | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/overrides/override-a1.txt b/overrides/override-a1.txt
index 0b31948..82d52ff 100644
--- a/overrides/override-a1.txt
+++ b/overrides/override-a1.txt
@@ -215,7 +215,6 @@ descr: VPNTunnel / Hushy VPN / Anonine VPN / Edelino Commerce Inc.
remarks: VPN provider
is-anonymous-proxy: yes
-
net: 23.129.64.0/24
descr: Emerald Onion
remarks: Tor relay provider
@@ -361,6 +360,12 @@ descr: VPN Consumer Network
remarks: VPN provider
is-anonymous-proxy: yes
+net: 45.151.115.0/24
+descr: ikoProxies [high confidence, but not proofed]
+remarks: VPN provider located in NL
+is-anonymous-proxy: yes
+country: NL
+
net: 45.154.138.0/24
descr: Express VPN International Ltd
remarks: VPN provider
--
2.26.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-08 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 15:41 [PATCH 1/3] country-overrides: add 47.60.0.0/14 Peter Müller
2020-09-08 15:42 ` [PATCH 2/3] country-overrides: add various networks with fake/garbage RIR data Peter Müller
2020-09-08 15:43 ` [PATCH 3/3] A1 overrides: add 45.151.115.0/24 (ikoProxies) Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox