Sponsored by Deepsite.site

Sample-Related Foundational Data

Created By
qax-xlab6 months ago
These tools are used to query sample-related information within the foundational network data set. Currently, this includes access to sandbox analysis data.
Content

Sample-Related Foundational Data

About XLab

XLab is a research team under QiAnXin focused on large-scale network security, threat analysis and attribution, and the development of multidimensional security data platforms.

As one of the earliest teams in China to conduct security research and threat intelligence production using large-scale data, XLab has built the country’s first PassiveDNS system. It has also developed several leading foundational data systems, including those for Netflow, Whois, digital certificates, IP addresses, and malicious samples.

These tools are used to query sample-related information within the foundational network data set. Currently, this includes access to sandbox analysis data.

Tools

  1. sandbox
    • Allows queries using domain names, IP addresses, or sample SHA1 hashes.
    • Returns a summary of the sample’s network behavior.

Installation & Usage

Notes

This toolset is currently in its trial version for basic security data queries. Under high-concurrency conditions, the backend may throttle network access.

For high-frequency or production-level use cases, please switch to the official version.

MCP Service Endpoint

The endpoint for QiAnXin XLab's remote MCP service is: https://fdp.qianxin.com/mcp/v1/sample/mcp/

Official Version Installation Guide

  1. The official version supports streamable-http access.
  2. When using the tool, you must include two HTTP headers: fdp-access and fdp-secret.
    • To obtain these credentials, please contact QiAnXin XLab.
  3. When writing agent code to connect with the MCP service, include the fdp-access and fdp-secret headers in your HTTP requests. Here's an example using smolagents:
    from smolagents import ToolCollection
    from smolagents.agents import ToolCallingAgent
    from smolagents.models import OpenAIServerModel
    
    def main():
    	with ToolCollection.from_mcp(
    		{
    			"url": "https://fdp.qianxin.com/mcp/v1/sample/mcp/",
    			"transport": "streamable-http",
    			"headers": {
    				"fdp-access": "xxxx",
    				"fdp-secret": "yyyy",
    			},
    		},
    		trust_remote_code=True,
    	) as tools:
    		agent = ToolCallingAgent(
    			tools=[*tools.tools],
    			model=OpenAIServerModel(
    				model_id="YOUR-LLM-MODEL-ID",
    				api_base="YOUR-LLM-MODEL-API-URL",
    				api_key="YOUR-LLM-MODEL-API-KEY",
    			),
    		)
    		agent.run("Query sample-related data associated with the domain www.example.com.")
    
    if __name__ == "__main__":
    	main()
    
  4. If you are using Claude Desktop, you can leverage the mcp-remote library for proxy forwarding. During the forwarding process, configure the necessary HTTP headers as shown below:
    {
    	"mcpServers": {
    		"fdp_ip": {
    			"command": "npx",
    			"args": [
    				"-y",
    				"mcp-remote@latest",
    				"https://fdp.qianxin.com/mcp/v1/sample/mcp/",
    				"--header",
    				"fdp-access:xxxx",
    				"--header",
    				"fdp-secret:yyyy"
    			]
    		}
    	}
    }
    

Server Config

{
  "mcpServers": {
    "fdp_sample": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://fdp.qianxin.com/mcp/v1/sample/mcp/"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Playwright McpPlaywright MCP server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
WindsurfThe new purpose-built IDE to harness magic
Amap Maps高德地图官方 MCP Server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.