MISP V3

Malware information sharing platform and threat sharing.

Data Enrichment & Threat Intelligence · MISP

Details

IDMISP V3
ProviderOpen Source
CategoryData Enrichment & Threat Intelligence
From Version5.5.0
Docker Imagedemisto/pymisp2:2.5.34.1.10133006
Supported ModulesAgentix XSIAM

README

Malware information sharing platform and threat sharing.

Some changes have been made that might affect your existing content.
If you are upgrading from a previous version of this integration, see Breaking Changes.

Configure MISP V3 in Cortex

Parameter Description Required
MISP server URL (e.g., https://192.168.0.1)   True
API Key   False
Client Certificate   False
Private Key   False
Use IDS flag This is to enable checking the boolean flag to_ids. The flag allows you to indicate if an attribute should be actionable or not. False
ORG names to use for reputation checks Comma-separated list of allowed TI providers (orgc in MISP events). False
Use system proxy settings   False
Trust any certificate (not secure)   False
Malicious tag IDs Comma-separated list of event’s or attribute’s malicious tag IDs. Malicious tags are stronger than suspicious tags. False
Suspicious tag IDs Comma-separated list of event’s or attribute’s suspicious tag IDs. Malicious tags are stronger than suspicious tags. False
Benign tag IDs Comma-separated list of event’s or attribute’s benign tag IDs. Malicious and suspicious tags are stronger than benign tags. False
Search warninglists Should the warninglists be considered when searching for an attribute.` False
Source Reliability Reliability of the source providing the intelligence data. True
Maximum attributes to be returned This field limits the number of attributes that will be written to the context for every reputation command. Raising the number of attributes may result in high memory and disk usage. False

Commands

You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.

misp-search-events


Search for events in MISP. This search command will return only information about the matched events. To get information about attributes, use the misp-search-attributes command.

Base Command

misp-search-events

Input

Argument Name Description Required
type Search for events that include the specified attribute type. Use any valid MISP attribute type. For example: “md5”, “sha1”, “email”, “url”. Optional
value Search for events that include the specified attribute value. For example: “1.2.3.4” (and other IP addresses), “google.com” (and other domains), “www.example.com” (and other URLs). Optional
category Search for events that include the specified attribute category. Use any valid MISP attribute category. For example: “Other”, “Person”, “Attribution”, “Payload type”. Optional
org Search by creator organization by supplying the organization ID. Optional
tags A comma-separated list of tags to include in the results. To exclude a tag, prefix the tag name with “!”. Can be: “AND”, “OR”, and “NOT” followed by “:”. To chain logical operators use “;”. For example, “AND:tag1,tag2;OR:tag3”. Optional
from Event search start date in the format yyyy-mm-dd. For example, 2015-02-15. This date refers to the event creation date. Optional
to Event search end date in the format yyyy-mm-dd. For example, 2015-02-15. This date refers to the event creation date. Optional
last Events published within the last “x” amount of time. Valid time values are days, hours, and minutes. For example, “5d”, “12h”, “30m”. This filter uses the published timestamp of the event. Optional
event_id A comma-separated list of event IDs to be returned by the search. Optional
uuid The event UUID to be returned by the search. For example, 59523300-4be8-4fa6-8867-0037ac110002. Optional
page If a limit is set, sets the page to be returned. For example, page 3, limit 100 will return records 201->300. Default is 1. Optional
limit Limit the number of events returned. Default is 50. Optional
include_feed_correlations Whether to return the event related feeds. Possible values are: true, false. Note: Only if this argument set to “true” the response will include attributes’ feed hits values. Optional

Context Output

Path Type Description
MISP.Event.ID string MISP event ID.
MISP.Event.Distribution string MISP event distribution.
MISP.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Event.PublishTimestamp number Timestamp of the publish time (if published).
MISP.Event.EventCreatorEmail string Email address of the event creator.
MISP.Event.Info string Event name.
MISP.Event.AttributeCount string Number of attributes of the event.
MISP.Event.OrganizationID string Event organization ID.
MISP.Event.CreationDate date Event creation date.
MISP.Event.Locked boolean Is the event locked.
MISP.Event.Organization.ID number Organization ID.
MISP.Event.Organization.Name string Organization name.
MISP.Event.Organization.UUID string Organization UUID.
MISP.Event.Organization.local boolean Is the organization local.
MISP.Event.OwnerOrganization.ID number Owner organization ID.
MISP.Event.OwnerOrganization.Name string Owner organization name.
MISP.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Event.OwnerOrganization.local boolean Is the owner organization local.
MISP.Event.ProposalEmailLock boolean Is email lock proposed.
MISP.Event.LastChanged date Last change event timestamp.
MISP.Event.Galaxy.Description string Event’s galaxy description.
MISP.Event.Galaxy.Name string Galaxy name.
MISP.Event.Galaxy.Type string Galaxy type.
MISP.Event.Published boolean Is the event published.
MISP.Event.DisableCorrelation boolean Is correlation disabled.
MISP.Event.UUID string Event UUID.
MISP.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Event.SharingGroupID string Event sharing group ID.
MISP.Event.Tag.Name string All tag names in the event.
MISP.Event.Tag.is_galaxy boolean Is the tag galaxy.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.Description String Description of the object.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Feed.ID String Feed id.
MISP.Event.Feed.Name String Feed name.
MISP.Event.Feed.Provider String Feed provider.
MISP.Event.Feed.SourceFormat String Feed source format (MISP for example).
MISP.Event.Feed.URL String Feed url.
MISP.Event.Feed.EventUUIDS Unknown List of event uuids include the feed.
MISP.Event.Attribute.Feed.ID String Attribute feed id.
MISP.Event.Attribute.Feed.Name String Attribute feed name.
MISP.Event.Attribute.Feed.Provider String Attribute feed provider.
MISP.Event.Attribute.Feed.SourceFormat String Attribute feed source format (MISP for example).
MISP.Event.Attribute.Feed.URL String Attribute feed url.
MISP.Event.Attribute.Feed.EventUUIDS Unknown List of event uuids include the attribute feed.
MISP.Event.Attribute.ID String MISP attribute ID.
MISP.Event.Attribute.Value String MISP attribute value.

Command Example

!misp-search-events category="Other" limit=3 page=1

Context Example

{
    "MISP": {
        "Event": [
            {
                "Analysis": "2",
                "AttributeCount": "147",
                "CreationDate": "2019-03-18",
                "DisableCorrelation": false,
                "Distribution": "1",
                "Galaxy": [],
                "ID": "238",
                "Info": "New Targets Enterprise Wireless Presentation & Display Systems",
                "LastChanged": "2021-07-18T13:10:09Z",
                "Locked": false,
                "Object": [
                    {
                        "Description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
                        "ID": "16142",
                        "Name": "url",
                        "UUID": "c139891b-ba75-469f-b814-bda63942003c"
                    },
                    {
                        "Description": "A domain/hostname and IP address seen as a tuple in a specific time frame.",
                        "ID": "16341",
                        "Name": "domain-ip",
                        "UUID": "a9e1a62c-9a61-4edc-b097-d15f7d000c06"
                    },
                    {
                        "Description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
                        "ID": "16348",
                        "Name": "url",
                        "UUID": "8a6021bd-ff01-43e2-9057-2e4df06440af"
                    },
                    {
                        "Description": "An IP address (or domain or hostname) and a port seen as a tuple (or as a triple) in a specific time frame.",
                        "ID": "16374",
                        "Name": "ip-port",
                        "UUID": "76db4ff4-f808-442a-a029-ec4d568d6427"
                    },
                    {
                        "Description": "Vehicle object template to describe a vehicle information and registration",
                        "ID": "16381",
                        "Name": "vehicle",
                        "UUID": "9e5d6801-6c7d-41f3-aace-734bcefed248"
                    },
                    {
                        "Description": "File object describing a file with meta-information",
                        "ID": "16403",
                        "Name": "file",
                        "UUID": "26be8488-3fa0-45d7-a95e-96045d4d2dc7"
                    }
                ],
                "Organization": {
                    "ID": "1",
                    "Name": "ORGNAME",
                    "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                    "local": true
                },
                "OrganizationID": "1",
                "OwnerOrganization": {
                    "ID": "7",
                    "Name": "CUDESO",
                    "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                    "local": false
                },
                "OwnerOrganization.ID": "7",
                "ProposalEmailLock": false,
                "PublishTimestamp": "2021-06-23T13:50:21Z",
                "Published": false,
                "RelatedEvent": [],
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "Name": "tlp:white",
                        "is_galaxy": false
                    }
                ],
                "ThreatLevelID": "3",
                "UUID": "5c93d7f7-7de4-4548-ae4c-403ec0a8ab16"
            },
            {
                "Analysis": "2",
                "AttributeCount": "9",
                "CreationDate": "2020-04-06",
                "DisableCorrelation": false,
                "Distribution": "1",
                "Galaxy": [],
                "ID": "239",
                "Info": "New RedLine Stealer Distributed Using Coronavirus-themed Email Campaign",
                "LastChanged": "2021-07-01T12:34:41Z",
                "Locked": false,
                "Object": [
                    {
                        "Description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
                        "ID": "16141",
                        "Name": "url",
                        "UUID": "a7ed8921-e22b-450e-bc84-8fd8932d2a32"
                    }
                ],
                "Organization": {
                    "ID": "1",
                    "Name": "ORGNAME",
                    "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                    "local": true
                },
                "OrganizationID": "1",
                "OwnerOrganization": {
                    "ID": "7",
                    "Name": "CUDESO",
                    "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                    "local": false
                },
                "OwnerOrganization.ID": "7",
                "ProposalEmailLock": false,
                "PublishTimestamp": "2021-06-23T13:50:22Z",
                "Published": false,
                "RelatedEvent": [],
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "Name": "tlp:white",
                        "is_galaxy": false
                    }
                ],
                "ThreatLevelID": "2",
                "UUID": "5e8b8ba5-df0c-4e7b-bfb4-b27ec0a8ab16"
            },
            {
                "Analysis": "2",
                "AttributeCount": "22",
                "CreationDate": "2021-04-17",
                "DisableCorrelation": false,
                "Distribution": "1",
                "Galaxy": [],
                "ID": "241",
                "Info": "Detecting and Preventing Malicious Domains Proactively with DNS Security",
                "LastChanged": "2021-05-04T18:49:48Z",
                "Locked": false,
                "Object": [
                    {
                        "Description": "JA3 is a new technique for creating SSL client fingerprints that are easy to produce.",
                        "ID": "11131",
                        "Name": "ja3",
                        "UUID": "f95b8b4f-d31a-4b41-b30f-5f0bfe9ae788"
                    }
                ],
                "Organization": {
                    "ID": "1",
                    "Name": "ORGNAME",
                    "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                    "local": true
                },
                "OrganizationID": "1",
                "OwnerOrganization": {
                    "ID": "7",
                    "Name": "CUDESO",
                    "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                    "local": false
                },
                "OwnerOrganization.ID": "7",
                "ProposalEmailLock": false,
                "PublishTimestamp": "2021-06-23T13:50:23Z",
                "Published": true,
                "RelatedEvent": [],
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "Name": "tlp:white",
                        "is_galaxy": false
                    }
                ],
                "ThreatLevelID": "3",
                "UUID": "e74cba52-0314-43c2-9958-43a55619fcf5"
            }
        ]
    }
}

Human Readable Output

MISP search-events returned 3 events

Current page size: 3
Showing page 1 out others that may exist

Event Distribution Event ID Event Info Event Objects Event Org ID Event Orgc ID Event Tags Event UUID Publish Timestamp
1 238 New Targets Enterprise Wireless Presentation & Display Systems 16142,
16341,
16348,
16374,
16381,
16403
1 7 tlp:white 5c93d7f7-7de4-4548-ae4c-403ec0a8ab16 2021-06-23T13:50:21Z
1 239 New RedLine Stealer Distributed Using Coronavirus-themed Email Campaign 16141 1 7 tlp:white 5e8b8ba5-df0c-4e7b-bfb4-b27ec0a8ab16 2021-06-23T13:50:22Z
1 241 Detecting and Preventing Malicious Domains Proactively with DNS Security 11131 1 7 tlp:white e74cba52-0314-43c2-9958-43a55619fcf5 2021-06-23T13:50:23Z

domain


Checks the reputation of the given domain.

Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.

Base Command

domain

Input

Argument Name Description Required
domain Domain to search. Required

Context Output

Path Type Description
Domain.Name String The domain of the indicator.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The vendor used to calculate the score.
DBotScore.Score Number The actual score.
DBotScore.Reliability String Reliability of the source providing the intelligence data.
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.LastChanged string Last change event timestamp.
MISP.Attribute.Event.Published boolean Is the event published.
MISP.Attribute.Event.CreationDate date Event creation date.
MISP.Attribute.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Attribute.Event.PublishTimestamp string Timestamp of the publish time (if published).
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Owner organization ID.
MISP.Attribute.Event.OwnerOrganization.Name string Owner organization name.
MISP.Attribute.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Attribute.Event.OwnerOrganization.local boolean Is owner organization local.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Attribute.Event.SharingGroupID string Event sharing group ID.
MISP.Attribute.Event.Tag.Name string Event tag name.
MISP.Attribute.Event.Tag.ID string Event tag ID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.ID string Attribute tag ID.
MISP.Attribute.Sighting.Type string Attribute’s sighting type.

Command Example

!domain domain=ahaaa0.com

Context Example

{
    "DBotScore": {
        "Indicator": "ahaaa0.com",
        "Reliability": "B - Usually reliable",
        "Score": 3,
        "Type": "domain",
        "Vendor": "MISP V3"
    },
    "Domain": {
        "Malicious": {
            "Description": "Match found in MISP",
            "Vendor": "MISP V3"
        },
        "Name": "ahaaa0.com"
    },
    "MISP": {
        "Attribute": {
            "Category": "Network activity",
            "Comment": "",
            "DecayScore": [
                {
                    "DecayingModel": {
                        "ID": "3",
                        "Name": "test3"
                    },
                    "base_score": 0,
                    "decayed": true,
                    "score": 0
                }
            ],
            "Deleted": false,
            "DisableCorrelation": false,
            "Distribution": "5",
            "Event": {
                "Analysis": "2",
                "CreationDate": "2014-11-13",
                "Distribution": "1",
                "ID": "1208",
                "Info": "OSINT Expansion on campaign",
                "LastChanged": "2014-11-13T14:32:53Z",
                "OrganizationID": "1",
                "OwnerOrganization": {
                    "ID": "3",
                    "Name": "example.be",
                    "UUID": "55f6ea5f-fd34-43b8-ac1d-40cb950d210f",
                    "local": false
                },
                "OwnerOrganization.ID": "3",
                "PublishTimestamp": "2021-07-20T08:18:45Z",
                "Published": true,
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "ID": "5",
                        "Name": "type:OSINT"
                    },
                    {
                        "ID": "3",
                        "Name": "tlp:green"
                    }
                ],
                "ThreatLevelID": "2",
                "UUID": "5464bf96-1f14-43f1-af86-08ce950d210b",
                "extends_uuid": ""
            },
            "EventID": "1208",
            "ID": "111718",
            "LastChanged": "2014-11-13T14:30:17Z",
            "ObjectID": "0",
            "ObjectRelation": null,
            "SharingGroupID": "0",
            "Sighting": [],
            "Tag": [
                {
                    "ID": "5",
                    "Name": "type:OSINT"
                },
                {
                    "ID": "3",
                    "Name": "tlp:green"
                }
            ],
            "ToIDs": true,
            "Type": "domain",
            "UUID": "5464c079-3a08-4195-8bc9-491c950d210b",
            "Value": "ahaaa0.com",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

Results found in MISP for value: ahaaa0.com

Attribute Category Attribute Type Attribute Value Dbot Score
Network activity domain ahaaa0.com 3

Related events

Event ID Event Name Threat Level ID
1208 OSINT Expansion on Rotten Tomato campaign 2

email


Checks the reputation of the given email address.

Base Command

email

Input

Argument Name Description Required
email Email address to search. Required

Context Output

Path Type Description
Email.Address String The email address of the indicator.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The vendor used to calculate the score.
DBotScore.Score Number The actual score.
DBotScore.Reliability String Reliability of the source providing the intelligence data.
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.LastChanged string Last change event timestamp.
MISP.Attribute.Event.Published boolean Is the event published.
MISP.Attribute.Event.CreationDate date Event creation date.
MISP.Attribute.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Attribute.Event.PublishTimestamp string Timestamp of the publish time (if published).
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Owner organization ID.
MISP.Attribute.Event.OwnerOrganization.Name string Owner organization name.
MISP.Attribute.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Attribute.Event.OwnerOrganization.local boolean Is owner organization local.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Attribute.Event.SharingGroupID string Event sharing group ID.
MISP.Attribute.Event.Tag.Name string Event tag name.
MISP.Attribute.Event.Tag.ID string Event tag ID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.ID string Attribute tag ID.
MISP.Attribute.Sighting.Type string Attribute’s sighting type.

Command Example

!email email=example@gmail.com

Context Example

{
    "DBotScore": {
        "Indicator": "example@gmail.com",
        "Reliability": "B - Usually reliable",
        "Score": 3,
        "Type": "email",
        "Vendor": "MISP V3"
    },
    "Email": {
        "Address": "example@gmail.com"
    },
    "MISP": {
        "Attribute": {
            "Category": "Network activity",
            "Comment": "",
            "Deleted": false,
            "DisableCorrelation": false,
            "Distribution": "5",
            "Event": {
                "Analysis": "0",
                "CreationDate": "2021-07-29",
                "Distribution": "1",
                "ID": "1655",
                "Info": "TestEvent",
                "LastChanged": "2021-07-29T13:57:06Z",
                "OrganizationID": "1",
                "OwnerOrganization": {
                    "ID": "1",
                    "Name": "ORGNAME",
                    "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                    "local": true
                },
                "OwnerOrganization.ID": "1",
                "PublishTimestamp": "1970-01-01T00:00:00Z",
                "Published": false,
                "SharingGroupID": "0",
                "Tag": [],
                "ThreatLevelID": "1",
                "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b",
                "extends_uuid": ""
            },
            "EventID": "1655",
            "ID": "116534",
            "LastChanged": "2021-07-29T13:56:53Z",
            "ObjectID": "0",
            "ObjectRelation": null,
            "SharingGroupID": "0",
            "Sighting": [
                {
                    "EventID": "1655",
                    "ID": "1895",
                    "Organisation": {
                        "ID": "1",
                        "Name": "ORGNAME",
                        "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                    },
                    "OrganizationID": "1",
                    "Type": "1",
                    "UUID": "77491938-9024-4eb4-8d29-dbc6dd866c1e",
                    "attribute_id": "116534",
                    "attribute_uuid": "c286a1f8-441e-479b-b10d-b10add2b6739",
                    "date_sighting": "1627567009",
                    "source": ""
                }
            ],
            "ToIDs": false,
            "Type": "email",
            "UUID": "c286a1f8-441e-479b-b10d-b10add2b6739",
            "Value": "example@gmail.com",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

Results found in MISP for value: example@gmail.com

Attribute Category Attribute Type Attribute Value Dbot Score
Network activity email example@gmail.com 3

Related events

Event ID Event Name Threat Level ID
1655 TestEvent 1

file


Checks the file reputation of the given hash.

Base Command

file

Input

Argument Name Description Required
file Hash of the file to query. Supports MD5, SHA-1, and SHA-256. Required

Context Output

Path Type Description
File.SHA1 String The SHA1 hash of the file.
File.SHA256 String The SHA256 hash of the file.
File.MD5 String The MD5 hash of the file.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The vendor used to calculate the score.
DBotScore.Score Number The actual score.
DBotScore.Reliability String Reliability of the source providing the intelligence data.
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.LastChanged string Last change event timestamp.
MISP.Attribute.Event.Published boolean Is the event published.
MISP.Attribute.Event.CreationDate date Event creation date.
MISP.Attribute.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Attribute.Event.PublishTimestamp string Timestamp of the publish time (if published).
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Owner organization ID.
MISP.Attribute.Event.OwnerOrganization.Name string Owner organization name.
MISP.Attribute.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Attribute.Event.OwnerOrganization.local boolean Is owner organization local.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Attribute.Event.SharingGroupID string Event sharing group ID.
MISP.Attribute.Event.Tag.Name string Event tag name.
MISP.Attribute.Event.Tag.ID string Event tag ID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.ID string Attribute tag ID.
MISP.Attribute.Sighting.Type string Attribute’s sighting type.

Command Example

!file file=6c73d338ec64e0e44bd54ea61b6988b2

Context Example

{
    "DBotScore": {
        "Indicator": "6c73d338ec64e0e44bd54ea61b6988b2",
        "Reliability": "B - Usually reliable",
        "Score": 3,
        "Type": "file",
        "Vendor": "MISP V3"
    },
    "File": {
        "MD5": "6c73d338ec64e0e44bd54ea61b6988b2",
        "Malicious": {
            "Description": "Match found in MISP",
            "Vendor": "MISP V3"
        }
    },
    "MISP": {
        "Attribute": [
            {
                "Category": "Payload delivery",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "0",
                    "CreationDate": "2020-03-13",
                    "Distribution": "3",
                    "ID": "149",
                    "Info": "Capitalizing on Coronavirus Panic, Threat Actors Target Victims Worldwide",
                    "LastChanged": "2021-07-20T11:50:07Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "8",
                        "Name": "CERT.be",
                        "UUID": "5cf66e53-b5f8-43e7-be9a-49880a3b4631",
                        "local": false
                    },
                    "OwnerOrganization.ID": "8",
                    "PublishTimestamp": "2021-07-19T14:10:30Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "123",
                            "Name": "Recorded Future"
                        },
                        {
                            "ID": "74",
                            "Name": "osint:source-type=\"technical-report\""
                        },
                        {
                            "ID": "2",
                            "Name": "tlp:white"
                        },
                        {
                            "ID": "124",
                            "Name": "Phishing"
                        },
                        {
                            "ID": "125",
                            "Name": "misp-galaxy:target-information=\"United States\""
                        },
                        {
                            "ID": "128",
                            "Name": "misp-galaxy:target-information=\"China\""
                        },
                        {
                            "ID": "129",
                            "Name": "misp-galaxy:target-information=\"Iran\""
                        },
                        {
                            "ID": "130",
                            "Name": "misp-galaxy:target-information=\"Italy\""
                        },
                        {
                            "ID": "131",
                            "Name": "misp-galaxy:target-information=\"Ukraine\""
                        }
                    ],
                    "ThreatLevelID": "1",
                    "UUID": "5e6b322a-9f80-4e2f-9f2a-3cab0a3b4631",
                    "extends_uuid": ""
                },
                "EventID": "149",
                "ID": "70942",
                "LastChanged": "2021-07-18T08:06:40Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Sighting": [
                    {
                        "EventID": "149",
                        "ID": "406",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "5efbf8b2-88de-40a5-8b47-bdd6ffd4cb43",
                        "attribute_id": "70942",
                        "attribute_uuid": "5e6b336e-5224-445f-b1b3-457dd7dd9f6d",
                        "date_sighting": "1625043306",
                        "source": ""
                    }
                ],
                "Tag": [
                    {
                        "ID": "279",
                        "Name": "misp-galaxy:financial-fraud=\"Scam\""
                    },
                    {
                        "ID": "104",
                        "Name": "test1"
                    },
                    {
                        "ID": "123",
                        "Name": "Recorded Future"
                    },
                    {
                        "ID": "74",
                        "Name": "osint:source-type=\"technical-report\""
                    },
                    {
                        "ID": "2",
                        "Name": "tlp:white"
                    },
                    {
                        "ID": "124",
                        "Name": "Phishing"
                    },
                    {
                        "ID": "125",
                        "Name": "misp-galaxy:target-information=\"United States\""
                    },
                    {
                        "ID": "128",
                        "Name": "misp-galaxy:target-information=\"China\""
                    },
                    {
                        "ID": "129",
                        "Name": "misp-galaxy:target-information=\"Iran\""
                    },
                    {
                        "ID": "130",
                        "Name": "misp-galaxy:target-information=\"Italy\""
                    },
                    {
                        "ID": "131",
                        "Name": "misp-galaxy:target-information=\"Ukraine\""
                    }
                ],
                "ToIDs": true,
                "Type": "md5",
                "UUID": "5e6b336e-5224-445f-b1b3-457dd7dd9f6d",
                "Value": "6c73d338ec64e0e44bd54ea61b6988b2",
                "first_seen": null,
                "last_seen": null
            },
            {
                "Category": "Payload delivery",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "2",
                    "CreationDate": "2016-01-04",
                    "Distribution": "1",
                    "ID": "145",
                    "Info": "DDOS.TF",
                    "LastChanged": "2021-06-28T07:33:03Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "7",
                        "Name": "CUDESO",
                        "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                        "local": false
                    },
                    "OwnerOrganization.ID": "7",
                    "PublishTimestamp": "2021-06-24T12:31:10Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "2",
                            "Name": "tlp:white"
                        }
                    ],
                    "ThreatLevelID": "2",
                    "UUID": "56d76936-0d34-44ff-a8c5-5280c0a8ab16",
                    "extends_uuid": ""
                },
                "EventID": "145",
                "ID": "71742",
                "LastChanged": "2021-06-28T07:33:03Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Sighting": [],
                "Tag": [
                    {
                        "ID": "247",
                        "Name": "passivetotal:class=\"suspicious\""
                    },
                    {
                        "ID": "278",
                        "Name": "misp-galaxy:mitre-attack-pattern"
                    },
                    {
                        "ID": "2",
                        "Name": "tlp:white"
                    }
                ],
                "ToIDs": false,
                "Type": "md5",
                "UUID": "ec686712-d0a5-4dd8-8736-330da8abefa6",
                "Value": "6c73d338ec64e0e44bd54ea61b6988b2",
                "first_seen": null,
                "last_seen": null
            },
            {
                "Category": "Payload delivery",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "2",
                    "CreationDate": "2017-05-03",
                    "Distribution": "1",
                    "ID": "144",
                    "Info": "Snake: Coming soon in Mac OS X flavour",
                    "LastChanged": "2021-07-14T08:20:25Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "7",
                        "Name": "CUDESO",
                        "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                        "local": false
                    },
                    "OwnerOrganization.ID": "7",
                    "PublishTimestamp": "2021-06-15T08:31:04Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "2",
                            "Name": "tlp:white"
                        },
                        {
                            "ID": "280",
                            "Name": "misp-galaxy:mitre-attack-pattern"
                        }
                    ],
                    "ThreatLevelID": "3",
                    "UUID": "590c76a9-0bac-4d1e-b8af-416ac0a8ab16",
                    "extends_uuid": ""
                },
                "EventID": "144",
                "ID": "71741",
                "LastChanged": "2021-07-14T08:20:25Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Sighting": [],
                "Tag": [
                    {
                        "ID": "247",
                        "Name": "passivetotal:class=\"suspicious\""
                    },
                    {
                        "ID": "2",
                        "Name": "tlp:white"
                    },
                ],
                "ToIDs": true,
                "Type": "md5",
                "UUID": "f6b054cf-3dbb-4c7b-aab1-a37193e5e841",
                "Value": "6c73d338ec64e0e44bd54ea61b6988b2",
                "first_seen": null,
                "last_seen": null
            }
        ]
    }
}

Human Readable Output

Results found in MISP for value: 6c73d338ec64e0e44bd54ea61b6988b2

Attribute Category Attribute Type Attribute Value Dbot Score Events with the scored tag Scored Tag ID Scored Tag Name
Payload delivery md5 6c73d338ec64e0e44bd54ea61b6988b2 3 {‘Event_ID’: ‘145’, ‘Event_Name’: ‘DDOS.TF’},
{‘Event_ID’: ‘144’, ‘Event_Name’: ‘Snake: Coming soon in Mac OS X flavour’}
247 passivetotal:class=”suspicious”

Related events

Event ID Event Name Threat Level ID
149 Capitalizing on Coronavirus Panic, Threat Actors Target Victims Worldwide 1
145 DDOS.TF 2
144 Snake: Coming soon in Mac OS X flavour 3

url


Checks the reputation of the given URL.

Notice: Submitting indicators using this command might make the indicator data publicly available. See the vendor’s documentation for more details.

Base Command

url

Input

Argument Name Description Required
url URL to check. Required

Context Output

Path Type Description
URL.Data String The URL of the indicator.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The vendor used to calculate the score.
DBotScore.Score Number The actual score.
DBotScore.Reliability String Reliability of the source providing the intelligence data.
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.LastChanged string Last change event timestamp.
MISP.Attribute.Event.Published boolean Is the event published.
MISP.Attribute.Event.CreationDate date Event creation date.
MISP.Attribute.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Attribute.Event.PublishTimestamp string Timestamp of the publish time (if published).
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Owner organization ID.
MISP.Attribute.Event.OwnerOrganization.Name string Owner organization name.
MISP.Attribute.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Attribute.Event.OwnerOrganization.local boolean Is owner organization local.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Attribute.Event.SharingGroupID string Event sharing group ID.
MISP.Attribute.Event.Tag.Name string Event tag name.
MISP.Attribute.Event.Tag.ID string Event tag ID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.ID string Attribute tag ID.
MISP.Attribute.Sighting.Type string Attribute’s sighting type.

Command Example

!url url=www.example.com

Context Example

{
    "DBotScore": {
        "Indicator": "www.example.com",
        "Reliability": "B - Usually reliable",
        "Score": 3,
        "Type": "url",
        "Vendor": "MISP V3"
    },
    "MISP": {
        "Attribute": [
            {
                "Category": "Network activity",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "2",
                    "CreationDate": "2019-03-18",
                    "Distribution": "1",
                    "ID": "238",
                    "Info": "New Targets Enterprise Wireless Presentation & Display Systems",
                    "LastChanged": "2021-07-18T13:10:09Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "7",
                        "Name": "CUDESO",
                        "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                        "local": false
                    },
                    "OwnerOrganization.ID": "7",
                    "PublishTimestamp": "2021-06-23T13:50:21Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "2",
                            "Name": "tlp:white"
                        }
                    ],
                    "ThreatLevelID": "3",
                    "UUID": "5c93d7f7-7de4-4548-ae4c-403ec0a8ab16",
                    "extends_uuid": ""
                },
                "EventID": "238",
                "ID": "105988",
                "LastChanged": "2021-07-18T13:10:09Z",
                "Object": {
                    "Distribution": "5",
                    "ID": "16348",
                    "SharingGroupID": "0"
                },
                "ObjectID": "16348",
                "ObjectRelation": "url",
                "SharingGroupID": "0",
                "Sighting": [
                    {
                        "EventID": "238",
                        "ID": "645",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "a8713fe9-c01a-4f64-986f-4837dd05ddc1",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625559050",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "662",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "ce0bee18-34cc-4ac7-be2e-9a02d007d207",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625562799",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "678",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "9a5f8e9d-695f-4abd-8358-f46d325ba8ec",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625562959",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "683",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "279b8b3a-b6fc-4712-ad5c-99da8a4924aa",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625563255",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "693",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "24d35e0e-75d8-4b70-a5a4-2d653c39d608",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625565094",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "705",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "0151d3ec-9f4c-46b0-8527-94d840bd6733",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625565220",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "717",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "497c607e-b66a-44d5-a745-4eb321eb878c",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625565618",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "726",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "6f0d1e4f-7080-4af4-9f99-8caae323f889",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625565779",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "737",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "094ca68a-e148-4b33-8bd8-e244e8a169ea",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625565824",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "745",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "e0288f76-709e-4226-99aa-776a24787b8b",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1625570192",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1147",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "f3435f97-0d64-40e0-9de2-45edbec03557",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626267334",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1154",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "0ea8d703-be63-4d91-8246-a8f3906bc77d",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626267453",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1169",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "e2b7f418-6759-430c-b630-f59f52d71cbd",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626268114",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1182",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "be61a059-59cf-4bfe-b4f3-18ceed2b40f8",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626268277",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1270",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "ac03faba-9086-41b2-9ff8-6697add1c3aa",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626331820",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1285",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "0ecb835e-c06a-4c74-92d0-e755dc04611b",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626332445",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1299",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "89473477-0ded-42d2-9165-9eebfb7b517b",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626332523",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1303",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "1aace9d2-037b-490d-964c-af96cda2b547",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626332919",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1407",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "7e3d7387-afa9-4e0c-8ed6-bd999972f36f",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626613339",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1427",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "1afc5b0b-1050-418d-9bf6-845e37ba6252",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626613534",
                        "source": ""
                    },
                    {
                        "EventID": "238",
                        "ID": "1438",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "9806ad50-4506-4de6-b1e3-dd39d6db3dda",
                        "attribute_id": "105988",
                        "attribute_uuid": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                        "date_sighting": "1626613815",
                        "source": ""
                    }
                ],
                "Tag": [
                    {
                        "ID": "2",
                        "Name": "tlp:white"
                    }
                ],
                "ToIDs": true,
                "Type": "url",
                "UUID": "dc8cdcff-110f-4c6e-b92d-4609ef50c788",
                "Value": "www.example.com",
                "first_seen": null,
                "last_seen": null
            },
            {
                "Category": "Other",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "2",
                    "CreationDate": "2019-03-18",
                    "Distribution": "1",
                    "ID": "238",
                    "Info": "New Targets Enterprise Wireless Presentation & Display Systems",
                    "LastChanged": "2021-07-18T13:10:09Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "7",
                        "Name": "CUDESO",
                        "UUID": "56c42374-fdb8-4544-a218-41ffc0a8ab16",
                        "local": false
                    },
                    "OwnerOrganization.ID": "7",
                    "PublishTimestamp": "2021-06-23T13:50:21Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "2",
                            "Name": "tlp:white"
                        }
                    ],
                    "ThreatLevelID": "3",
                    "UUID": "5c93d7f7-7de4-4548-ae4c-403ec0a8ab16",
                    "extends_uuid": ""
                },
                "EventID": "238",
                "ID": "105989",
                "LastChanged": "2021-07-06T07:50:18Z",
                "Object": {
                    "Distribution": "5",
                    "ID": "16348",
                    "SharingGroupID": "0"
                },
                "ObjectID": "16348",
                "ObjectRelation": "resource_path",
                "SharingGroupID": "0",
                "Sighting": [],
                "Tag": [
                    {
                        "ID": "2",
                        "Name": "tlp:white"
                    }
                ],
                "ToIDs": false,
                "Type": "text",
                "UUID": "cc4a2000-b453-412e-8bdd-e5c562d15c78",
                "Value": "www.example.com",
                "first_seen": null,
                "last_seen": null
            }
        ]
    },
    "URL": {
        "Data": "www.example.com",
        "Malicious": {
            "Description": "Match found in MISP",
            "Vendor": "MISP V3"
        }
    }
}

Human Readable Output

Results found in MISP for value: www.example.com

Attribute Category Attribute Type Attribute Value Dbot Score
Network activity url www.example.com 3

Related events

Event ID Event Name Threat Level ID
238 New Targets Enterprise Wireless Presentation & Display Systems 3

ip


Checks the reputation of an IP address.

Base Command

ip

Input

Argument Name Description Required
ip IP address to check. Required

Context Output

Path Type Description
IP.Address String The IP address.
DBotScore.Indicator String The indicator that was tested.
DBotScore.Type String The indicator type.
DBotScore.Vendor String The vendor used to calculate the score.
DBotScore.Score Number The actual score.
DBotScore.Reliability String Reliability of the source providing the intelligence data.
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.LastChanged string Last change event timestamp.
MISP.Attribute.Event.Published boolean Is the event published.
MISP.Attribute.Event.CreationDate date Event creation date.
MISP.Attribute.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Attribute.Event.PublishTimestamp string Timestamp of the publish time (if published).
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Owner organization ID.
MISP.Attribute.Event.OwnerOrganization.Name string Owner organization name.
MISP.Attribute.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Attribute.Event.OwnerOrganization.local boolean Is owner organization local.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Attribute.Event.SharingGroupID string Event sharing group ID.
MISP.Attribute.Event.Tag.Name string Event tag name.
MISP.Attribute.Event.Tag.ID string Event tag ID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.ID string Attribute tag ID.
MISP.Attribute.Sighting.Type string Attribute’s sighting type.

Command Example

!ip ip=1.2.3.4

Context Example

{
    "DBotScore": {
        "Indicator": "1.2.3.4",
        "Reliability": "B - Usually reliable",
        "Score": 3,
        "Type": "ip",
        "Vendor": "MISP V3"
    },
    "IP": {
        "Address": "1.2.3.4",
        "Malicious": {
            "Description": "Match found in MISP",
            "Vendor": "MISP V3"
        }
    },
    "MISP": {
        "Attribute": [
            {
                "Category": "External analysis",
                "Comment": "adda",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "1",
                    "CreationDate": "2021-06-29",
                    "Distribution": "2",
                    "ID": "488",
                    "Info": "final create test",
                    "LastChanged": "2021-07-18T13:05:31Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "1",
                        "Name": "ORGNAME",
                        "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                        "local": true
                    },
                    "OwnerOrganization.ID": "1",
                    "PublishTimestamp": "1970-01-01T00:00:00Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "283",
                            "Name": "test234"
                        },
                        {
                            "ID": "284",
                            "Name": "test2345"
                        }
                    ],
                    "ThreatLevelID": "3",
                    "UUID": "2bf3a888-f2e0-40e9-944c-e87590b637b9",
                    "extends_uuid": ""
                },
                "EventID": "488",
                "ID": "80040",
                "LastChanged": "2021-07-18T13:05:31Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Sighting": [
                    {
                        "EventID": "488",
                        "ID": "387",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "b7f5e0d2-6436-4609-b19d-2cee79239e61",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1624966956",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "616",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "92f032a5-f696-4065-aed7-eb9a1c9adabd",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625496709",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "638",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "ebe00dbf-10d6-40e6-ac3c-575cdd0ad917",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625559050",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "660",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "69b77f1c-41c7-4fbf-80e2-4af131ae0ac0",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625562799",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "669",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "354cd85a-8bb7-4c9d-80e1-d2bfff499b28",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625562959",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "687",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "107a0b06-1ced-4a09-a9aa-de033f28683b",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625563256",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "698",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "99ea6831-3f4b-4907-8a99-08ad259d30ba",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625565095",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "703",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "dbbd4b5d-7122-43c5-9db7-caaa9d8b6d47",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625565220",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "713",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "a11dc840-30c4-4eb6-b469-1f2f1db2c044",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625565618",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "729",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "3058290e-bbff-4748-9ca7-55c3ef6a6fe4",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625565779",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "738",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "a049c84a-de5b-4996-b149-45fd5075a387",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625565824",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "750",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "190f829a-16fa-4985-8154-39c754ced744",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1625570192",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1168",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "bfd5b4de-c2df-482c-95cf-375ac5998815",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626268114",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1181",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "3e6b84c4-ff5e-4012-9845-13bdc511b929",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626268276",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1267",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "99b904f8-cbb2-4626-a1c5-3d8f6aaa2887",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626331820",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1282",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "ba3be4ba-e228-4358-ba27-382484049460",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626332445",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1289",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "b117864b-cee5-4396-b140-198464adf3ed",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626332522",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1308",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "06a08a98-4a09-4085-a1fe-15f95719c53d",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626332919",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1401",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "4e69267d-6625-4792-999b-d90f24dc30c3",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626613339",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1415",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "f58a95cc-21ea-496c-b87f-bc4a4de2ed4c",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626613442",
                        "source": ""
                    },
                    {
                        "EventID": "488",
                        "ID": "1422",
                        "Organisation": {
                            "ID": "1",
                            "Name": "ORGNAME",
                            "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002"
                        },
                        "OrganizationID": "1",
                        "Type": "0",
                        "UUID": "dda6512b-a373-4ad0-b198-2813e96f67a1",
                        "attribute_id": "80040",
                        "attribute_uuid": "f8d0501b-1c59-444a-be0c-52af8815a304",
                        "date_sighting": "1626613534",
                        "source": ""
                    }
                ],
                "Tag": [
                    {
                        "ID": "283",
                        "Name": "test234"
                    },
                    {
                        "ID": "285",
                        "Name": "test222"
                    },
                    {
                        "ID": "80",
                        "Name": "certsi:critical-sector=\"energy\""
                    },
                    {
                        "ID": "283",
                        "Name": "test234"
                    },
                    {
                        "ID": "284",
                        "Name": "test2345"
                    }
                ],
                "ToIDs": false,
                "Type": "other",
                "UUID": "f8d0501b-1c59-444a-be0c-52af8815a304",
                "Value": "1.2.3.4",
                "first_seen": null,
                "last_seen": null
            },
            {
                "Category": "Network activity",
                "Comment": "",
                "DecayScore": [
                    {
                        "DecayingModel": {
                            "ID": "2",
                            "Name": "test2"
                        },
                        "base_score": 0,
                        "decayed": true,
                        "score": 0
                    },
                    {
                        "DecayingModel": {
                            "ID": "3",
                            "Name": "test3"
                        },
                        "base_score": 0,
                        "decayed": true,
                        "score": 0
                    }
                ],
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Analysis": "1",
                    "CreationDate": "2021-06-29",
                    "Distribution": "2",
                    "ID": "488",
                    "Info": "final create test",
                    "LastChanged": "2021-07-18T13:05:31Z",
                    "OrganizationID": "1",
                    "OwnerOrganization": {
                        "ID": "1",
                        "Name": "ORGNAME",
                        "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                        "local": true
                    },
                    "OwnerOrganization.ID": "1",
                    "PublishTimestamp": "1970-01-01T00:00:00Z",
                    "Published": false,
                    "SharingGroupID": "0",
                    "Tag": [
                        {
                            "ID": "283",
                            "Name": "test234"
                        },
                        {
                            "ID": "284",
                            "Name": "test2345"
                        }
                    ],
                    "ThreatLevelID": "3",
                    "UUID": "2bf3a888-f2e0-40e9-944c-e87590b637b9",
                    "extends_uuid": ""
                },
                "EventID": "488",
                "ID": "104119",
                "LastChanged": "2021-06-30T07:37:32Z",
                "Object": {
                    "Distribution": "5",
                    "ID": "16035",
                    "SharingGroupID": "0"
                },
                "ObjectID": "16035",
                "ObjectRelation": "ip",
                "SharingGroupID": "0",
                "Sighting": [],
                "Tag": [
                    {
                        "ID": "283",
                        "Name": "test234"
                    },
                    {
                        "ID": "284",
                        "Name": "test2345"
                    }
                ],
                "ToIDs": true,
                "Type": "ip-dst",
                "UUID": "d777a0f6-5aa7-4798-b193-bd7da635dc42",
                "Value": "1.2.3.4",
                "first_seen": null,
                "last_seen": null
            }
        ]
    }
}

Human Readable Output

Results found in MISP for value: 1.2.3.4

Attribute Category Attribute Type Attribute Value Dbot Score
External analysis other 1.2.3.4 3

Related events

Event ID Event Name Threat Level ID
488 final create test 3

misp-create-event


Creates a new MISP event.

Base Command

misp-create-event

Input

Argument Name Description Required
type Attribute type to be created as part of the new event. For example: “md5”, “sha1”, “email”, “url”. Default is other. Optional
category Attribute category to be created as part of the new event. For example: “Other”, “Person”, “Attribution”, “Payload type”. Default is External analysis. Optional
to_ids Whether to create the event’s attribute with the Intrusion Detection System flag. Possible values are: true, false. Default is true. Optional
distribution Where to distribute the event. Possible values: “Your_organization_only”, “This_community_only”, “Connected_communities”, “All_communities”, “Sharing_group” and “Inherit_event”. Possible values are: Your_organization_only, This_community_only, Connected_communities, All_communities, Sharing_group, Inherit_event. Default is Your_organization_only. Optional
comment Attribute comment to be created as part of the new event. Optional
value Attribute value to be created as part of the new event. For example: “1.2.3.4” (and other IP addresses), “google.com” (and other domains), “www.example.com” (and other URLs). Required
info Event name. Required
published Whether to publish the event. Possible values: “false” and “true”. Possible values are: false, true. Default is false. Optional
threat_level_id MISP Threat level ID. Possible values: “High”, “Medium”, “Low”, and “Unknown”. Possible values are: High, Medium, Low, Unknown. Default is High. Optional
analysis The analysis event level. Possible values: “initial”, “ongoing”, and “completed”. Possible values are: initial, ongoing, completed. Default is initial. Optional
sharing_group_id Sharing group ID. Mandatory when Sharing_group distribution is set. Optional
creation_date Set the creation date for the event in the format YYYY-MM-DD. Optional

Context Output

Path Type Description
MISP.Event.ID string MISP event ID.
MISP.Event.Distribution string MISP event distribution.
MISP.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Event.PublishTimestamp number Timestamp of the publish time (if published).
MISP.Event.EventCreatorEmail string Email address of the event creator.
MISP.Event.Info string Event name.
MISP.Event.AttributeCount string Number of attributes of the event.
MISP.Event.OrganizationID string Event organization ID.
MISP.Event.CreationDate date Event creation date.
MISP.Event.Locked boolean Is the event locked.
MISP.Event.Organization.ID number Organization ID.
MISP.Event.Organization.Name string Organization name.
MISP.Event.Organization.UUID string Organization UUID.
MISP.Event.Organization.local boolean Is the organization local.
MISP.Event.OwnerOrganization.ID number Owner organization ID.
MISP.Event.OwnerOrganization.Name string Owner organization name.
MISP.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Event.OwnerOrganization.local boolean Is the owner organization local.
MISP.Event.ProposalEmailLock boolean If email lock is proposed.
MISP.Event.LastChanged date Last change event timestamp.
MISP.Event.Galaxy.Description string Event’s galaxy description.
MISP.Event.Galaxy.Name string Galaxy name.
MISP.Event.Galaxy.Type string Galaxy type.
MISP.Event.Published boolean Is the event published.
MISP.Event.DisableCorrelation boolean Is correlation disabled.
MISP.Event.UUID string Event UUID.
MISP.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Event.SharingGroupID string Event sharing group ID.
MISP.Event.Tag.Name string All tag names in the event.
MISP.Event.Tag.is_galaxy boolean Is the tag galaxy.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.Description String Description of the object.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.

Command Example

!misp-create-event info="New Event" value=example1.com

Context Example

{
    "MISP": {
        "Event": {
            "Analysis": "0",
            "AttributeCount": "1",
            "CreationDate": "2021-07-29",
            "DisableCorrelation": false,
            "Distribution": "0",
            "EventCreatorEmail": "admin@admin.test",
            "Galaxy": [],
            "ID": "1656",
            "Info": "New Event",
            "LastChanged": "2021-07-29T13:56:45Z",
            "Locked": false,
            "Object": [],
            "Organization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OrganizationID": "1",
            "OwnerOrganization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OwnerOrganization.ID": "1",
            "ProposalEmailLock": false,
            "PublishTimestamp": "1970-01-01T00:00:00Z",
            "Published": false,
            "RelatedEvent": [],
            "SharingGroupID": "0",
            "ThreatLevelID": "1",
            "UUID": "0298d272-d1a1-4375-85fd-a7fe87d6aef2"
        }
    }
}

Human Readable Output

MISP create event

New event with ID: 1656 has been successfully created.

misp-add-attribute


Adds an attribute to an existing MISP event.

Base Command

misp-add-attribute

Input

Argument Name Description Required
event_id MISP event ID. Required
type Attribute type. For example: “md5”, “sha1”, “email”, “url”. Default is other. Optional
category Attribute category. For example: “Other”, “Person”, “Attribution”, “Payload type”. Default is External analysis. Optional
to_ids Whether to create the attribute with the Intrusion Detection System flag. Possible values are: true, false. Default is true. Optional
distribution Where to distribute the event. Possible values: “Your_organization_only”, “This_community_only”, “Connected_communities”, “Sharing_group”, “All_communities”, and “Inherit_event”. Possible values are: Your_organization_only, This_community_only, Connected_communities, All_communities, Sharing_group, Inherit_event. Default is Inherit_event. Optional
comment Comment for the attribute. Optional
value Attribute value. For example: “1.2.3.4” (and other IP addresses), “google.com” (and other domains), “www.example.com” (and other URLs). Required
sharing_group_id Sharing group ID. Mandatory when Sharing_group distribution is set. Optional

Context Output

Path Type Description
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Event owner organization ID.
MISP.Attribute.Event.UUID string MISP event UUID.

Command Example

!misp-add-attribute event_id=1655 value=1.1.1.2 distribution=All_communities comment=test

Context Example

{
    "MISP": {
        "Attribute": {
            "Category": "External analysis",
            "Comment": "test",
            "Deleted": false,
            "DisableCorrelation": false,
            "Distribution": "3",
            "Event": {
                "Distribution": "1",
                "ID": "1655",
                "Info": "TestEvent",
                "OrganizationID": "1",
                "OwnerOrganization.ID": "1",
                "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b"
            },
            "EventID": "1655",
            "ID": "116536",
            "LastChanged": "2021-07-29T13:56:47Z",
            "ObjectID": "0",
            "ObjectRelation": null,
            "SharingGroupID": "0",
            "ToIDs": true,
            "Type": "other",
            "UUID": "188bfa6a-eca7-4ea1-a37b-5fe86b6f38fd",
            "Value": "1.1.1.2",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

MISP add attribute

New attribute: 1.1.1.2 was added to event id 1655.

misp-delete-event


Deletes an event according to the given event ID.

Base Command

misp-delete-event

Input

Argument Name Description Required
event_id Event ID to delete. Required

Context Output

There is no context output for this command.

Command Example

!misp-delete-event event_id=1655

Human Readable Output

Event 1655 has been deleted

misp-remove-tag-from-event


Removes a tag from the given UUID event .

Base Command

misp-remove-tag-from-event

Input

Argument Name Description Required
uuid UUID of the event. For example, 59575300-4be8-4ff6-8767-0037ac110032. Required
tag Tag to remove from the event. Required

Context Output

Path Type Description
MISP.Event.ID string MISP event ID.
MISP.Event.Distribution string MISP event distribution.
MISP.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Event.PublishTimestamp number Timestamp of the publish time (if published).
MISP.Event.EventCreatorEmail string Email address of the event creator.
MISP.Event.Info string Event name.
MISP.Event.AttributeCount string Number of attributes of the event.
MISP.Event.OrganizationID string Event organization ID.
MISP.Event.CreationDate date Event creation date.
MISP.Event.Locked boolean Is the event locked.
MISP.Event.Organization.ID number Organization ID.
MISP.Event.Organization.Name string Organization name.
MISP.Event.Organization.UUID string Organization UUID.
MISP.Event.Organization.local boolean Is the organization local.
MISP.Event.OwnerOrganization.ID number Owner organization ID.
MISP.Event.OwnerOrganization.Name string Owner organization name.
MISP.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Event.OwnerOrganization.local boolean Is the owner organization local.
MISP.Event.ProposalEmailLock boolean If email lock proposed.
MISP.Event.LastChanged date Last change event timestamp.
MISP.Event.Galaxy.Description string Event’s galaxy description.
MISP.Event.Galaxy.Name string Galaxy name.
MISP.Event.Galaxy.Type string Galaxy type.
MISP.Event.Published boolean Is the event published.
MISP.Event.DisableCorrelation boolean Is correlation disabled.
MISP.Event.UUID string Event UUID.
MISP.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Event.SharingGroupID string Event sharing group ID.
MISP.Event.Tag.Name string All tag names in the event.
MISP.Event.Tag.is_galaxy boolean Is the tag galaxy.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.Description String Description of the object.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.

Command Example

!misp-remove-tag-from-event tag="test" uuid="ce083018-0b85-430b-a202-f60bbffcd26b"

Context Example

{
    "MISP": {
        "Event": {
            "Analysis": "0",
            "AttributeCount": "2",
            "CreationDate": "2021-07-29",
            "DisableCorrelation": false,
            "Distribution": "1",
            "EventCreatorEmail": "admin@admin.test",
            "Galaxy": [],
            "ID": "1655",
            "Info": "TestEvent",
            "LastChanged": "2021-07-29T13:56:50Z",
            "Locked": false,
            "Object": [],
            "Organization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OrganizationID": "1",
            "OwnerOrganization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OwnerOrganization.ID": "1",
            "ProposalEmailLock": false,
            "PublishTimestamp": "1970-01-01T00:00:00Z",
            "Published": false,
            "RelatedEvent": [],
            "SharingGroupID": "0",
            "ThreatLevelID": "1",
            "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b"
        }
    }
}

Human Readable Output

Tag test has been successfully removed from the event ce083018-0b85-430b-a202-f60bbffcd26b

misp-add-tag-to-event


Adds a tag to the given UUID event .

Base Command

misp-add-tag-to-event

Required Permissions

perm_tagger

perm_tag_editor

When adding local tags, make sure to have the following:

  1. Host Organization Requirement: The most important requirement is that the user (or the API key) you are authenticating with must belong to the organization that is set as the MISP.host_org_id on your MISP instance. If this is not met, you will get a permission error even if you have perm_tagger and perm_tag_editor.
  2. Tag Existence: If the local tag you are trying to add does not already exist on your MISP instance, your user will also need the perm_tag_editor permission for it to be created. If it already exists, perm_tagger is sufficient.

Input

Argument Name Description Required
uuid UUID of the event. For example, 59575300-4be8-4ff6-8767-0037ac110032. Required
tag Tag to add to the event. Required
is_local Whether to add the tag as a local tag. Optional

Context Output

Path Type Description
MISP.Event.ID string MISP event ID.
MISP.Event.Distribution string MISP event distribution.
MISP.Event.ThreatLevelID string Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
MISP.Event.PublishTimestamp number Timestamp of the publish time (if published).
MISP.Event.EventCreatorEmail string Email address of the event creator.
MISP.Event.Info string Event name.
MISP.Event.AttributeCount string Number of attributes of the event.
MISP.Event.OrganizationID string Event organization ID.
MISP.Event.CreationDate date Event creation date.
MISP.Event.Locked boolean Is the event locked.
MISP.Event.Organization.ID number Organization ID.
MISP.Event.Organization.Name string Organization name.
MISP.Event.Organization.UUID string Organization UUID.
MISP.Event.Organization.local boolean Is the organization local.
MISP.Event.OwnerOrganization.ID number Owner organization ID.
MISP.Event.OwnerOrganization.Name string Owner organization name.
MISP.Event.OwnerOrganization.UUID string Owner organization UUID.
MISP.Event.OwnerOrganization.local boolean Is the owner organization local.
MISP.Event.ProposalEmailLock boolean If email lock proposed.
MISP.Event.LastChanged date Last change event timestamp.
MISP.Event.Galaxy.Description string Event’s galaxy description.
MISP.Event.Galaxy.Name string Galaxy name.
MISP.Event.Galaxy.Type string Galaxy type.
MISP.Event.Published boolean Is the event published.
MISP.Event.DisableCorrelation boolean Is correlation disabled.
MISP.Event.UUID string Event UUID.
MISP.Event.Analysis string Event analysis (0 Initial, 1 Ongoing, 2 Completed).
MISP.Event.SharingGroupID string Event sharing group ID.
MISP.Event.Tag.Name string All tag names in the event.
MISP.Event.Tag.is_galaxy boolean Is the tag galaxy.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.Description String Description of the object.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.

Command Example

!misp-add-tag-to-event uuid="ce083018-0b85-430b-a202-f60bbffcd26b" tag="test"

Context Example

{
    "MISP": {
        "Event": {
            "Analysis": "0",
            "AttributeCount": "2",
            "CreationDate": "2021-07-29",
            "DisableCorrelation": false,
            "Distribution": "1",
            "EventCreatorEmail": "admin@admin.test",
            "Galaxy": [],
            "ID": "1655",
            "Info": "TestEvent",
            "LastChanged": "2021-07-29T13:56:50Z",
            "Locked": false,
            "Object": [],
            "Organization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OrganizationID": "1",
            "OwnerOrganization": {
                "ID": "1",
                "Name": "ORGNAME",
                "UUID": "5ce29ac4-3b54-459e-a6ee-00acac110002",
                "local": true
            },
            "OwnerOrganization.ID": "1",
            "ProposalEmailLock": false,
            "PublishTimestamp": "1970-01-01T00:00:00Z",
            "Published": false,
            "RelatedEvent": [],
            "SharingGroupID": "0",
            "Tag": [
                {
                    "Name": "test",
                    "is_galaxy": false
                }
            ],
            "ThreatLevelID": "1",
            "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b"
        }
    }
}

Human Readable Output

Tag test has been successfully added to event ce083018-0b85-430b-a202-f60bbffcd26b

misp-add-tag-to-attribute


Adds a tag to the given UUID attribute.

Base Command

misp-add-tag-to-attribute

Required Permissions

perm_tagger

perm_tag_editor

When adding local tags, make sure to have the following:

  1. Host Organization Requirement: The most important requirement is that the user (or the API key) you are authenticating with must belong to the organization that is set as the MISP.host_org_id on your MISP instance. If this is not met, you will get a permission error even if you have perm_tagger and perm_tag_editor.
  2. Tag Existence: If the local tag you are trying to add does not already exist on your MISP instance, your user will also need the perm_tag_editor permission for it to be created. If it already exists, perm_tagger is sufficient.

Input

Argument Name Description Required
uuid UUID of the attribute. For example, 59575300-4be8-4ff6-8767-0037ac110032. Required
tag Tag to add to the attribute. Required
is_local Whether to add the tag as a local tag. Optional

Context Output

Path Type Description
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Event owner organization ID.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.is_galaxy string Is the tag galaxy.

Command Example

!misp-add-tag-to-attribute tag=test uuid="c286a1f8-441e-479b-b10d-b10add2b6739"

Context Example

{
    "MISP": {
        "Attribute": {
            "Category": "Network activity",
            "Comment": "",
            "Deleted": false,
            "DisableCorrelation": false,
            "Distribution": "5",
            "Event": {
                "Distribution": "1",
                "ID": "1655",
                "Info": "TestEvent",
                "OrganizationID": "1",
                "OwnerOrganization.ID": "1",
                "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b"
            },
            "EventID": "1655",
            "ID": "116534",
            "LastChanged": "2021-07-29T13:56:53Z",
            "ObjectID": "0",
            "ObjectRelation": null,
            "SharingGroupID": "0",
            "Tag": [
                {
                    "Name": "test",
                    "is_galaxy": null
                }
            ],
            "ToIDs": false,
            "Type": "email",
            "UUID": "c286a1f8-441e-479b-b10d-b10add2b6739",
            "Value": "example@gmail.com",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

Tag test has been successfully added to attribute c286a1f8-441e-479b-b10d-b10add2b6739

misp-remove-tag-from-attribute


Removes a tag from the given UUID attribute.

Base Command

misp-remove-tag-from-attribute

Input

Argument Name Description Required
uuid UUID of the attribute. For example, 59575300-4be8-4ff6-8767-0037ac110032. Required
tag Tag to remove from the attribute. Required

Context Output

Path Type Description
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.ObjectID string Attribute object ID.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string Event owner organization ID.
MISP.Attribute.Event.UUID string MISP event UUID.
MISP.Attribute.Tag.Name string Attribute tag name.
MISP.Attribute.Tag.is_galaxy string Is the tag galaxy.

Command Example

!misp-remove-tag-from-attribute tag=test uuid="c286a1f8-441e-479b-b10d-b10add2b6739"

Context Example

{
    "MISP": {
        "Attribute": {
            "Category": "Network activity",
            "Comment": "",
            "Deleted": false,
            "DisableCorrelation": false,
            "Distribution": "5",
            "Event": {
                "Distribution": "1",
                "ID": "1655",
                "Info": "TestEvent",
                "OrganizationID": "1",
                "OwnerOrganization.ID": "1",
                "UUID": "ce083018-0b85-430b-a202-f60bbffcd26b"
            },
            "EventID": "1655",
            "ID": "116534",
            "LastChanged": "2021-07-29T13:56:53Z",
            "ObjectID": "0",
            "ObjectRelation": null,
            "SharingGroupID": "0",
            "ToIDs": false,
            "Type": "email",
            "UUID": "c286a1f8-441e-479b-b10d-b10add2b6739",
            "Value": "example@gmail.com",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

Tag test has been successfully removed from the attribute c286a1f8-441e-479b-b10d-b10add2b6739

misp-add-sighting


Add sighting to an attribute.

Base Command

misp-add-sighting

Input

Argument Name Description Required
type Type of sighting to add. Possible values: “sighting”, “false_positive”, and “expiration”. Possible values are: sighting, false_positive, expiration. Required
id ID of attribute to add sighting to (Must be filled if UUID or value is empty). Can be retrieved from the misp-search commands. Optional
uuid UUID of the attribute to add sighting to (Must be filled if ID or value is empty). Can be retrieved from the misp-search commands. Optional
value Value of the attribute to add sighting to. (Must be filled if ID or UUID is empty). Adds sighting to all attributes with this value. Takes precedence over (UU)ID. Can be retrieved from the misp-search commands. Optional
source Sighting source. Optional

Context Output

There is no context output for this command.

Command Example

!misp-add-sighting uuid="c286a1f8-441e-479b-b10d-b10add2b6739" type=false_positive

Human Readable Output

Sighting ‘false_positive’ has been successfully added to attribute c286a1f8-441e-479b-b10d-b10add2b6739

misp-add-events-from-feed


Adds an OSINT feed. Only feeds from format misp are allowed (i.e have manifest.json).

Base Command

misp-add-events-from-feed

Input

Argument Name Description Required
feed URL of the feed to add. Possible values are: CIRCL, Botvrij.eu. Required
limit Maximum number of files to add. Default is 2. Optional

Context Output

Path Type Description
MISP.Event.ID string IDs of newly created events.

Command Example

!misp-add-events-from-feed limit=1 feed=Botvrij.eu

Human Readable Output

Total of 0 events was added to MISP

No entries.

misp-add-file-object


Adds an file object to the specified event ID.

Base Command

misp-add-file-object

Input

Argument Name Description Required
entry_id Entry ID of the file. Required
event_id Event ID to which add object to. Required

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was created.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Timestamp when the object was created.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-file-object entry_id=${File.EntryID} event_id=1655

Human Readable Output

Object has been added to MISP event ID 1655

misp-add-domain-object


Adds a domain object to MISP.

Base Command

misp-add-domain-object

Input

Argument Name Description Required
event_id ID of an MISP event. Required
name The domain name. For example, “google.com”. Required
ip A comma-separated list of IP addresses resolved by DNS. Required
text A description of the domain. Optional

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed timestamp.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-domain-object ip="5.6.4.4" event_id=1655 name=v.com text=new

Context Example

{
    "MISP": {
        "Event": {
            "ID": "1655",
            "Object": {
                "Attribute": [
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116537",
                        "LastChanged": "2021-07-29T13:57:00Z",
                        "ObjectID": "18091",
                        "ObjectRelation": "ip",
                        "SharingGroupID": "0",
                        "ToIDs": true,
                        "Type": "ip-dst",
                        "UUID": "ec8bd634-b428-41cf-b26f-f3fd5d640b73",
                        "Value": "5.6.4.4",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "5.6.4.4",
                        "value2": ""
                    },
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116538",
                        "LastChanged": "2021-07-29T13:57:00Z",
                        "ObjectID": "18091",
                        "ObjectRelation": "domain",
                        "SharingGroupID": "0",
                        "ToIDs": true,
                        "Type": "domain",
                        "UUID": "dc21f4c9-c167-4de8-a25b-1d2519b1e826",
                        "Value": "v.com",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "v.com",
                        "value2": ""
                    },
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116539",
                        "LastChanged": "2021-07-29T13:57:00Z",
                        "ObjectID": "18091",
                        "ObjectRelation": "text",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "1c787478-7c67-4e29-996b-5ee1d8fe9ee2",
                        "Value": "new",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "new",
                        "value2": ""
                    }
                ],
                "Comment": "",
                "Deleted": false,
                "Description": "A domain/hostname and IP address seen as a tuple in a specific time frame.",
                "Distribution": "5",
                "EventID": "1655",
                "ID": "18091",
                "LastChanged": "2021-07-29T13:57:00Z",
                "MetaCategory": "network",
                "Name": "domain-ip",
                "SharingGroupID": "0",
                "TemplateUUID": "43b3b146-77eb-4931-b4cc-b66c60f28734",
                "TemplateVersion": "9",
                "UUID": "29a96e5b-beb6-4fa2-9b19-4d1bc4e651d9",
                "first_seen": null,
                "last_seen": null
            }
        }
    }
}

Human Readable Output

Object has been added to MISP event ID 1655

misp-add-email-object


Adds an email object to MISP.

Base Command

misp-add-email-object

Input

Argument Name Description Required
event_id ID of an MISP event. Required
entry_id Entry ID of the email (only supports .eml files). Required

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed date.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-email-object ip="678@6" event_id=743

Context Example

{
    "MISP.Event": {
        "ID": "743",
        "Object": {
            "Attribute": [
                {
                    "Category": "External analysis", 
                    "Comment": "", 
                    "UUID": "52d1d881-a1fb-4a2c-b5bc-047fb0073c2f", 
                    "ObjectID": "3231", 
                    "Deleted": false, 
                    "LastChanged": "2022-07-07T13:50:06Z",
                    "ToIDs": false, 
                    "Value": "Full email.eml", 
                    "ID": "26175", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "eml", 
                    "EventID": "743", 
                    "value1": "Full email.eml", 
                    "DisableCorrelation": true, 
                    "Type": "attachment", 
                    "Distribution": "5", 
                    "value2": ""
                }
                {
                    "Category": "Payload delivery", 
                    "Comment": "", 
                    "UUID": "5ddaae1c-ce54-4191-9d61-907d2c101103", 
                    "ObjectID": "3231", 
                    "Deleted": false,
                    "LastChanged": "2022-07-07T13:50:06Z", 
                    "ToIDs": false, 
                    "Value": "<example.gmail.com>", 
                    "ID": "26177", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "message-id", 
                    "EventID": "743", 
                    "value1": "<example.gmail.com>", 
                    "DisableCorrelation": true, 
                    "Type": "email-message-id", 
                    "Distribution": "5", 
                    "value2": ""
                }, 
                {
                    "Category": "Network activity", 
                    "Comment": "", 
                    "UUID": "26daac8a-730e-4951-bad1-d8134feba2cb", 
                    "ObjectID": "3231", 
                    "Deleted": false, 
                    "LastChanged": "2022-07-07T13:50:06Z",
                    "ToIDs": true, 
                    "Value": "\"Example Demisto (ca)\" <example@demisto.com>", 
                    "ID": "26178", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "to", 
                    "EventID": "743", 
                    "value1": "\"Example Demisto (ca)\" <example.>", 
                    "DisableCorrelation": true, 
                    "Type": "email-dst", 
                    "Distribution": "5", 
                    "value2": ""
                }, 
                {
                    "Category": "Payload delivery", 
                    "Comment": "", 
                    "UUID": "d6ca6b5f-edba-4d46-9a9f-15fec4f6bd2b", 
                    "ObjectID": "3231", 
                    "Deleted": false,
                    "LastChanged": "2022-07-07T13:50:06Z", 
                    "ToIDs": false, 
                    "Value": "[TEST][DEMISTO] CASO 1 EMAIL DA SISTEMA DEMISTO | ZIP+PASSWORD", 
                    "ID": "26179", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "subject", 
                    "EventID": "743", 
                    "value1": "[TEST][DEMISTO] CASO 1 EMAIL DA SISTEMA DEMISTO | ZIP+PASSWORD", 
                    "DisableCorrelation": false, 
                    "Type": "email-subject", 
                    "Distribution": "5", 
                    "value2": ""
                }, 
                {
                    "Category": "Payload delivery", 
                    "Comment": "", 
                    "UUID": "983eaba4-a94e-49ab-ae18-40151778a9ba", 
                    "ObjectID": "3231", 
                    "Deleted": false, 
                    "LastChanged": "2022-07-07T13:50:06Z", 
                    "ToIDs": true, 
                    "Value": "\"Example Demisto (ca)\" <example@demisto.com>", 
                    "ID": "26180", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "from", 
                    "EventID": "743", 
                    "value1": "\"Example Demisto (ca)\" <example@demisto.com>", 
                    "DisableCorrelation": false, 
                    "Type": "email-src", 
                    "Distribution": "5", 
                    "value2": ""
                }, 
                {
                    "Category": "Payload delivery", 
                    "Comment": "", 
                    "UUID": "c432d6c7-5d34-4b64-a6b4-5813d1874bd2", 
                    "ObjectID": "3231", 
                    "Deleted": false,
                    "LastChanged": "2022-07-07T13:50:06Z", 
                    "ToIDs": true, 
                    "Value": "example@demisto.com", 
                    "ID": "26181", 
                    "SharingGroupID": "0", 
                    "ObjectRelation": "return-path", 
                    "EventID": "743", 
                    "value1": "example@demisto.com", 
                    "DisableCorrelation": false, 
                    "Type": "email-src", 
                    "Distribution": "5", 
                    "value2": ""
                }
            ],
            "Comment": "", 
            "EventID": "743", 
            "LastChanged": "2022-07-07T13:50:06Z",
            "Description": "Email object describing an email with meta-information", 
            "UUID": "e00e6a2c-682b-48b3-bb01-aee21832ebf0", 
            "Deleted": false,  
            "TemplateUUID": "a0c666e0-fc65-4be8-b48f-3423d788b552", 
            "TemplateVersion": "12", 
            "SharingGroupID": "0", 
            "MetaCategory": "network", 
            "Distribution": "5", 
            "ID": "3231", 
            "Name": "email",
            "first_seen": null,
            "last_seen": null
        }
    }
}

Human Readable Output

Object has been added to MISP event ID 743

misp-add-url-object


Adds a URL object to an MISP event.

Base Command

misp-add-url-object

Input

Argument Name Description Required
url Full URL to add to the event. Required
first_seen Date that this URL was first seen. For example, 2019-02-03. Optional
text Description of the URL. Optional
last_seen Date that this URL was last seen. For example, 2019-02-03. Optional
event_id ID of a MISP event. Required

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed timestamp.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-url-object event_id=1655 url=d.com

Context Example

{
    "MISP": {
        "Event": {
            "ID": "1655",
            "Object": {
                "Attribute": [
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116545",
                        "LastChanged": "2021-07-29T13:57:04Z",
                        "ObjectID": "18093",
                        "ObjectRelation": "url",
                        "SharingGroupID": "0",
                        "ToIDs": true,
                        "Type": "url",
                        "UUID": "b684192d-9285-49ec-b74b-8ab8ec40b71f",
                        "Value": "d.com",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "d.com",
                        "value2": ""
                    },
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116546",
                        "LastChanged": "2021-07-29T13:57:04Z",
                        "ObjectID": "18093",
                        "ObjectRelation": "resource_path",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "0f82e991-25f8-40df-bd8c-13d285f39ea4",
                        "Value": "d.com",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "d.com",
                        "value2": ""
                    }
                ],
                "Comment": "",
                "Deleted": false,
                "Description": "url object describes an url along with its normalized field (like extracted using faup parsing library) and its metadata.",
                "Distribution": "5",
                "EventID": "1655",
                "ID": "18093",
                "LastChanged": "2021-07-29T13:57:04Z",
                "MetaCategory": "network",
                "Name": "url",
                "SharingGroupID": "0",
                "TemplateUUID": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
                "TemplateVersion": "9",
                "UUID": "ab5d001f-8832-4078-8e96-97cf7e83e536",
                "first_seen": null,
                "last_seen": null
            }
        }
    }
}

Human Readable Output

Object has been added to MISP event ID 1655

misp-add-object


Adds any other object to MISP.

Base Command

misp-add-object

Input

Argument Name Description Required
event_id ID of the event to add the object to. Required
template Template name. (Can be found at https://www.misp-project.org/objects.html). For example, ‘vehicle’. Required
attributes Attributes. For example, {“description”: “Manager Ferrari”, “make”: “Ferrari”, “model”: “308 GTS”}. Required

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed timestamp.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted?
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-object attributes="{'description':'Manager','make': 'Test', 'model': '308 GTS'}" template=vehicle event_id=1655

Context Example

{
    "MISP": {
        "Event": {
            "ID": "1655",
            "Object": {
                "Attribute": [
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116547",
                        "LastChanged": "2021-07-29T13:57:06Z",
                        "ObjectID": "18094",
                        "ObjectRelation": "description",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "d000b825-4610-4fe7-82c4-57cd93d87081",
                        "Value": "Manager",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "Manager",
                        "value2": ""
                    },
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116548",
                        "LastChanged": "2021-07-29T13:57:06Z",
                        "ObjectID": "18094",
                        "ObjectRelation": "make",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "172df931-af26-4644-976b-c442ca0ae002",
                        "Value": "Test",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "Test",
                        "value2": ""
                    },
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116549",
                        "LastChanged": "2021-07-29T13:57:06Z",
                        "ObjectID": "18094",
                        "ObjectRelation": "model",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "539cd3a0-9c34-48d6-97f8-cba7b3955947",
                        "Value": "308 GTS",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "308 GTS",
                        "value2": ""
                    }
                ],
                "Comment": "",
                "Deleted": false,
                "Description": "Vehicle object template to describe a vehicle information and registration",
                "Distribution": "5",
                "EventID": "1655",
                "ID": "18094",
                "LastChanged": "2021-07-29T13:57:06Z",
                "MetaCategory": "misc",
                "Name": "vehicle",
                "SharingGroupID": "0",
                "TemplateUUID": "683c076c-f695-4ff2-8efa-e98a418049f4",
                "TemplateVersion": "3",
                "UUID": "10d9d305-1518-4712-a1e6-385d546e2b27",
                "first_seen": null,
                "last_seen": null
            }
        }
    }
}

Human Readable Output

Object has been added to MISP event ID 1655

misp-add-custom-object


Adds custom objects to MISP.

Base Command

misp-add-custom-object

Input

Argument Name Description Required
event_id ID of the event to add the object to. Required
template Custom Template name. Required
attributes Attributes. For example, {“description”: “Manager Ferrari”, “make”: “Ferrari”, “model”: “308 GTS”}. Required

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed timestamp.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted?.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-custom-object event_id="1572" template="corporate-asset" attributes="{\"asset-type\":\"Server\",\"asset-id\":\"12\",\"text\":\"Asset Details\"}"

misp-add-ip-object


Adds an IP object to the MISP event. The following arguments are optional, but at least one must be supplied for the command to run successfully: “ip”, “dst_port”, “src_port”, “domain”, “hostname”, “ip_src”, and “ip_dst”.

Base Command

misp-add-ip-object

Input

Argument Name Description Required
event_id ID of a MISP event. Required
ip A comma-separated list of IP addresses. Optional
dst_port Destination port number. Optional
src_port Source port number. Optional
domain Domain name. Optional
hostname Hostname. For example, ‘mail123.example.com’. Optional
ip_src IP source address. Optional
ip_dst IP destination address. Optional
first_seen Date when the IP address was first seen. For example, 2019-02-03. Optional
last_seen Date when the IP address was last seen. For example, 2019-02-03. Optional
comment Description of the object to be set as a text attribute. Optional

Context Output

Path Type Description
MISP.Event.ID number MISP event ID.
MISP.Event.Object.MetaCategory String Object meta category.
MISP.Event.Object.Distribution Number Distribution of the object.
MISP.Event.Object.Name String Name of the object.
MISP.Event.Object.TemplateVersion Number Template version of the object.
MISP.Event.Object.EventID Number ID of the event in which the object was first created.
MISP.Event.Object.TemplateUUID String UUID of the template.
MISP.Event.Object.LastChanged String Timestamp when the object was last changed.
MISP.Event.Object.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.ID Number ID of the object.
MISP.Event.Object.UUID String UUID of the object.
MISP.Event.Object.Attribute.Value String Value of the attribute.
MISP.Event.Object.Attribute.EventID Number ID of the first event from which the object originated.
MISP.Event.Object.Attribute.LastChanged Date Attribute last changed timestamp.
MISP.Event.Object.Attribute.Deleted Boolean Whether the object was deleted.
MISP.Event.Object.Attribute.ObjectID Number ID of the object.
MISP.Event.Object.Attribute.DisableCorrelation Boolean Whether correlation is disabled.
MISP.Event.Object.Attribute.ID Unknown ID of the attribute.
MISP.Event.Object.Attribute.ObjectRelation String Relation of the object.
MISP.Event.Object.Attribute.Type String Object type.
MISP.Event.Object.Attribute.UUID String UUID of the attribute.
MISP.Event.Object.Attribute.ToIDs Boolean Whether the to_ids flag is on.
MISP.Event.Object.Attribute.Category String Category of the attribute.
MISP.Event.Object.Attribute.SharingGroupID Number ID of the sharing group.
MISP.Event.Object.Attribute.Comment String Comment of the attribute.
MISP.Event.Object.Description String Description of the object.

Command Example

!misp-add-ip-object event_id=1655 dst_port=4545 ip_src=1.2.4.4 ip_dst=1.5.52.1 src_port=1001 comment=nice

Context Example

{
    "MISP": {
        "Event": {
            "ID": "1655",
            "Object": {
                "Attribute": [
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116540",
                        "LastChanged": "2021-07-29T13:57:02Z",
                        "ObjectID": "18092",
                        "ObjectRelation": "dst-port",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "port",
                        "UUID": "81128f06-1691-4674-bfe2-ffc5f91e4757",
                        "Value": "4545",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "4545",
                        "value2": ""
                    },
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116541",
                        "LastChanged": "2021-07-29T13:57:02Z",
                        "ObjectID": "18092",
                        "ObjectRelation": "src-port",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "port",
                        "UUID": "02845721-f842-4df8-9513-17ecb2b95c08",
                        "Value": "1001",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "1001",
                        "value2": ""
                    },
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116542",
                        "LastChanged": "2021-07-29T13:57:02Z",
                        "ObjectID": "18092",
                        "ObjectRelation": "ip-src",
                        "SharingGroupID": "0",
                        "ToIDs": true,
                        "Type": "ip-src",
                        "UUID": "4656d257-3ee9-417b-89bd-443fb6b61071",
                        "Value": "1.2.4.4",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "1.2.4.4",
                        "value2": ""
                    },
                    {
                        "Category": "Network activity",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": false,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116543",
                        "LastChanged": "2021-07-29T13:57:02Z",
                        "ObjectID": "18092",
                        "ObjectRelation": "ip-dst",
                        "SharingGroupID": "0",
                        "ToIDs": true,
                        "Type": "ip-dst",
                        "UUID": "bc64f4e0-1f16-4c74-b629-bd3df8b10bea",
                        "Value": "1.5.52.1",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "1.5.52.1",
                        "value2": ""
                    },
                    {
                        "Category": "Other",
                        "Comment": "",
                        "Deleted": false,
                        "DisableCorrelation": true,
                        "Distribution": "5",
                        "EventID": "1655",
                        "ID": "116544",
                        "LastChanged": "2021-07-29T13:57:02Z",
                        "ObjectID": "18092",
                        "ObjectRelation": "text",
                        "SharingGroupID": "0",
                        "ToIDs": false,
                        "Type": "text",
                        "UUID": "32c161c2-075c-4eff-9b42-c9dce44334f8",
                        "Value": "nice",
                        "first_seen": null,
                        "last_seen": null,
                        "value1": "nice",
                        "value2": ""
                    }
                ],
                "Comment": "",
                "Deleted": false,
                "Description": "An IP address (or domain or hostname) and a port seen as a tuple (or as a triple) in a specific time frame.",
                "Distribution": "5",
                "EventID": "1655",
                "ID": "18092",
                "LastChanged": "2021-07-29T13:57:02Z",
                "MetaCategory": "network",
                "Name": "ip-port",
                "SharingGroupID": "0",
                "TemplateUUID": "9f8cea74-16fe-4968-a2b4-026676949ac6",
                "TemplateVersion": "8",
                "UUID": "f42d7ca9-de2e-4e62-8814-d95f1e6efa94",
                "first_seen": null,
                "last_seen": null
            }
        }
    }
}

Human Readable Output

Object has been added to MISP event ID 1655

misp-add-user


Add a new user to MISP.

Base Command

misp-add-user

Input

Argument Name Description Required
email The email address of the new user to be added. Required
org_id ID number indicating which organization the new user will be added to. In order to get the org_id, use the command misp-get-organization-info. Required
role_id Role of the new user to be added. In order to get the role_id, use the command misp-get-role-info. Required
password A password for the new user. Ensure that the password is at least 12 characters long, contains at least one upper-case, includes a digit or a special character, and at least one lower-case character. Required

Context Output

Path Type Description
MISP.User.id string MISP user ID.
MISP.User.password string MISP user password.
MISP.User.org_id string MISP user organisation ID.
MISP.User.server_id string MISP user server ID.
MISP.User.email string MISP user email.
MISP.User.autoalert boolean MISP user auto alert.
MISP.User.authkey string MISP User auth key.
MISP.User.invited_by string MISP user invited by.
MISP.User.gpgkey string MISP user GPG key.
MISP.User.certif_public string MISP User public certificate.
MISP.User.nids_sid string MISP user Network Intrusion Detection System (NIDS) Signature ID (SID).
MISP.User.termsaccepted boolean Whether MISP user terms were accepted.
MISP.User.newsread string MISP user news read.
MISP.User.role_id string MISP user role ID.
MISP.User.change_pw boolean Whether the MISP user password was changed.
MISP.User.contactalert boolean MISP user contact alert.
MISP.User.disabled boolean Whether the MISP user was disabled.
MISP.User.expiration string MISP user expiration.
MISP.User.current_login string MISP user current login.
MISP.User.last_login string MISP user last login.
MISP.User.force_logout boolean MISP user force logout.
MISP.User.date_created string MISP user created date.
MISP.User.date_modified string MISP user modified date.

Input

Argument Name Description Required
email The email address of the new user to be added Required
org_id ID number indicating which organization the new user will be added to. Required
role_id Role of the new user to be added. Required
password A password for the new user Required

Context Output

Path Type Description
MISP.User.email string MISP User Email.

Command Example

!misp-add-user email="example@example.com" org_id=1 role_id=1 password=123456789++Qq!

Human Readable Output

MISP add user New user was added to MISP. Email:example@example.com

misp-search-attributes


Search for attributes in MISP.

Base Command

misp-search-attributes

Input

Argument Name Description Required
type The attribute type. Use any valid MISP attribute type. For example: “md5”, “sha1”, “email”, “url”. Optional
value Search for the specified value in the attribute’s value field. For example: “1.2.3.4” (and other IP addresses), “google.com” (and other domains), “www.example.com” (and other URLs). Optional
category The attribute category. Use any valid MISP attribute category. For example: “Other”, “Person”, “Attribution”, “Payload type”. Optional
uuid Return attributes with the given UUID. Alternatively, return all the attributes that are part of the given UUID’s event. For example, 59523300-4be8-4fa6-8867-0037ac110002. Optional
to_ids Whether to return only the attributes set with the “to_ids” flag. The default is to return all attributes with and with out to_ids flag. Possible values are: true, false. Optional
last Search attributes of events published within the last “x” amount of time. Valid time values are days, hours, and minutes. For example, “5d”, “12h”, “30m”. This filter uses the published timestamp of the event. Optional
include_decay_score Whether to return the decay score at the attribute level. Possible values are: true, false. Optional
org Search by the creator organization by supplying the organization identifier. Optional
tags A comma-separated list of tags to include in the results. To exclude a tag, prefix the tag name with “!”. Can be: “AND”, “OR”, and “NOT” followed by “:”. To chain logical operators use “;”. For example, “AND:tag1,tag2;OR:tag3”. Optional
from Events with the date set to a date after the one specified. This filter will use the date of the event. Optional
to Events with the date set to a date before the one specified. This filter will use the date of the event. Optional
event_id A comma-separated list of event IDs. Returns the attributes that are part of the given event IDs. Optional
include_sightings Whether to include the the sightings of the matching attributes. Default is false. Possible values are: true, false. Optional
include_correlations Whether to include the full correlations of the matching attributes. Possible values are: true, false. Default is false. Optional
page If a limit is set, sets the page to be returned. For example, page 3, limit 100 will return records 201->300. Default is 1. Optional
limit Limit the number of attributes returned. Default is 50. Default is 50. Optional
enforceWarninglist Whether to return only the values that are not on the warninglists. Possible values are: true, false. Optional
compact Whether to return only the attribute’s values that match the search query. In case you want to get the full attributes data, set this argument to false. Possible values are: true, false. Default is false. Optional
with_attachments Whether to download attachments from MISP. Possible values are: true, false. Default “false”. Optional

Context Output

Path Type Description
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ObjectID string Attribute’s object ID.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ObjectRelation string Attribute’s object relation.
MISP.Attribute.ShadowAttribute Unknown Attribute shadow attribute.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID number Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.
MISP.Attribute.Event.ID string MISP event ID.
MISP.Attribute.Event.Distribution string MISP event distribution.
MISP.Attribute.Event.Info string MISP event name.
MISP.Attribute.Event.OrganizationID string MISP event organization ID.
MISP.Attribute.Event.OwnerOrganization.ID string MISP event owner organization ID.
MISP.Attribute.Event.UUID string Event UUID.
MISP.Attribute.Object.Distribution Number Distribution of object.
MISP.Attribute.Object.ID Number ID of the object.
MISP.Attribute.Object.SharingGroupID String Object sharing group ID.
MISP.Attribute.Tag.Name string All tag names in the attribute.
MISP.Attribute.Tag.is_galaxy Boolean Is the tag is a galaxy.
MISP.Attribute.Sighting.Type String Sighting type.

Command Example

!misp-search-attributes tags="COVID-19"

Context Example

{
    "MISP": {
        "Attribute": [
            {
                "Category": "Payload delivery",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Distribution": "3",
                    "ID": "149",
                    "Info": "Capitalizing on Coronavirus Panic, Threat Actors Target Victims Worldwide",
                    "OrganizationID": "1",
                    "OwnerOrganization.ID": "8",
                    "UUID": "5e6b322a-9f80-4e2f-9f2a-3cab0a3b4631"
                },
                "EventID": "149",
                "ID": "71703",
                "LastChanged": "2021-07-19T12:44:27Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "Name": "COVID-19",
                        "is_galaxy": null
                    },
                    {
                        "Name": "misp-galaxy:financial-fraud=\"Cash Recovery Scam\"",
                        "is_galaxy": null
                    }
                ],
                "ToIDs": true,
                "Type": "sha256",
                "UUID": "7f78d940-c1f1-4a75-87a5-11b0fcd61e53",
                "Value": "c8466c386261facf38ce62e75a8c6414affbfaed439e91fa00e515e079702fe0",
                "first_seen": null,
                "last_seen": null
            },
            {
                "Category": "Network activity",
                "Comment": "",
                "Deleted": false,
                "DisableCorrelation": false,
                "Distribution": "5",
                "Event": {
                    "Distribution": "1",
                    "ID": "143",
                    "Info": "Recent Qakbot (Qbot) activity",
                    "OrganizationID": "1",
                    "OwnerOrganization.ID": "7",
                    "UUID": "5fd0c599-ab6c-4ba1-a69a-df9ec0a8ab16"
                },
                "EventID": "143",
                "ID": "71740",
                "LastChanged": "2021-06-21T12:35:10Z",
                "ObjectID": "0",
                "ObjectRelation": null,
                "SharingGroupID": "0",
                "Tag": [
                    {
                        "Name": "COVID-19",
                        "is_galaxy": null
                    },
                    {
                        "Name": "misp-galaxy:financial-fraud=\"Compromised Personally Identifiable Information (PII)\"",
                        "is_galaxy": null
                    }
                ],
                "ToIDs": true,
                "Type": "ip-dst",
                "UUID": "de95a690-97b9-491c-bd94-1ab7ee885622",
                "Value": "1.2.4.4",
                "first_seen": null,
                "last_seen": null
            }
        ]
    }
}

Human Readable Output

MISP search-attributes returned 2 attributes

Current page size: 50
Showing page 1

Attribute Category Attribute ID Attribute Tags Attribute Type Attribute Value Event Distribution Event ID Event Info Event Organization ID Event UUID To IDs
Payload delivery 71703 COVID-19,
misp-galaxy:financial-fraud=”Cash Recovery Scam”
sha256 c8466c386261facf38ce62e75a8c6414affbfaed439e91fa00e515e079702fe0 3 149 Capitalizing on Coronavirus Panic, Threat Actors Target Victims Worldwide 1 5e6b322a-9f80-4e2f-9f2a-3cab0a3b4631 true
Network activity 71740 COVID-19,
misp-galaxy:financial-fraud=”Compromised Personally Identifiable Information (PII)”
ip-dst 1.2.4.4 1 143 Recent Qakbot (Qbot) activity 1 5fd0c599-ab6c-4ba1-a69a-df9ec0a8ab16 true

Breaking changes from the previous version of this integration - MISP v3

Reputation commands

The main change in this version is that searching indicators (reputation commands) is implemented with search-attributes (and not with search-events as in previous version).
Please see the new commands (ip, file, url…) context output for details.

Commands

The following commands were removed in this version

  • misp-add-tag - replaced by both misp-add-tag-to-event and misp-add-tag-to-attribute.
  • misp-download-sample - removed as download sample is not supported by the new PYMISP version.
  • misp-upload-sample - removed as upload sample is not supported by the new PYMISP version.

Arguments

The following arguments were removed in this version

  • In the misp-create-event command, the id argument was replaced by event_id.

  • In the misp-add-domain-object command, the dns argument was replaced by ip.

The behavior of the following arguments was changed

  • In the misp-add-events-from-feed command:
    • feed - is now required.
    • limit - the default value was changed from ‘0’ to ‘2’.
  • In the misp-create-event command, the default value of the to_ids argument was changed from ‘false’ to ‘true’.

Additional Considerations for this version

Indicator Scoring

In MISP V3, indicator scoring is calculated depending on MISP’s tags. In case no tags were found, the score
is calculated by the event’s threat level ID.

  • Indicators of attributes and events that have tags that are configured as malicious will be scored 3 (i.e., malicious).
  • Indicators of attributes and events that have tags that are configured as suspicious will be scored 2 (i.e., suspicious).
  • Indicators of attributes and events that have tags that are configured as benign will be scored 1 (i.e., benign).
  • Indicators of attributes and events that don’t have any tags that are configured as suspicious nor malicious will be scored by their events’ threat level ID.
  • Threat level ID with a value of 1, 2, or 3 will be scored 3 (i.e., malicious).
  • Threat level ID with a value of 4 will be scored 0 (i.e., unknown).

When configuring an instance, you should set:

  • Malicious tag IDs with tag IDs that would be calculated as malicious.
  • Suspicious tag IDs with tag IDs that would be calculated as suspicious.
  • Benign tag IDs with tag IDs that would be calculated as benign.

misp-update-attribute


Update an attribute of an existing MISP event.

Base Command

misp-update-attribute

Input

Argument Name Description Required
attribute_uuid UUID of the attribute to be updated. Required
type Attribute type. For example: “md5”, “sha1”, “email”, “url”. Optional
category Attribute category. For example: “Other”, “Person”, “Attribution”, “Payload type”. Optional
distribution Where to distribute the event. Possible values: “Your_organization_only”, “This_community_only”, “Connected_communities”, “All_communities”, and “Inherit_event”. Possible values are: Your_organization_only, This_community_only, Connected_communities, All_communities, Inherit_event. Optional
comment Comment for the attribute. Optional
value Attribute value. For example: “1.2.3.4” (and other IP addresses), “google.com” (and other domains), “www.example.com” (and other URLs). Optional
first_seen Updated date when the attribute was first seen. For example, 2019-02-03. Optional
last_seen Updated date when the attribute was last seen. For example, 2019-02-03. Optional

Context Output

Path Type Description
MISP.Attribute.Distribution string Attribute distribution.
MISP.Attribute.Value string Attribute value.
MISP.Attribute.EventID string Attribute event ID.
MISP.Attribute.last_seen string Attribute last_seen timestamp.
MISP.Attribute.first_seen string Attribute first_seen timestamp.
MISP.Attribute.LastChanged date Attribute last changed timestamp.
MISP.Attribute.Deleted boolean Is the attribute deleted.
MISP.Attribute.DisableCorrelation boolean Is attribute correlation disabled.
MISP.Attribute.Type string Attribute type.
MISP.Attribute.ID string Attribute ID.
MISP.Attribute.UUID string Attribute UUID.
MISP.Attribute.ToIDs boolean Is the Intrusion Detection System flag set.
MISP.Attribute.Category string Attribute category.
MISP.Attribute.SharingGroupID string Attribute sharing group ID.
MISP.Attribute.Comment string Attribute comment.

Command Example

!misp-update-attribute attribute_uuid=c0ba7147-d99a-418a-a23a-d9be62590c33 category=Other

Human Readable Output

MISP update attribute

Attribute: c0ba7147-d99a-418a-a23a-d9be62590c33 was updated.

misp-delete-attribute


Delete an attribute according to the given attribute ID.

Base Command

misp-delete-attribute

Input

Argument Name Description Required
attribute_id Attribute ID to delete. Required

Context Output

There is no context output for this command.

Command example

!misp-delete-attribute attribute_id=3f5917b3-100c-4e21-91c3-48b265337232

Human Readable Output

Attribute 3f5917b3-100c-4e21-91c3-48b265337232 has been deleted

misp-publish-event


Publish an event.

Base Command

misp-publish-event

Input

Argument Name Description Required
event_id Event ID to be published. Required
alert Whether to send an email. The default is to not send a mail. Possible values are: true, false. Optional

Context Output

There is no context output for this command.

Command example

!misp-publish-event event_id=20536

Human Readable Output

Event 20536 has been published

misp-set-event-attributes


Set event attributes according to the given attributes data.

Base Command

misp-set-event-attributes

Input

Argument Name Description Required
event_id Event ID to set attributes for. Required
attribute_data Adjust current attributes of an event to match the given attribute data. Has to be json formated list with attributes that should be part of the event. E.g.: [{“type”:”domain”,”value”:”target.domain”},{“type”:”ip-dst”,”value”:”1.2.3.4”}]. Required

Context Output

There is no context output for this command.

misp-check-warninglist


Check a list of indicator values against the MISP warninglist.

Base Command

misp-check-warninglist

Input

Argument Name Description Required
value Indicator values to check against the MISP warninglist. Required

Context Output

Path Type Description
MISP.Warninglist.Count number Count on how many warninglists the value was found.
MISP.Warninglist.Value string Value checked.
MISP.Warninglist.Lists string Name of warninglists where the value was found.

misp-get-organization-info


Display the organization IDs and names.

Base Command

misp-get-organization-info

Input

| Argument Name | Description | Required |
| — | — | — |

Context Output

Path Type Description
MISP.Organization.org_id string MISP organization ID.
MISP.Organization.org_name string MISP organization name.

misp-get-role-info


Display role names and role ids.

Base Command

misp-get-role-info

Input

| Argument Name | Description | Required |
| — | — | — |

Context Output

Path Type Description
MISP.Role.role_id string MISP role ID.
MISP.Role.role_name string MISP role name.

Command Example


#### Human Readable Output

>### MISP Roles
>
>|id|name|
>|---|---|
>| 1 | rolename |

### misp-get-warninglists

***
Gets all warninglists from MISP

#### Base Command

`misp-get-warninglists`

#### Input

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |

#### Context Output

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| MISP.Warninglist.ID | number | The ID of the warninglist. |
| MISP.Warninglist.Name | string | The warninglist's name. |
| MISP.Warninglist.Type | string | MISP warninglist type. |
| MISP.Warninglist.Description | string | Description of the warninglist. |
| MISP.Warninglist.Version | number | The warninglist version number. |
| MISP.Warninglist.Enabled | boolean | Whether the warninglist is enabled. |
| MISP.Warninglist.Default | boolean | Whether the warninglist is set as default. |
| MISP.Warninglist.Entries | dict | The warninglist entries. |
| MISP.Warninglist.Attributes | dict | The valid attribute types for this warninglist. |

#### Command Example

```!misp-get-warninglists```

#### Human Readable Output

>### MISP
>
>|ID|Name|Type|Description|Version|Enabled|Default|Category|Attributes|
>|---|---|---|---|---|---|---|---|---|---|
>| 1 | List | string | An example list | 1 | true | true | false_positive | hostname |
>| 2 | Another list | cidr | An example of another list | 42 | false | false | false_positive | url |

### misp-change-warninglist

***
Changes a warninglist in MISP.
This command only changes the values supplied through the parameters of this command (in a non idempotent way).

#### Base Command

`misp-change-warninglist`

#### Input

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| id | ID of the warninglist to update. | Required |
| name | Updated name of the warninglist. | Optional |
| type | Updated type of the warninglist. | Optional |
| description | Updated description of the warninglist. | Optional |
| version | Updated version number of the warninglist. | Optional |
| default | Whether the warninglist should be set as default. | Optional |

#### Context Output

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| MISP.Warninglist.ID | number | The ID of the warninglist. |
| MISP.Warninglist.Name | string | The warninglist's name. |
| MISP.Warninglist.Type | string | MISP warninglist type. |
| MISP.Warninglist.Description | string | Description of the warninglist. |
| MISP.Warninglist.Version | number | The warninglist version number. |
| MISP.Warninglist.Enabled | boolean | Whether the warninglist is enabled. |
| MISP.Warninglist.Default | boolean | Whether the warninglist is set as default. |
| MISP.Warninglist.Category | string | The category of the MISP warninglist. |
| MISP.Warninglist.Entries | dict | The warninglist entries. |
| MISP.Warninglist.Attributes | dict | The valid attribute types for this warninglist. |

#### Command Example

```!misp-change-warninglist id=1234 name="Changed list name" values="1.2.3.4,5.6.7.8" types="ip-src,ip-dst"```

```json
{
    "MISP": {
        "Warninglist": [ 
            {
                "ID": 1234,
                "Name": "Changed list name",
                "Type": "string",
                "Description": "The entries in this list have been changed",
                "Version": 42,
                "Enabled": false,
                "Default": false,
                "Category": "false_positive",
                "Attributes": [
                    "ip-src",
                    "ip-dst"
                ],
                "Entries": [
                    {
                        "Comment": null,
                        "ID": null,
                        "Value": "1.2.3.4",
                        "WarninglistID": null
                    },
                    {
                        "Comment": null,
                        "ID": null,
                        "Value": "5.6.7.8",
                        "WarninglistID": null
                    }
                ]
            }
        ]
    }
}

Human Readable Output

MISP Warninglist

ID Name Type Description Version Enabled Default Category Attributes
1234 Changed list name string An example of an existing description 1 true true false_positive ip-src, ip-dst

Entries in MISP Warninglist

Value
1.2.3.4
5.6.7.8

misp-get-warninglist


Get a specific warninglist by its ID.

Base Command

misp-get-warninglist

Input

Argument Name Description Required
id ID of the warninglist. Required

Context Output

Path Type Description
MISP.Warninglist.ID number The ID of the warninglist.
MISP.Warninglist.Name string The warninglist’s name.
MISP.Warninglist.Type string MISP warninglist type.
MISP.Warninglist.Description string Description of the warninglist.
MISP.Warninglist.Version number The warninglist version number.
MISP.Warninglist.Enabled boolean Whether the warninglist is enabled.
MISP.Warninglist.Default boolean Whether the warninglist is set as default.
MISP.Warninglist.Category string The category of the MISP warninglist.
MISP.Warninglist.Entries unknown The warninglist entries.
MISP.Warninglist.Attributes unknown The valid attribute types for this warninglist.

Command Example

!misp-get-warninglist id=1234

Context Example

{
    "MISP": {
        "Warninglist": [ 
            {
                "ID": 1234,
                "Name": "Hello XSOAR!",
                "Type": "string",
                "Description": "The Quick Brown Fox Jumped Over The Lazy Dog",
                "Version": 1,
                "Enabled": false,
                "Default": false,
                "Category": "false_positive",
                "Attributes": [
                    "attrib1",
                    "attrib2"
                ],
                "Entries": [
                    {
                        "ID": 12345,
                        "Value": "test",
                        "WarninglistID": 1,
                        "Comment": null
                    },
                    {
                        "ID": 56789,
                        "Value": "another-test",
                        "WarninglistID": 1,
                        "Comment": null
                    }
                ]
            }
        ]
    }
}

Human Readable Output

MISP Warninglist

ID Name Type Description Version Enabled Default Category Attributes
1234 Example List Name string An example of a warninglist in MISP 1 true true false_positive hostname

Entries in MISP Warninglist

ID Value Description
123 hostname.example.local An example of a hostname

Configuration parameters

  • url — MISP server URL (e.g., https://192.168.0.1) (required)
  • credentials
  • certificate — Client Certificate
  • check_to_ids — Use IDS flag
  • allowed_orgs — ORG names to use for reputation checks
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)
  • malicious_tag_ids — Malicious tag IDs
  • suspicious_tag_ids — Suspicious tag IDs
  • benign_tag_ids — Benign tag IDs
  • search_warninglists — Should the warninglists be considered when searching for an attribute
  • integrationReliability — Source Reliability (required)
  • attributes_limit — Maximum attributes to be returned

Commands (34)

  • domain

    Checks the reputation of the given domain.

  • email

    Checks the reputation of the given email address.

  • file

    Checks the file reputation of the given hash.

  • ip

    Checks the reputation of an IP address.

  • misp-add-attribute

    Adds an attribute to an existing MISP event.

  • misp-add-custom-object

    Adds custom objects to MISP.

  • misp-add-domain-object

    Adds a domain object to MISP.

  • misp-add-email-object

    Adds an email object to the specified event ID.

  • misp-add-events-from-feed

    Adds an OSINT feed. Only feeds in the misp format are allowed. For example have manifest.json.

  • misp-add-file-object

    Adds a file object to the specified event ID.

  • misp-add-ip-object

    Adds an IP object to the MISP event. The following arguments are optional, but at least one must be supplied for the command to run successfully: "ip", "dst_port", "src_port", "domain", "hostname", "ip_src", and "ip_dst".

  • misp-add-object

    Adds any other object to MISP.

  • misp-add-sighting

    Add sighting to an attribute.

  • misp-add-tag-to-attribute

    Adds a tag to the given UUID attribute.

  • misp-add-tag-to-event

    Adds a tag to the given UUID event .

  • misp-add-url-object

    Adds a URL object to an MISP event.

  • misp-add-user

    Add a new user to MISP.

  • misp-change-warninglist

    Changes a warninglist in MISP.

  • misp-check-warninglist

    Check a list of indicator values against the MISP warninglist.

  • misp-create-event

    Creates a new MISP event.

  • misp-delete-attribute

    Delete an attribute according to the given attribute ID.

  • misp-delete-event

    Deletes an event according to the given event ID.

  • misp-get-organization-info

    Display the organization IDs and names.

  • misp-get-role-info

    Display role names and role IDs.

  • misp-get-warninglist

    Get a specific warninglist by its ID.

  • misp-get-warninglists

    Gets all warninglists from MISP

  • misp-publish-event

    Publish an event.

  • misp-remove-tag-from-attribute

    Removes a tag from the given UUID attribute.

  • misp-remove-tag-from-event

    Removes a tag from the given UUID event .

  • misp-search-attributes

    Search for attributes in MISP.

  • misp-search-events

    Search for events in MISP. This search command will return only information about the matched events. To get information about attributes, use the misp-search-attributes command.

  • misp-set-event-attributes

    Set event attributes according to the given attributes data.

  • misp-update-attribute

    Update an attribute of an existing MISP event.

  • url

    Checks the reputation of the given URL.

category: Data Enrichment & Threat Intelligence
provider: Open Source
commonfields:
  id: MISP V3
  version: -1
sectionorder:
- Connect
- Collect
configuration:
- display: MISP server URL (e.g., https://192.168.0.1)
  name: url
  required: true
  type: 0
  section: Connect
- displaypassword: API Key
  name: credentials
  type: 9
  hiddenusername: true
  display: ""
  required: false
  section: Connect
- display: Client Certificate
  displaypassword: Private Key
  name: certificate
  type: 9
  required: false
  section: Connect
- display: Use IDS flag
  name: check_to_ids
  defaultvalue: "true"
  type: 8
  required: false
  additionalinfo: This is to enable checking the boolean flag to_ids. The flag allows you to indicate if an attribute should be actionable or not.
  section: Collect
- display: ORG names to use for reputation checks
  name: allowed_orgs
  type: 12
  required: false
  additionalinfo: Comma-separated list of allowed TI providers (orgc in MISP events). When pulling data from MISP you may have data coming from a reliable source. However, some of the orgs are including things like 8.8.8.8 in their feeds. This parameter is used to filter such orgs out by specifying the exact list of orgs to trust.
  section: Collect
- display: Use system proxy settings
  name: proxy
  type: 8
  required: false
  section: Connect
- display: Trust any certificate (not secure)
  name: insecure
  type: 8
  required: false
  section: Connect
- additionalinfo: Comma-separated list of event's or attribute's malicious tag IDs. Malicious tags are stronger than suspicious tags.
  display: Malicious tag IDs
  name: malicious_tag_ids
  type: 12
  required: false
  section: Collect
- additionalinfo: Comma-separated list of event's or attribute's suspicious tag IDs. Malicious tags are stronger than suspicious tags.
  display: Suspicious tag IDs
  name: suspicious_tag_ids
  type: 12
  required: false
  section: Collect
- additionalinfo: Comma-separated list of event's or attribute's benign tag IDs. Malicious and suspicious tags are stronger than benign tags.
  display: Benign tag IDs
  name: benign_tag_ids
  type: 12
  required: false
  section: Collect
- display: Should the warninglists be considered when searching for an attribute
  name: search_warninglists
  defaultvalue: "false"
  type: 8
  required: false
  section: Collect
- additionalinfo: Reliability of the source providing the intelligence data.
  defaultvalue: B - Usually reliable
  display: Source Reliability
  name: integrationReliability
  options:
  - A+ - 3rd party enrichment
  - A - Completely reliable
  - B - Usually reliable
  - C - Fairly reliable
  - D - Not usually reliable
  - E - Unreliable
  - F - Reliability cannot be judged
  required: true
  type: 15
  section: Collect
- additionalinfo: This field limits the number of attributes that will be written to the context for every reputation command. Raising the number of attributes may result in high memory and disk usage.
  defaultvalue: '20'
  display: Maximum attributes to be returned
  name: attributes_limit
  type: 0
  required: false
  section: Collect
description: Malware information sharing platform and threat sharing.
display: MISP v3
name: MISP V3
script:
  commands:
  - arguments:
    - description: 'Search for events that include the specified attribute type. Use any valid MISP attribute type. For example: "md5", "sha1", "email", "url".'
      name: type
    - description: 'Search for events that include the specified attribute value. For example: "1.2.3.4" (and other IP addresses), "google.com" (and other domains), "www.example.com" (and other URLs).'
      name: value
    - description: 'Search for events that include the specified attribute category. Use any valid MISP attribute category. For example: "Other", "Person", "Attribution", "Payload type".'
      name: category
    - description: Search by creator organization by supplying the organization ID.
      name: org
    - description: 'A comma-separated list of tags to include in the results. To exclude a tag, prefix the tag name with "!". Can be: "AND", "OR", and "NOT" followed by ":". To chain logical operators use ";". For example, "AND:tag1,tag2;OR:tag3".'
      name: tags
    - description: Event search start date in the format yyyy-mm-dd. For example, 2015-02-15. This date refers to the event creation date.
      name: from
    - description: Event search end date in the format yyyy-mm-dd. For example, 2015-02-15. This date refers to the event creation date.
      name: to
    - description: Events published within the last "x" amount of time. Valid time values are days, hours, and minutes. For example, "5d", "12h", "30m". This filter uses the published timestamp of the event.
      name: last
    - description: A comma-separated list of event IDs to be returned by the search.
      isArray: true
      name: event_id
    - description: The event UUID to be returned by the search. For example, 59523300-4be8-4fa6-8867-0037ac110002.
      name: uuid
    - description: If a limit is set, sets the page to be returned. For example, page 3, limit 100 will return records 201->300.
      defaultValue: '1'
      name: page
    - description: Limit the number of events returned.
      name: limit
      defaultValue: '50'
    - auto: PREDEFINED
      description: Whether to return the event related feeds. Possible values are "true" and "false". Note, Only if this argument set to "true" the response will include attributes' feed hits values.
      name: include_feed_correlations
      predefined:
      - 'true'
      - 'false'
    - description: 'Search for events that include match the searchstring in the events info field.'
      name: eventinfo
    description: Search for events in MISP. This search command will return only information about the matched events. To get information about attributes, use the misp-search-attributes command.
    name: misp-search-events
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: number
    - contextPath: MISP.Event.EventCreatorEmail
      description: Email address of the event creator.
      type: string
    - contextPath: MISP.Event.Info
      description: Event name.
      type: string
    - contextPath: MISP.Event.AttributeCount
      description: Number of attributes of the event.
      type: string
    - contextPath: MISP.Event.OrganizationID
      description: Event organization ID.
      type: string
    - contextPath: MISP.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Event.Locked
      description: Is the event locked.
      type: boolean
    - contextPath: MISP.Event.Organization.ID
      description: Organization ID.
      type: number
    - contextPath: MISP.Event.Organization.Name
      description: Organization name.
      type: string
    - contextPath: MISP.Event.Organization.UUID
      description: Organization UUID.
      type: string
    - contextPath: MISP.Event.Organization.local
      description: Is the organization local.
      type: boolean
    - contextPath: MISP.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: number
    - contextPath: MISP.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.local
      description: Is the owner organization local.
      type: boolean
    - contextPath: MISP.Event.ProposalEmailLock
      description: Is email lock proposed.
      type: boolean
    - contextPath: MISP.Event.LastChanged
      description: Last change event timestamp.
      type: date
    - contextPath: MISP.Event.Galaxy.Description
      description: Event's galaxy description.
      type: string
    - contextPath: MISP.Event.Galaxy.Name
      description: Galaxy name.
      type: string
    - contextPath: MISP.Event.Galaxy.Type
      description: Galaxy type.
      type: string
    - contextPath: MISP.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Event.DisableCorrelation
      description: Is correlation disabled.
      type: boolean
    - contextPath: MISP.Event.UUID
      description: Event UUID.
      type: string
    - contextPath: MISP.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Event.Tag.Name
      description: All tag names in the event.
      type: string
    - contextPath: MISP.Event.Tag.is_galaxy
      description: Is the tag galaxy.
      type: boolean
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Feed.ID
      description: Feed id.
      type: String
    - contextPath: MISP.Event.Feed.Name
      description: Feed name.
      type: String
    - contextPath: MISP.Event.Feed.Provider
      description: Feed provider.
      type: String
    - contextPath: MISP.Event.Feed.SourceFormat
      description: Feed source format (MISP for example).
      type: String
    - contextPath: MISP.Event.Feed.URL
      description: Feed url.
      type: String
    - contextPath: MISP.Event.Feed.EventUUIDS
      description: List of event uuids include the feed.
      type: Unknown
    - contextPath: MISP.Event.Attribute.Feed.ID
      description: Attribute feed id.
      type: String
    - contextPath: MISP.Event.Attribute.Feed.Name
      description: Attribute feed name.
      type: String
    - contextPath: MISP.Event.Attribute.Feed.Provider
      description: Attribute feed provider.
      type: String
    - contextPath: MISP.Event.Attribute.Feed.SourceFormat
      description: Attribute feed source format (MISP for example).
      type: String
    - contextPath: MISP.Event.Attribute.Feed.URL
      description: Attribute feed url.
      type: String
    - contextPath: MISP.Event.Attribute.Feed.EventUUIDS
      description: List of event uuids include the attribute feed.
      type: Unknown
    - contextPath: MISP.Event.Attribute.ID
      description: MISP attribute ID.
      type: String
    - contextPath: MISP.Event.Attribute.Value
      description: MISP attribute value.
      type: String
  - arguments:
    - default: true
      description: Domain to search.
      isArray: true
      name: domain
      required: true
    description: Checks the reputation of the given domain.
    name: domain
    outputs:
    - contextPath: Domain.Name
      description: The domain of the indicator.
      type: String
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Reliability
      description: Reliability of the source providing the intelligence data.
      type: String
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.LastChanged
      description: Last change event timestamp.
      type: string
    - contextPath: MISP.Attribute.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Attribute.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Attribute.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Attribute.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.local
      description: Is owner organization local.
      type: boolean
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Attribute.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.Name
      description: Event tag name.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.ID
      description: Event tag ID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.ID
      description: Attribute tag ID.
      type: string
    - contextPath: MISP.Attribute.Sighting.Type
      description: Attribute's sighting type.
      type: string
  - arguments:
    - default: true
      description: Email address to search.
      isArray: true
      name: email
      required: true
    description: Checks the reputation of the given email address.
    name: email
    outputs:
    - contextPath: Email.Address
      description: The email address of the indicator.
      type: String
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Reliability
      description: Reliability of the source providing the intelligence data.
      type: String
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.LastChanged
      description: Last change event timestamp.
      type: string
    - contextPath: MISP.Attribute.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Attribute.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Attribute.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Attribute.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.local
      description: Is owner organization local.
      type: boolean
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Attribute.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.Name
      description: Event tag name.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.ID
      description: Event tag ID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.ID
      description: Attribute tag ID.
      type: string
    - contextPath: MISP.Attribute.Sighting.Type
      description: Attribute's sighting type.
      type: string
  - arguments:
    - default: true
      description: Hash of the file to query. Supports MD5, SHA-1, and SHA-256.
      isArray: true
      name: file
      required: true
    description: Checks the file reputation of the given hash.
    name: file
    outputs:
    - contextPath: File.SHA1
      description: The SHA1 hash of the file.
      type: String
    - contextPath: File.SHA256
      description: The SHA256 hash of the file.
      type: String
    - contextPath: File.MD5
      description: The MD5 hash of the file.
      type: String
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Reliability
      description: Reliability of the source providing the intelligence data.
      type: String
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.LastChanged
      description: Last change event timestamp.
      type: string
    - contextPath: MISP.Attribute.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Attribute.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Attribute.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Attribute.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.local
      description: Is owner organization local.
      type: boolean
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Attribute.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.Name
      description: Event tag name.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.ID
      description: Event tag ID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.ID
      description: Attribute tag ID.
      type: string
    - contextPath: MISP.Attribute.Sighting.Type
      description: Attribute's sighting type.
      type: string
  - arguments:
    - default: true
      description: URL to check.
      isArray: true
      name: url
      required: true
    description: Checks the reputation of the given URL.
    name: url
    outputs:
    - contextPath: URL.Data
      description: The URL of the indicator.
      type: String
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Reliability
      description: Reliability of the source providing the intelligence data.
      type: String
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.LastChanged
      description: Last change event timestamp.
      type: string
    - contextPath: MISP.Attribute.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Attribute.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Attribute.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Attribute.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.local
      description: Is owner organization local.
      type: boolean
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Attribute.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.Name
      description: Event tag name.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.ID
      description: Event tag ID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.ID
      description: Attribute tag ID.
      type: string
    - contextPath: MISP.Attribute.Sighting.Type
      description: Attribute's sighting type.
      type: string
  - arguments:
    - default: true
      description: IP address to check.
      isArray: true
      name: ip
      required: true
    description: Checks the reputation of an IP address.
    name: ip
    outputs:
    - contextPath: IP.Address
      description: The IP address.
      type: String
    - contextPath: DBotScore.Indicator
      description: The indicator that was tested.
      type: String
    - contextPath: DBotScore.Type
      description: The indicator type.
      type: String
    - contextPath: DBotScore.Vendor
      description: The vendor used to calculate the score.
      type: String
    - contextPath: DBotScore.Score
      description: The actual score.
      type: Number
    - contextPath: DBotScore.Reliability
      description: Reliability of the source providing the intelligence data.
      type: String
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.LastChanged
      description: Last change event timestamp.
      type: string
    - contextPath: MISP.Attribute.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Attribute.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Attribute.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Attribute.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.local
      description: Is owner organization local.
      type: boolean
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Attribute.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.Name
      description: Event tag name.
      type: string
    - contextPath: MISP.Attribute.Event.Tag.ID
      description: Event tag ID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.ID
      description: Attribute tag ID.
      type: string
    - contextPath: MISP.Attribute.Sighting.Type
      description: Attribute's sighting type.
      type: string
  - arguments:
    - defaultValue: other
      description: 'Attribute type to be created as part of the new event. For example: "md5", "sha1", "email", "url".'
      name: type
    - defaultValue: External analysis
      description: 'Attribute category to be created as part of the new event. For example: "Other", "Person", "Attribution", "Payload type".'
      name: category
    - auto: PREDEFINED
      defaultValue: 'true'
      description: 'Whether to create the event''s attribute with the Intrusion Detection System flag. Possible values are: true, false.'
      name: to_ids
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      defaultValue: Your_organization_only
      description: 'Where to distribute the event. Possible values: "Your_organization_only", "This_community_only", "Connected_communities", "All_communities", "Sharing_group" and "Inherit_event".'
      name: distribution
      predefined:
      - Your_organization_only
      - This_community_only
      - Connected_communities
      - All_communities
      - Sharing_group
      - Inherit_event
    - description: Attribute comment to be created as part of the new event.
      name: comment
    - description: 'Attribute value to be created as part of the new event. For example: "1.2.3.4" (and other IP addresses), "google.com" (and other domains), "www.example.com" (and other URLs).'
      name: value
      required: true
    - default: true
      description: Event name.
      name: info
      required: true
    - auto: PREDEFINED
      defaultValue: 'false'
      description: 'Whether to publish the event. Possible values: "false" and "true".'
      name: published
      predefined:
      - 'false'
      - 'true'
    - auto: PREDEFINED
      defaultValue: High
      description: 'MISP Threat level ID. Possible values: "High", "Medium", "Low", and "Unknown".'
      name: threat_level_id
      predefined:
      - High
      - Medium
      - Low
      - Unknown
    - auto: PREDEFINED
      defaultValue: initial
      description: 'The analysis event level. Possible values: "initial", "ongoing", and "completed".'
      name: analysis
      predefined:
      - initial
      - ongoing
      - completed
    - description: Sharing group ID. Mandatory when Sharing_group distribution is set.
      name: sharing_group_id
    - description: Set the creation date for the event in the format YYYY-MM-DD.
      name: creation_date
    description: Creates a new MISP event.
    name: misp-create-event
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: number
    - contextPath: MISP.Event.EventCreatorEmail
      description: Email address of the event creator.
      type: string
    - contextPath: MISP.Event.Info
      description: Event name.
      type: string
    - contextPath: MISP.Event.AttributeCount
      description: Number of attributes of the event.
      type: string
    - contextPath: MISP.Event.OrganizationID
      description: Event organization ID.
      type: string
    - contextPath: MISP.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Event.Locked
      description: Is the event locked.
      type: boolean
    - contextPath: MISP.Event.Organization.ID
      description: Organization ID.
      type: number
    - contextPath: MISP.Event.Organization.Name
      description: Organization name.
      type: string
    - contextPath: MISP.Event.Organization.UUID
      description: Organization UUID.
      type: string
    - contextPath: MISP.Event.Organization.local
      description: Is the organization local.
      type: boolean
    - contextPath: MISP.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: number
    - contextPath: MISP.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.local
      description: Is the owner organization local.
      type: boolean
    - contextPath: MISP.Event.ProposalEmailLock
      description: If email lock is proposed.
      type: boolean
    - contextPath: MISP.Event.LastChanged
      description: Last change event timestamp.
      type: date
    - contextPath: MISP.Event.Galaxy.Description
      description: Event's galaxy description.
      type: string
    - contextPath: MISP.Event.Galaxy.Name
      description: Galaxy name.
      type: string
    - contextPath: MISP.Event.Galaxy.Type
      description: Galaxy type.
      type: string
    - contextPath: MISP.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Event.DisableCorrelation
      description: Is correlation disabled.
      type: boolean
    - contextPath: MISP.Event.UUID
      description: Event UUID.
      type: string
    - contextPath: MISP.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Event.Tag.Name
      description: All tag names in the event.
      type: string
    - contextPath: MISP.Event.Tag.is_galaxy
      description: Is the tag galaxy.
      type: boolean
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
  - arguments:
    - description: MISP event ID.
      name: event_id
      required: true
    - defaultValue: other
      description: 'Attribute type. For example: "md5", "sha1", "email", "url".'
      name: type
    - defaultValue: External analysis
      description: 'Attribute category. For example: "Other", "Person", "Attribution", "Payload type".'
      name: category
    - auto: PREDEFINED
      defaultValue: 'true'
      description: 'Whether to create the attribute with the Intrusion Detection System flag. Possible values are: true, false.'
      name: to_ids
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      defaultValue: Inherit_event
      description: 'Where to distribute the event. Possible values: "Your_organization_only", "This_community_only", "Connected_communities", "Sharing_group", "All_communities", and "Inherit_event".'
      name: distribution
      predefined:
      - Your_organization_only
      - This_community_only
      - Connected_communities
      - All_communities
      - Sharing_group
      - Inherit_event
    - description: Comment for the attribute.
      name: comment
    - description: 'A comma-separated list of attribute values. For example: "1.2.3.4,1.1.1.1" (and other IP addresses), "google.com" (and other domains), "www.example.com" (and other URLs).'
      isArray: true
      name: value
      required: true
    - description: Sharing group ID. Mandatory when Sharing_group distribution is set.
      name: sharing_group_id
    description: Adds an attribute to an existing MISP event.
    name: misp-add-attribute
    outputs:
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Event owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
  - arguments:
    - description: Event ID to delete.
      name: event_id
      required: true
    description: Deletes an event according to the given event ID.
    name: misp-delete-event
  - arguments:
    - description: UUID of the event. For example, 59575300-4be8-4ff6-8767-0037ac110032.
      name: uuid
      required: true
    - description: Tag to remove from the event.
      name: tag
      required: true
    description: Removes a tag from the given UUID event .
    name: misp-remove-tag-from-event
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: number
    - contextPath: MISP.Event.EventCreatorEmail
      description: Email address of the event creator.
      type: string
    - contextPath: MISP.Event.Info
      description: Event name.
      type: string
    - contextPath: MISP.Event.AttributeCount
      description: Number of attributes of the event.
      type: string
    - contextPath: MISP.Event.OrganizationID
      description: Event organization ID.
      type: string
    - contextPath: MISP.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Event.Locked
      description: Is the event locked.
      type: boolean
    - contextPath: MISP.Event.Organization.ID
      description: Organization ID.
      type: number
    - contextPath: MISP.Event.Organization.Name
      description: Organization name.
      type: string
    - contextPath: MISP.Event.Organization.UUID
      description: Organization UUID.
      type: string
    - contextPath: MISP.Event.Organization.local
      description: Is the organization local.
      type: boolean
    - contextPath: MISP.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: number
    - contextPath: MISP.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.local
      description: Is the owner organization local.
      type: boolean
    - contextPath: MISP.Event.ProposalEmailLock
      description: If email lock proposed.
      type: boolean
    - contextPath: MISP.Event.LastChanged
      description: Last change event timestamp.
      type: date
    - contextPath: MISP.Event.Galaxy.Description
      description: Event's galaxy description.
      type: string
    - contextPath: MISP.Event.Galaxy.Name
      description: Galaxy name.
      type: string
    - contextPath: MISP.Event.Galaxy.Type
      description: Galaxy type.
      type: string
    - contextPath: MISP.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Event.DisableCorrelation
      description: Is correlation disabled.
      type: boolean
    - contextPath: MISP.Event.UUID
      description: Event UUID.
      type: string
    - contextPath: MISP.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Event.Tag.Name
      description: All tag names in the event.
      type: string
    - contextPath: MISP.Event.Tag.is_galaxy
      description: Is the tag galaxy.
      type: boolean
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
  - arguments:
    - description: UUID of the event. For example, 59575300-4be8-4ff6-8767-0037ac110032.
      name: uuid
      required: true
    - description: Tag to add to the event.
      name: tag
      required: true
    - auto: PREDEFINED
      description: Whether to add the tag as a local tag.
      name: is_local
      predefined:
      - 'true'
      - 'false'
    description: Adds a tag to the given UUID event .
    name: misp-add-tag-to-event
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Event.ThreatLevelID
      description: Threat level of the MISP event (1 High, 2 Medium, 3 Low, 4 Undefined).
      type: string
    - contextPath: MISP.Event.PublishTimestamp
      description: Timestamp of the publish time (if published).
      type: number
    - contextPath: MISP.Event.EventCreatorEmail
      description: Email address of the event creator.
      type: string
    - contextPath: MISP.Event.Info
      description: Event name.
      type: string
    - contextPath: MISP.Event.AttributeCount
      description: Number of attributes of the event.
      type: string
    - contextPath: MISP.Event.OrganizationID
      description: Event organization ID.
      type: string
    - contextPath: MISP.Event.CreationDate
      description: Event creation date.
      type: date
    - contextPath: MISP.Event.Locked
      description: Is the event locked.
      type: boolean
    - contextPath: MISP.Event.Organization.ID
      description: Organization ID.
      type: number
    - contextPath: MISP.Event.Organization.Name
      description: Organization name.
      type: string
    - contextPath: MISP.Event.Organization.UUID
      description: Organization UUID.
      type: string
    - contextPath: MISP.Event.Organization.local
      description: Is the organization local.
      type: boolean
    - contextPath: MISP.Event.OwnerOrganization.ID
      description: Owner organization ID.
      type: number
    - contextPath: MISP.Event.OwnerOrganization.Name
      description: Owner organization name.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.UUID
      description: Owner organization UUID.
      type: string
    - contextPath: MISP.Event.OwnerOrganization.local
      description: Is the owner organization local.
      type: boolean
    - contextPath: MISP.Event.ProposalEmailLock
      description: If email lock proposed.
      type: boolean
    - contextPath: MISP.Event.LastChanged
      description: Last change event timestamp.
      type: date
    - contextPath: MISP.Event.Galaxy.Description
      description: Event's galaxy description.
      type: string
    - contextPath: MISP.Event.Galaxy.Name
      description: Galaxy name.
      type: string
    - contextPath: MISP.Event.Galaxy.Type
      description: Galaxy type.
      type: string
    - contextPath: MISP.Event.Published
      description: Is the event published.
      type: boolean
    - contextPath: MISP.Event.DisableCorrelation
      description: Is correlation disabled.
      type: boolean
    - contextPath: MISP.Event.UUID
      description: Event UUID.
      type: string
    - contextPath: MISP.Event.Analysis
      description: Event analysis (0 Initial, 1 Ongoing, 2 Completed).
      type: string
    - contextPath: MISP.Event.SharingGroupID
      description: Event sharing group ID.
      type: string
    - contextPath: MISP.Event.Tag.Name
      description: All tag names in the event.
      type: string
    - contextPath: MISP.Event.Tag.is_galaxy
      description: Is the tag galaxy.
      type: boolean
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
  - arguments:
    - description: UUID of the attribute. For example, 59575300-4be8-4ff6-8767-0037ac110032.
      name: uuid
      required: true
    - description: Tag to add to the attribute.
      name: tag
      required: true
    - auto: PREDEFINED
      description: Whether to add the tag as a local tag.
      name: is_local
      predefined:
      - 'true'
      - 'false'
    - name: disable_output
      description: If true, the attribute information will not be displayed in the response, reducing the runtime.
      defaultValue: "false"
      predefined:
      - "false"
      - "true"
      auto: PREDEFINED
    description: Adds a tag to the given UUID attribute.
    name: misp-add-tag-to-attribute
    outputs:
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Event owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.is_galaxy
      description: Is the tag galaxy.
      type: string
  - arguments:
    - description: UUID of the attribute. For example, 59575300-4be8-4ff6-8767-0037ac110032.
      name: uuid
      required: true
    - description: Tag to remove from the attribute.
      name: tag
      required: true
    description: Removes a tag from the given UUID attribute.
    name: misp-remove-tag-from-attribute
    outputs:
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute object ID.
      type: string
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: Event owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.UUID
      description: MISP event UUID.
      type: string
    - contextPath: MISP.Attribute.Tag.Name
      description: Attribute tag name.
      type: string
    - contextPath: MISP.Attribute.Tag.is_galaxy
      description: Is the tag galaxy.
      type: string
  - arguments:
    - auto: PREDEFINED
      description: 'Type of sighting to add. Possible values: "sighting", "false_positive", and "expiration".'
      name: type
      predefined:
      - sighting
      - false_positive
      - expiration
      required: true
    - description: ID of attribute to add sighting to (Must be filled if UUID or value is empty). Can be retrieved from the misp-search commands.
      name: id
    - description: UUID of the attribute to add sighting to (Must be filled if ID or value is empty). Can be retrieved from the misp-search commands.
      name: uuid
    - description: Value of the attribute to add sighting to. (Must be filled if ID or UUID is empty). Adds sighting to all attributes with this value. Takes precedence over (UU)ID. Can be retrieved from the misp-search commands.
      name: value
    - description: Sighting source.
      name: source
    description: Add sighting to an attribute.
    name: misp-add-sighting
  - arguments:
    - auto: PREDEFINED
      description: 'URL of the feed to add. Possible values: CIRCL and "Botvrij.eu".'
      name: feed
      predefined:
      - CIRCL
      - Botvrij.eu
      required: true
    - default: true
      defaultValue: '2'
      description: Maximum number of files to add.
      name: limit
    description: Adds an OSINT feed. Only feeds in the misp format are allowed. For example have manifest.json.
    name: misp-add-events-from-feed
    outputs:
    - contextPath: MISP.Event.ID
      description: IDs of the newly created events.
      type: string
  - arguments:
    - description: Entry ID of the file.
      name: entry_id
      required: true
    - description: Event ID to which to add the object to.
      name: event_id
      required: true
    description: Adds a file object to the specified event ID.
    name: misp-add-file-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: Entry ID of the email (only supports .eml files).
      name: entry_id
      required: true
    - description: ID of the event to which to add object to.
      name: event_id
      required: true
    description: Adds an email object to the specified event ID.
    name: misp-add-email-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: ID of an MISP event.
      name: event_id
      required: true
    - description: The domain name. For example, "google.com".
      name: name
      required: true
    - description: A comma-separated list of IP addresses resolved by DNS.
      isArray: true
      name: ip
      required: true
    - description: A description of the domain.
      name: text
    description: Adds a domain object to MISP.
    name: misp-add-domain-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: Full URL to add to the event.
      name: url
      required: true
    - description: Date that this URL was first seen. For example, `2019-02-03`.
      name: first_seen
    - description: Description of the URL.
      name: text
    - description: Date that this URL was last seen. For example, `2019-02-03`.
      name: last_seen
    - description: ID of a MISP event.
      name: event_id
      required: true
    description: Adds a URL object to an MISP event.
    name: misp-add-url-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: ID of the event to add the object to.
      name: event_id
      required: true
    - description: Template name. (Can be found at https://www.misp-project.org/objects.html). For example, 'vehicle'.
      name: template
      required: true
    - description: 'Attributes. For example, {"description": "Manager Ferrari", "make": "Ferrari", "model": "308 GTS"}.'
      name: attributes
      required: true
    description: Adds any other object to MISP.
    name: misp-add-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted?.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: ID of the event to add the object to.
      name: event_id
      required: true
    - description: Custom Template name.
      name: template
      required: true
    - description: 'Attributes. For example, {"description": "Manager Ferrari", "make": "Ferrari", "model": "308 GTS"}.'
      name: attributes
      required: true
    description: Adds custom objects to MISP.
    name: misp-add-custom-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted?.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: ID of a MISP event.
      name: event_id
      required: true
    - description: A comma-separated list of IP addresses.
      isArray: true
      name: ip
    - description: Destination port number.
      name: dst_port
    - description: Source port number.
      name: src_port
    - description: Domain name.
      name: domain
    - description: Hostname. For example, 'mail123.example.com'.
      name: hostname
    - description: IP source address.
      name: ip_src
    - description: IP destination address.
      name: ip_dst
    - description: Date when the IP address was first seen. For example, `2019-02-03`.
      name: first_seen
    - description: Date when the IP address was last seen. For example, `2019-02-03`.
      name: last_seen
    - description: Description of the object to be set as a text attribute.
      name: comment
    description: 'Adds an IP object to the MISP event. The following arguments are optional, but at least one must be supplied for the command to run successfully: "ip", "dst_port", "src_port", "domain", "hostname", "ip_src", and "ip_dst".'
    name: misp-add-ip-object
    outputs:
    - contextPath: MISP.Event.ID
      description: MISP event ID.
      type: number
    - contextPath: MISP.Event.Object.MetaCategory
      description: Object meta category.
      type: String
    - contextPath: MISP.Event.Object.Distribution
      description: Distribution of the object.
      type: Number
    - contextPath: MISP.Event.Object.Name
      description: Name of the object.
      type: String
    - contextPath: MISP.Event.Object.TemplateVersion
      description: Template version of the object.
      type: Number
    - contextPath: MISP.Event.Object.EventID
      description: ID of the event in which the object was first created.
      type: Number
    - contextPath: MISP.Event.Object.TemplateUUID
      description: UUID of the template.
      type: String
    - contextPath: MISP.Event.Object.LastChanged
      description: Timestamp when the object was last changed.
      type: String
    - contextPath: MISP.Event.Object.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.UUID
      description: UUID of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Value
      description: Value of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.EventID
      description: ID of the first event from which the object originated.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: Date
    - contextPath: MISP.Event.Object.Attribute.Deleted
      description: Whether the object was deleted.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ObjectID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.DisableCorrelation
      description: Whether correlation is disabled.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.ID
      description: ID of the attribute.
      type: Unknown
    - contextPath: MISP.Event.Object.Attribute.ObjectRelation
      description: Relation of the object.
      type: String
    - contextPath: MISP.Event.Object.Attribute.Type
      description: Object type.
      type: String
    - contextPath: MISP.Event.Object.Attribute.UUID
      description: UUID of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.ToIDs
      description: Whether the to_ids flag is on.
      type: Boolean
    - contextPath: MISP.Event.Object.Attribute.Category
      description: Category of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Attribute.SharingGroupID
      description: ID of the sharing group.
      type: Number
    - contextPath: MISP.Event.Object.Attribute.Comment
      description: Comment of the attribute.
      type: String
    - contextPath: MISP.Event.Object.Description
      description: Description of the object.
      type: String
  - arguments:
    - description: 'The attribute type. Use any valid MISP attribute type. For example: "md5", "sha1", "email", "url".'
      name: type
    - description: 'Search for the specified value in the attribute''s value field. For example: "1.2.3.4" (and other IP addresses), "google.com" (and other domains), "www.example.com" (and other URLs).'
      name: value
    - description: 'The attribute category. Use any valid MISP attribute category. For example: "Other", "Person", "Attribution", "Payload type".'
      name: category
    - description: Return attributes with the given UUID. Alternatively, return all the attributes that are part of the given UUID's event. For example, 59523300-4be8-4fa6-8867-0037ac110002.
      name: uuid
    - auto: PREDEFINED
      description: 'Whether to return only the attributes set with the "to_ids" flag. The default is to return all attributes without with and with out to_ids flag. Possible values are: true, false.'
      name: to_ids
      predefined:
      - 'true'
      - 'false'
    - description: Search attributes of events published within the last "x" amount of time. Valid time values are days, hours, and minutes. For example, "5d", "12h", "30m". This filter uses the published timestamp of the event.
      name: last
    - auto: PREDEFINED
      description: 'Whether to return the decay score at the attribute level. Possible values are: true, false.'
      name: include_decay_score
      predefined:
      - 'true'
      - 'false'
    - description: Search by the creator organization by supplying the organization identifier.
      name: org
    - description: 'A comma-separated list of tags to include in the results. To exclude a tag, prefix the tag name with "!". Can be: "AND", "OR", and "NOT" followed by ":". To chain logical operators use ";". For example, "AND:tag1,tag2;OR:tag3".'
      isArray: true
      name: tags
    - description: Events with the date set to a date after the one specified. This filter will use the date of the event.
      name: from
    - description: Events with the date set to a date before the one specified. This filter will use the date of the event.
      name: to
    - description: A comma-separated list of event IDs. Returns the attributes that are part of the given event IDs.
      isArray: true
      name: event_id
    - auto: PREDEFINED
      description: 'Whether to include the the sightings of the matching attributes. Default is false. Possible values are: true, false.'
      name: include_sightings
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      description: 'Whether to include the full correlations of the matching attributes. Possible values are: true, false. Default is false.'
      name: include_correlations
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      description: 'Whether to include the file data of the matching attributes. Possible values are: true, false. Default is false.'
      name: with_attachments
      predefined:
      - 'true'
      - 'false'
    - description: If a limit is set, sets the page to be returned. For example, page 3, limit 100 will return records 201->300. Default is 1.
      defaultValue: '1'
      name: page
    - description: Limit the number of attributes returned. Default is 50.
      name: limit
      defaultValue: '50'
    - auto: PREDEFINED
      description: 'Whether to return only the values that are not on the warninglists. Possible values are: true, false.'
      name: enforceWarninglist
      predefined:
      - 'true'
      - 'false'
    - auto: PREDEFINED
      description: 'Whether to return only the attribute''s values that match the search query. In case you want to get the full attributes data, set this argument to false. Possible values are: true, false.'
      defaultValue: 'false'
      name: compact
      predefined:
      - 'true'
      - 'false'
    description: Search for attributes in MISP.
    name: misp-search-attributes
    outputs:
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ObjectID
      description: Attribute's object ID.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ObjectRelation
      description: Attribute's object relation.
      type: string
    - contextPath: MISP.Attribute.ShadowAttribute
      description: Attribute shadow attribute.
      type: Unknown
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: number
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
    - contextPath: MISP.Attribute.Event.ID
      description: MISP event ID.
      type: string
    - contextPath: MISP.Attribute.Event.Distribution
      description: MISP event distribution.
      type: string
    - contextPath: MISP.Attribute.Event.Info
      description: MISP event name.
      type: string
    - contextPath: MISP.Attribute.Event.OrganizationID
      description: MISP event organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.OwnerOrganization.ID
      description: MISP event owner organization ID.
      type: string
    - contextPath: MISP.Attribute.Event.UUID
      description: Event UUID.
      type: string
    - contextPath: MISP.Attribute.Object.Distribution
      description: Distribution of object.
      type: Number
    - contextPath: MISP.Attribute.Object.ID
      description: ID of the object.
      type: Number
    - contextPath: MISP.Attribute.Object.SharingGroupID
      description: Object sharing group ID.
      type: String
    - contextPath: MISP.Attribute.Tag.Name
      description: All tag names in the attribute.
      type: string
    - contextPath: MISP.Attribute.Tag.is_galaxy
      description: Is the tag is a galaxy.
      type: Boolean
    - contextPath: MISP.Attribute.Sighting.Type
      description: Sighting type.
      type: String
  - arguments:
    - description: UUID of the attribute to be updated.
      name: attribute_uuid
      required: true
    - description: 'Attribute type. For example: "md5", "sha1", "email", "url".'
      name: type
    - description: 'Attribute category. For example: "Other", "Person", "Attribution", "Payload type".'
      name: category
    - auto: PREDEFINED
      description: 'Where to distribute the event. Possible values: "Your_organization_only", "This_community_only", "Connected_communities", "All_communities", and "Inherit_event".'
      name: distribution
      predefined:
      - Your_organization_only
      - This_community_only
      - Connected_communities
      - All_communities
      - Inherit_event
    - description: Comment for the attribute.
      name: comment
    - description: 'Attribute value. For example: "1.2.3.4" (and other IP addresses), "google.com" (and other domains), "www.example.com" (and other URLs).'
      name: value
    - description: Updated date when the attribute was first seen. For example, `2019-02-03`.
      name: first_seen
    - description: Updated date when the attribute was last seen. For example, `2019-02-03`.
      name: last_seen
    description: Update an attribute of an existing MISP event.
    name: misp-update-attribute
    outputs:
    - contextPath: MISP.Attribute.Distribution
      description: Attribute distribution.
      type: string
    - contextPath: MISP.Attribute.Value
      description: Attribute value.
      type: string
    - contextPath: MISP.Attribute.EventID
      description: Attribute event ID.
      type: string
    - contextPath: MISP.Attribute.last_seen
      description: Attribute last_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.first_seen
      description: Attribute first_seen timestamp.
      type: string
    - contextPath: MISP.Attribute.LastChanged
      description: Attribute last changed timestamp.
      type: date
    - contextPath: MISP.Attribute.Deleted
      description: Is the attribute deleted.
      type: boolean
    - contextPath: MISP.Attribute.DisableCorrelation
      description: Is attribute correlation disabled.
      type: boolean
    - contextPath: MISP.Attribute.Type
      description: Attribute type.
      type: string
    - contextPath: MISP.Attribute.ID
      description: Attribute ID.
      type: string
    - contextPath: MISP.Attribute.UUID
      description: Attribute UUID.
      type: string
    - contextPath: MISP.Attribute.ToIDs
      description: Is the Intrusion Detection System flag set.
      type: boolean
    - contextPath: MISP.Attribute.Category
      description: Attribute category.
      type: string
    - contextPath: MISP.Attribute.SharingGroupID
      description: Attribute sharing group ID.
      type: string
    - contextPath: MISP.Attribute.Comment
      description: Attribute comment.
      type: string
  - arguments:
    - description: Attribute ID to delete.
      name: attribute_id
      required: true
    description: Delete an attribute according to the given attribute ID.
    name: misp-delete-attribute
  - arguments:
    - description: Event ID to be published.
      name: event_id
      required: true
    - auto: PREDEFINED
      description: Whether to send an email. The default is to not send a mail.
      name: alert
      predefined:
      - 'true'
      - 'false'
    description: Publish an event.
    name: misp-publish-event
  - arguments:
    - description: Event ID to set attributes for.
      name: event_id
      required: true
    - description: 'Adjust current attributes of an event to match the given attribute data. Has to be json formated list with attributes that should be part of the event. E.g.: [{"type":"domain","value":"target.domain"},{"type":"ip-dst","value":"1.2.3.4"}].'
      name: attribute_data
      required: true
    description: Set event attributes according to the given attributes data.
    name: misp-set-event-attributes
  - arguments:
    - description: Indicator values to check against the MISP warninglist.
      name: value
      required: true
    description: Check a list of indicator values against the MISP warninglist.
    name: misp-check-warninglist
    outputs:
    - contextPath: MISP.Warninglist.Count
      description: Count on how many warninglists the value was found.
      type: number
    - contextPath: MISP.Warninglist.Value
      description: Value checked.
      type: string
    - contextPath: MISP.Warninglist.Lists
      description: Name of warninglists where the value was found.
      type: string
  - arguments:
    - description: The email address of the new user to be added.
      name: email
      required: true
      type: textArea
    - description: ID number indicating which organization the new user will be added to. In order to get the org_id, use the command misp-get-organization-info.
      name: org_id
      required: true
      type: textArea
    - description: Role of the new user to be added. In order to get the role_id, use the command misp-get-role-info.
      name: role_id
      required: true
      type: textArea
    - description: A password for the new user. Ensure that the password is at least 12 characters long, contains at least one upper-case, includes a digit or a special character, and at least one lower-case character.
      name: password
      required: true
    description: Add a new user to MISP.
    name: misp-add-user
    outputs:
    - contextPath: MISP.User.id
      description: MISP user ID.
      type: string
    - contextPath: MISP.User.password
      description: MISP user password.
      type: string
    - contextPath: MISP.User.org_id
      description: MISP user organisation ID.
      type: string
    - contextPath: MISP.User.server_id
      description: MISP user server ID.
      type: string
    - contextPath: MISP.User.email
      description: MISP user email.
      type: string
    - contextPath: MISP.User.autoalert
      description: MISP user auto alert.
      type: boolean
    - contextPath: MISP.User.authkey
      description: MISP User auth key.
      type: string
    - contextPath: MISP.User.invited_by
      description: MISP user invited by.
      type: string
    - contextPath: MISP.User.gpgkey
      description: MISP user GPG key.
      type: string
    - contextPath: MISP.User.certif_public
      description: MISP User public certificate.
      type: string
    - contextPath: MISP.User.nids_sid
      description: MISP user Network Intrusion Detection System (NIDS) Signature ID (SID).
      type: string
    - contextPath: MISP.User.termsaccepted
      description: Whether MISP user terms were accepted.
      type: boolean
    - contextPath: MISP.User.newsread
      description: MISP user news read.
      type: string
    - contextPath: MISP.User.role_id
      description: MISP user role ID.
      type: string
    - contextPath: MISP.User.change_pw
      description: Whether the MISP user password was changed.
      type: boolean
    - contextPath: MISP.User.contactalert
      description: MISP user contact alert.
      type: boolean
    - contextPath: MISP.User.disabled
      description: Whether the MISP user was disabled.
      type: boolean
    - contextPath: MISP.User.expiration
      description: MISP user expiration.
      type: string
    - contextPath: MISP.User.current_login
      description: MISP user current login.
      type: string
    - contextPath: MISP.User.last_login
      description: MISP user last login.
      type: string
    - contextPath: MISP.User.force_logout
      description: MISP user force logout.
      type: boolean
    - contextPath: MISP.User.date_created
      description: MISP user created date.
      type: string
    - contextPath: MISP.User.date_modified
      description: MISP user modified date.
      type: string
  - arguments: []
    description: Display the organization IDs and names.
    name: misp-get-organization-info
    outputs:
    - contextPath: MISP.Organization.org_id
      description: MISP organization ID.
      type: string
    - contextPath: MISP.Organization.org_name
      description: MISP organization name.
      type: string
  - arguments: []
    description: Display role names and role IDs.
    name: misp-get-role-info
    outputs:
    - contextPath: MISP.Role.role_id
      description: MISP role ID.
      type: string
    - contextPath: MISP.Role.role_name
      description: MISP role name.
      type: string
  - arguments:
    - description: ID of the warninglist.
      name: id
      required: true
    description: Get a specific warninglist by its ID.
    name: misp-get-warninglist
    outputs:
    - contextPath: MISP.Warninglist.ID
      description: The ID of the warninglist.
      type: number
    - contextPath: MISP.Warninglist.Name
      description: The warninglist's name.
      type: string
    - contextPath: MISP.Warninglist.Type
      description: MISP warninglist type.
      type: string
    - contextPath: MISP.Warninglist.Description
      description: Description of the warninglist.
      type: string
    - contextPath: MISP.Warninglist.Version
      description: The warninglist version number.
      type: number
    - contextPath: MISP.Warninglist.Enabled
      description: Whether the warninglist is enabled.
      type: boolean
    - contextPath: MISP.Warninglist.Default
      description: Whether the warninglist is set as default.
      type: boolean
    - contextPath: MISP.Warninglist.Category
      description: The category of the MISP warninglist.
      type: string
    - contextPath: MISP.Warninglist.Entries
      description: The warninglist entries.
      type: dict
    - contextPath: MISP.Warninglist.Attributes
      description: The attribute types for this warninglist.
      type: dict
  - arguments: []
    description: Gets all warninglists from MISP
    name: misp-get-warninglists
    outputs:
    - contextPath: MISP.Warninglist.ID
      description: The ID of the warninglist.
      type: number
    - contextPath: MISP.Warninglist.Name
      description: The warninglist's name.
      type: string
    - contextPath: MISP.Warninglist.Type
      description: MISP warninglist type.
      type: string
    - contextPath: MISP.Warninglist.Description
      description: Description of the warninglist.
      type: string
    - contextPath: MISP.Warninglist.Version
      description: The warninglist version number.
      type: number
    - contextPath: MISP.Warninglist.Enabled
      description: Whether the warninglist is enabled.
      type: boolean
    - contextPath: MISP.Warninglist.Default
      description: Whether the warninglist is set as default.
      type: boolean
    - contextPath: MISP.Warninglist.Entries
      description: The warninglist entries.
      type: dict
    - contextPath: MISP.Warninglist.Attributes
      description: The attribute types for this warninglist.
      type: dict
  - arguments:
    - name: id
      description: ID of the warninglist to update.
      required: true
      type: number
    - name: name
      description: Updated name of the warninglist.
    - name: type
      description: Updated type of the warninglist.
    - name: description
      description: Updated description of the warninglist.
    - name: enabled
      description: Whether the warninglist is enabled.
      type: boolean
    - name: version
      description: Updated version number of the warninglist.
    - name: default
      description: Whether the warninglist is set as default.
      type: boolean
    - name: values
      description: Updated values of the warninglist.
    - name: types
      description: Updated valid attribute types for the warninglist.
    description: Changes a warninglist in MISP.
    name: misp-change-warninglist
    outputs:
    - contextPath: MISP.Warninglist.ID
      description: The ID of the warninglist to be changed.
      type: number
    - contextPath: MISP.Warninglist.Name
      description: The updated warninglist name.
      type: string
    - contextPath: MISP.Warninglist.Type
      description: The updated warninglist type.
      type: string
    - contextPath: MISP.Warninglist.Description
      description: The updated description of the warninglist.
      type: string
    - contextPath: MISP.Warninglist.Version
      description: The updated warninglist version number.
      type: number
    - contextPath: MISP.Warninglist.Enabled
      description: Whether the warninglist is enabled.
      type: boolean
    - contextPath: MISP.Warninglist.Default
      description: Whether the warninglist is set as default.
      type: boolean
    - contextPath: MISP.Warninglist.Category
      description: The updated category of the warninglist.
      type: string
    - contextPath: MISP.Warninglist.Entries
      description: The warninglist entries.
      type: dict
    - contextPath: MISP.Warninglist.Attributes
      description: The attribute types for this warninglist.
      type: string
  dockerimage: demisto/pymisp2:2.5.34.1.10133006
  runonce: false
  script: ''
  subtype: python3
  type: python
tests:
- MISP V3 Test
fromversion: 5.5.0