WireX Systems Network Forensics Platform

WireX Network Forensics Platform (NFP) helps enterprises evolve their forensics to better meet today’s demanding requirements with…

WireX Systems Network Forensics Platform là gì?

WireX Systems Network Forensics Platform là một tiện ích mở rộng Chrome được phát triển bởi WireX Systems, và tính năng chính của nó là "WireX Network Forensics Platform (NFP) helps enterprises evolve their forensics to better meet today’s demanding requirements with…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WireX Systems Network Forensics Platform

Tải xuống các tệp mở rộng WireX Systems Network Forensics Platform dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        WireX Network Forensics Platform (NFP) helps enterprises evolve their forensics to better meet today’s demanding requirements with the most advanced, cost-effective, large-scale network forensics solution.
WireX’s Contextual Capture™ delivers the technology foundation to overcome the challenges associated with collecting and analyzing essential data for security investigations.
Rather than simply capturing raw packets, WireX NFP continuously reconstructs the entire OSI stack into comprehensive intelligence, with details on user behaviors and application contents. By combining massive-scale monitoring, unique analysis technology, big-data analytics and built-in integrations with existing security tools and workflows, security teams are able to gain immediate understanding of the full kill chain of cyber attacks.

With WireX NFP you can:

    - Optimal Visibility - Complete contextual understanding and visibility for security investigations. WireX introduces a unique analysis technology that extends enterprise visibility beyond metadata and overcomes the complexities and limitations of traditional packet-capture solutions. WireX Contextual Capture™ turn bits and bytes that are sent over the wire into user actions and enables real time content extraction from the application layer.
    
    - Removes skill-set barriers - By automatically doing all the heavy lifting of data analysis and delivering comprehensive security intelligence in easy to use human-readable form WireX NFP can be used across the entire security organization (SOC, incident response, SIEM manager, etc.) to quickly validate alerts, handle complex investigations and escalate fewer tickets.
    
    - Faster time to resolution - Adaptive and easy to use investigation interface, allowing security professionals at all levels to handle security incidents quickly by creating easy to use workflows.

    - Accelerated SOC and IR Processes - WireX NFP integrates with the existing security infrastructure and workflows, from SIEM vendors to threat enrichment tools to streamline the investigation process and share knowledge across team members.

    - Superior retention - Using Contextual Capture™ innovative technology, WireX NFP boost forensics retention periods for up to 25X efficiency gain with greater context and visibility over traditional PCAP-based solutions. This means months instead of days!

for more details - visit us at www.wirexsystems.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WireX Systems Network Forensics Platform WireX Systems Network Forensics Platform
ID ohgpimnjoihidikfhcofphmijandflmo
URL Chính Thức https://chrome.google.com/webstore/detail/wirex-systems-network-for/ohgpimnjoihidikfhcofphmijandflmo
Mô tả WireX Network Forensics Platform (NFP) helps enterprises evolve their forensics to better meet today’s demanding requirements with…
Kích Thước Tệp 10.98 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 0.5.3
Cập Nhật Lần Cuối 2017-02-23
Ngày Phát Hành 2017-02-23
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển WireX Systems
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wirexsystems.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WireX Systems Network Forensics Platform",
    "version": "0.5.3",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "wirex_logo.png",
        "default_title": "Export to WireX"
    },
    "options_page": "settings.html",
    "manifest_version": 2
}