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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |