REFang

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

REFang क्या है?

REFang OpenAnalysis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में REFang एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
आधिकारिक URL https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
विवरण REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
फ़ाइल का आकार 9.07 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-12-04
प्रकाशन तिथि 2017-12-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर OpenAnalysis
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.openanalysis.net
समर्थित भाषाएँ 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"
    }
}