hashlookup CIRCL API MCP服务器
中级
这是一个SecOps, AI RAG领域的自动化工作流,包含 15 个节点。主要使用 HttpRequestTool, McpTrigger 等节点。 使用hashlookup CIRCL API进行AI代理文件哈希验证
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (15)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "gjWBBSi8vTPYPDYJ",
"meta": null,
"name": "hashlookup CIRCL API MCP 服务器",
"tags": [],
"nodes": [
{
"id": "41d644d4-61e0-4fce-bb6d-2b5bcd5fccc9",
"name": "设置说明",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
-240
],
"parameters": {
"color": 4,
"height": 1060,
"content": "### ⚙️ 设置说明"
},
"typeVersion": 1
},
{
"id": "467248d4-c590-475b-afb5-8612ce3900ca",
"name": "工作流概述",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-240
],
"parameters": {
"width": 420,
"height": 920,
"content": "## 🛠️ hashlookup CIRCL MCP 服务器 ✅ 11 个操作"
},
"typeVersion": 1
},
{
"id": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"name": "hashlookup CIRCL MCP 服务器",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-620,
-240
],
"webhookId": "7780fda3-6fb2-4d70-a156-9b8b087bd08c",
"parameters": {
"path": "hashlookup-circl-mcp"
},
"typeVersion": 1
},
{
"id": "9804e5ff-1538-4252-9bc0-a9f6e8b3b81a",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
-100
],
"parameters": {
"color": 2,
"width": 1220,
"height": 440,
"content": "## 默认"
},
"typeVersion": 1
},
{
"id": "08561b6b-7d05-4514-b8c8-d689bc728ac8",
"name": "批量搜索 MD5 哈希",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
-60
],
"parameters": {
"url": "=https://hashlookup.circl.lu/bulk/md5",
"method": "POST",
"options": {},
"toolDescription": "Bulk search of MD5 hashes in a JSON array with the key 'hashes'."
},
"typeVersion": 4.2
},
{
"id": "f8df85ff-c265-47f6-b706-9ad7fb194fa4",
"name": "批量搜索 SHA1 哈希",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-320,
-60
],
"parameters": {
"url": "=https://hashlookup.circl.lu/bulk/sha1",
"method": "POST",
"options": {},
"toolDescription": "Bulk search of SHA1 hashes in a JSON array with the 'hashes'."
},
"typeVersion": 4.2
},
{
"id": "dfd4d0c8-b1fa-46aa-b550-0f4cb7bda2d6",
"name": "列出 SHA1 子项",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
-60
],
"parameters": {
"url": "=https://hashlookup.circl.lu/children/{{ $fromAI('sha1', 'Sha1', 'string') }}/{{ $fromAI('count', 'Count', 'number') }}/{{ $fromAI('cursor', 'Cursor', 'string') }}",
"options": {},
"toolDescription": "Children from a given SHA1. A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over. The starting cursor is 0.\n\nParameters:\n- Path parameters:\n • sha1 (required)\n • count (required)\n • cursor (required)"
},
"typeVersion": 4.2
},
{
"id": "3e98f6ca-25a4-4f55-9825-2e4593cf5609",
"name": "获取数据库信息",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
80,
-60
],
"parameters": {
"url": "=https://hashlookup.circl.lu/info",
"options": {},
"toolDescription": "Info about the hashlookup database"
},
"typeVersion": 4.2
},
{
"id": "5150eb48-6353-46a8-9428-e1aa2522c64e",
"name": "查找 MD5 哈希",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
280,
-60
],
"parameters": {
"url": "=https://hashlookup.circl.lu/lookup/md5/{{ $fromAI('md5', 'Md5', 'string') }}",
"options": {},
"toolDescription": "Lookup MD5.\n\nParameters:\n- Path parameters:\n • md5 (required)"
},
"typeVersion": 4.2
},
{
"id": "4f773006-5472-426e-820a-e0d64179664a",
"name": "查找 SHA1 哈希",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-600,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/lookup/sha1/{{ $fromAI('sha1', 'Sha1', 'string') }}",
"options": {},
"toolDescription": "Lookup SHA-1.\n\nParameters:\n- Path parameters:\n • sha1 (required)"
},
"typeVersion": 4.2
},
{
"id": "2b865b56-d203-49b8-966f-84e472182b27",
"name": "查找 SHA256 哈希",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-400,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/lookup/sha256/{{ $fromAI('sha256', 'Sha256', 'string') }}",
"options": {},
"toolDescription": "Lookup SHA-256.\n\nParameters:\n- Path parameters:\n • sha256 (required)"
},
"typeVersion": 4.2
},
{
"id": "c4ae2946-0b3b-485b-a079-c40a61227cb3",
"name": "列出 SHA1 父项",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-200,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/parents/{{ $fromAI('sha1', 'Sha1', 'string') }}/{{ $fromAI('count', 'Count', 'number') }}/{{ $fromAI('cursor', 'Cursor', 'string') }}",
"options": {},
"toolDescription": "Parents from a given SHA1. A number of element to return and an offset must be given. If not set it will be the 100 first elements. A cursor must be given to paginate over. The starting cursor is 0.\n\nParameters:\n- Path parameters:\n • sha1 (required)\n • count (required)\n • cursor (required)"
},
"typeVersion": 4.2
},
{
"id": "6ea1a2c3-b897-4725-9cd4-a59d43c953c6",
"name": "创建搜索会话",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
0,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/session/create/{{ $fromAI('name', 'Name', 'string') }}",
"options": {},
"toolDescription": "Create a session key to keep search context. The session is attached to a name. After the session is created, the header `hashlookup_session` can be set to the session name.\n\nParameters:\n- Path parameters:\n • name (required)"
},
"typeVersion": 4.2
},
{
"id": "49e16128-fb61-4165-8568-c753dbf315be",
"name": "获取会话结果",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
200,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/session/get/{{ $fromAI('name', 'Name', 'string') }}",
"options": {},
"toolDescription": "Set of matching and non-matching hashes from a session.\n\nParameters:\n- Path parameters:\n • name (required)"
},
"typeVersion": 4.2
},
{
"id": "2d704fae-771c-4d87-837a-6b832b6515a9",
"name": "获取热门查询",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
400,
160
],
"parameters": {
"url": "=https://hashlookup.circl.lu/stats/top",
"options": {},
"toolDescription": "Top 100 of most queried values."
},
"typeVersion": 4.2
}
],
"active": false,
"shared": [
{
"role": "workflow:owner",
"project": {
"id": "G5fce9xGuBAsWBXe",
"icon": null,
"name": "David Ashby <david.ashby.lds@gmail.com>",
"type": "personal",
"createdAt": "2025-06-04T02:55:02.013Z",
"updatedAt": "2025-06-04T02:56:01.361Z",
"projectRelations": [
{
"role": "project:personalOwner",
"user": {
"id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"role": "global:owner",
"email": "david.ashby.lds@gmail.com",
"disabled": false,
"lastName": "Ashby",
"settings": {
"npsSurvey": {
"responded": true,
"lastShownAt": 1749357655581
},
"userActivated": true,
"userActivatedAt": 1749075994495,
"easyAIWorkflowOnboarded": true,
"firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
},
"createdAt": "2025-06-04T02:55:01.745Z",
"firstName": "David",
"isPending": false,
"updatedAt": "2025-06-08T04:40:58.399Z",
"mfaEnabled": false,
"personalizationAnswers": {
"version": "v4",
"personalization_survey_n8n_version": "1.95.3",
"personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
}
},
"userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"createdAt": "2025-06-04T02:55:02.013Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-04T02:55:02.013Z"
}
]
},
"createdAt": "2025-07-02T00:02:38.090Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-02T00:02:38.090Z",
"workflowId": "gjWBBSi8vTPYPDYJ"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-02T00:02:38.089Z",
"updatedAt": "2025-07-02T00:04:58.000Z",
"versionId": "cc390f89-a640-4365-bda7-38fa0daef2cb",
"isArchived": false,
"staticData": null,
"connections": {
"2d704fae-771c-4d87-837a-6b832b6515a9": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"5150eb48-6353-46a8-9428-e1aa2522c64e": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"4f773006-5472-426e-820a-e0d64179664a": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"3e98f6ca-25a4-4f55-9825-2e4593cf5609": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"c4ae2946-0b3b-485b-a079-c40a61227cb3": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"dfd4d0c8-b1fa-46aa-b550-0f4cb7bda2d6": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"2b865b56-d203-49b8-966f-84e472182b27": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"49e16128-fb61-4165-8568-c753dbf315be": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"6ea1a2c3-b897-4725-9cd4-a59d43c953c6": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"08561b6b-7d05-4514-b8c8-d689bc728ac8": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
},
"f8df85ff-c265-47f6-b706-9ad7fb194fa4": {
"ai_tool": [
[
{
"node": "a0aac3d5-272c-47e5-9eb6-81ed203ed016",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 安全运维, AI RAG 检索增强
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
AWS成本和用量报告服务MCP服务器
面向AI代理的AWS成本与用量报告管理
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 节点David Ashby
开发运维
api.clarify.io MCP服务器
使用Clarify API和AI代理集成的音视频数据搜索与分析
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
27 节点David Ashby
工程
ClickMeter API MCP 服务器
ClickMeter 链接跟踪与分析 API,支持完整操作
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
119 节点David Ashby
市场调研
大学橄榄球数据API MCP服务器
具有全面数据API访问权限的大学橄榄球分析平台
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
83 节点David Ashby
工程
Lyft MCP 服务器
使用 MCP 的完整 Lyft API 集成,支持 16 种操作
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
25 节点David Ashby
工程
高级 Mandrill MCP 服务器
完整的 Mandrill 邮件 API 集成,适用于 AI 工具(90 种操作)
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
108 节点David Ashby
社交媒体
工作流信息
难度等级
中级
节点数量15
分类2
节点类型3
作者
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
外部链接
在 n8n.io 查看 →
分享此工作流