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