REFang

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

Was ist REFang?

REFang ist eine Chrome-Erweiterung, die von OpenAnalysis entwickelt wurde, und ihr Hauptmerkmal ist "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Erweiterungsscreenshots

screenshot

REFang-Erweiterungs-CRX-Datei herunterladen

Laden Sie REFang-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
Offizielle URL https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Beschreibung REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Dateigröße 9.07 KB
Installationsanzahl 34
Aktuelle Version 1.0.1
Letztes Update 2017-12-04
Veröffentlichungsdatum 2017-12-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler OpenAnalysis
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.openanalysis.net
Unterstützte Sprachen 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"
    }
}