Argus PassiveDNS MCP Tools#
These MCP tools let you retrieve Argus PassiveDNS records from the PassiveDNS API.
They support one common task:
search PassiveDNS records using a structured request
General Notes#
Use these tools when you want the LLM to retrieve PassiveDNS records from Argus APIs.
If you ask the LLM to search PassiveDNS records, it may first use the PassiveDNS search translator tools to construct and validate the search request and then use the search tool to fetch results.
Each search tool call returns only one page of results. It does not automatically fetch additional pages.
When more results may exist, the response includes pagination metadata under
page, such asnextOffset,stop, andreason, which the LLM can use if you ask it to continue.Search pagination supports
1to100items per page.If sorting is involved, the LLM can use the PassiveDNS search translator tools to look up valid values before retrieving results.
Tool: executeSearchArgusPassiveDNS#
Purpose
Retrieve Argus PassiveDNS search results for the search criteria the LLM has prepared.
Arguments
Field |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
|
The full PassiveDNS search definition the LLM builds from your request. |
|
None |
Yes |
request fields#
Field |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
|
Limit the search to any of these numeric customer IDs. |
|
None |
No |
|
PassiveDNS query to look up, such as a domain, hostname, or IP address. |
|
None |
Yes |
|
How the query should match records. Allowed values: |
|
|
No |
|
Whether matching PassiveDNS records should be aggregated. |
|
|
No |
|
Whether anonymous PassiveDNS records should be included. |
|
|
No |
|
Resource record classes to include. Allowed values: |
|
None |
No |
|
Resource record types to include. Allowed values: |
|
None |
No |
|
TLP markings to include. Allowed values: |
|
None |
No |
|
Pagination settings. |
|
|
No |
|
Sort order list. Use list order as priority. Prefix with |
|
None |
No |
request.page fields#
Field |
Description |
Type |
Default |
Required |
|---|---|---|---|---|
|
Maximum number of items per page. Accepted range: |
|
|
No |
|
Number of items to skip before returning results. Must be |
|
|
No |
Usage notes
If your request is a search, the LLM may first use
generateArgusPassiveDNSSearchQueryto shape and validate the query.PassiveDNS search requires a query value, such as a domain, hostname, or IP address.
Ask explicitly if you want subdomains included; otherwise exact matching is used.
Ask explicitly if you want unaggregated records or if anonymous records should be excluded.
If you want more than one page of results, ask the LLM to continue fetching more pages. The tool itself returns one page at a time.
For descending sorting, the LLM can use a
-prefix such as-lastSeen.