Anti Rebind

Prevent DNS Rebinding Attacks

Vad är Anti Rebind?

Anti Rebind är en Chrome-tillägg utvecklad av ThreatPinch, och dess huvudfunktion är "Prevent DNS Rebinding Attacks".

Tilläggsskärmbilder

screenshot

Ladda ner Anti Rebind-förlängningens CRX-fil

Ladda ner Anti Rebind-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Anti Rebind Anti Rebind
ID fdicgpiolgkgjjkapjgbehgfefeckmic
Officiell webbadress https://chromewebstore.google.com/detail/anti-rebind/fdicgpiolgkgjjkapjgbehgfefeckmic
Beskrivning Prevent DNS Rebinding Attacks
Filstorlek 52.75 KB
Antal Installationer 50
Aktuell Version 1.0.0
Senast Uppdaterad 2018-02-20
Publiceringsdatum 2018-02-20
Utvecklare ThreatPinch
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/cloudtracer/antirebind
Hjälpsida URL https://github.com/cloudtracer/antirebind
URL till Sekretesspolicy Sidan https://cloudtracer.github.io/threatpinch/privacy.txt
Stödda Språk 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"
    ]
}