REFang

REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.

Wat is REFang?

REFang is een Chrome-extensie ontwikkeld door OpenAnalysis, en de belangrijkste functie is "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie REFang

Download REFang-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
Officiële URL https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Beschrijving REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Bestandsgrootte 9.07 KB
Aantal Installaties 34
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-12-04
Publicatiedatum 2017-12-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar OpenAnalysis
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.openanalysis.net
Ondersteunde Talen 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"
    }
}