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
官方URL 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"
    }
}