From patchwork Tue Sep 8 15:42:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 3444 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Bm8Yz1GdJz3x3K for ; Tue, 8 Sep 2020 15:43:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Bm8Yz08LpzJ9; Tue, 8 Sep 2020 15:43:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Bm8Yy6sk3z2xNg; Tue, 8 Sep 2020 15:43:18 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Bm8Yy0t3mz2xj1 for ; Tue, 8 Sep 2020 15:43:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Bm8Ys6CBQzJ9 for ; Tue, 8 Sep 2020 15:43:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1599579797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GhPZWUh1A/BWGOk5h9n+MLAn8l2CyTVye7tDtSJDP88=; b=3GymFJtdxzgwhf081fdTUlCVECIH/2r0mT1c1+HE1lZSJN45zKvTbGmVJ0VBymJehomtjB TnmKyKuTTse+FwDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1599579797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GhPZWUh1A/BWGOk5h9n+MLAn8l2CyTVye7tDtSJDP88=; b=dYSx73CWCFeV20I/gYm35UPPWNxJtOZG9vkMXOjKVRsRE37MB4cYGPnOWRxB/B/Qd9Vyu3 XVGS2o61CPPLDmGel3Og3Y/W8f69O4APDEk1R6yJYp8+FT06b2FSVtYxBXiga7m340Qfo3 z8I7KSWHVagqdJhuGO9kd64+h4729aikky/4KNr6iO0FvJeNQEHsHkRbutkzpZVqSsqi0K cUeAO5o/kT7LB1H4dOt74led+jyp51bYwAH2WzsC4Utn7NPKuwrdxUqfTwgdaZIo/1dG4j QxySw7jAY9VpX8fN248JgpLQvQ3Et3OsYbqubgohwRHKBpzi10AAnipa6FfLKg== Subject: [PATCH 2/3] country-overrides: add various networks with fake/garbage RIR data To: location@lists.ipfire.org References: <6bb29065-abc8-83cf-62dd-f8bdc66d1c86@ipfire.org> From: =?utf-8?q?Peter_M=C3=BCller?= Message-ID: <93b100d2-cbde-220d-8969-bcea3bdf09b1@ipfire.org> Date: Tue, 8 Sep 2020 15:42:31 +0000 MIME-Version: 1.0 In-Reply-To: <6bb29065-abc8-83cf-62dd-f8bdc66d1c86@ipfire.org> Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: location@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: location-bounces@lists.ipfire.org Sender: "Location" Signed-off-by: Peter Müller --- 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