Skip to content

MISP 节点#

使用 MISP 节点可以自动化处理 MISP 中的工作,并将 MISP 与其他应用程序集成。n8n 内置支持多种 MISP 功能,包括创建、更新、删除和获取事件(event)、订阅源(feed)和组织(organization)。

本页面列出了 MISP 节点支持的操作,并提供更多资源的链接。

凭证

有关设置身份验证的指导,请参阅 MISP 凭证

操作#

  • 属性(Attribute)
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 搜索
    • 更新
  • 事件(Event)
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 发布
    • 搜索
    • 取消发布
    • 更新
  • 事件标签(Event Tag)
    • 添加
    • 移除
  • 订阅源(Feed)
    • 创建
    • 禁用
    • 启用
    • 获取
    • 获取全部
    • 更新
  • 星系(Galaxy)
    • 删除
    • 获取
    • 获取全部
  • 通知列表(Noticelist)
    • 获取
    • 获取全部
  • 对象(Object)
    • 搜索
  • 组织(Organisation)
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新
  • 标签(Tag)
    • 创建
    • 删除
    • 获取全部
    • 更新
  • 用户(User)
    • 创建
    • 删除
    • 获取
    • 获取全部
    • 更新
  • 警告列表(Warninglist)
    • 获取
    • 获取全部

模板和示例#

Parse and Extract Data from Documents/Images with Mistral OCR

by Jimleuk

View template details
Breakdown Documents into Study Notes using Templating MistralAI and Qdrant

by Jimleuk

View template details
Build a Financial Documents Assistant using Qdrant and Mistral.ai

by Jimleuk

View template details
Browse MISP integration templates, or search all templates

当操作不受支持时的解决方案#

如果当前节点不支持您想要执行的操作,可以使用 HTTP Request 节点 调用该服务的 API。

您可以在 HTTP Request 节点中使用为该服务创建的凭证:

  1. 在 HTTP Request 节点中,选择 Authentication > Predefined Credential Type
  2. 选择您想要连接的服务。
  3. 选择您的凭证。

更多信息请参考 自定义 API 操作