Skip to content

MISP node#

ใช้ MISP node ในการทำงานอัตโนมัติใน MISP และเชื่อมต่อกับแอปพลิเคชันอื่น ๆ โดย n8n รองรับฟีเจอร์หลากหลาย เช่น การสร้าง, อัปเดต, ลบ และดึงข้อมูล events, feeds และ organizations.

ในหน้านี้ คุณจะพบรายการ operations ที่ MISP node รองรับและลิงก์ไปยังข้อมูลเพิ่มเติม.

Credentials

ดู MISP credentials สำหรับคำแนะนำในการตั้งค่า authentication.

Operations#

  • 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

Templates and examples#

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

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.