REFang

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

Co je REFang?

REFang je rozšíření Chrome vyvinuté OpenAnalysis, a jeho hlavní funkcí je „REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření REFang

Stáhněte si soubory rozšíření REFang ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
Oficiální URL https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Popis REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Velikost souboru 9.07 KB
Počet instalací 34
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-12-04
Datum Vydání 2017-12-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář OpenAnalysis
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.openanalysis.net
Podporované Jazyky 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"
    }
}