IP Intelligence Lookup

Displays OSI for a selected IP address

Wat is IP Intelligence Lookup?

IP Intelligence Lookup is een Chrome-extensie ontwikkeld door http://rud.is, en de belangrijkste functie is "Displays OSI for a selected IP address".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IP Intelligence Lookup

Download IP Intelligence Lookup-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

                        The IP Intelligence Lookup Chrome Extension submits a selected IP address (right-click to launch intelligence lookup) simultaneously to the following reputation services:

- whois.domaintools.com
- www.mywot.com
- www.tcpiputils.com
- labs.alienvault.com
- www.projecthoneypot.org
- www.virustotal.com
- www.senderbase.com
- www.mcafee.com
- www.sophos.ocm
- www.ipvoid.com

to give you the most comprehensive view of IPv4 address intelligence available. It will open up new tabs in a new browser window, making researching OSI on IPv4 addresses a nigh instantaneous task.                    

Basisinformatie over de Extensie

Naam IP Intelligence Lookup IP Intelligence Lookup
ID appnikgnccbpoffhbpkfjejnipeinnoj
Officiële URL https://chrome.google.com/webstore/detail/ip-intelligence-lookup/appnikgnccbpoffhbpkfjejnipeinnoj
Beschrijving Displays OSI for a selected IP address
Bestandsgrootte 9.86 KB
Aantal Installaties 451
Huidige Versie 0.1
Laatst Bijgewerkt 2013-08-10
Publicatiedatum 2013-08-10
Beoordeling 3.63/5 Totaal 8 Beoordelingen
Ontwikkelaar http://rud.is
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Intelligence Lookup",
    "description": "Displays OSI for a selected IP address",
    "version": "0.1",
    "icons": {
        "48": "target.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "ip-intel.js"
        ]
    },
    "manifest_version": 2
}