<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body style="font-family:Geneva,Helvetica,Arial,sans-serif; font-size: 12px;">Nick,<br />
<br />
Your information based on assumption that you work with clean information.<br />
<br />
Could you tell LIR for this Allocated PA network?<br />
<br />
<a href="https://apps.db.ripe.net/search/query.html?searchtext=192.115.112.0&search%3AdoSearch=Search#resultsAnchor" target="_blank">https://apps.db.ripe.net/search/query.html?searchtext=192.115.112.0&search%3AdoSearch=Search#resultsAnchor</a><br />
<br />
<a href="https://apps.db.ripe.net/whois/lookup/ripe/inetnum/192.33.111.0-192.33.111.255.html" target="_blank">https://apps.db.ripe.net/whois/lookup/ripe/inetnum/192.33.111.0-192.33.111.255.html</a><br />
<br />
I see more than 500 networks with type "Allocated PA" doesn't have LIR. So you will not see transfers for this networks if this information will be not published. Of course it is possible to make "diff" for changes, but it will be not 100% correct information about transfers.<br />
<br />
<div>
        -- </div>
<div>
        Alexey Ivanov</div>
<br />
06.11.2012 16:42 - Nick Hilliard написал(а):<br />
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt" type="cite">
        On 06/11/2012 12:03, LeaderTelecom Ltd. wrote:<br />
        > How are you going to know did company changed name or IPs were transfered?<br />
        <br />
        Alexey,<br />
        <br />
        the LIR ID stays the same, regardless of the legal name of the company.<br />
        <br />
        You've said that your concern is that other people will know which IP<br />
        addresses have been transferred.  The code I included shows which LIR ID<br />
        loses or gains IP addresses, and according to what you said earlier:<br />
        <br />
        > criminal element will know who just received big amount of money and can<br />
        > be target for raiders.<br />
        <br />
        ... the code I posted will identify exactly which LIR have recently lost or<br />
        gained IP addresses, because you can look up the LIR details here:<br />
        <br />
        <a href="https://www.ripe.net/membership/indices/" target="_blank" title="https://www.ripe.net/membership/indices/">https://www.ripe.net/membership/indices/</a><br />
        <br />
        So you can use my code to see exactly which LIR has lost IP addresses or<br />
        gained them.<br />
        <br />
        It's really easy to track this.  Here's a database schema for holding the<br />
        information:<br />
        <br />
        CREATE TABLE `ipv4quantities` (<br />
          `id` int unsigned NOT NULL,<br />
          `regid` varchar(255) NOT NULL,<br />
          `numberofaddresses` int unsigned NOT NULL default 0,<br />
          `thedate` date NOT NULL,<br />
          PRIMARY KEY  (`id`)<br />
        );<br />
        <br />
        Will I write another couple of lines of code and hook up v4-transfer.pl<br />
        into this database schema?  And another 10 lines of code to provide a web<br />
        front end?<br />
        <br />
        If you want, I'll write another couple of lines on top of that, with<br />
        another two database tables, and that can be used to provide a complete<br />
        historical list of exactly what addresses are held by any LIR, along with<br />
        sortable columns so you can see what IP address space was transferred, and<br />
        when.  But it turns out that most of this is unnecessary, because it's<br />
        already being done here:<br />
        <br />
        <a href="https://stat.ripe.net/" target="_blank" title="https://stat.ripe.net/">https://stat.ripe.net/</a><br />
        <br />
        In other words the information proposed in this policy is already available<br />
        in multiple formats from multiple areas of the RIPE NCC web site / database<br />
        / ftp site, and extracting this information is simple enough for a school<br />
        child to do.<br />
        <br />
        Let me repeat:<br />
        <br />
        ########################################################################<br />
        ##                                                                    ##<br />
        ## Getting this information is so simple that even a child can do it. ##<br />
        ##                                                                    ##<br />
        ########################################################################<br />
        <br />
        Please drop your objection.  It's completely ridiculous.<br />
        <br />
        Nick<br />
         </div>
<br />
</body></html>