OSIRIS: OSINT Reputation Intelligent Search

Use this extension to analyze IoCs' reputation using OSINT

¿Qué es OSIRIS: OSINT Reputation Intelligent Search?

OSIRIS: OSINT Reputation Intelligent Search es una extensión de Chrome desarrollada por alizano1985, y su función principal es "Use this extension to analyze IoCs' reputation using OSINT".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión OSIRIS: OSINT Reputation Intelligent Search

Descarga archivos de extensión OSIRIS: OSINT Reputation Intelligent Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension receives as input a list of public IP's and open each analyzed IP in separated taps. The user can choose to check the IPs reputation in some of the better known OSINT tools such as Virustotal, Malwares[.]com, CISCO Talos, X-Force Exchange, AbuseIPDB, MXtoolbox.
Also, this tool can be used to check the reputation of only one IP, one hash or one URL, in several OSINT search engines.                    

Información Básica de la Extensión

Nombre OSIRIS: OSINT Reputation Intelligent Search OSIRIS: OSINT Reputation Intelligent Search
ID jjdjccppehnjdennppcnlnaadcdlffdf
URL Oficial https://chromewebstore.google.com/detail/osiris-osint-reputation-i/jjdjccppehnjdennppcnlnaadcdlffdf
Descripción Use this extension to analyze IoCs' reputation using OSINT
Tamaño del Archivo 10.79 KB
Cantidad de Instalaciones 1,585
Versión Actual 0.0.0.6
Última Actualización 2021-07-08
Fecha de Publicación 2021-05-18
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador alizano1985
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OSIRIS: OSINT Reputation Intelligent Search",
    "description": "Use this extension to analyze IoCs' reputation using OSINT",
    "version": "0.0.0.6",
    "author": "Andres Lizano",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "OSIRIS: OSINT Reputation Intelligent Search"
    }
}