Anti Rebind

Prevent DNS Rebinding Attacks

What is Anti Rebind?

Anti Rebind is a Chrome extension developed by ThreatPinch, and its main feature is "Prevent DNS Rebinding Attacks".

Extension Screenshots

screenshot

Download Anti Rebind Extension CRX File

Download Anti Rebind extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Prevents DNS Rebinding attacks.

How?

Checks the IP address of domains when requests are made. If IP addresses switch from public internet IP address to private LAN address it will block further attempts to contact that domain.                    

Extension Basic Information

Name Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
Official URL https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
Description Prevent DNS Rebinding Attacks
File Size 52.75 KB
Installation Count 50
Current Version 1.0.0
Last Updated 2018-02-20
Publish Date 2018-02-20
Developer ThreatPinch
Email [email protected]
Payment Type free
Extension Website https://github.com/cloudtracer/antirebind
Help Page URL https://github.com/cloudtracer/antirebind
Privacy Policy Page URL https://cloudtracer.github.io/threatpinch/privacy.txt
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Rebind",
    "short_name": "AntiRebind",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Prevent DNS Rebinding Attacks",
    "homepage_url": "http:\/\/www.ThreatPinch.com",
    "icons": {
        "16": "icons\/logo-tp16.png",
        "48": "icons\/logo-tp48.png",
        "128": "icons\/logo-tp128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "blocked.html"
    ]
}