Tag Archives: rbltracker

RBLTracker: Custom RBLs, Yandex Safe Browsing, and More

This evening, we’ve released a new version of the RBLTracker service, which includes all sorts of new features, including:

Custom RBLs

The custom RBL feature lets you add custom RBLs and URIBLs to your account, which RBLTracker does not normally check.

custom_rbls

If you have a paid or in-house RBL that you’d like to use, you can add it here, and centralize your monitoring with RBLTracker, and take advantage of our automated checks, and alerting functionality.

Yandex Safe Browsing Support

RBLTracker now has support to monitor the Yandex Safe Browsing database, alongside the Google Safe Browsing database.

yandex_support

The Google and Yandex Safe Browsing databases include lists of website domains that may be dangerous to visitors, because they are suspected of phishing or malware.

The Google Safe Browsing service is already built-in to both the Chrome and Firefox web browsers, the two most popular web browsers on the internet. If your website is compromised because of an outdated WordPress or Drupal installation, your visitors will receive a warning, telling them that YOUR website is dangerous and should be avoided.

A full list of changes included in this release are available below. Any questions or comments, please let us know @ info@rbltracker.com

 

Release version 1.11

  • Added support for monitoring the Yandex Safe Browsing database.
  • Added support for custom RBLs and URIBLs that the RBLTracker system does not normally monitor, for example, paid or internal RBLs.
  • Added support to download invoices from the billing section of the portal. Customers can also add more detailed billing information through the Profile section of the web portal.
  • Added additional pricing options for customers with more than 1000, 2500, and 5000 hosts using the Ultimate package.
  • Added an option for customers to delete their accounts.

RBLTracker: New Flexible Pay-Per-Check Pricing Model

The RBLTracker system is an automated service that scans over 60 RBL’s, 20 URIBL’s, and the Google Safe Browsing database, to see if any of your IP addresses and website URL’s are currently blocked.rbltracker

As of Sept 1st,, RBLTracker is offering a pay-per-check pricing model through its new Ultimate package. This new package lets you add as many hosts to your account as you like, and rather than paying for a certain number of hosts, you pay a low, scaled price per-check.

How does this work?

Per-Check pricing means that you can monitor an unlimited number of hosts, by simply adding credits on your account towards checks. When the credit on your account runs out, the checks stop- it’s that simple.

The cost-per-check scales with the number of hosts on your account. The current per-check pricing sheet is as follows:

  • Between 0 and 199 hosts, the cost-per-check is $0.0050/check
  • Between 200 and 499 hosts, the cost-per-check is $0.0048/check
  • Between 500 and 999 hosts, the cost-per-check is $0.0045/check
  • 1000 hosts and up, the cost-per-check is $0.0040/check

Put as much or as little credit on your account as you like- it will never expire, and we’ll let you know when your credit is running out.

How many hosts can I really add?

Really, you can add as many as you’d like! We’ve already had a customer that added over 6000 hosts to their account!

What else comes with the Ultimate package?

The Ultimate package includes all the same features of our Enterprise package, which includes multiple checks per day, SMS notifications, and much more. See the pricing page for all the package details.

Click here to sign up for free and get started today!

RBLTracker: Automated, Real-Time Black List (RBL) Tracking

RBLTracker is a new project I’ve been working on- an automated, real-time black list (RBL) tracking service.

rbltracker3

RBL and URIBL Monitoring

The RBLTracker system automatically scans over 60 RBLs,  and 20 URIBLs, multiple times per day, to see if any of your IP addresses or website domains are listed, giving you the peace of mind you need to focus on your business.

The list of RBLs that RBLTracker monitors will always be kept up to date with the most current list.

rbltracker4

Hosts

RBLTracker is a fully automated monitoring service, which checks your IP addresses and website domains against the most frequently used real-time black lists (RBLs) and Safe Browsing Databases.

rbltracker1

 

Contacts

Get alerted immediately when one of your hosts is found on an RBL, URIBL, or in a Safe Browsing database.

Your RBLTracker account can be configured with multiple email addresses and phone numbers, for receiving alerts about your hosts. Each contact can be individually configured with different notification rules, to control how each contact receives alerts when one of your hosts is blocked.

rbltracker2

Google Safe Browsing

The Google Safe Browsing database includes lists of website domains that may be dangerous to visitors, because they are suspected of phishing or malware.

RBLTracker will check your websites against the Google Safe Browsing database, and alert you immediately if any errors are found, ensuring that your visitors can reach your websites.

safe_browsing_mac

API Access

RLBTracker includes a simple, read-only, REST based API, that lets you poll our database for the current status of your hosts.

The RBLTracker API can easily be integrated into existing monitoring systems, like Nagios or Zabbix, by performing a simple HTTP GET request for the list of currently blocked hosts. The response data can be returned either as simple XML, or as a JSON object.

<?php
    echo file_get_contents('https://rbltracker.com/api/blocks.json?api_token=123');
?>

{
    "status_code": 200,
    "status_message": "Ok",
    "total_blocks": 1,
    "data": [
        {
            "id": "5afd618836c251cbb066803f25b87fa1",
            "host": "192.168.1.1",
            "name": "Primary Mail Server",
            "status": "active",
            "last_checked": "2012-12-30 21:00:07 EST",
            "first_blocked": "2012-12-17 11:05:03 EST",
            "block_period": "13 days 13:35:58",
            "blocked": "1"
        }
    ]
}

Don’t let your customers be the first to know when your email systems or websites get blocked.

Signup for FREE today!