OAPivot

OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.

¿Qué es OAPivot?

OAPivot es una extensión de Chrome desarrollada por OpenAnalysis, y su función principal es "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión OAPivot

Descarga archivos de extensión OAPivot 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

                        Use our Google Chrome plugin to instantly enrich indicators directly from your browser. OA Pivot enables indicator searching across the leading public malware intelligence feeds and tools. Simply right click on any term you want to enrich and select the service you want to search. If you have a VirusTotal Intelligence account, or a VirusShare account, OA Pivot will also enable one-click downloads based on the sample hash.   

Changelog 

1.3.0
- Added bgp.he.net to Network Enrichments
- Bug fixes                    

Información Básica de la Extensión

Nombre OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
URL Oficial https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
Descripción OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
Tamaño del Archivo 12.2 KB
Cantidad de Instalaciones 352
Versión Actual 1.3.0
Última Actualización 2017-12-22
Fecha de Publicación 2017-12-21
Desarrollador OpenAnalysis
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OAPivot",
    "version": "1.3.0",
    "description": "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.",
    "author": "Sean Wilson & Sergei Frankoff",
    "homepage_url": "http:\/\/www.openanalysis.net\/#services",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/*.virustotal.com\/*",
        "https:\/\/virusshare.com\/*",
        "https:\/\/*.hybrid-analysis.com\/*"
    ],
    "background": {
        "scripts": [
            "plugin.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}