Skip to main content
Glama
threat-zone

Threat.Zone MCP Server

by threat-zone

get_submission_tcp

Retrieve TCP requests and packets associated with a specific malware analysis submission to analyze network behavior and communication patterns during threat investigation.

Instructions

Get all TCP requests and packets for a specific submission.

Args: uuid: Submission UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes

Implementation Reference

  • Handler function decorated with @app.tool that implements the get_submission_tcp tool. It fetches TCP network data for the specified submission UUID using the ThreatZone API client.
    @app.tool async def get_submission_tcp(uuid: str) -> Dict[str, Any]: """ Get all TCP requests and packets for a specific submission. Args: uuid: Submission UUID """ return await get_client().get(f"/public-api/get/submission/{uuid}/tcp")

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/threat-zone/threatzonemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server