Skip to content

MISP 节点#

使用 MISP 节点在 MISP 中自动化工作,并将 MISP 与其他应用程序集成。n8n 内置支持广泛的 MISP 功能,包括创建、更新、删除和获取事件、数据源和组织。

在此页面上,您将找到 MISP 节点支持的操作列表以及更多资源的链接。

凭据

请参考 MISP 凭据 获取设置身份验证的指导。

操作#

  • Attribute 属性
    • Create 创建
    • Delete 删除
    • Get 获取
    • Get All 获取全部
    • Search 搜索
    • Update 更新
  • Event 事件
    • Create 创建
    • Delete 删除
    • Get 获取
    • Get All 获取全部
    • Publish 发布
    • Search 搜索
    • Unpublish 取消发布
    • Update 更新
  • Event Tag 事件标签
    • Add 添加
    • Remove 移除
  • Feed 数据源
    • Create 创建
    • Disable 禁用
    • Enable 启用
    • Get 获取
    • Get All 获取全部
    • Update 更新
  • Galaxy 星系
    • Delete 删除
    • Get 获取
    • Get All 获取全部
  • Noticelist 通知列表
    • Get 获取
    • Get All 获取全部
  • Object 对象
    • Search 搜索
  • Organisation 组织
    • Create 创建
    • Delete 删除
    • Get 获取
    • Get All 获取全部
    • Update 更新
  • Tag 标签
    • Create 创建
    • Delete 删除
    • Get All 获取全部
    • Update 更新
  • User 用户
    • Create 创建
    • Delete 删除
    • Get 获取
    • Get All 获取全部
    • Update 更新
  • Warninglist 警告列表
    • Get 获取
    • Get All 获取全部

模板和示例#

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
🤖 AI content generation for Auto Service 🚘 Automate your social media📲!

by N8ner

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

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作