Skip to content

Panda Security Aether

Overview

Panda Security offers two Endpoint Detection and Response (EDR) solutions for companies:

  • Adaptive Defense and Adaptive Defense 360
  • Endpoint Protection and Endpoint Protection Plus

This setup guide shows how to forward security events collected on the Panda Security Aether platform to Sekoia.io.

The following Sekoia.io built-in rules match the intake WatchGuard Endpoint Security / Panda Security Aether. This documentation is updated automatically and is based solely on the fields used by the intake which are checked against our rules. This means that some rules will be listed but might not be relevant with the intake.

SEKOIA.IO x WatchGuard Endpoint Security / Panda Security Aether on ATT&CK Navigator

Cryptomining

Detection of domain names potentially related to cryptomining activities.

  • Effort: master
Dynamic DNS Contacted

Detect communication with dynamic dns domain. This kind of domain is often used by attackers. This rule can trigger false positive in non-controlled environment because dynamic dns is not always malicious.

  • Effort: master
Exfiltration Domain

Detects traffic toward a domain flagged as a possible exfiltration vector.

  • Effort: master
Remote Access Tool Domain

Detects traffic toward a domain flagged as a Remote Administration Tool (RAT).

  • Effort: master
SEKOIA.IO Intelligence Feed

Detect threats based on indicators of compromise (IOCs) collected by SEKOIA's Threat and Detection Research team.

  • Effort: elementary
Sekoia.io EICAR Detection

Detects observables in Sekoia.io CTI tagged as EICAR, which are fake samples meant to test detection.

  • Effort: master
TOR Usage Generic Rule

Detects TOR usage globally, whether the IP is a destination or source. TOR is short for The Onion Router, and it gets its name from how it works. TOR intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.

  • Effort: master

Event Categories

The following table lists the data source offered by this integration.

Data Source Description
Asset Management Panda Aether integrates every Panda Endpoints in a single management console.

In details, the following table denotes the type of events produced by this integration.

Name Values
Kind metric
Category host
Type info

Event Samples

Find below few samples of events and how they are normalized by Sekoia.io.

{
    "message": "{\"malware_counters\":{\"total_alerts\":1,\"total_executed\":1,\"total_data_access\":1,\"total_external_communications\":1,\"total_affected_devices\":1},\"pups_counters\":{\"total_alerts\":1,\"total_executed\":1,\"total_data_access\":1,\"total_external_communications\":1,\"total_affected_devices\":1},\"exploit_counters\":{\"total_alerts\":1,\"total_executed\":1,\"total_data_access\":1,\"total_external_communications\":1,\"total_affected_devices\":1},\"program_blocked_counters\":{\"total_programs_blocked\":1},\"threats_by_av_counters\":{\"total_phishing_detected_by_av\":1,\"total_tracking_cookies_detected_by_av\":1,\"total_devices_blocked_by_av\":1,\"total_malware_urls_blocked_by_av\":1,\"total_intrusion_attempted_blocked_by_av\":1,\"total_dangerous_actions_blocked_by_av\":1}}",
    "event": {
        "category": [
            "host"
        ],
        "kind": "metric",
        "type": [
            "info"
        ]
    },
    "aether": {
        "exploit_counters": {
            "total_affected_devices": 1,
            "total_alerts": 1,
            "total_data_access": 1,
            "total_executed": 1,
            "total_external_communications": 1
        },
        "malware_counters": {
            "total_affected_devices": 1,
            "total_alerts": 1,
            "total_data_access": 1,
            "total_executed": 1,
            "total_external_communications": 1
        },
        "program_blocked_counters": {
            "total_programs_blocked": 1
        },
        "pups_counters": {
            "total_affected_devices": 1,
            "total_alerts": 1,
            "total_data_access": 1,
            "total_executed": 1,
            "total_external_communications": 1
        },
        "threats_by_av_counters": {
            "total_dangerous_actions_blocked_by_av": 1,
            "total_devices_blocked_by_av": 1,
            "total_intrusion_attempted_blocked_by_av": 1,
            "total_malware_urls_blocked_by_av": 1,
            "total_phishing_detected_by_av": 1,
            "total_tracking_cookies_detected_by_av": 1
        }
    }
}
{
    "message": "{\"malware_category\":8,\"path\":\"http://somewhere.net/click?i=lw3Bilut*ZE_0\",\"number_of_occurrences\":1,\"action\":2,\"id\":\"ae485846-fb1b-561b-98da-a8426caf65fa\",\"site_name\":\"GROUPE CORP\",\"host_name\":\"PC01234\",\"device_type\":1,\"security_event_date\":\"2022-04-07T16:54:09Z\",\"ip_address\":\"11.22.33.44\",\"custom_group_folder_id\":\"c0594d69-c988-4b59-a43f-c6a9ba130483\",\"custom_group_folder_info\":[{\"name\":\"Root\",\"is_translatable\":true,\"type\":1},{\"name\":\"PC\",\"is_translatable\":null,\"type\":2},{\"name\":\"Lorem Ipsum Foo Bar\",\"is_translatable\":null,\"type\":2}]}",
    "event": {
        "category": [
            "host"
        ],
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 2,
        "name": "Blocked"
    },
    "aether": {
        "action": 2,
        "custom_group_folder_id": "c0594d69-c988-4b59-a43f-c6a9ba130483",
        "custom_group_folder_info": [
            "{\"is_translatable\": null, \"name\": \"Lorem Ipsum Foo Bar\", \"type\": 2}",
            "{\"is_translatable\": null, \"name\": \"PC\", \"type\": 2}",
            "{\"is_translatable\": true, \"name\": \"Root\", \"type\": 1}"
        ],
        "device_type": 1,
        "host_name": "PC01234",
        "id": "ae485846-fb1b-561b-98da-a8426caf65fa",
        "ip_address": "11.22.33.44",
        "malware_category": 8,
        "malware_category_translated": "Malware URL",
        "number_of_occurrences": 1,
        "path": "http://somewhere.net/click?i=lw3Bilut*ZE_0",
        "security_event_date": "2022-04-07T16:54:09Z",
        "site_name": "GROUPE CORP"
    },
    "host": {
        "name": "PC01234",
        "type": "Workstation"
    },
    "related": {
        "ip": [
            "11.22.33.44"
        ]
    },
    "source": {
        "address": "11.22.33.44",
        "ip": "11.22.33.44"
    }
}
{
    "message": "{\"malware_category\":8,\"path\":\"https://somewhere.net\",\"number_of_occurrences\":2,\"action\":2,\"id\":\"d8309d70-489d-5c62-97e3-2994e9dd8f17\",\"site_name\":\"GROUPE CORP\",\"host_name\":\"PC01234\",\"device_type\":1,\"security_event_date\":\"2022-04-07T16:40:43Z\",\"ip_address\":\"11.22.33.44\",\"custom_group_folder_id\":\"c0594d69-c988-4b59-a43f-c6a9ba130483\",\"custom_group_folder_info\":[{\"name\":\"Root\",\"is_translatable\":true,\"type\":1},{\"name\":\"PC\",\"is_translatable\":null,\"type\":2},{\"name\":\"Lorem Ipsum Foo Bar\",\"is_translatable\":null,\"type\":2}]}",
    "event": {
        "category": [
            "host"
        ],
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 2,
        "name": "Blocked"
    },
    "aether": {
        "action": 2,
        "custom_group_folder_id": "c0594d69-c988-4b59-a43f-c6a9ba130483",
        "custom_group_folder_info": [
            "{\"is_translatable\": null, \"name\": \"Lorem Ipsum Foo Bar\", \"type\": 2}",
            "{\"is_translatable\": null, \"name\": \"PC\", \"type\": 2}",
            "{\"is_translatable\": true, \"name\": \"Root\", \"type\": 1}"
        ],
        "device_type": 1,
        "host_name": "PC01234",
        "id": "d8309d70-489d-5c62-97e3-2994e9dd8f17",
        "ip_address": "11.22.33.44",
        "malware_category": 8,
        "malware_category_translated": "Malware URL",
        "number_of_occurrences": 2,
        "path": "https://somewhere.net",
        "security_event_date": "2022-04-07T16:40:43Z",
        "site_name": "GROUPE CORP"
    },
    "host": {
        "name": "PC01234",
        "type": "Workstation"
    },
    "related": {
        "ip": [
            "11.22.33.44"
        ]
    },
    "source": {
        "address": "11.22.33.44",
        "ip": "11.22.33.44"
    }
}
{
    "message": "{\"security_event_type\":13, \"malware_category\":8,\"path\":\"https://somewhere.com\",\"number_of_occurrences\":8,\"action\":2,\"id\":\"6527fc9f-90ba-54b6-9116-b032ade14c05\",\"site_name\":\"CORP\",\"host_name\":\"M0897\",\"device_type\":2,\"security_event_date\":\"2022-04-08T10:12:21Z\",\"ip_address\":\"11.22.33.44\",\"custom_group_folder_id\":\"c0594d69-c988-4b59-a43f-c6a9ba130483\",\"custom_group_folder_info\":[{\"name\":\"Root\",\"is_translatable\":true,\"type\":1},{\"name\":\"PC\",\"is_translatable\":null,\"type\":2},{\"name\":\"PC - Lock + Update + Patching (lundi au dimanche)  + Fw\",\"is_translatable\":null,\"type\":2}]}\n",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Malware URLs detected",
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 2,
        "name": "Blocked"
    },
    "aether": {
        "action": 2,
        "custom_group_folder_id": "c0594d69-c988-4b59-a43f-c6a9ba130483",
        "custom_group_folder_info": [
            "{\"is_translatable\": null, \"name\": \"PC - Lock + Update + Patching (lundi au dimanche)  + Fw\", \"type\": 2}",
            "{\"is_translatable\": null, \"name\": \"PC\", \"type\": 2}",
            "{\"is_translatable\": true, \"name\": \"Root\", \"type\": 1}"
        ],
        "device_type": 2,
        "host_name": "M0897",
        "id": "6527fc9f-90ba-54b6-9116-b032ade14c05",
        "ip_address": "11.22.33.44",
        "malware_category": 8,
        "malware_category_translated": "Malware URL",
        "number_of_occurrences": 8,
        "path": "https://somewhere.com",
        "security_event_date": "2022-04-08T10:12:21Z",
        "security_event_type": 13,
        "site_name": "CORP"
    },
    "host": {
        "name": "M0897",
        "type": "Laptop"
    },
    "related": {
        "ip": [
            "11.22.33.44"
        ]
    },
    "source": {
        "address": "11.22.33.44",
        "ip": "11.22.33.44"
    }
}
{
    "message": "{\"security_event_type\":15, \"network_activity_type\":14,\"id\":\"aebfd1b7-a6ec-5a18-8c55-7be2b4c8562e\",\"site_name\":\"CORP\",\"host_name\":\"PC123\",\"device_type\":2,\"security_event_date\":\"2022-04-08T10:15:31.737Z\",\"ip_address\":\"11.22.33.44\",\"custom_group_folder_id\":\"c0594d69-c988-4b59-a43f-c6a9ba130483\",\"custom_group_folder_info\":[{\"name\":\"Root\",\"is_translatable\":true,\"type\":1},{\"name\":\"PC\",\"is_translatable\":null,\"type\":2},{\"name\":\"PC - Lock + Update + Patching (lundi au dimanche)  + Fw\",\"is_translatable\":null,\"type\":2}]}\n",
    "event": {
        "reason": "Intrusion Attempts detected"
    },
    "aether": {
        "custom_group_folder_id": "c0594d69-c988-4b59-a43f-c6a9ba130483",
        "custom_group_folder_info": [
            "{\"is_translatable\": null, \"name\": \"PC - Lock + Update + Patching (lundi au dimanche)  + Fw\", \"type\": 2}",
            "{\"is_translatable\": null, \"name\": \"PC\", \"type\": 2}",
            "{\"is_translatable\": true, \"name\": \"Root\", \"type\": 1}"
        ],
        "device_type": 2,
        "host_name": "PC123",
        "id": "aebfd1b7-a6ec-5a18-8c55-7be2b4c8562e",
        "ip_address": "11.22.33.44",
        "network_activity_type": 14,
        "network_activity_type_translated": "SmartArp",
        "security_event_date": "2022-04-08T10:15:31.737Z",
        "security_event_type": 15,
        "site_name": "CORP"
    },
    "host": {
        "name": "PC123",
        "type": "Laptop"
    },
    "related": {
        "ip": [
            "11.22.33.44"
        ]
    },
    "source": {
        "address": "11.22.33.44",
        "ip": "11.22.33.44"
    }
}
{
    "message": "{\"security_event_type\":1, \"malware_category\":8,\"path\":\"https://somewhere.net\",\"number_of_occurrences\":2,\"action\":2,\"id\":\"b597cc26-eb5d-5fc4-be0d-b86c08d2d91d\",\"site_name\":\"GROUPE CORP\",\"host_name\":\"PC01234\",\"device_type\":1,\"security_event_date\":\"2022-04-07T16:42:25Z\",\"ip_address\":\"11.22.33.44\",\"custom_group_folder_id\":\"c0594d69-c988-4b59-a43f-c6a9ba130483\",\"custom_group_folder_info\":[{\"name\":\"Root\",\"is_translatable\":true,\"type\":1},{\"name\":\"PC\",\"is_translatable\":null,\"type\":2},{\"name\":\"Lorem Ipsum Foo Bar\",\"is_translatable\":null,\"type\":2}]}",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Malware detected",
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 2,
        "name": "Blocked"
    },
    "aether": {
        "action": 2,
        "custom_group_folder_id": "c0594d69-c988-4b59-a43f-c6a9ba130483",
        "custom_group_folder_info": [
            "{\"is_translatable\": null, \"name\": \"Lorem Ipsum Foo Bar\", \"type\": 2}",
            "{\"is_translatable\": null, \"name\": \"PC\", \"type\": 2}",
            "{\"is_translatable\": true, \"name\": \"Root\", \"type\": 1}"
        ],
        "device_type": 1,
        "host_name": "PC01234",
        "id": "b597cc26-eb5d-5fc4-be0d-b86c08d2d91d",
        "ip_address": "11.22.33.44",
        "malware_category": 8,
        "malware_category_translated": "Malware URL",
        "number_of_occurrences": 2,
        "path": "https://somewhere.net",
        "security_event_date": "2022-04-07T16:42:25Z",
        "security_event_type": 1,
        "site_name": "GROUPE CORP"
    },
    "host": {
        "name": "PC01234",
        "type": "Workstation"
    },
    "related": {
        "ip": [
            "11.22.33.44"
        ]
    },
    "source": {
        "address": "11.22.33.44",
        "ip": "11.22.33.44"
    }
}
{
    "message": "{\"accessed_data\":true,\"action\":1,\"date\":\"2020-11-20T20:27:18.725Z\",\"device_id\":\"8b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"site_id\":\"8b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"event_id\":69608597,\"security_event_type\":18,\"event_type\":-86726288.19318274,\"dwell_time\":51373899,\"is_excluded\":true,\"hash\":\"009a9b4ff00946f9a5a5659dfe9086da\",\"host_name\":\"WIN_SERVER_XY\",\"item_name\":\"NameMalware\",\"made_external_connections\":true,\"path\":\"ThreatPath\",\"protection_mode\":5799409.122032538,\"reclassified_to_type\":-88047622.99579449,\"like_lihood_of_being_malicious\":-18274273.348011777,\"discard_motive\":-77046516.51787202,\"lock_plus_rule_id\":-22540451.640785083,\"user_name\":\"Username\",\"was_run\":true,\"source_ip\":\"SourceIPName\",\"source_machine_name\":\"SourceDeviceName\",\"source_user\":\"SourceUsername\",\"detection_technology\":\"DetectionTechnologyName\",\"exploit_technique\":\"ExploitTechnique\",\"risk\":true,\"description\":\"DeviceDescriptionName\",\"domain\":\"DeviceDomain\",\"detected_by\":68864810.84915292,\"device_type\":-73108038.14936246,\"platform_id\":-70290399.75311546,\"excluded\":true,\"file_info_discard\":\"FileIndentifierHash\",\"id\":\"8b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"ip_address\":\"192.168.0.123\",\"malware_name\":\"MalwareName\",\"malware_category\":-85107213.72887051,\"malware_type\":-62357590.74048821,\"number_of_occurrences\":20674256,\"security_event_date\":\"2021-07-20T20:27:18.725Z\",\"site_name\":\"SiteName\",\"network_activity_type\":-85774927.58794248,\"direction\":50845497.54724711,\"protocol\":-86318449.566446,\"local_endpoint\":{},\"remote_endpoint\":{},\"firewall_rule_definition\":{},\"rule_id\":\"8b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"rule_name\":\"RuleName\",\"rule_configuration_id\":\"9b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"rule_obsolete\":false,\"alias\":\"AliasName\",\"instance_id\":\"9b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"type\":-51429435.96722382,\"rule_risk\":-54492359.89028178,\"rule_mitre\":\"tactic: TA0006, technique: T1003\",\"status\":31156035.444223955,\"endpoint_event_date\":\"2021-07-20T20:27:18.725Z\",\"filed_date\":\"2021-07-20T20:27:18.725Z\",\"since_until_filed\":\"8.07:06:05\",\"count\":-10808344,\"custom_group_folder_id\":\"1b7205bc-60e0-45a0-9956-b17b6a8673f6\",\"custom_group_folder_info\":\"urn:uuid:f4f661be-c970-38a6-b384-3b5697ffef28\"}",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Indicators of Attack",
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 1,
        "name": "Informed"
    },
    "aether": {
        "accessed_data": true,
        "action": 1,
        "alias": "AliasName",
        "count": -10808344,
        "custom_group_folder_id": "1b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "custom_group_folder_info": "urn:uuid:f4f661be-c970-38a6-b384-3b5697ffef28",
        "date": "2020-11-20T20:27:18.725Z",
        "description": "DeviceDescriptionName",
        "detected_by": 68864810.84915292,
        "detection_technology": "DetectionTechnologyName",
        "device_id": "8b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "device_type": -73108038.14936246,
        "direction": 50845497.54724711,
        "discard_motive": -77046516.51787202,
        "domain": "DeviceDomain",
        "dwell_time": 51373899,
        "endpoint_event_date": "2021-07-20T20:27:18.725Z",
        "event_id": 69608597,
        "event_type": -86726288.19318274,
        "excluded": true,
        "exploit_technique": "ExploitTechnique",
        "file_info_discard": "FileIndentifierHash",
        "filed_date": "2021-07-20T20:27:18.725Z",
        "hash": "009a9b4ff00946f9a5a5659dfe9086da",
        "host_name": "WIN_SERVER_XY",
        "id": "8b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "instance_id": "9b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "ip_address": "192.168.0.123",
        "is_excluded": true,
        "item_name": "NameMalware",
        "like_lihood_of_being_malicious": -18274273.348011777,
        "local_endpoint": [
            {}
        ],
        "lock_plus_rule_id": -22540451.640785083,
        "made_external_connections": true,
        "malware_category": -85107213.72887051,
        "malware_name": "MalwareName",
        "malware_type": -62357590.74048821,
        "network_activity_type": -85774927.58794248,
        "number_of_occurrences": 20674256,
        "path": "ThreatPath",
        "platform_id": -70290399.75311546,
        "protection_mode": 5799409.122032538,
        "protocol": -86318449.566446,
        "reclassified_to_type": -88047622.99579449,
        "remote_endpoint": [
            {}
        ],
        "risk": true,
        "rule_configuration_id": "9b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "rule_id": "8b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "rule_mitre": "tactic: TA0006, technique: T1003",
        "rule_name": "RuleName",
        "rule_obsolete": false,
        "rule_risk": -54492359.89028178,
        "security_event_date": "2021-07-20T20:27:18.725Z",
        "security_event_type": 18,
        "since_until_filed": "8.07:06:05",
        "site_id": "8b7205bc-60e0-45a0-9956-b17b6a8673f6",
        "site_name": "SiteName",
        "source_ip": "SourceIPName",
        "source_machine_name": "SourceDeviceName",
        "source_user": "SourceUsername",
        "status": 31156035.444223955,
        "type": -51429435.96722382,
        "user_name": "Username",
        "was_run": true
    },
    "host": {
        "name": "WIN_SERVER_XY"
    },
    "related": {
        "ip": [
            "192.168.0.123"
        ],
        "user": [
            "Username"
        ]
    },
    "rule": {
        "id": "8b7205bc-60e0-45a0-9956-b17b6a8673f6"
    },
    "source": {
        "address": "192.168.0.123",
        "ip": "192.168.0.123"
    },
    "user": {
        "name": "Username"
    }
}
{
    "message": "{\"security_event_type\":4, \"event_id\":1796693,\"event_type\":1,\"date\":\"2022-04-07T11:02:36.06\",\"host_name\":\"PC123\",\"path\":\"COMMON_APPDATA|\\\\softxyz-scc-0x60dd82a3\\\\softxyz-scc.exe\",\"action\":13,\"hash\":\"5692CD3902FE3A9619F4B31A36643BAB\",\"risk\":false,\"protection_mode\":0,\"detection_technology\":null,\"site_id\":null,\"exploit_technique\":\"Exploit/RunPE\"}\n",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Exploits",
        "type": [
            "info"
        ]
    },
    "action": {
        "id": 13,
        "name": "After Process Blocked"
    },
    "aether": {
        "action": 13,
        "date": "2022-04-07T11:02:36.06",
        "detection_technology": "null",
        "event_id": 1796693,
        "event_type": 1,
        "event_type_translated": "Exploit",
        "exploit_technique": "Exploit/RunPE",
        "hash": "5692CD3902FE3A9619F4B31A36643BAB",
        "host_name": "PC123",
        "path": "COMMON_APPDATA|\\softxyz-scc-0x60dd82a3\\softxyz-scc.exe",
        "protection_mode": 0,
        "protection_mode_translated": "Undefined",
        "risk": false,
        "security_event_type": 4,
        "site_id": "null"
    },
    "host": {
        "name": "PC123"
    }
}

Extracted Fields

The following table lists the fields that are extracted, normalized under the ECS format, analyzed and indexed by the parser. It should be noted that infered fields are not listed.

Name Type Description
event.category keyword Event category. The second categorization field in the hierarchy.
event.kind keyword The kind of the event. The highest categorization field in the hierarchy.
event.type keyword Event type. The third categorization field in the hierarchy.
host.name keyword Name of the host.
rule.id keyword Rule ID
source.ip ip IP address of the source.
user.name keyword Short name or login of the user.

Configure

Enable API Access

To enable API access, log in to your WatchGuard Cloud Account then select Administration > Managed Access. Click Enable API Access and specify the passwords for readwrite access and readonly access. Agree the terms and the conditions of the WatchGuard APIs License Agreement then click Save. Copy the access IDs, the API url and an API Key.

Create the intake

Go to the intake page and create a new intake from the format Panda Security Aether.

Pull events

Go to the playbook page and create a new playbook with the Panda Security trigger. You can use the existing template to fasten and ease the creation of your playbook.

Set up the module configuration with an access ID, the password of the access ID (access_secret), your WatchGuard Cloud account ID (account_id), the API Key (api_key). Set the base_url with the domain part of the API Url (e.g: for the API URL https://api.usa.cloud.watchguard.com/rest/, the base_url is https://api.usa.cloud.watchguard.com). Set up the trigger configuration with the frequency of the pull.

At the end of the playbook, set up the action Push events to intake with a Sekoia.io API key and the intake key, from the intake previously created.

Start the playbook and enjoy your events.

Further Readings