Last modified: 2014-01-03 15:46:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T61318, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59318 - DBQ-63 List of indef blocked IP addresses on en.wiki with "proxy" or "tor" in the block message
DBQ-63 List of indef blocked IP addresses on en.wiki with "proxy" or "tor" in...
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized trivial
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 15:46 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 15:46 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 15:46:21 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-63.
Summary: List of indef blocked IP addresses on en.wiki with "proxy" or "tor" in the block message
Issue type: Task - A task that needs to be done.
Priority: Trivial
Status: Done
Assignee: (none)

-------------------------------------------------------------------------------
From: Nakon <nakonwiki@gmail.com>
Date: Wed, 13 May 2009 15:30:43
-------------------------------------------------------------------------------

I am attempting to compile a list of IP addresses on en.wiki that are blocked indef as a result of a proxy check or tor check. If a plaintext list could be generated with just an IP address on each line, I would appreciate it.
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:46:23 UTC
-------------------------------------------------------------------------------
From: MZMcBride <mzmcbride@gmail.com>
Date: Wed, 13 May 2009 17:19:31
-------------------------------------------------------------------------------

I ran this query:
    
    SELECT
      ipb_address,
      ipb_reason
    FROM ipblocks
    WHERE ipb_expiry = "infinity"
    AND ipb_user = 0;
    

Output is available here: http://toolserver.org/~mzmcbride/dbq/dbq-63.txt.gz

It's 21422 rows. I would've filtered it for you, but the ipb_reason field is a bit difficult to tell if it was a proxy / Tor sometimes (things like administrator.net hit for "tor", etc.). By my count, about 18,000 entries will match your criteria.
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 15:46:24 UTC
This bug was imported as RESOLVED. The original assignee has therefore not been
set, and the original reporters/responders have not been added as CC, to
prevent bugspam.

If you re-open this bug, please consider adding these people to the CC list:
Original assignee: (none)
CC list: nakonwiki@gmail.com, b@mzmcbride.com

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links