Trapster
Overview
Trapster deploys honeypots across your network to detect lateral movements, malicious scans, and insider threats. These digital decoys have no legitimate use, so any interaction immediately signals suspicious activity. With near-zero false positives and instant alerts, security teams can quickly identify and investigate potential intrusions. You also receive alerts for any attempted connection to the honeypots as well as the use of honeytokens or breadcrumbs, helping reduce overall detection time.
Warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.
- Vendor: Ballpoint
- Supported environment: SaaS
- Detection based on: Alert
- Supported application or feature: Honeypot alerts (lateral movement, scans, honeytokens, breadcrumbs, threats)
Configure
This setup guide describes how to forward events from Trapster to Sekoia.io via webhook.
Create an intake
- Go to the intake page.
- Click + New Intake.
- Select the format Trapster.
- Copy the intake key created(you will need it in the next step).
Configure Trapster
- Log in to your Trapster console.
- Navigate to Settings.
- Select Webhooks.
- Click + Add to create a new webhook.
- Choose Sekoia as the webhook type.
- Enter a name for the webhook.
- Paste the Intake Key (Token) copied from Sekoia.io.
- Click save to apply the configuration.

- Test the integration by clicking on the three-dot menu next to the webhook you created and then Send test.

Your events will then be available on the Events page.
Raw Events Samples
In this section, you will find examples of raw logs as generated natively by the source. These examples are provided to help integrators understand the data format before ingestion into Sekoia.io. It is crucial for setting up the correct parsing stages and ensuring that all relevant information is captured.
{
"source": "Trapster",
"action": "event_new",
"id": "00000000-0000-0000-0000-000000000000",
"device": {
"id": "11111111-1111-1111-1111-111111111111",
"name": "my-trapster",
"template": "christmas_tree"
},
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"channel": "breadcrumb",
"category": "login",
"logtype": "breadcrumb.login",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": null,
"dst_ip": "5.6.7.8",
"dst_port": 443,
"timestamp": "2026-01-22 13:13:49.603007+00:00",
"data": "",
"extra": {
"password": "password",
"username": "username"
},
"type": 0
}
{
"source": "Trapster",
"action": "incident_created",
"id": "33333333-3333-3333-3333-333333333333",
"device": {
"id": "11111111-1111-1111-1111-111111111111",
"name": "My Trapster",
"template": "christmas_tree"
},
"group": null,
"channel": "device",
"category": "disconnected",
"description": "Your Trapster has been disconnected",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": null,
"dst_ip": null,
"dst_port": null,
"start_time": "2026-01-21T15:57:50.375491+00:00",
"end_time": "2026-01-21T15:57:50.375491+00:00",
"acknowledged": false,
"events_count": 1,
"type": 2
}
{
"action": "event_new",
"category": "connection",
"channel": "ftp",
"data": "",
"device": {
"id": "33333333-3333-3333-3333-333333333333",
"name": "My Trapster",
"template": "custom"
},
"dst_ip": "5.6.7.8",
"dst_port": 21,
"extra": {},
"id": "70d67dbc-336a-4199-807a-14edc1c1ace6",
"logtype": "ftp.connection",
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"source": "Trapster",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": 32794,
"timestamp": "2026-02-13 09:43:56.793218+00:00",
"type": 0
}
{
"action": "event_new",
"category": "data",
"channel": "ftp",
"data": "515549540d0a",
"device": {
"id": "33333333-3333-3333-3333-333333333333",
"name": "My Trapster",
"template": "custom"
},
"dst_ip": "5.6.7.8",
"dst_port": 21,
"extra": {},
"id": "33333333-3333-3333-3333-333333333333",
"logtype": "ftp.data",
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"source": "Trapster",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": 32794,
"timestamp": "2026-02-13 09:44:07.984270+00:00",
"type": 0
}
{
"action": "event_new",
"category": "login",
"channel": "ftp",
"data": "",
"device": {
"id": "33333333-3333-3333-3333-333333333333",
"name": "My Trapster",
"template": "custom"
},
"dst_ip": "5.6.7.8",
"dst_port": 21,
"extra": {
"password": "password",
"username": "username"
},
"id": "33333333-3333-3333-3333-333333333333",
"logtype": "ftp.login",
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"source": "Trapster",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": 32794,
"timestamp": "2026-02-13 09:44:06.744949+00:00",
"type": 0
}
{
"source": "Trapster",
"action": "event_new",
"id": "104",
"device": {},
"group": null,
"incident": {
"id": "33333333-3333-3333-3333-333333333333"
},
"channel": "honeytoken",
"category": "url",
"logtype": "honeytoken.url",
"src_ip": "1.2.3.4",
"src_port": null,
"dst_ip": null,
"dst_port": 443,
"timestamp": "2026-01-23 15:11:30.345795+00:00",
"data": null,
"extra": {
"headers": {
"Host": "example.com:8000",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Connection": "keep-alive",
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0",
"Remote-Addr": "1.2.3.4",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7",
"Upgrade-Insecure-Requests": "1"
}
},
"type": 0
}
{
"action": "event_new",
"category": "js_clone",
"channel": "honeytoken",
"data": null,
"device": {},
"dst_ip": null,
"dst_port": 443,
"extra": {
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7",
"Connection": "keep-alive",
"Host": "supertest.local:8000",
"Remote-Addr": "172.18.0.1",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0"
}
},
"id": "33333333-3333-3333-3333-333333333333",
"logtype": "honeytoken.js_clone",
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"source": "Trapster",
"src_ip": "1.2.3.4",
"src_ip_reverse": "bravo",
"src_port": null,
"timestamp": "2026-02-12 14:44:59.202084+00:00",
"type": 0
}
{
"source": "Trapster",
"action": "event_new",
"id": "33333333-3333-3333-3333-333333333333",
"device": {
"id": "33333333-3333-3333-3333-333333333333",
"name": "My Trapster",
"template": "custom"
},
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"channel": "http",
"category": "query",
"logtype": "http.query",
"src_ip": "1.2.3.4",
"src_port": 39652,
"dst_ip": "5.6.7.8",
"dst_port": 80,
"timestamp": "2026-02-12 15:20:33.626254+00:00",
"data": "",
"extra": {
"skin": "fortigate",
"method": "GET",
"target": "/",
"headers": {
"host": "5.6.7.8",
"accept": "*/*",
"user-agent": "curl/8.5.0"
},
"status_code": 200
},
"type": 0
}
{
"action": "event_new",
"category": "query",
"channel": "portscan",
"data": "",
"device": {
"id": "33333333-3333-3333-3333-333333333333",
"name": "My Trapster",
"template": "custom"
},
"dst_ip": "5.6.7.8",
"dst_port": 1,
"extra": {
"flags": [
"SYN"
],
"ports": [
"1",
"3",
"4",
"6",
"7",
"9",
"13",
"17",
"19",
"20",
"21",
"22",
"23",
"24",
"25"
]
},
"id": "28213110-e616-4193-a545-a98d61984a18",
"logtype": "portscan.query",
"namespace": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "default"
},
"source": "Trapster",
"src_ip": "1.2.3.4",
"src_ip_reverse": null,
"src_port": 1,
"timestamp": "2026-02-13 13:00:09.677008+00:00",
"type": 0
}
{
"source": "Trapster",
"action": "incident_test",
"id": "11111111-1111-1111-1111-111111111111",
"device": {
"id": "22222222-2222-2222-2222-222222222222",
"name": "test-honeypot",
"template": null
},
"group": null,
"channel": "test",
"category": "login",
"description": "Test incident",
"src_ip": "1.2.3.4",
"src_ip_reverse": "example.com",
"src_port": null,
"dst_ip": "5.6.7.8",
"dst_port": 22,
"start_time": "2026-01-20T15:39:55.380076+00:00",
"end_time": "2026-01-20T15:40:00.380091+00:00",
"acknowledged": false,
"events_count": 0,
"type": 2
}
Detection section
The following section provides information for those who wish to learn more about the detection capabilities enabled by collecting this intake. It includes details about the built-in rule catalog, event categories, and ECS fields extracted from raw events. This is essential for users aiming to create custom detection rules, perform hunting activities, or pivot in the events page.
No related built-in rules was found. This message is automatically generated.
Event Categories
The following table lists the data source offered by this integration.
| Data Source | Description |
|---|---|
Network intrusion detection system |
None |
In details, the following table denotes the type of events produced by this integration.
| Name | Values |
|---|---|
| Kind | alert |
| Category | host, intrusion_detection |
| Type | device, info |
Transformed Events Samples after Ingestion
This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.
{
"message": "{\"source\": \"Trapster\", \"action\": \"event_new\", \"id\": \"00000000-0000-0000-0000-000000000000\", \"device\": {\"id\": \"11111111-1111-1111-1111-111111111111\", \"name\": \"my-trapster\", \"template\": \"christmas_tree\"}, \"namespace\": {\"id\": \"22222222-2222-2222-2222-222222222222\", \"name\": \"default\"}, \"channel\": \"breadcrumb\", \"category\": \"login\", \"logtype\": \"breadcrumb.login\", \"src_ip\": \"1.2.3.4\", \"src_ip_reverse\": null, \"src_port\": null, \"dst_ip\": \"5.6.7.8\", \"dst_port\": 443, \"timestamp\": \"2026-01-22 13:13:49.603007+00:00\", \"data\": \"\", \"extra\": {\"password\": \"password\", \"username\": \"username\"}, \"type\": 0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "login",
"channel": "breadcrumb",
"device": {
"name": "my-trapster",
"template": "christmas_tree"
},
"extra": {
"password": "password",
"username": "username"
}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 443
},
"device": {
"id": "11111111-1111-1111-1111-111111111111"
},
"host": {
"name": "my-trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"source\": \"Trapster\", \"action\": \"incident_created\", \"id\": \"33333333-3333-3333-3333-333333333333\", \"device\": {\"id\": \"11111111-1111-1111-1111-111111111111\", \"name\": \"My Trapster\", \"template\": \"christmas_tree\"}, \"group\": null, \"channel\": \"device\", \"category\": \"disconnected\", \"description\": \"Your Trapster has been disconnected\", \"src_ip\": \"1.2.3.4\", \"src_ip_reverse\": null, \"src_port\": null, \"dst_ip\": null, \"dst_port\": null, \"start_time\": \"2026-01-21T15:57:50.375491+00:00\", \"end_time\": \"2026-01-21T15:57:50.375491+00:00\", \"acknowledged\": false, \"events_count\": 1, \"type\": 2}",
"event": {
"action": "incident_created",
"category": [
"host"
],
"end": "2026-01-21T15:57:50.375491Z",
"reason": "Your Trapster has been disconnected",
"start": "2026-01-21T15:57:50.375491Z",
"type": [
"device"
]
},
"ballpoint": {
"trapster": {
"acknowledged": false,
"category": "disconnected",
"channel": "device",
"device": {
"name": "My Trapster",
"template": "christmas_tree"
},
"events_count": 1
}
},
"device": {
"id": "11111111-1111-1111-1111-111111111111"
},
"host": {
"name": "My Trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
}
}
{
"message": "{\"action\":\"event_new\",\"category\":\"connection\",\"channel\":\"ftp\",\"data\":\"\",\"device\":{\"id\":\"33333333-3333-3333-3333-333333333333\",\"name\":\"My Trapster\",\"template\":\"custom\"},\"dst_ip\":\"5.6.7.8\",\"dst_port\":21,\"extra\":{},\"id\":\"70d67dbc-336a-4199-807a-14edc1c1ace6\",\"logtype\":\"ftp.connection\",\"namespace\":{\"id\":\"22222222-2222-2222-2222-222222222222\",\"name\":\"default\"},\"source\":\"Trapster\",\"src_ip\":\"1.2.3.4\",\"src_ip_reverse\":null,\"src_port\":32794,\"timestamp\":\"2026-02-13 09:43:56.793218+00:00\",\"type\":0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "connection",
"channel": "ftp",
"device": {
"name": "My Trapster",
"template": "custom"
},
"extra": {}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 21
},
"device": {
"id": "33333333-3333-3333-3333-333333333333"
},
"host": {
"name": "My Trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 32794
}
}
{
"message": "{\"action\":\"event_new\",\"category\":\"data\",\"channel\":\"ftp\",\"data\":\"515549540d0a\",\"device\":{\"id\":\"33333333-3333-3333-3333-333333333333\",\"name\":\"My Trapster\",\"template\":\"custom\"},\"dst_ip\":\"5.6.7.8\",\"dst_port\":21,\"extra\":{},\"id\":\"33333333-3333-3333-3333-333333333333\",\"logtype\":\"ftp.data\",\"namespace\":{\"id\":\"22222222-2222-2222-2222-222222222222\",\"name\":\"default\"},\"source\":\"Trapster\",\"src_ip\":\"1.2.3.4\",\"src_ip_reverse\":null,\"src_port\":32794,\"timestamp\":\"2026-02-13 09:44:07.984270+00:00\",\"type\":0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "data",
"channel": "ftp",
"device": {
"name": "My Trapster",
"template": "custom"
},
"extra": {}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 21
},
"device": {
"id": "33333333-3333-3333-3333-333333333333"
},
"host": {
"name": "My Trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 32794
}
}
{
"message": "{\"action\":\"event_new\",\"category\":\"login\",\"channel\":\"ftp\",\"data\":\"\",\"device\":{\"id\":\"33333333-3333-3333-3333-333333333333\",\"name\":\"My Trapster\",\"template\":\"custom\"},\"dst_ip\":\"5.6.7.8\",\"dst_port\":21,\"extra\":{\"password\":\"password\",\"username\":\"username\"},\"id\":\"33333333-3333-3333-3333-333333333333\",\"logtype\":\"ftp.login\",\"namespace\":{\"id\":\"22222222-2222-2222-2222-222222222222\",\"name\":\"default\"},\"source\":\"Trapster\",\"src_ip\":\"1.2.3.4\",\"src_ip_reverse\":null,\"src_port\":32794,\"timestamp\":\"2026-02-13 09:44:06.744949+00:00\",\"type\":0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "login",
"channel": "ftp",
"device": {
"name": "My Trapster",
"template": "custom"
},
"extra": {
"password": "password",
"username": "username"
}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 21
},
"device": {
"id": "33333333-3333-3333-3333-333333333333"
},
"host": {
"name": "My Trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 32794
}
}
{
"message": "{\"source\": \"Trapster\", \"action\": \"event_new\", \"id\": \"104\", \"device\": {}, \"group\": null, \"incident\": {\"id\": \"33333333-3333-3333-3333-333333333333\"}, \"channel\": \"honeytoken\", \"category\": \"url\", \"logtype\": \"honeytoken.url\", \"src_ip\": \"1.2.3.4\",\"src_port\": null, \"dst_ip\": null, \"dst_port\": 443, \"timestamp\": \"2026-01-23 15:11:30.345795+00:00\", \"data\": null, \"extra\": {\"headers\": {\"Host\": \"example.com:8000\", \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\", \"Connection\": \"keep-alive\", \"User-Agent\": \"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0\", \"Remote-Addr\": \"1.2.3.4\", \"Accept-Encoding\": \"gzip, deflate\", \"Accept-Language\": \"fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7\", \"Upgrade-Insecure-Requests\": \"1\"}}, \"type\": 0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "url",
"channel": "honeytoken",
"extra": {
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7",
"Connection": "keep-alive",
"Host": "example.com:8000",
"Remote-Addr": "1.2.3.4",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0"
}
}
}
},
"destination": {
"port": 443
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"hosts": [
"example.com"
],
"ip": [
"1.2.3.4"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"url": {
"domain": "example.com",
"registered_domain": "example.com",
"top_level_domain": "com"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Firefox",
"original": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0",
"os": {
"name": "Ubuntu"
},
"version": "147.0"
}
}
{
"message": "{\"action\":\"event_new\",\"category\":\"js_clone\",\"channel\":\"honeytoken\",\"data\":null,\"device\":{},\"dst_ip\":null,\"dst_port\":443,\"extra\":{\"headers\":{\"Accept\":\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\",\"Accept-Encoding\":\"gzip, deflate\",\"Accept-Language\":\"fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7\",\"Connection\":\"keep-alive\",\"Host\":\"supertest.local:8000\",\"Remote-Addr\":\"172.18.0.1\",\"Upgrade-Insecure-Requests\":\"1\",\"User-Agent\":\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0\"}},\"id\":\"33333333-3333-3333-3333-333333333333\",\"logtype\":\"honeytoken.js_clone\",\"namespace\":{\"id\":\"22222222-2222-2222-2222-222222222222\",\"name\":\"default\"},\"source\":\"Trapster\",\"src_ip\":\"1.2.3.4\",\"src_ip_reverse\":\"bravo\",\"src_port\":null,\"timestamp\":\"2026-02-12 14:44:59.202084+00:00\",\"type\":0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "js_clone",
"channel": "honeytoken",
"extra": {
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "fr,fr-FR;q=0.9,en-US;q=0.8,en;q=0.7",
"Connection": "keep-alive",
"Host": "supertest.local:8000",
"Remote-Addr": "172.18.0.1",
"Upgrade-Insecure-Requests": "1",
"User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0"
}
}
}
},
"destination": {
"port": 443
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"hosts": [
"bravo",
"supertest.local"
],
"ip": [
"1.2.3.4"
]
},
"source": {
"address": "1.2.3.4",
"domain": "bravo",
"ip": "1.2.3.4"
},
"url": {
"domain": "supertest.local",
"subdomain": "supertest"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Firefox",
"original": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0",
"os": {
"name": "Ubuntu"
},
"version": "147.0"
}
}
{
"message": "{\"source\": \"Trapster\", \"action\": \"event_new\", \"id\": \"33333333-3333-3333-3333-333333333333\", \"device\": {\"id\": \"33333333-3333-3333-3333-333333333333\", \"name\": \"My Trapster\", \"template\": \"custom\"}, \"namespace\": {\"id\": \"22222222-2222-2222-2222-222222222222\", \"name\": \"default\"}, \"channel\": \"http\", \"category\": \"query\", \"logtype\": \"http.query\", \"src_ip\": \"1.2.3.4\", \"src_port\": 39652, \"dst_ip\": \"5.6.7.8\", \"dst_port\": 80, \"timestamp\": \"2026-02-12 15:20:33.626254+00:00\", \"data\": \"\", \"extra\": {\"skin\": \"fortigate\", \"method\": \"GET\", \"target\": \"/\", \"headers\": {\"host\": \"5.6.7.8\", \"accept\": \"*/*\", \"user-agent\": \"curl/8.5.0\"}, \"status_code\": 200}, \"type\": 0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "query",
"channel": "http",
"device": {
"name": "My Trapster",
"template": "custom"
},
"extra": {
"headers": {
"accept": "*/*",
"host": "5.6.7.8",
"user-agent": "curl/8.5.0"
},
"method": "GET",
"skin": "fortigate",
"status_code": 200,
"target": "/"
}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 80
},
"device": {
"id": "33333333-3333-3333-3333-333333333333"
},
"host": {
"name": "My Trapster"
},
"http": {
"request": {
"method": "GET"
},
"response": {
"status_code": 200
}
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"hosts": [
"5.6.7.8"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 39652
},
"url": {
"domain": "5.6.7.8"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "curl",
"original": "curl/8.5.0",
"os": {
"name": "Other"
},
"version": "8.5.0"
}
}
{
"message": "{\"action\":\"event_new\",\"category\":\"query\",\"channel\":\"portscan\",\"data\":\"\",\"device\":{\"id\":\"33333333-3333-3333-3333-333333333333\",\"name\":\"My Trapster\",\"template\":\"custom\"},\"dst_ip\":\"5.6.7.8\",\"dst_port\":1,\"extra\":{\"flags\":[\"SYN\"],\"ports\":[\"1\",\"3\",\"4\",\"6\",\"7\",\"9\",\"13\",\"17\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\"]},\"id\":\"28213110-e616-4193-a545-a98d61984a18\",\"logtype\":\"portscan.query\",\"namespace\":{\"id\":\"22222222-2222-2222-2222-222222222222\",\"name\":\"default\"},\"source\":\"Trapster\",\"src_ip\":\"1.2.3.4\",\"src_ip_reverse\":null,\"src_port\":1,\"timestamp\":\"2026-02-13 13:00:09.677008+00:00\",\"type\":0}",
"event": {
"action": "event_new",
"category": [
"intrusion_detection"
],
"kind": "alert",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"category": "query",
"channel": "portscan",
"device": {
"name": "My Trapster",
"template": "custom"
},
"extra": {
"flags": [
"SYN"
],
"ports": [
"1",
"13",
"17",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"3",
"4",
"6",
"7",
"9"
]
}
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 1
},
"device": {
"id": "33333333-3333-3333-3333-333333333333"
},
"host": {
"name": "My Trapster"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 1
}
}
{
"message": "{\"source\": \"Trapster\", \"action\": \"incident_test\", \"id\": \"11111111-1111-1111-1111-111111111111\", \"device\": {\"id\": \"22222222-2222-2222-2222-222222222222\", \"name\": \"test-honeypot\", \"template\": null}, \"group\": null, \"channel\": \"test\", \"category\": \"login\", \"description\": \"Test incident\", \"src_ip\": \"1.2.3.4\", \"src_ip_reverse\": \"example.com\", \"src_port\": null, \"dst_ip\": \"5.6.7.8\", \"dst_port\": 22, \"start_time\": \"2026-01-20T15:39:55.380076+00:00\", \"end_time\": \"2026-01-20T15:40:00.380091+00:00\", \"acknowledged\": false, \"events_count\": 0, \"type\": 2}",
"event": {
"action": "incident_test",
"category": [
"intrusion_detection"
],
"end": "2026-01-20T15:40:00.380091Z",
"kind": "alert",
"reason": "Test incident",
"start": "2026-01-20T15:39:55.380076Z",
"type": [
"info"
]
},
"ballpoint": {
"trapster": {
"acknowledged": false,
"category": "login",
"channel": "test",
"device": {
"name": "test-honeypot"
},
"events_count": 0
}
},
"destination": {
"address": "5.6.7.8",
"ip": "5.6.7.8",
"port": 22
},
"device": {
"id": "22222222-2222-2222-2222-222222222222"
},
"host": {
"name": "test-honeypot"
},
"observer": {
"product": "trapster",
"vendor": "ballpoint"
},
"related": {
"hosts": [
"example.com"
],
"ip": [
"1.2.3.4",
"5.6.7.8"
]
},
"source": {
"address": "1.2.3.4",
"domain": "example.com",
"ip": "1.2.3.4"
}
}
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 |
|---|---|---|
ballpoint.trapster.acknowledged |
boolean |
|
ballpoint.trapster.category |
keyword |
|
ballpoint.trapster.channel |
keyword |
|
ballpoint.trapster.device.name |
keyword |
|
ballpoint.trapster.device.template |
keyword |
|
ballpoint.trapster.events_count |
integer |
|
ballpoint.trapster.extra |
object |
|
ballpoint.trapster.group |
keyword |
|
destination.address |
keyword |
Destination network address. |
destination.ip |
ip |
IP address of the destination. |
destination.port |
long |
Port of the destination. |
event.action |
keyword |
The action captured by the event. |
event.category |
keyword |
Event category. The second categorization field in the hierarchy. |
event.end |
date |
event.end contains the date when the event ended or when the activity was last observed. |
event.kind |
keyword |
The kind of the event. The highest categorization field in the hierarchy. |
event.reason |
keyword |
Reason why this event happened, according to the source |
event.start |
date |
event.start contains the date when the event started or when the activity was first observed. |
event.type |
keyword |
Event type. The third categorization field in the hierarchy. |
group.name |
keyword |
Name of the group. |
host.name |
keyword |
Name of the host. |
http.request.method |
keyword |
HTTP request method. |
http.response.status_code |
long |
HTTP response status code. |
observer.product |
keyword |
The product name of the observer. |
observer.vendor |
keyword |
Vendor name of the observer. |
source.address |
keyword |
Source network address. |
source.domain |
keyword |
The domain name of the source. |
source.ip |
ip |
IP address of the source. |
source.port |
long |
Port of the source. |
url.domain |
keyword |
Domain of the url. |
user_agent.original |
keyword |
Unparsed user_agent string. |
For more information on the Intake Format, please find the code of the Parser, Smart Descriptions, and Supported Events here.