REFang

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

Что такое REFang?

REFang - это расширение Chrome, разработанное OpenAnalysis, и его основная функция - "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения REFang

Скачайте файлы расширений REFang в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}