OAPivot

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

什麼是OAPivot?

OAPivot是由OpenAnalysis開發的Chrome擴展程式,該擴展的主要功能是“OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載OAPivot擴展crx文件

下載OAPivot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
官方網址 https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
簡介 OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
檔案大小 12.2 KB
安裝次數 352
目前版本 1.3.0
更新時間 2017-12-22
上架時間 2017-12-21
開發者 OpenAnalysis
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}