REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
REFangとは何ですか?
REFangはOpenAnalysisによって開発されたChromeの拡張機能で、その主な機能は「REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.」です。
拡張機能のスクリーンショット
REFang拡張機能のCRXファイルをダウンロード
REFang拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
REFang is aimed to help malware analysts and researchers who are actively analyzing online reports which include defanged indicators. The extension copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. The refanged content is stored within the clipboard, so the analyst can use the value within additional online services or within their own local applications.
拡張機能の基本情報
名前 | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
公式URL | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
説明 | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
ファイルサイズ | 9.07 KB |
インストール数 | 34 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-12-04 |
公開日 | 2017-12-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | OpenAnalysis |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.openanalysis.net |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "REFang", "version": "1.0.1", "description": "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.", "author": "Sean Wilson & Sergei Frankoff", "homepage_url": "http:\/\/www.openanalysis.net", "permissions": [ "contextMenus" ], "background": { "scripts": [ "plugin.js" ] }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |