> For the complete documentation index, see [llms.txt](https://muhammed-hatem.gitbook.io/muhammed-hatem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muhammed-hatem.gitbook.io/muhammed-hatem/pcap-threat-analyzer/using.md).

# Using

## Home&#x20;

<figure><img src="/files/BNpw465IlgcIl0csJw8m" alt=""><figcaption></figcaption></figure>

## PCAP Threat Scanner - User Guide

#### *<mark style="color:blue;">1. Enter VirusTotal API Key</mark>*

* **Purpose**: Enables threat intelligence lookups
* **How to**:
  1. Sign up at [VirusTotal](https://www.virustotal.com) (free tier available)
  2. Find your API key in Account Settings
  3. Paste the key in the "VirusTotal API Key" field

#### *<mark style="color:blue;">2. Select PCAP File</mark>*

* **Supported Formats**: `.pcap`, `.pcapng`
* **How to**:
  1. Click "Browse"
  2. Navigate to your packet capture file
  3. Selected file path will appear

#### *<mark style="color:blue;">3. Initiate Scan</mark>*

* **Click**: "Scan Now" button
* **What happens**:
  * System extracts all network IPs
  * Checks each IP against VirusTotal's database
  * Populates results table

### *<mark style="color:blue;">Understanding Results</mark>*

| Column     | Description                          | Indicators                                                                    |
| ---------- | ------------------------------------ | ----------------------------------------------------------------------------- |
| IP Address | Source/Destination IP                | -                                                                             |
| Status     | Threat classification                | <p>🔴 Critical (5+ flags)<br>🟡 Warning (1-4 flags)<br>🟢 Clean (0 flags)</p> |
| Threats    | Number of security vendors detecting | Higher = More dangerous                                                       |

### *<mark style="color:blue;">Troubleshooting</mark>*

* **"No Results"**:
  * Confirm PCAP contains internet traffic (not just local)
  * Check API key validity

<figure><img src="/files/5VANk4a3XpwXZ0R0sSr9" alt=""><figcaption><p>final result </p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://muhammed-hatem.gitbook.io/muhammed-hatem/pcap-threat-analyzer/using.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
