REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Qu'est-ce que REFang ?
REFang est une extension Chrome développée par OpenAnalysis, et sa fonction principale est "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension REFang
Téléchargez les fichiers d'extension REFang au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
URL Officiel | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
Description | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
Taille du Fichier | 9.07 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-12-04 |
Date de Publication | 2017-12-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | OpenAnalysis |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.openanalysis.net |
Langues Prises en Charge | 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" } } |