REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Co to jest REFang?
REFang to rozszerzenie Chrome opracowane przez OpenAnalysis, a jego główną funkcją jest „REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia REFang
Pobierz pliki rozszerzeń REFang w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
Oficjalny URL | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
Opis | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
Rozmiar pliku | 9.07 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-12-04 |
Data Publikacji | 2017-12-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | OpenAnalysis |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.openanalysis.net |
Obsługiwane Języki | 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" } } |