REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
O que é REFang?
REFang é uma extensão do Chrome desenvolvida por OpenAnalysis, e sua principal característica é "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão REFang
Baixe arquivos de extensão REFang no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
URL Oficial | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
Descrição | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
Tamanho do Arquivo | 9.07 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-12-04 |
Data de Publicação | 2017-12-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | OpenAnalysis |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.openanalysis.net |
Idiomas Suportados | 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" } } |