Giter Site home page Giter Site logo

decap's Introduction

status
Linkedin Email Blog Medium

๐Ÿ”ณ Decap

Scan PCAP Files for Security Issues

Analyzing PCAP file in forensic investigation or, incident response takes a long time. In such cases, Decap tool will help you to initially scan the PCAP file.

๐Ÿ“’ Feature

  • Get the security reputation of IP address.
  • Get the security reputation of URL.
  • Get MAC address and vendor name.
  • Check existence of suspicious network ports.

๐Ÿ”ฐ Requirements

  • Decap tool requires the Internet connection.
  • Decap tool is built with PowerShell and Python. If you are using Decap tool for the first time then, install some required Python modules by running the below commands:
    pip install scapy
    pip install OTXv2

๐Ÿ”ฒ How to Run

  • Open up the Command Prompt (cmd.exe) and go to the Decap tool's folder. For example, if your Decap folder location is 'E:\Downloads\decap-main' then run the below command:
    cd E:\Downloads\decap-main
  • Now use the below command to run the Decap tool:
    powershell -File decap.ps1 file.pcap

    Replace file.pcap with your PCAP file location. For example, if you want to scan the 'E:\Packets\file.pcap' file then run the below command:
    powershell -File decap.ps1 E:\Packets\file.pcap

๐Ÿงฐ Don't have PCAP file?

  • You can download PCAP files of malware infected network from Malware Traffic Analysis. Password of the ZIP file will be infected.
  • You can also download from Netresec.

decap's People

Contributors

mamun-sec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.