REFang

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

Vad är REFang?

REFang är en Chrome-tillägg utvecklad av OpenAnalysis, och dess huvudfunktion är "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Tilläggsskärmbilder

screenshot

Ladda ner REFang-förlängningens CRX-fil

Ladda ner REFang-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
Officiell webbadress https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Beskrivning REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Filstorlek 9.07 KB
Antal Installationer 34
Aktuell Version 1.0.1
Senast Uppdaterad 2017-12-04
Publiceringsdatum 2017-12-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare OpenAnalysis
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.openanalysis.net
Stödda Språk 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"
    }
}