OAPivot

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

O que é OAPivot?

OAPivot é uma extensão do Chrome desenvolvida por OpenAnalysis, e sua principal característica é "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OAPivot

Baixe arquivos de extensão OAPivot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
URL Oficial https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
Descrição OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
Tamanho do Arquivo 12.2 KB
Contagem de Instalações 352
Versão Atual 1.3.0
Última Atualização 2017-12-22
Data de Publicação 2017-12-21
Desenvolvedor OpenAnalysis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}