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 |
官方網址 | 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 |
電子郵箱 | [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" } } |