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 |
电子邮箱 | [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" } } |