REFang

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

REFang là gì?

REFang là một tiện ích mở rộng Chrome được phát triển bởi OpenAnalysis, và tính năng chính của nó là "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng REFang

Tải xuống các tệp mở rộng REFang dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên REFang REFang
ID jmkeabjfcekclfdjdljkiidiodjbbndg
URL Chính Thức https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg
Mô tả REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Kích Thước Tệp 9.07 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2017-12-04
Ngày Phát Hành 2017-12-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển OpenAnalysis
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.openanalysis.net
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}