Anti Rebind

Prevent DNS Rebinding Attacks

Wat is Anti Rebind?

Anti Rebind is een Chrome-extensie ontwikkeld door ThreatPinch, en de belangrijkste functie is "Prevent DNS Rebinding Attacks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anti Rebind

Download Anti Rebind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
Officiële URL https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
Beschrijving Prevent DNS Rebinding Attacks
Bestandsgrootte 52.75 KB
Aantal Installaties 50
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-02-20
Publicatiedatum 2018-02-20
Ontwikkelaar ThreatPinch
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/cloudtracer/antirebind
Help Pagina-URL https://github.com/cloudtracer/antirebind
URL van de Privacybeleid Pagina https://cloudtracer.github.io/threatpinch/privacy.txt
Ondersteunde Talen 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"
    ]
}