MISP V3
Malware information sharing platform and threat sharing.
Data Enrichment & Threat Intelligence · MISP
Configuration parameters
url— MISP server URL (e.g., https://192.168.0.1) (required)credentials—certificate— Client Certificatecheck_to_ids— Use IDS flagallowed_orgs— ORG names to use for reputation checksproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)malicious_tag_ids— Malicious tag IDssuspicious_tag_ids— Suspicious tag IDsbenign_tag_ids— Benign tag IDssearch_warninglists— Should the warninglists be considered when searching for an attributeintegrationReliability— Source Reliability (required)attributes_limit— Maximum attributes to be returned
Commands (34)
-
domainChecks the reputation of the given domain.
-
emailChecks the reputation of the given email address.
-
fileChecks the file reputation of the given hash.
-
ipChecks the reputation of an IP address.
-
misp-add-attributeAdds an attribute to an existing MISP event.
-
misp-add-custom-objectAdds custom objects to MISP.
-
misp-add-domain-objectAdds a domain object to MISP.
-
misp-add-email-objectAdds an email object to the specified event ID.
-
misp-add-events-from-feedAdds an OSINT feed. Only feeds in the misp format are allowed. For example have manifest.json.
-
misp-add-file-objectAdds a file object to the specified event ID.
-
misp-add-ip-objectAdds 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-objectAdds any other object to MISP.
-
misp-add-sightingAdd sighting to an attribute.
-
misp-add-tag-to-attributeAdds a tag to the given UUID attribute.
-
misp-add-tag-to-eventAdds a tag to the given UUID event .
-
misp-add-url-objectAdds a URL object to an MISP event.
-
misp-add-userAdd a new user to MISP.
-
misp-change-warninglistChanges a warninglist in MISP.
-
misp-check-warninglistCheck a list of indicator values against the MISP warninglist.
-
misp-create-eventCreates a new MISP event.
-
misp-delete-attributeDelete an attribute according to the given attribute ID.
-
misp-delete-eventDeletes an event according to the given event ID.
-
misp-get-organization-infoDisplay the organization IDs and names.
-
misp-get-role-infoDisplay role names and role IDs.
-
misp-get-warninglistGet a specific warninglist by its ID.
-
misp-get-warninglistsGets all warninglists from MISP
-
misp-publish-eventPublish an event.
-
misp-remove-tag-from-attributeRemoves a tag from the given UUID attribute.
-
misp-remove-tag-from-eventRemoves a tag from the given UUID event .
-
misp-search-attributesSearch for attributes in MISP.
-
misp-search-eventsSearch 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-attributesSet event attributes according to the given attributes data.
-
misp-update-attributeUpdate an attribute of an existing MISP event.
-
urlChecks the reputation of the given URL.