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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة REFang
قم بتنزيل ملفات الامتداد REFang بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |