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