REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Cos'è REFang?
REFang è un'estensione di Chrome sviluppata da OpenAnalysis, e la sua funzione principale è "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione REFang
Scarica i file di estensione REFang in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
URL Ufficiale | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
Descrizione | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
Dimensione del File | 9.07 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-12-04 |
Data di Pubblicazione | 2017-12-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | OpenAnalysis |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.openanalysis.net |
Lingue Supportate | 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" } } |