--- title: MISP playbook --- %%{init: {"flowchart": {"htmlLabels": false}} }%% flowchart LR events[MISP] subgraph attribute_search [MISP] tags["tags"] attribute_type["type"] actionable{"to_ids?"} tags --> attribute_type --> actionable end events -- Search --> attributes --> tags actionable -- True --> indicators indicators --> date_filters --> match_indicators subgraph elastic_search [Elasticsearch] date_filters["start, end"] match_indicators end match_indicators --> add_sighting subgraph sightings [MISP sightings] add_sighting end add_sighting --> summary --> mattermost summary["`Display summary in playbook`"] mattermost["`Sent notification to **Mattermost**`"]