REFang

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

Apa itu REFang?

REFang adalah ekstensi Chrome yang dikembangkan oleh OpenAnalysis, dan fitur utamanya adalah "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi REFang

Unduh file ekstensi REFang dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
URL Resmi https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Deskripsi REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Ukuran File 9.07 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-12-04
Tanggal Publikasi 2017-12-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang OpenAnalysis
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.openanalysis.net
Bahasa yang Didukung 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"
    }
}