Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

find_lateral_movement

Detect lateral movement from a compromised host by analyzing authentication attempts and connection patterns. Returns risk score and affected hosts for quick SOC response.

Instructions

Detect lateral movement patterns from a potentially compromised host.

Analyzes authentication attempts, rapid connections, privilege escalation indicators, and unusual protocols to identify lateral movement activity typical of advanced threats.

Args: source_ip: IP address of potentially compromised host time_window: Time window to analyze (default: "-7d") threshold: Minimum number of unique destinations to flag (default: 5)

Returns: Dictionary containing: - risk_score: 0-100 indicating likelihood of lateral movement - indicators: Boolean flags for various suspicious behaviors - timeline: Chronological list of authentication attempts - affected_hosts: List of systems that were contacted - recommendations: Suggested actions for analysts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_ipYes
thresholdNo
time_windowNo-7d

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It clearly discloses that the tool analyzes various behavioral signals and returns a dictionary with risk score, indicators, timeline, affected hosts, and recommendations. This implies a read-only analysis operation, and the output structure is transparent. It does not mention side effects or permissions, but the analysis nature makes these less critical.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a one-sentence summary followed by clear Args and Returns sections. Every sentence earns its place, and the content is front-loaded with the primary purpose. It is concise while covering all necessary aspects.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a three-parameter tool with an output schema, the description covers purpose, usage context, each parameter's semantics, and the exact structure of the return value. This is comprehensive for an analyst to understand what the tool does and what it returns, requiring no additional inference.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must add meaning. It does so effectively: source_ip is 'IP address of potentially compromised host', time_window is 'Time window to analyze' with default '-7d', and threshold is 'Minimum number of unique destinations to flag' with default 5. These explanations go beyond the raw schema types and clarify each parameter's purpose.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Detect lateral movement patterns from a potentially compromised host.' This clearly differentiates from sibling tools like pivot_by_ip or calculate_data_exfiltration by focusing on lateral movement identification.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for use: analyzing authentication attempts, rapid connections, privilege escalation indicators, and unusual protocols to spot lateral movement typical of advanced threats. It does not explicitly list exclusions or alternative tools, but the context is sufficient to infer when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/DeepTempo/splunk-mcp-soc'

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