Skip to main content
Glama

Bulk IOC Lookup

bulk_ioc_lookup
Read-onlyIdempotent

Batch query up to 50 IOCs in one request. Auto-detects indicator types and checks abuse.ch feeds per indicator for SOC triage or enrichment.

Instructions

Batch query multiple IOCs (IP/domain/URL/hash, up to 50 per call, same for Free and Pro) in 1 request: auto-detects type + queries abuse.ch feeds per-indicator. Per-type source coverage matches ioc_lookup: hash → ThreatFox only; IP → ThreatFox + Feodo + URLhaus; domain / URL → ThreatFox + URLhaus. Each result item carries its own verdict.sources_queried / sources_unavailable so partial failures are visible per indicator. Use for SOC alert triage or batch enrichment; use ioc_lookup for single indicator. Free: 30/hr (1 per item), Pro: 500/hr. Returns {results, total, successful, failed, timed_out, partial, summary}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicatorsYesList of indicators of compromise: IP addresses, domains, URLs, or file hashes (e.g. ['8.8.8.8', 'evil.com', 'd41d8cd98f00b204e9800998ecf8427e']). Maximum 50 per request (same cap for Free and Pro). Each indicator type is auto-detected.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context: auto-detection of IOC type, per-type source coverage (hash → ThreatFox, etc.), and mention that each result carries verdict.sources_queried / sources_unavailable for partial failure visibility. This goes beyond what annotations provide, though it doesn't detail all side effects (none exist).

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

Conciseness4/5

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

The description is a single paragraph that efficiently packs key information—purpose, constraints, source coverage, rate limits, and return format—without unnecessary words. It is front-loaded with the primary use case. No fluff, but slight improvement could be made with bullet points for clarity.

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?

Given the tool's complexity (multiple IOC types, different source mappings, batch behavior, partial failures), the description covers all essential aspects: input limits, per-type source coverage, return structure with {results, total, successful, failed, timed_out, partial, summary}, and rate limits. An output schema exists (not shown), so return values are documented. The description is comprehensive for an AI agent to use correctly.

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

Parameters4/5

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

The input schema has 100% coverage for the single required parameter 'indicators'. The description adds meaning beyond the schema: maximum 50 per request, auto-detection of indicator type, and the per-indicator behavior. These details help the agent construct valid inputs and understand constraints.

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 clearly states it is for batch querying multiple IOCs (IP/domain/URL/hash) up to 50 per call, with auto-detection of type. It distinguishes itself from the sibling tool ioc_lookup by specifying batch vs. single indicator use.

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

Usage Guidelines5/5

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

Provides explicit guidance: use for SOC alert triage or batch enrichment, and use ioc_lookup for single indicator. Also includes rate limits (Free 30/hr, Pro 500/hr) and max batch size, helping the agent decide when to invoke this tool.

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/UPinar/contrastapi'

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