Farsight DNSDB Scout®

Dashboard GUI for the Farsight Security DNSDB® API. Compatible with all Chromium-based browsers.

Τι είναι το Farsight DNSDB Scout®;

Το Farsight DNSDB Scout® είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Farsight Security Inc., και η κύρια λειτουργία του είναι "Dashboard GUI for the Farsight Security DNSDB® API. Compatible with all Chromium-based browsers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Farsight DNSDB Scout®

Λήψη αρχείων επέκτασης Farsight DNSDB Scout® σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DNSDB Scout™ provides an HTML GUI on top of Farsight Security’s DNSDB™ API. Through Scout, you can facilitate investigations using passive DNS leveraging the Farsight DNSDB™. 
 
DNSDB™ Scout supports all the major features of the DNSDB™ API including:

➤ Flexible and Standard searches
➤ Time fencing
➤ Conversion of Internationalized Domain Names (IDN) to Punycode
➤ Table sorting / pagination of results
➤ View historical searches
➤ Export raw data and filtered results (CSV, JSON, JSONL, TXT, Print/PDF)

Important: Scout requires an active DNSDB™ API key. If needed, you can acquire an API key at https://www.farsightsecurity.com/get-started/ 

About DNSDB™
The internet relies heavily on the DNS, and cyber criminals are not exempt. Farsight Security’s Passive DNS database (DNSDB™) provides a fact-based perspective on the configuration and content of the global DNS as observed through its industry-leading Passive DNS sensor array. DNSDB™ can answer questions, such as:

➤ Where did this domain name point to in the past? 
➤ What domain names are hosted on a given IP address? 
➤ What domain names use a given nameserver? 
➤ What fully qualified domain names exist below a delegation point?

Security analysts, fraud investigators, Security Operations Center (SOC) and Incident Response (IR) teams use DNSDB™ to investigate incidents and cybercrime, protect their assets and monitor online activity. DNSDB™ is engineered and operated by the world’s leading DNS experts and is the largest, most proven historical collection of Passive DNS data available in the market today. For more information on DNSDB™, visit https://www.farsightsecurity.com/solutions/dnsdb/

About Farsight Security
Farsight Security provides the world’s largest real-time actionable threat intelligence on changes to the Internet. Leveraging proprietary technology with more than 200,000 observations/second, Farsight provides security teams with the Internet’s view of an organization’s presence and how it is changing whether purposely, inadvertently or maliciously. The world’s most security-conscious organizations use Farsight threat intelligence to protect their users and infrastructure.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Farsight DNSDB Scout® Farsight DNSDB Scout®
ID pkkfiklolnimjhgfokgicminkbfnfclb
Επίσημο URL https://chromewebstore.google.com/detail/farsight-dnsdb-scout%C2%AE/pkkfiklolnimjhgfokgicminkbfnfclb
Περιγραφή Dashboard GUI for the Farsight Security DNSDB® API. Compatible with all Chromium-based browsers.
Μέγεθος Αρχείου 1.41 MB
Αριθμός Εγκαταστάσεων 1,172
Τρέχουσα Έκδοση 2.5.4
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2020-05-27
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Farsight Security Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.farsightsecurity.com/tools/dnsdb-scout/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.farsightsecurity.com/about-farsight-security/contacts/
URL της Σελίδας Πολιτικής Απορρήτου https://www.farsightsecurity.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/fsi_scout_icon128.png",
            "48": "images\/fsi_scout_icon48.png",
            "32": "images\/fsi_scout_icon32.png",
            "16": "images\/fsi_scout_icon16.png"
        },
        "default_popup": "popup.html",
        "default_title": "Farsight DNSDB Scout\u00ae"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "description": "Dashboard GUI for the Farsight Security DNSDB\u00ae API. Compatible with all Chromium-based browsers.",
    "default_locale": "en",
    "icons": {
        "128": "images\/fsi_scout_icon128.png",
        "48": "images\/fsi_scout_icon48.png",
        "32": "images\/fsi_scout_icon32.png",
        "16": "images\/fsi_scout_icon16.png"
    },
    "manifest_version": 3,
    "name": "Farsight DNSDB Scout\u00ae",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "version": "2.5.4"
}