REFang
REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.
Hvad er REFang?
REFang er en Chrome-udvidelse udviklet af OpenAnalysis, og dens hovedfunktion er "REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators.".
Udvidelsesskærmbilleder
Download REFang-udvidelses-CRX-fil
Download REFang-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | REFang |
ID | jmkeabjfcekclfdjdljkiidiodjbbndg |
Officiel URL | https://chromewebstore.google.com/detail/refang/jmkeabjfcekclfdjdljkiidiodjbbndg |
Beskrivelse | REFang copies defanged strings and replaces the defanged content to produce usable URLs, IPs and other indicators. |
Filstørrelse | 9.07 KB |
Antal Installationer | 34 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2017-12-04 |
Udgivelsesdato | 2017-12-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | OpenAnalysis |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.openanalysis.net |
Understøttede Sprog | 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" } } |