OAPivot

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

OAPivot là gì?

OAPivot là một tiện ích mở rộng Chrome được phát triển bởi OpenAnalysis, và tính năng chính của nó là "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OAPivot

Tải xuống các tệp mở rộng OAPivot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OAPivot OAPivot
ID nenjokibennmmllmdbifnmmgipppnfbm
URL Chính Thức https://chromewebstore.google.com/detail/oapivot/nenjokibennmmllmdbifnmmgipppnfbm
Mô tả OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.
Kích Thước Tệp 12.2 KB
Số Lần Cài Đặt 352
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2017-12-22
Ngày Phát Hành 2017-12-21
Nhà Phát Triển OpenAnalysis
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}