* [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) @ 2020-06-09 12:00 Peter Müller 2020-06-09 12:00 ` [PATCH 2/4] country-overrides: fix misspelled description Peter Müller 2020-06-09 12:04 ` [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Michael Tremer 0 siblings, 2 replies; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:00 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 765 bytes --] Partially fixes: #12421 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 583bf43..2494d0c 100644 --- a/overrides/override-other.txt +++ b/overrides/override-other.txt @@ -18,6 +18,11 @@ descr: Network Dedicated SAS remarks: bulletproof ISP, claims to be located in CH, but traces to NL country: NL +aut-num: AS202425 +descr: IP Volume Inc. +remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL +country: NL + aut-num: AS207616 descr: Altrosky Technology Ltd. remarks: fake offshore location (SC), traces back to CZ -- 2.26.2 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/4] country-overrides: fix misspelled description 2020-06-09 12:00 [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Peter Müller @ 2020-06-09 12:00 ` Peter Müller 2020-06-09 12:00 ` [PATCH 3/4] country-overrides: add AS57717 (FiberXpress BV) Peter Müller 2020-06-09 12:04 ` [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Michael Tremer 1 sibling, 1 reply; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:00 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 633 bytes --] Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org> --- overrides/override-other.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overrides/override-other.txt b/overrides/override-other.txt index 2494d0c..a0ff632 100644 --- a/overrides/override-other.txt +++ b/overrides/override-other.txt @@ -39,7 +39,7 @@ remarks: fake location (US), WHOIS contact and traceroutes point to RU country: RU net: 185.244.29.0/24 -descr: Gerber EDV / Daniel Craig +descr: Gerber EDV / David Craig remarks: bulletproof ISP, fake location (KP), traces back to SG country: SG -- 2.26.2 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 3/4] country-overrides: add AS57717 (FiberXpress BV) 2020-06-09 12:00 ` [PATCH 2/4] country-overrides: fix misspelled description Peter Müller @ 2020-06-09 12:00 ` Peter Müller 2020-06-09 12:01 ` [PATCH 4/4] country-overrides: add AS56611 (REBA Communications BV) Peter Müller 0 siblings, 1 reply; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:00 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 642 bytes --] Partially fixes: #12421 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 a0ff632..f172c57 100644 --- a/overrides/override-other.txt +++ b/overrides/override-other.txt @@ -13,6 +13,11 @@ # Please keep this file sorted. # +aut-num: AS57717 +descr: FiberXpress BV +remarks: bulletproof ISP (related to AS202425) located in NL +country: NL + aut-num: AS62355 descr: Network Dedicated SAS remarks: bulletproof ISP, claims to be located in CH, but traces to NL -- 2.26.2 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 4/4] country-overrides: add AS56611 (REBA Communications BV) 2020-06-09 12:00 ` [PATCH 3/4] country-overrides: add AS57717 (FiberXpress BV) Peter Müller @ 2020-06-09 12:01 ` Peter Müller 0 siblings, 0 replies; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:01 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 633 bytes --] Partially fixes: #12421 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 f172c57..6d0404d 100644 --- a/overrides/override-other.txt +++ b/overrides/override-other.txt @@ -13,6 +13,11 @@ # Please keep this file sorted. # +aut-num: AS56611 +descr: REBA Communications BV +remarks: bulletproof ISP (related to AS202425) located in NL +country: NL + aut-num: AS57717 descr: FiberXpress BV remarks: bulletproof ISP (related to AS202425) located in NL -- 2.26.2 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) 2020-06-09 12:00 [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Peter Müller 2020-06-09 12:00 ` [PATCH 2/4] country-overrides: fix misspelled description Peter Müller @ 2020-06-09 12:04 ` Michael Tremer 2020-06-09 12:07 ` Peter Müller 1 sibling, 1 reply; 8+ messages in thread From: Michael Tremer @ 2020-06-09 12:04 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 1039 bytes --] Hi, > On 9 Jun 2020, at 13:00, Peter Müller <peter.mueller(a)ipfire.org> wrote: > > Partially fixes: #12421 > > 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 583bf43..2494d0c 100644 > --- a/overrides/override-other.txt > +++ b/overrides/override-other.txt > @@ -18,6 +18,11 @@ descr: Network Dedicated SAS > remarks: bulletproof ISP, claims to be located in CH, but traces to NL > country: NL > > +aut-num: AS202425 > +descr: IP Volume Inc. Are you sure you want the field above to be called descr? That would not change the name of the AS in the database. Just checking... > +remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL > +country: NL > + > aut-num: AS207616 > descr: Altrosky Technology Ltd. > remarks: fake offshore location (SC), traces back to CZ > -- > 2.26.2 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) 2020-06-09 12:04 ` [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Michael Tremer @ 2020-06-09 12:07 ` Peter Müller 2020-06-09 12:12 ` Michael Tremer 0 siblings, 1 reply; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:07 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 1379 bytes --] Hello Michael, this is somewhat intended as I would rather keep the original AS name and "describe" more precisely what we are dealing with. On the other hand, that sounds more like "remarks"... Not sure what to do with it then - your opinion? Thanks, and best regards, Peter Müller > Hi, > >> On 9 Jun 2020, at 13:00, Peter Müller <peter.mueller(a)ipfire.org> wrote: >> >> Partially fixes: #12421 >> >> 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 583bf43..2494d0c 100644 >> --- a/overrides/override-other.txt >> +++ b/overrides/override-other.txt >> @@ -18,6 +18,11 @@ descr: Network Dedicated SAS >> remarks: bulletproof ISP, claims to be located in CH, but traces to NL >> country: NL >> >> +aut-num: AS202425 >> +descr: IP Volume Inc. > > Are you sure you want the field above to be called descr? That would not change the name of the AS in the database. > > Just checking... > >> +remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL >> +country: NL >> + >> aut-num: AS207616 >> descr: Altrosky Technology Ltd. >> remarks: fake offshore location (SC), traces back to CZ >> -- >> 2.26.2 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) 2020-06-09 12:07 ` Peter Müller @ 2020-06-09 12:12 ` Michael Tremer 2020-06-09 12:13 ` Peter Müller 0 siblings, 1 reply; 8+ messages in thread From: Michael Tremer @ 2020-06-09 12:12 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 1685 bytes --] Hi, I am absolutely fine with keeping descr. I just wasn’t sure if you intended to change the name or not. I will merge them. Best, -Michael > On 9 Jun 2020, at 13:07, Peter Müller <peter.mueller(a)ipfire.org> wrote: > > Hello Michael, > > this is somewhat intended as I would rather keep the original AS name and "describe" > more precisely what we are dealing with. On the other hand, that sounds more like > "remarks"... > > Not sure what to do with it then - your opinion? > > Thanks, and best regards, > Peter Müller > > >> Hi, >> >>> On 9 Jun 2020, at 13:00, Peter Müller <peter.mueller(a)ipfire.org> wrote: >>> >>> Partially fixes: #12421 >>> >>> 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 583bf43..2494d0c 100644 >>> --- a/overrides/override-other.txt >>> +++ b/overrides/override-other.txt >>> @@ -18,6 +18,11 @@ descr: Network Dedicated SAS >>> remarks: bulletproof ISP, claims to be located in CH, but traces to NL >>> country: NL >>> >>> +aut-num: AS202425 >>> +descr: IP Volume Inc. >> >> Are you sure you want the field above to be called descr? That would not change the name of the AS in the database. >> >> Just checking... >> >>> +remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL >>> +country: NL >>> + >>> aut-num: AS207616 >>> descr: Altrosky Technology Ltd. >>> remarks: fake offshore location (SC), traces back to CZ >>> -- >>> 2.26.2 >> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) 2020-06-09 12:12 ` Michael Tremer @ 2020-06-09 12:13 ` Peter Müller 0 siblings, 0 replies; 8+ messages in thread From: Peter Müller @ 2020-06-09 12:13 UTC (permalink / raw) To: location [-- Attachment #1: Type: text/plain, Size: 1970 bytes --] Hello Michael, thanks. I've got a bunch of those ready later this afternoon, in order to clean up at least _some_ of the networks messing around with country codes... :-) Thanks, and best regards, Peter Müller > Hi, > > I am absolutely fine with keeping descr. > > I just wasn’t sure if you intended to change the name or not. > > I will merge them. > > Best, > -Michael > >> On 9 Jun 2020, at 13:07, Peter Müller <peter.mueller(a)ipfire.org> wrote: >> >> Hello Michael, >> >> this is somewhat intended as I would rather keep the original AS name and "describe" >> more precisely what we are dealing with. On the other hand, that sounds more like >> "remarks"... >> >> Not sure what to do with it then - your opinion? >> >> Thanks, and best regards, >> Peter Müller >> >> >>> Hi, >>> >>>> On 9 Jun 2020, at 13:00, Peter Müller <peter.mueller(a)ipfire.org> wrote: >>>> >>>> Partially fixes: #12421 >>>> >>>> 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 583bf43..2494d0c 100644 >>>> --- a/overrides/override-other.txt >>>> +++ b/overrides/override-other.txt >>>> @@ -18,6 +18,11 @@ descr: Network Dedicated SAS >>>> remarks: bulletproof ISP, claims to be located in CH, but traces to NL >>>> country: NL >>>> >>>> +aut-num: AS202425 >>>> +descr: IP Volume Inc. >>> >>> Are you sure you want the field above to be called descr? That would not change the name of the AS in the database. >>> >>> Just checking... >>> >>>> +remarks: bulletproof ISP (aka: AS29073 / Ecatel Ltd. / Quasi Networks Ltd.) located in NL >>>> +country: NL >>>> + >>>> aut-num: AS207616 >>>> descr: Altrosky Technology Ltd. >>>> remarks: fake offshore location (SC), traces back to CZ >>>> -- >>>> 2.26.2 >>> > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-06-09 12:13 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-06-09 12:00 [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Peter Müller 2020-06-09 12:00 ` [PATCH 2/4] country-overrides: fix misspelled description Peter Müller 2020-06-09 12:00 ` [PATCH 3/4] country-overrides: add AS57717 (FiberXpress BV) Peter Müller 2020-06-09 12:01 ` [PATCH 4/4] country-overrides: add AS56611 (REBA Communications BV) Peter Müller 2020-06-09 12:04 ` [PATCH 1/4] country-overrides: add AS202425 (IP Volume Inc.) Michael Tremer 2020-06-09 12:07 ` Peter Müller 2020-06-09 12:12 ` Michael Tremer 2020-06-09 12:13 ` 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