Skip to content

Thinkst Canary

Overview

Thinkst Canary is a deceptive honeypot device that mimics various systems to lure and detect cyber threats, providing early and accurate breach alerts. Canarytokens are easy-to-deploy digital traps that notify users of unauthorized access to sensitive information.

  • Vendor: Thinkst Applied Research
  • Plan: Defend Core & Defend Prime
  • Supported environment: SaaS
  • Detection based on: Alert
  • Supported application or feature: events associated to the incidents

Warning

Important note - This format is currently in beta. We highly value your feedback to improve its performance.

Step-by-Step Configuration Procedure

How to create an API Key

  1. Log in the Thinkst Canary console
  2. On the top panel, click the toothed wheel and got to Global Settings

Click on Global Settings

  1. In the Global Settings, Click the API section
  2. Turn on the Enabled toggle and Click + button. Write down Domain hash

Click on Enabled and +

  1. Select Analyst as the API Key type
  2. Type a name for the API Key
  3. Click Create

Click on Create

Create your intake

  1. Go to the intake page and create a new intake from the Thinkst Canary.
  2. Copy the associated Intake key

Pull the logs to collect them on Sekoia.io

Go to the Sekoia.io playbook page, and follow these steps:

  • Click on + PLAYBOOK button to create a new one
  • Select Create a playbook from scratch
  • Give it a name in the field Name
  • Open the left panel, click Thinkst Canary then select the trigger Fetch Thinkst Canary Events
  • Click on Create
  • Create a Module configuration using:
    • Base URL, which should be https://DOMAINHASH.canary.tools, where DOMAINHASH is your domain hash from the How to create an API Key step
    • Auth token from the same step
  • Create a Trigger configuration using the Intake key created on the previous step
  • Click on the Save button
  • Activate the playbook with the toggle button on the top right corner of the page

Enjoy your events 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.

{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "Consolidated Network Port Scan",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "23": [
        "5.6.7.8"
    ],
    "80": [
        "5.6.7.8"
    ],
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "5007",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1721315330",
    "created_std": "2024-07-18 15:08:50 UTC+0000",
    "description": "Canarytoken triggered",
    "dst_host": "5.6.7.8",
    "dst_port": 53,
    "canarytoken": "1111111111111111111111111",
    "geoip": {
        "city": "Paris",
        "continent_code": "EU",
        "country": "France",
        "country_code": "FR",
        "country_code3": "FRA",
        "currency_code": "EUR",
        "host_domain": "",
        "hostname": "",
        "ip": "1.2.3.4",
        "is_bogon": false,
        "is_v4_mapped": false,
        "is_v6": false,
        "latitude": 48.859077,
        "longitude": 2.293486,
        "region": "Ile-de-France",
        "region_code": "J",
        "timezone": {
            "abbr": "CEST",
            "date": "2024-07-18",
            "id": "Europe/Paris",
            "name": "Central European Summer Time",
            "offset": "+02:00",
            "time": "17:08:54.722399"
        },
        "valid": true
    },
    "hostname": "1111111111111111111111111.example.org",
    "ip_blocklist": {
        "is_proxy": false,
        "is_tor": false,
        "is_vpn": false
    },
    "src_host": "1.2.3.4",
    "timestamp": 1721315332,
    "timestamp_std": "2024-07-18 15:08:52 UTC+0000",
    "type": "dns",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "local_time": "2024-07-18 15:08:50 (UTC)",
    "logtype": "16000",
    "matched_annotations": {},
    "memo": "Integration dns",
    "name": "N/A",
    "node_id": "1111111111111111111111111",
    "notified": "False",
    "src_port": "40296"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "FTP Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "PASSWORD": "mypasswordverysecured",
    "USERNAME": "jdoe",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "2000",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "Git Repository Clone Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "HOST": "git.example.org",
    "REPO": "mypreviousrepository",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "19001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "Host Port Scan",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "ports": "23,80,443",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "5002",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "HTTP API Request",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "HEADERS": {
        "Accept": "*/*",
        "Host": "1111111111.example.org",
        "User-Agent": "curl/8.7.1"
    },
    "METHOD": "POST",
    "PATH": "/path/to/a/secret/",
    "USERAGENT": "curl/8.7.1",
    "POSTDATA": {},
    "RESPONSE": 200,
    "HOSTNAME": "1111111111.example.org",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "3005",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684212",
    "created_std": "2024-07-11 07:50:12 UTC+0000",
    "description": "Canarytoken triggered",
    "dst_host": "5.6.7.8",
    "dst_port": 80,
    "canarytoken": "xxxxxxxxxxxxxxxxxxxx",
    "geoip": {
        "city": "Emerainville",
        "continent_code": "EU",
        "country": "France",
        "country_code": "FR",
        "country_code3": "FRA",
        "currency_code": "EUR",
        "host_domain": "",
        "hostname": "",
        "ip": "1.2.3.4",
        "is_bogon": false,
        "is_v4_mapped": false,
        "is_v6": false,
        "latitude": 48.81276,
        "longitude": 2.62139,
        "region": "Ile-de-France",
        "region_code": "J",
        "timezone": {
            "abbr": "CEST",
            "date": "2024-07-11",
            "id": "Europe/Paris",
            "name": "Central European Summer Time",
            "offset": "+02:00",
            "time": "09:50:16.622847"
        },
        "valid": true
    },
    "headers": {
        "Accept": "*/*",
        "Host": "1111111111.example.org",
        "User-Agent": "curl/8.7.1"
    },
    "ip_blocklist": {
        "is_proxy": false,
        "is_tor": false,
        "is_vpn": false
    },
    "request_args": {},
    "timestamp": 1720684212,
    "timestamp_std": "2024-07-11 07:50:12 UTC+0000",
    "type": "http",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "local_time": "2024-07-11 07:50:12 (UTC)",
    "logtype": "17000",
    "matched_annotations": {},
    "memo": "Link to generate alert",
    "name": "N/A",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_port": "0"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "HTTP Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "METHOD": "GET",
    "CHANNEL": "TLS",
    "PATH": "/path/to/a/secret/",
    "USERAGENT": "curl/8.7.1",
    "RESPONSE": 200,
    "USERNAME": "jdoe",
    "PASSWORD": "mysecuredpassword",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "3001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "HTTP Page Load",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "METHOD": "GET",
    "CHANNEL": "TLS",
    "PATH": "/path/to/a/secret/",
    "USERAGENT": "curl/8.7.1",
    "RESPONSE": 200,
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "3000",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "HTTP Proxy Request",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "URL": "https://example.org/path/to/a/secret/",
    "USERAGENT": "curl/8.7.1",
    "USERNAME": "jdoe",
    "PASSWORD": "mysecuredpassword",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "3001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "incident",
    "summary": "Canarytoken triggered",
    "timestamp": "1720684212"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "LDAP Bind Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "DN": "uid=john.doe,ou=People,dc=example,dc=com",
    "MECH": "GSSAPI",
    "VER": "1.0.2",
    "REQ": "request",
    "TYPE": "PASSWORD",
    "PASSWORD": "mysecuredpassword",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "31001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "Mongo Authentication Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "cmd": "insert",
    "db": "mydatabase",
    "user": "myuser",
    "password": "mysecuredpassword",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "28002",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "MSSQL Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "HOSTNAME": "mssql.example.com",
    "APPNAME": "sqlcmd",
    "USERNAME": "myuser",
    "PASSWORD": "mysecuredpassword",
    "SERVERNAME": "1.2.3.4",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "9001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "MYSQL Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "CLIENT_HASH": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc",
    "SALT": "18cebe27dc51ad8114db58ef50cf2915c66a1f94",
    "USERNAME": "myuser",
    "PASSWORD": "mysecuredpassword",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "8001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "Shared File Opened",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "USER": "jdoe",
    "FILENAME": "myimportantfile",
    "AUDITACTION": "pread",
    "DOMAIN": "EXAMPLE",
    "LOCALNAME": "hostname",
    "MODE": "domain",
    "OFFSET": 0,
    "REMOTENAME": "CANARY",
    "SHARENAME": "ImportantStuff",
    "SIZE": 1800,
    "STATUS": "OK",
    "SMBARCH": "11",
    "SMBVER": "1.0.0",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "5000",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "SSH Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "LOCALVERSION": "SSH-2.0-MS_1.100",
    "PASSWORD": "mypasswordverysecured",
    "REMOTEVERSION": "SSH-2.0-libssh2_1.10.1_DEV",
    "USERNAME": "jdoe",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "4002",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "TFTP Request",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "FILENAME": "accounting2024.pdf",
    "OPCODE": "READ",
    "MODE": "netascii",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "10001",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}
{
    "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
    "event_type": "event",
    "acknowledged": "False",
    "created": "1720684078",
    "created_std": "2024-07-11 07:47:58 UTC+0000",
    "description": "SSH Login Attempt",
    "dst_host": "5.6.7.8",
    "dst_host_public_ip": "",
    "dst_port": "22",
    "WORKSTATION": "desktop001",
    "PASSWORD": "mypasswordverysecured",
    "DOMAINNAME": "EXAMPLE",
    "AUTHTYPE": "digest",
    "USERNAME": "jdoe",
    "timestamp": 1720684081,
    "timestamp_std": "2024-07-11 07:48:01 UTC+0000",
    "flock_id": "flock:default",
    "flock_name": "Default Flock",
    "ip_address": "",
    "ippers": "",
    "local_time": "2024-07-11 07:47:51",
    "logtype": "4002",
    "mac_address": "",
    "matched_annotations": {},
    "name": "thinkst-canary",
    "node_id": "xxxxxxxxxxxxxxxxxxxx",
    "notified": "False",
    "src_host": "1.2.3.4",
    "src_host_reverse": "vm000000.example.org",
    "src_port": "53804"
}

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.

The following Sekoia.io built-in rules match the intake Thinkst Canary [BETA]. 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 Thinkst Canary [BETA] on ATT&CK Navigator

Account Added To A Security Enabled Group

Detection in order to investigate who has added a specific Domain User in Domain Admins or Group Policy Creator Owners (Security event 4728)

  • Effort: master
Account Removed From A Security Enabled Group

Detection in order to investigate who has removed a specific Domain User in Domain Admins or Group Policy Creator Owners (Security event 4729)

  • Effort: master
Active Directory Data Export Using Csvde

Detects the use of Csvde, a command-line tool from Windows Server that can be used to export Active Directory data to CSV files. This export doesn't include password hashes, but can be used as a discovery tool to enumerate users, machines and group memberships.

  • Effort: elementary
AdFind Usage

Detects the usage of the AdFind tool. AdFind.exe is a free tool that extracts information from Active Directory. Wizard Spider (Bazar, TrickBot, Ryuk), FIN6 and MAZE operators have used AdFind.exe to collect information about Active Directory organizational units and trust objects

  • Effort: elementary
Adexplorer Usage

Detects the usage of Adexplorer, a legitimate tool from the Sysinternals suite that could be abused by attackers as it can saves snapshots of the Active Directory Database.

  • Effort: advanced
Advanced IP Scanner

Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.

  • Effort: master
Bloodhound and Sharphound Tools Usage

Detects default process names and default command line parameters used by Bloodhound and Sharphound tools.

  • Effort: intermediate
Burp Suite Tool Detected

Burp Suite is a cybersecurity tool. When used as a proxy service, its purpose is to intercept packets and modify them to send them to the server. Burp Collaborator is a network service that Burp Suite uses to help discover many kinds of vulnerabilities (vulnerabilities scanner).

  • Effort: intermediate
CVE-2017-11882 Microsoft Office Equation Editor Vulnerability

Detects the exploitation of CVE-2017-11882 vulnerability. The Microsoft Office Equation Editor has no reason to do a network request or drop an executable file. This requires a sysmon configuration with file and network events.

  • Effort: master
CVE-2018-11776 Apache Struts2

Apache Struts versions 2.3 to 2.3.34 and 2.5 to 2.5.16 suffer from possible Remote Code Execution when alwaysSelectFullNamespace is true (either by user or a plugin like Convention Plugin) and then: results are used with no namespace and in same time, its upper package have no or wildcard namespace and similar to results, same possibility when using url tag which doesn't have value and action set and in same time, its upper package have no or wildcard namespace.

  • Effort: intermediate
CVE-2018-13379 Fortinet Exploit

Detects the successful exploitation of the Fortinet FortiOS CVE-2018-13379. This CVE is one of the most exploited CVEs since 2018. It is exploited by APT threat actors as well as cybercriminals. The exploitation of this CVE lead an unauthenticated user to get full access to FortiOS system file through SSL VPN via specially crafted HTTP resource requests. The exploit read /dev/cmdb/sslvpn_websession file, that contains login and passwords in (clear/text). An HTTP response status code = 200, means the file was successfully accessed. This vulnerability affects FortiOS 5.6.3 to 5.6.7 and FortiOS 6.0.0 to 6.0.4.

  • Effort: advanced
CVE-2019-0604 SharePoint

Detects the exploitation of the SharePoint vulnerability (CVE-2019-0604).

  • Effort: advanced
CVE-2019-11510 Pulse Secure Exploit

Detects the successful exploitation of the Pulse Secure vulnerability CVE-2019-11510. This CVE is one of the most exploited CVEs since 2019. It is exploited by diverse threat actors, leading sometimes in ransomware deployement among these groups: Maze, Conti, Egregor, DoppelPaymer, NetWalker and REvil. But also APT actors such as APT29. The exploitation of this CVE allows a remote, unauthenticated attacker to compromise a vulnerable VPN server. The attacker may be able to gain access to all active users and their plain-text credentials. It may also be possible for the attacker to execute arbitrary commands on each VPN client as it successfully connects to the VPN server. The exploit reads /etc/passwd file to get access to login and passwords in (clear/text). An HTTP response status code = 200, means the file was successfully accessed. This vulnerability affects 8.1R15.1, 8.2 before 8.2R12.1, 8.3 before 8.3R7.1, and 9.0 before 9.0R3.4 products.

  • Effort: elementary
CVE-2019-19781 Citrix NetScaler (ADC)

Detects CVE-2019-19781 exploitation attempt against Citrix NetScaler (ADC), Application Delivery Controller and Citrix Gateway Attack.

  • Effort: elementary
CVE-2019-2725 Oracle Weblogic Exploit

Detects the successful exploitation of a deserialization vulnerability in Oracle Weblogic Server, CVE-2019-2725. This vulnerability affects versions 10.X and 12.1.3 of WebLogic that have the components wls9_async_response.war and wls-wsat.war enabled. It is a remote code execution which can be exploited without authentication via HTTP. An HTTP response status code = 202, means the target is vulnerable, the analyst then has to look in depth to check if a webshell has been uploaded or something else has been done.

  • Effort: elementary
CVE-2020-0688 Microsoft Exchange Server Exploit

Detects the exploitation of CVE-2020-0688. The POC exploit a .NET serialization vulnerability in the Exchange Control Panel (ECP) web page. The vulnerability is due to Microsoft Exchange Server not randomizing the keys on a per-installation basis resulting in them using the same validationKey and decryptionKey values. With knowledge of these, values an attacker can craft a special viewstate to use an OS command to be executed by NT_AUTHORITY\SYSTEM using .NET deserialization. To exploit this vulnerability, an attacker needs to leverage the credentials of an account it had already compromised to authenticate to OWA.

  • Effort: elementary
CVE-2020-1147 SharePoint

Detection of SharePoint vulnerability CVE-2020-1147.

  • Effort: advanced
CVE-2020-14882 Oracle WebLogic Server

Detects the exploitation of the Oracle WebLogic Server vulnerability (CVE-2020-16952).

  • Effort: advanced
CVE-2020-17530 Apache Struts RCE

Detects the exploitation of the Apache Struts RCE vulnerability (CVE-2020-17530).

  • Effort: intermediate
CVE-2020-5902 F5 BIG-IP Exploitation Attempts

Detects the exploitation attempt of the vulnerability found in F5 BIG-IP and described in CVE-2020-5902.

  • Effort: elementary
CVE-2021-20021 SonicWall Unauthenticated Administrator Access

Detects the exploitation of SonicWall Unauthenticated Admin Access.

  • Effort: advanced
CVE-2021-20023 SonicWall Arbitrary File Read

Detects Arbitrary File Read, which can be used with other vulnerabilities as a mean to obtain outputs generated by attackers, or sensitive data.

  • Effort: advanced
CVE-2021-21972 VMware vCenter

The vSphere Client (HTML5) contains a remote code execution vulnerability in a vCenter Server plugin. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.x before 7.0 U1c, 6.7 before 6.7 U3l and 6.5 before 6.5 U3n) and VMware Cloud Foundation (4.x before 4.2 and 3.x before 3.10.1.2). POST request on the following PATH "/ui/vropspluginui/rest/services/uploadova". If in response body (500) the words it has "uploadFile", that means the vCenter is available to accept files via POST without any restrictions.

  • Effort: intermediate
CVE-2021-21985 VMware vCenter

The VMware vSphere Client (HTML5) contains a remote code execution vulnerability due to lack of input validation in the Virtual SAN Health Check plug-in which is enabled by default in vCenter Server. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.0 before 7.0 U2b, 6.7 before 6.7 U3n and 6.5 before 6.5 U3p) and VMware Cloud Foundation (4.x before 4.2.1 and 3.x before 3.10.2.1).

  • Effort: advanced
CVE-2021-22123 Fortinet FortiWeb OS Command Injection

Detects Fortinet FortiWeb OS Command Injection (August 2021) vulnerability exploitation attempt. A remote, authenticated attacker can execute arbitrary commands on the system hosting a vulnerable FortiWeb WAF by sending a POST request with the command in the name field. At the time of writing this rule, it would appear that the request would respond in code 500 for a successful exploitation attempt.

  • Effort: advanced
CVE-2021-22893 Pulse Connect Secure RCE Vulnerability

Detects potential exploitation of the authentication by-pass vulnerability that can allow an unauthenticated user to perform remote arbitrary file execution on the Pulse Connect Secure gateway. It is highly recommended to apply the Pulse Secure mitigations and seach for indicators of compromise on affected servers if you are in doubt over the integrity of your Pulse Connect Secure product.

  • Effort: intermediate
CVE-2021-26855 Exchange SSRF

Detects the exploitation of ProyxLogon vulerability on Exchange servers.

  • Effort: advanced
CVE-2021-34473 ProxyShell Attempt

Detects CVE-2021-34473 ProxyShell attempt against Microsoft Exchange Server, Remote Code Execution Vulnerability.

  • Effort: advanced
CVE-2021-41773 Apache 2.4.49 Path Traversal

Detects successful exploitation of the Apache Path Traversal CVE-2021-41773.

  • Effort: advanced
CVE-2021-43798 Grafana Directory Traversal

Grafana version 8.x has a 0day arbitrary file read (with no fix yet) based on a directory traversal vulnerability

  • Effort: intermediate
Certificate Authority Modification

Installation of new certificate(s) in the Certificate Authority can be used to trick user when spoofing website or to add trusted destinations.

  • Effort: master
Certify Or Certipy

Detects the use of certify and certipy which are two different tools used to enumerate and abuse Active Directory Certificate Services.

  • Effort: advanced
Cobalt Strike Default Beacons Names

Detects the default names of Cobalt Strike beacons / payloads.

  • Effort: intermediate
Computer Account Deleted

Detects computer account deletion.

  • Effort: master
Correlation Potential DNS Tunnel

Detects domain name which is longer than 95 characters. Long domain names are distinctive of DNS tunnels.

  • Effort: advanced
Covenant Default HTTP Beaconing

Detects potential Covenant communications through the user-agent and specific urls

  • Effort: intermediate
Credential Dump Tools Related Files

Detects processes or file names related to credential dumping tools and the dropped files they generate by default.

  • Effort: advanced
Cryptomining

Detection of domain names potentially related to cryptomining activities.

  • Effort: master
DNS Query For Iplookup

Detects dns query of observables tagged as iplookup.

  • Effort: master
Detect requests to Konni C2 servers

This rule detects requests to Konni C2 servers. These patterns come from an analysis done in 2022, September.

  • Effort: elementary
Discord Suspicious Download

Discord is a messaging application. It allows users to create their own communities to share messages and attachments. Those attachments have little to no overview and can be downloaded by almost anyone, which has been abused by attackers to host malicious payloads.

  • Effort: intermediate
Domain Trust Created Or Removed

A trust was created or removed to a domain. An attacker could perform that in order to do lateral movement easily between domains or shutdown the ability of two domains to communicate.

  • Effort: advanced
Download Files From Suspicious TLDs

Detects download of certain file types from hosts in suspicious TLDs

  • 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
EvilProxy Phishing Domain

Detects subdomains potentially generated by the EvilProxy adversary-in-the-middle phishing platform. Inspect the other subdomains of the domain to identify the landing page, and determine if the user submitted credentials. This rule has a small percentage of false positives on legitimate domains.

  • Effort: intermediate
Exfiltration And Tunneling Tools Execution

Execution of well known tools for data exfiltration and tunneling

  • Effort: advanced
Exfiltration Domain

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

  • Effort: master
FoggyWeb HTTP Default GET/POST Requests

Detects GET or POST request pattern observed within the first FoggyWeb campaign detected by Microsoft.

  • Effort: advanced
GitLab CVE-2021-22205

Detects GitLab vulnerability CVE-2021-22205 exploitation success. It allows an attacker to do some remote code execution with user git. The HTTP return code 422 indicates a successfull exploitation.

  • Effort: intermediate
HackTools Suspicious Names

Quick-win rule to detect the default process names or file names of several HackTools.

  • Effort: elementary
Kernel Module Alteration

Kernel module installation can be used to configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems.

  • Effort: advanced
Koadic MSHTML Command

Detects Koadic payload using MSHTML module

  • Effort: intermediate
LokiBot Default C2 URL

Detects default C2 URL for trojan LokiBot

  • Effort: elementary
MSBuild Abuse

Detection of MSBuild uses by attackers to infect an host. Focuses on XML compilation which is a Metasploit payload, and on connections made by this process which is unusual.

  • Effort: intermediate
Microsoft Exchange Server Creating Unusual Files

Look for Microsoft Exchange Server’s Unified Messaging service creating non-standard content on disk, which could indicate web shells or other malicious content, suggesting exploitation of CVE-2021-26858 vulnerability

  • Effort: intermediate
Network Connection Via Certutil

Identifies certutil.exe making a network connection. Adversaries could abuse certutil.exe to download a certificate, or malware, from a remote URL. The rule excludes private IP addresses and IPV6. This requires Sysmon logging.

  • Effort: intermediate
Network Scanning and Discovery

Tools and command lines used for network discovery from current system

  • Effort: advanced
Network Sniffing

List of common tools used for network packages sniffing

  • Effort: advanced
Network Sniffing Windows

Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.

  • Effort: intermediate
Nimbo-C2 User Agent

Nimbo-C2 Uses an unusual User-Agent format in its implants.

  • Effort: intermediate
NlTest Usage

Detects attempts to gather information on domain trust relationships that may be used to identify lateral movement opportunities. These command lines were observed in numerous attacks, but also sometimes from legitimate administrators for debugging purposes. The rule does not cover very basics commands but rather the ones that are interesting for attackers to gather information on a domain.

  • Effort: advanced
Password Change On Directory Service Restore Mode (DSRM) Account

The Directory Service Restore Mode (DSRM) account is a local administrator account on Domain Controllers. Attackers may change the password to gain persistence.

  • Effort: intermediate
PasswordDump SecurityXploded Tool

Detects the execution of the PasswordDump SecurityXploded Tool

  • Effort: elementary
Possible Malicious File Double Extension

Detects request to potential malicious file with double extension

  • Effort: elementary
Possible Replay Attack

This event can be a sign of Kerberos replay attack or, among other things, network device configuration or routing problems.

  • Effort: intermediate
Potential Azure AD Phishing Page (Adversary-in-the-Middle)

Detects an HTTP request to an URL typical of the Azure AD authentication flow, but towards a domain that is not one the legitimate Microsoft domains used for Azure AD authentication.

  • Effort: intermediate
Potential Bazar Loader User-Agents

Detects potential Bazar loader communications through the user-agent

  • Effort: elementary
Potential DNS Tunnel

Detects domain name which is longer than 95 characters. Long domain names are distinctive of DNS tunnels.

  • Effort: advanced
Potential Lemon Duck User-Agent

Detects LemonDuck user agent. The format used two sets of alphabetical characters separated by dashes, for example "User-Agent: Lemon-Duck-[A-Z]-[A-Z]".

  • Effort: elementary
Potential LokiBot User-Agent

Detects potential LokiBot communications through the user-agent

  • Effort: intermediate
Privilege Escalation Awesome Scripts (PEAS)

Detect PEAS privileges escalation scripts and binaries

  • Effort: elementary
ProxyShell Microsoft Exchange Suspicious Paths

Detects suspicious calls to Microsoft Exchange resources, in locations related to webshells observed in campaigns using this vulnerability.

  • Effort: elementary
PsExec Process

Detects PsExec execution, command line which contains pstools or installation of the PsExec service. PsExec is a SysInternals which can be used to execute a program on another computer. The tool is as much used by attackers as by administrators.

  • Effort: advanced
RDP Session Discovery

Detects use of RDP session discovery via qwinsta or quser. Used by some threat actors to know if someone is working via RDP on a server.

  • Effort: advanced
RSA SecurID Failed Authentification

Detects many failed attempts to authenticate followed by a successfull login for a super admin account.

  • Effort: advanced
RTLO Character

Detects RTLO (Right-To-Left character) in file and process names.

  • Effort: elementary
Raccoon Stealer 2.0 Legitimate Third-Party DLL Download URL

Detects Raccoon Stealer 2.0 malware downloading legitimate third-party DLLs from its C2 server. These legitimate DLLs are used by the information stealer to collect data on the compromised hosts.

  • Effort: elementary
Remote Access Tool Domain

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

  • Effort: master
Remote Monitoring and Management Software - AnyDesk

Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool AnyDesk.

  • Effort: master
Remote Monitoring and Management Software - Atera

Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool Atera.

  • 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
SharePoint Authenticated SSRF

Detects succesful SSRF from an authenticated SharePoint user.

  • Effort: elementary
Socat Relaying Socket

Socat is a linux tool used to relay local socket or internal network connection, this technics is often used by attacker to bypass security equipment such as firewall

  • Effort: advanced
Socat Reverse Shell Detection

Socat is a linux tool used to relay or open reverse shell that is often used by attacker to bypass security equipment.

  • Effort: intermediate
SolarWinds Suspicious File Creation

Detects SolarWinds process creating a file with a suspicious extension. The process solarwinds.businesslayerhost.exe created an unexpected file whose extension is ".exe", ".ps1", ".jpg", ".png" or ".dll".

  • Effort: intermediate
Suspicious Double Extension

Detects suspicious use of an .exe extension after a non-executable file extension like .pdf.exe, a set of spaces or underlines to cloak the executable file in spearphishing campaigns

  • Effort: advanced
Suspicious Download Links From Legitimate Services

Detects users clicking on Google docs links to download suspicious files. This technique was used a lot by Bazar Loader in the past.

  • Effort: intermediate
Suspicious File Name

Detects suspicious file name possibly linked to malicious tool.

  • Effort: advanced
Suspicious PROCEXP152.sys File Created In Tmp

Detects the creation of the PROCEXP152.sys file in the application-data local temporary folder. This driver is used by Sysinternals Process Explorer but also by KDU (https://github.com/hfiref0x/KDU) or Ghost-In-The-Logs (https://github.com/bats3c/Ghost-In-The-Logs), which uses KDU. Note - Clever attackers may easily bypass this detection by just renaming the driver filename. Therefore just Medium-level and don't rely on it.

  • Effort: advanced
Suspicious TOR Gateway

Detects suspicious TOR gateways. Gateways are often used by the victim to pay and decrypt the encrypted files without installing TOR. 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: advanced
Suspicious URI Used In A Lazarus Campaign

Detects suspicious requests to a specific URI, usually on an .asp page. The website is often compromised.

  • Effort: intermediate
Suspicious Windows DNS Queries

Detects a suspicious Windows command-line process making a DNS query via known abuse text paste web services. This is based on Microsoft Windows Sysmon events (Event ID 22).

  • Effort: advanced
System Info Discovery

System info discovery, attempt to detects basic command use to fingerprint a host.

  • 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
Telegram Bot API Request

Detects suspicious DNS queries to api.telegram.org used by Telegram Bots of any kind

  • Effort: advanced
TrevorC2 HTTP Communication

Detects TrevorC2 HTTP communication based on the HTTP request URI and the user-agent.

  • Effort: elementary
User Account Created

Detects user creation on windows servers, which shouldn't happen in an Active Directory environment. Apply this on your windows server logs and not on your DC logs. One default account defaultuser0 is excluded as only used during Windows set-up. This detection use Security Event ID 4720.

  • Effort: master
User Account Deleted

Detects local user deletion

  • Effort: master
WCE wceaux.dll Creation

Detects wceaux.dll creation while Windows Credentials Editor (WCE) is executed.

  • Effort: intermediate

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 intrusion_detection
Type denied

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": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"Consolidated Network Port Scan\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"23\": [\"5.6.7.8\"], \"80\": [\"5.6.7.8\"], \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"5007\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "5007",
        "reason": "Consolidated Network Port Scan",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1721315330\", \"created_std\": \"2024-07-18 15:08:50 UTC+0000\", \"description\": \"Canarytoken triggered\", \"dst_host\": \"5.6.7.8\", \"dst_port\": 53, \"canarytoken\": \"1111111111111111111111111\", \"geoip\": {\"city\": \"Paris\", \"continent_code\": \"EU\", \"country\": \"France\", \"country_code\": \"FR\", \"country_code3\": \"FRA\", \"currency_code\": \"EUR\", \"host_domain\": \"\", \"hostname\": \"\", \"ip\": \"1.2.3.4\", \"is_bogon\": false, \"is_v4_mapped\": false, \"is_v6\": false, \"latitude\": 48.859077, \"longitude\": 2.293486, \"region\": \"Ile-de-France\", \"region_code\": \"J\", \"timezone\": {\"abbr\": \"CEST\", \"date\": \"2024-07-18\", \"id\": \"Europe/Paris\", \"name\": \"Central European Summer Time\", \"offset\": \"+02:00\", \"time\": \"17:08:54.722399\"}, \"valid\": true}, \"hostname\": \"1111111111111111111111111.example.org\", \"ip_blocklist\": {\"is_proxy\": false, \"is_tor\": false, \"is_vpn\": false}, \"src_host\": \"1.2.3.4\", \"timestamp\": 1721315332, \"timestamp_std\": \"2024-07-18 15:08:52 UTC+0000\", \"type\": \"dns\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"local_time\": \"2024-07-18 15:08:50 (UTC)\", \"logtype\": \"16000\", \"matched_annotations\": {}, \"memo\": \"Integration dns\", \"name\": \"N/A\", \"node_id\": \"1111111111111111111111111\", \"notified\": \"False\", \"src_port\": \"40296\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "16000",
        "dataset": "dns",
        "reason": "Canarytoken triggered",
        "start": "2024-07-18T15:08:50Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-18T15:08:52Z",
    "destination": {
        "address": "1111111111111111111111111.example.org",
        "domain": "1111111111111111111111111.example.org",
        "ip": "5.6.7.8",
        "port": 53,
        "registered_domain": "example.org",
        "subdomain": "1111111111111111111111111",
        "top_level_domain": "org"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "1111111111111111111111111.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "1.2.3.4",
        "geo": {
            "city_name": "Paris",
            "continent_code": "EU",
            "country_iso_code": "Paris",
            "timezone": "FR"
        },
        "ip": "1.2.3.4",
        "port": 40296
    },
    "thinkst_canary": {
        "canary_token": "1111111111111111111111111",
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"FTP Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"PASSWORD\": \"mypasswordverysecured\", \"USERNAME\": \"jdoe\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"2000\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "2000",
        "reason": "FTP Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "jdoe"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"Git Repository Clone Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"HOST\": \"git.example.org\", \"REPO\": \"mypreviousrepository\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"19001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "19001",
        "reason": "Git Repository Clone Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "git.example.org",
        "domain": "git.example.org",
        "ip": "5.6.7.8",
        "port": 22,
        "registered_domain": "example.org",
        "subdomain": "git",
        "top_level_domain": "org"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "git.example.org",
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
        "repo": "mypreviousrepository"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"Host Port Scan\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"ports\": \"23,80,443\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"5002\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "5002",
        "reason": "Host Port Scan",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
        "ports": "23,80,443"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"HTTP API Request\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"HEADERS\": {\"Accept\": \"*/*\", \"Host\": \"1111111111.example.org\", \"User-Agent\": \"curl/8.7.1\"}, \"METHOD\": \"POST\", \"PATH\": \"/path/to/a/secret/\", \"USERAGENT\": \"curl/8.7.1\", \"POSTDATA\": {}, \"RESPONSE\": 200, \"HOSTNAME\": \"1111111111.example.org\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"3005\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "3005",
        "reason": "HTTP API Request",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "1111111111.example.org",
        "domain": "1111111111.example.org",
        "ip": "5.6.7.8",
        "port": 22,
        "registered_domain": "example.org",
        "subdomain": "1111111111",
        "top_level_domain": "org"
    },
    "http": {
        "request": {
            "method": "POST"
        },
        "response": {
            "status_code": 200
        }
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "1111111111.example.org",
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "url": {
        "path": "/path/to/a/secret/"
    },
    "user_agent": {
        "device": {
            "name": "Other"
        },
        "name": "curl",
        "original": "curl/8.7.1",
        "os": {
            "name": "Other"
        },
        "version": "8.7.1"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684212\", \"created_std\": \"2024-07-11 07:50:12 UTC+0000\", \"description\": \"Canarytoken triggered\", \"dst_host\": \"5.6.7.8\", \"dst_port\": 80, \"canarytoken\": \"xxxxxxxxxxxxxxxxxxxx\", \"geoip\": {\"city\": \"Emerainville\", \"continent_code\": \"EU\", \"country\": \"France\", \"country_code\": \"FR\", \"country_code3\": \"FRA\", \"currency_code\": \"EUR\", \"host_domain\": \"\", \"hostname\": \"\", \"ip\": \"1.2.3.4\", \"is_bogon\": false, \"is_v4_mapped\": false, \"is_v6\": false, \"latitude\": 48.81276, \"longitude\": 2.62139, \"region\": \"Ile-de-France\", \"region_code\": \"J\", \"timezone\": {\"abbr\": \"CEST\", \"date\": \"2024-07-11\", \"id\": \"Europe/Paris\", \"name\": \"Central European Summer Time\", \"offset\": \"+02:00\", \"time\": \"09:50:16.622847\"}, \"valid\": true}, \"headers\": {\"Accept\": \"*/*\", \"Host\": \"1111111111.example.org\", \"User-Agent\": \"curl/8.7.1\"}, \"ip_blocklist\": {\"is_proxy\": false, \"is_tor\": false, \"is_vpn\": false}, \"request_args\": {}, \"timestamp\": 1720684212, \"timestamp_std\": \"2024-07-11 07:50:12 UTC+0000\", \"type\": \"http\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"local_time\": \"2024-07-11 07:50:12 (UTC)\", \"logtype\": \"17000\", \"matched_annotations\": {}, \"memo\": \"Link to generate alert\", \"name\": \"N/A\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_port\": \"0\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "17000",
        "dataset": "http",
        "reason": "Canarytoken triggered",
        "start": "2024-07-11T07:50:12Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:50:12Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 80
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "1.2.3.4",
        "geo": {
            "city_name": "Emerainville",
            "continent_code": "EU",
            "country_iso_code": "Emerainville",
            "timezone": "FR"
        },
        "ip": "1.2.3.4",
        "port": 0
    },
    "thinkst_canary": {
        "canary_token": "xxxxxxxxxxxxxxxxxxxx",
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user_agent": {
        "device": {
            "name": "Other"
        },
        "name": "curl",
        "original": "curl/8.7.1",
        "os": {
            "name": "Other"
        },
        "version": "8.7.1"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"HTTP Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"METHOD\": \"GET\", \"CHANNEL\": \"TLS\", \"PATH\": \"/path/to/a/secret/\", \"USERAGENT\": \"curl/8.7.1\", \"RESPONSE\": 200, \"USERNAME\": \"jdoe\", \"PASSWORD\": \"mysecuredpassword\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"3001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "3001",
        "reason": "HTTP Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "http": {
        "request": {
            "method": "GET"
        },
        "response": {
            "status_code": 200
        }
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "tls": {
        "established": true
    },
    "url": {
        "path": "/path/to/a/secret/"
    },
    "user": {
        "name": "jdoe"
    },
    "user_agent": {
        "device": {
            "name": "Other"
        },
        "name": "curl",
        "original": "curl/8.7.1",
        "os": {
            "name": "Other"
        },
        "version": "8.7.1"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"HTTP Page Load\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"METHOD\": \"GET\", \"CHANNEL\": \"TLS\", \"PATH\": \"/path/to/a/secret/\", \"USERAGENT\": \"curl/8.7.1\", \"RESPONSE\": 200, \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"3000\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "3000",
        "reason": "HTTP Page Load",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "http": {
        "request": {
            "method": "GET"
        },
        "response": {
            "status_code": 200
        }
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "tls": {
        "established": true
    },
    "url": {
        "path": "/path/to/a/secret/"
    },
    "user_agent": {
        "device": {
            "name": "Other"
        },
        "name": "curl",
        "original": "curl/8.7.1",
        "os": {
            "name": "Other"
        },
        "version": "8.7.1"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"HTTP Proxy Request\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"URL\": \"https://example.org/path/to/a/secret/\", \"USERAGENT\": \"curl/8.7.1\", \"USERNAME\": \"jdoe\", \"PASSWORD\": \"mysecuredpassword\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"3001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "3001",
        "reason": "HTTP Proxy Request",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "url": {
        "domain": "example.org",
        "original": "https://example.org/path/to/a/secret/",
        "path": "/path/to/a/secret/",
        "port": 443,
        "registered_domain": "example.org",
        "scheme": "https",
        "top_level_domain": "org"
    },
    "user": {
        "name": "jdoe"
    },
    "user_agent": {
        "device": {
            "name": "Other"
        },
        "name": "curl",
        "original": "curl/8.7.1",
        "os": {
            "name": "Other"
        },
        "version": "8.7.1"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"incident\", \"summary\": \"Canarytoken triggered\", \"timestamp\": \"1720684212\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "kind": "alert",
        "reason": "Canarytoken triggered",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:50:12Z",
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"LDAP Bind Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"DN\": \"uid=john.doe,ou=People,dc=example,dc=com\", \"MECH\": \"GSSAPI\", \"VER\": \"1.0.2\", \"REQ\": \"request\", \"TYPE\": \"PASSWORD\", \"PASSWORD\": \"mysecuredpassword\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"31001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "31001",
        "reason": "LDAP Bind Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "domain": "example.com"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"Mongo Authentication Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"cmd\": \"insert\", \"db\": \"mydatabase\", \"user\": \"myuser\", \"password\": \"mysecuredpassword\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"28002\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "action": "insert",
        "category": [
            "intrusion_detection"
        ],
        "code": "28002",
        "reason": "Mongo Authentication Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "myuser"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "db": "mydatabase",
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "myuser"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"MSSQL Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"HOSTNAME\": \"mssql.example.com\", \"APPNAME\": \"sqlcmd\", \"USERNAME\": \"myuser\", \"PASSWORD\": \"mysecuredpassword\", \"SERVERNAME\": \"1.2.3.4\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"9001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "9001",
        "reason": "MSSQL Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "mssql.example.com",
        "domain": "mssql.example.com",
        "ip": "5.6.7.8",
        "port": 22,
        "registered_domain": "example.com",
        "subdomain": "mssql",
        "top_level_domain": "com"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "process": {
        "name": "sqlcmd"
    },
    "related": {
        "hosts": [
            "mssql.example.com",
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "myuser"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "myuser"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"MYSQL Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"CLIENT_HASH\": \"adc83b19e793491b1c6ea0fd8b46cd9f32e592fc\", \"SALT\": \"18cebe27dc51ad8114db58ef50cf2915c66a1f94\", \"USERNAME\": \"myuser\", \"PASSWORD\": \"mysecuredpassword\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"8001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "8001",
        "reason": "MYSQL Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "myuser"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "myuser"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"Shared File Opened\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"USER\": \"jdoe\", \"FILENAME\": \"myimportantfile\", \"AUDITACTION\": \"pread\", \"DOMAIN\": \"EXAMPLE\", \"LOCALNAME\": \"hostname\", \"MODE\": \"domain\", \"OFFSET\": 0, \"REMOTENAME\": \"CANARY\", \"SHARENAME\": \"ImportantStuff\", \"SIZE\": 1800, \"STATUS\": \"OK\", \"SMBARCH\": \"11\", \"SMBVER\": \"1.0.0\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"5000\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "action": "pread",
        "category": [
            "intrusion_detection"
        ],
        "code": "5000",
        "reason": "Shared File Opened",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "action": {
        "properties": {
            "Domain": "EXAMPLE",
            "ShareName": "ImportantStuff",
            "UserName": "jdoe"
        }
    },
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "file": {
        "name": "myimportantfile",
        "size": 1800
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212",
        "smbarch": "11",
        "smbver": "1.0.0"
    },
    "user": {
        "name": "jdoe"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"SSH Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"LOCALVERSION\": \"SSH-2.0-MS_1.100\", \"PASSWORD\": \"mypasswordverysecured\", \"REMOTEVERSION\": \"SSH-2.0-libssh2_1.10.1_DEV\", \"USERNAME\": \"jdoe\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"4002\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "4002",
        "reason": "SSH Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "jdoe"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"TFTP Request\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"FILENAME\": \"accounting2024.pdf\", \"OPCODE\": \"READ\", \"MODE\": \"netascii\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"10001\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "10001",
        "reason": "TFTP Request",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "file": {
        "name": "accounting2024.pdf"
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    }
}
{
    "message": "{\"incident_id\": \"incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212\", \"event_type\": \"event\", \"acknowledged\": \"False\", \"created\": \"1720684078\", \"created_std\": \"2024-07-11 07:47:58 UTC+0000\", \"description\": \"SSH Login Attempt\", \"dst_host\": \"5.6.7.8\", \"dst_host_public_ip\": \"\", \"dst_port\": \"22\", \"WORKSTATION\": \"desktop001\", \"PASSWORD\": \"mypasswordverysecured\", \"DOMAINNAME\": \"EXAMPLE\", \"AUTHTYPE\": \"digest\", \"USERNAME\": \"jdoe\", \"timestamp\": 1720684081, \"timestamp_std\": \"2024-07-11 07:48:01 UTC+0000\", \"flock_id\": \"flock:default\", \"flock_name\": \"Default Flock\", \"ip_address\": \"\", \"ippers\": \"\", \"local_time\": \"2024-07-11 07:47:51\", \"logtype\": \"4002\", \"mac_address\": \"\", \"matched_annotations\": {}, \"name\": \"thinkst-canary\", \"node_id\": \"xxxxxxxxxxxxxxxxxxxx\", \"notified\": \"False\", \"src_host\": \"1.2.3.4\", \"src_host_reverse\": \"vm000000.example.org\", \"src_port\": \"53804\"}",
    "event": {
        "category": [
            "intrusion_detection"
        ],
        "code": "4002",
        "reason": "SSH Login Attempt",
        "start": "2024-07-11T07:47:58Z",
        "type": [
            "denied"
        ]
    },
    "@timestamp": "2024-07-11T07:48:01Z",
    "destination": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8",
        "port": 22
    },
    "observer": {
        "product": "Thinkst Canary",
        "vendor": "Thinkst Canary"
    },
    "related": {
        "hosts": [
            "vm000000.example.org"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "jdoe"
        ]
    },
    "source": {
        "address": "vm000000.example.org",
        "domain": "vm000000.example.org",
        "ip": "1.2.3.4",
        "port": 53804,
        "registered_domain": "example.org",
        "subdomain": "vm000000",
        "top_level_domain": "org"
    },
    "thinkst_canary": {
        "incident_id": "incident:canarytoken:68b329da9893e34099c7d:1.2.3.4:1720684212"
    },
    "user": {
        "name": "jdoe"
    }
}

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
@timestamp date Date/time when the event originated.
action.properties.Domain keyword
action.properties.ShareName keyword
action.properties.UserName keyword
destination.domain keyword The domain name of the destination.
destination.ip ip IP address of the destination.
destination.nat.ip ip Destination NAT ip
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.code keyword Identification code for this event.
event.dataset keyword Name of the dataset.
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.
file.name keyword Name of the file including the extension, without the directory.
file.size long File size in bytes.
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.
process.name keyword Process name.
source.domain keyword The domain name of the source.
source.geo.city_name keyword City name.
source.geo.continent_code keyword Continent code.
source.geo.country_iso_code keyword Country ISO code.
source.geo.timezone keyword Time zone.
source.ip ip IP address of the source.
source.port long Port of the source.
thinkst_canary.canary_token keyword
thinkst_canary.db keyword
thinkst_canary.incident_id keyword
thinkst_canary.ports keyword
thinkst_canary.repo keyword
thinkst_canary.smbarch keyword
thinkst_canary.smbver keyword
tls.established boolean Boolean flag indicating if the TLS negotiation was successful and transitioned to an encrypted tunnel.
url.original wildcard Unmodified original url as seen in the event source.
url.path wildcard Path of the request, such as "/search".
user.domain keyword Name of the directory the user is a member of.
user.name keyword Short name or login of the user.
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.