Last modified: 2014-10-24 14:33:40 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 T73894, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71894 - Requested 115.108.187.192.proxies.dnsbl.sorbs.net., not found in proxies.dnsbl.sorbs.net..
Requested 115.108.187.192.proxies.dnsbl.sorbs.net., not found in proxies.dnsb...
Status: RESOLVED WORKSFORME
Product: Wikimedia Labs
Classification: Unclassified
deployment-prep (beta) (Other open bugs)
unspecified
All All
: Unprioritized minor
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-09 18:15 UTC by Sam Reed (reedy)
Modified: 2014-10-24 14:33 UTC (History)
8 users (show)

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


Attachments

Description Sam Reed (reedy) 2014-10-09 18:15:51 UTC
Requested 115.108.187.192.proxies.dnsbl.sorbs.net., not found in proxies.dnsbl.sorbs.net..


Noticed a few of these. Probably wants digging into a bit more soon
Comment 1 Yuvi Panda 2014-10-09 18:46:11 UTC
Where's this coming from?
Comment 2 Sam Reed (reedy) 2014-10-09 18:47:11 UTC
I noticed it in logstash-beta
Comment 3 Sam Reed (reedy) 2014-10-09 18:49:23 UTC
{
  "_index": "logstash-2014.10.09",
  "_type": "dnsblacklist",
  "_id": "CeX-WiVqTPerC4N8uRXoog",
  "_score": null,
  "_source": {
    "message": "Requested 240.214.240.192.proxies.dnsbl.sorbs.net., not found in proxies.dnsbl.sorbs.net..",
    "@version": "1",
    "@timestamp": "2014-10-09T18:48:35.000Z",
    "type": "dnsblacklist",
    "host": "deployment-mediawiki01",
    "sequence_id": "3326566",
    "tags": [
      "udp2log",
      "es",
      "logdate",
      "normalized_message_untrimmed"
    ],
    "udp_sender": "10.68.16.58",
    "wikidb": "eswiki",
    "normalized_message": "Requested 240.214.240.192.proxies.dnsbl.sorbs.net., not found in proxies.dnsbl.sorbs.net.."
  },
  "sort": [
    1412880515000
  ]
}
Comment 4 Antoine "hashar" Musso (WMF) 2014-10-09 19:15:14 UTC
On beta we have:

# Attempt to auto block users using faulty servers
# See also http://www.us.sorbs.net/general/using.shtml
$wgEnableDnsBlacklist = true;
$wgDnsBlacklistUrls   = array(
    'proxies.dnsbl.sorbs.net.',
);

That has been added very early as a way to potentially prevent spam. But maybe it never matches anything and can be removed.
Comment 5 Antoine "hashar" Musso (WMF) 2014-10-24 14:33:40 UTC
The message is logged from includes/User.php:

if ( $ipList ) {
    wfDebugLog( 'dnsblacklist', "Hostname $host is {$ipList[0]}, it's a proxy says $base!" );
    $found = true;
    break;
} else {
    wfDebugLog( 'dnsblacklist', "Requested $host, not found in $base." );
}


If we supported different logging levels, we could make the first (match) to be an info message instead of debug.


Meanwhile, working as expected.

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


Navigation
Links