Delinea Platform Audit Logs
Overview
Delinea Platform is a secure session‐broker solution that lets organizations grant, monitor and audit elevated RDP, SSH and SFTP connections to critical systems without exposing underlying credentials to end users. PRA integrates with your vault, identity providers and SIEMs to enforce just-in-time, least-privilege access policies, record every keystroke and file transfer, and stream real-time audit events for compliance and threat detection. By isolating sessions, injecting credentials on the fly and capturing detailed forensic logs, Delinea Platform reduces risk from shared accounts, lateral movement and credential theft while delivering complete visibility into who accessed what, when and how.
Warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.
- Vendor: Delinea
- Supported environment: SaaS
- Detection based on: Audit events
- Supported application or feature:
- Remote Access logs
- Vault Secret logs
Configure
This setup guide will show you how to forward your Delinea logs to Sekoia.io.
Create a Role
- Log in the Delinea Plaftorm Admin Portal.
-
Go to
Access>Roles.
-
Click
Add Role
-
Select
Add New Custom RoleasRole Type - Name the Role (e.g.,
API Service Audit Role). - Describe the Role (optional).
-
Click
Save
-
Click the
Permissionstab.
-
Select
Read Audit eventsin the list of permissions. -
Click
Assign
Create a Group
-
In the Delinea PRA Admin Portal, go to
Access>Groups.
-
Click
Add Group
-
Name the Group (e.g.,
API Service Audit Group). - Describe the Group (optional).
-
Click
Save
-
Click on the new group

-
Go to the
Rolestab.
-
Click
Assign Role
-
Select the previously created Role (e.g.,
API Service Audit Role). -
Click
Assign.
Create a user
-
In the Delinea PRA Admin Portal, go to
Access>Users.
-
Click
More>Add service user.
-
Name the user (e.g.,
API Service Audit User). - Type an email address.
- Type a display name.
- Select
Generatedor type a password. - Save the password somewhere safe.
-
Click
Next.
-
Select the previously created Group (e.g.,
API Service Audit Group). -
Click
Add.
Create an intake
- Go to the intake page and create a new intake from the format
Delinea PRA. - Set up the intake configuration with the base url, the username as
client idand the password asclient_secretof the previously created service user.
Event Categories
The following table lists the data source offered by this integration.
| Data Source | Description |
|---|---|
Host network interface |
None |
Network device logs |
None |
Network protocol analysis |
None |
In details, the following table denotes the type of events produced by this integration.
| Name | Values |
|---|---|
| Kind | alert |
| Category | network |
| Type | info |
Transformed Events Samples after Ingestion
This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.
{
"message": "{\n \"Date\": \"2025-08-18T15:01:42.7166877+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Secret.Launched\",\n \"Action\": \"Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_test using ssh.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"test-Source-ADDR\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Secret.Launched",
"category": [
"network"
],
"reason": "Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_test using ssh.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T15:01:42.716687Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"address": "test-Source-ADDR",
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:56:06.5636088+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Site.Queried\",\n \"Action\": \"Sites retrieved by user jdoe@test.test.com.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Site.Queried",
"category": [
"network"
],
"reason": "Sites retrieved by user jdoe@test.test.com.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:56:06.563608Z",
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:48:49.3009467+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"Action\": \"Session closed by system after timing out.\",\n \"Initiated by\": \"Delinea System\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"network"
],
"reason": "Session closed by system after timing out.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:48:49.300946Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"Delinea System"
]
},
"source": {
"user": {
"name": "Delinea System"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:41:30.7449045+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Clipboard.SentToTarget\",\n \"Action\": \"Clipboard data is sent to target by user jdoe@test.test.com.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Clipboard.SentToTarget",
"category": [
"network"
],
"reason": "Clipboard data is sent to target by user jdoe@test.test.com.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:41:30.744904Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:40:59.1695664+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Secret.Launched\",\n \"Action\": \"Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_LKA using ssh.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Secret.Launched",
"category": [
"network"
],
"reason": "Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_LKA using ssh.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:40:59.169566Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"eventMessageId\":\"00000000-0000-0000-0000-000000000001\",\"tenantId\":\"00000000-0000-0000-0000-000000000002\",\"notes\":\"{\\\"machineName\\\":\\\"anon-worker-12345\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":\\\"delegated_user\\\",\\\"delegatedUserDisplayName\\\":\\\"Delegated User\\\",\\\"byUserEmailAddress\\\":\\\"byuser@example.com\\\",\\\"delegatedUserPlatformId\\\":\\\"delegated-platform-1\\\",\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":\\\"anon_container\\\",\\\"byUserPlatformId\\\":\\\"platform-123\\\",\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":\\\"item-platform-1\\\",\\\"targetUserId\\\":\\\"target-user-1\\\",\\\"targetUserName\\\":\\\"target_user\\\",\\\"targetUserDisplayName\\\":\\\"Target User\\\",\\\"targetUserPlatformId\\\":\\\"target-platform-1\\\",\\\"eventQueueId\\\":9999,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":\\\"delegated-id-1\\\",\\\"itemId\\\":123,\\\"containerId\\\":111,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"Remote Desktop Host: [anon_host] Username: [anon_user] Account Name: anon_account Target Server: anon_host \\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":\\\"dummy_event_data\\\",\\\"additionalData\\\":\\\"dummy_additional_data\\\",\\\"additionalDataDictionary\\\":{\\\"key\\\":\\\"value\\\"},\\\"fieldChangesCollection\\\":\\\"dummy_field_changes\\\"}\",\"fieldChanges\":\"dummy_field_changes\",\"displayMessage\":\"A secret was launched by user@example.com.\",\"level\":\"PrivilegedActivity\",\"eventDateTime\":\"2025-09-18T13:34:17.603+00:00\",\"tags\":[\"tag1\",\"tag2\"],\"analyticData\":\"dummy_analytic_data\",\"sessionId\":\"dummy_session_id\",\"isSystem\":false,\"service\":{\"type\":\"Secret Server\",\"version\":\"11.7.000055\",\"identifier\":\"00000000-0000-0000-0000-000000000003\"},\"source\":{\"host\":{\"machineName\":\"anon-machine\",\"network\":{\"id\":\"network-id-1\",\"name\":\"anon-network\",\"address\":\"192.168.0.10\",\"addressType\":\"ipaddress\",\"domain\":\"anon.local\",\"ipAddress\":\"10.0.0.1\",\"socket\":\"socket-1\",\"macAddress\":\"00:11:22:33:44:55\",\"port\":443,\"lon\":12.34,\"lat\":56.78,\"geo\":{\"cityName\":\"Anon City\",\"countryIsoCode\":\"AN\",\"timeZone\":\"UTC\"},\"carrier\":\"AnonCarrier\"},\"client\":\"anon-client\"},\"displayName\":\"anon-source\",\"id\":\"source-id-1\",\"platformId\":\"platform-source-1\",\"internalId\":\"internal-source-1\",\"idType\":\"source-type\",\"type\":\"source\",\"name\":\"source-name\",\"additionalAttributes\":{\"attr\":\"dummy\"}},\"actor\":{\"displayName\":\"API User\",\"email\":\"user@example.com\",\"delegatedUserId\":\"delegated-user-id\",\"delegatedUserPlatformId\":\"delegated-platform-id\",\"delegatedUserName\":\"delegated_user\",\"id\":\"00000000-0000-0000-0000-000000000004\",\"platformId\":\"00000000-0000-0000-0000-000000000004\",\"internalId\":\"5\",\"idType\":\"platformid\",\"type\":\"user\",\"name\":\"user@example.com\",\"additionalAttributes\":{\"role\":\"admin\"}},\"target\":{\"host\":{\"machineName\":\"target-machine\",\"network\":{\"id\":\"network-id-2\",\"name\":\"target-network\",\"address\":\"192.168.0.20\",\"addressType\":\"ipaddress\",\"domain\":\"target.local\",\"ipAddress\":\"10.0.0.2\",\"socket\":\"socket-2\",\"macAddress\":\"66:77:88:99:AA:BB\",\"port\":3389,\"lon\":98.76,\"lat\":54.32,\"geo\":{\"cityName\":\"Target City\",\"countryIsoCode\":\"TC\",\"timeZone\":\"UTC+1\"},\"carrier\":\"TargetCarrier\"},\"client\":\"target-client\"},\"displayName\":\"5\",\"containerId\":\"target-container-1\",\"containerName\":\"target-container\",\"containerType\":\"SECRET\",\"id\":\"5\",\"platformId\":\"target-platform-1\",\"internalId\":\"target-internal-1\",\"idType\":\"target-type\",\"type\":\"SECRET\",\"name\":\"5\",\"additionalAttributes\":{\"info\":\"dummy_target_info\"}},\"eventType\":{\"name\":\"Delinea.Vault.Secret.RemoteSession.Launched\",\"internalName\":\"10006\",\"account\":\"dummy_account\",\"verb\":\"dummy_verb\",\"targetType\":\"dummy_target_type\",\"level\":\"SecurityAudit\",\"additionalAttributes\":{\"extra\":\"dummy_event_attr\"}},\"processedTime\":\"2025-09-18T13:34:57.157974+00:00\",\"additionalAttributes\":{\"eventmessageguid\":[\"00000000-0000-0000-0000-000000000005\"],\"customAttr\":\"dummy_attr\"}}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:34:17.603000Z",
"destination": {
"address": "target-container",
"domain": "target-container",
"port": 3389
},
"host": {
"hostname": "anon-machine",
"ip": "10.0.0.1",
"name": "source-name"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000003",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000002"
},
"related": {
"hosts": [
"anon-machine",
"anon.local",
"target-container"
],
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "anon.local",
"domain": "anon.local",
"geo": {
"city_name": "Anon City",
"country_iso_code": "AN",
"timezone": "UTC"
},
"ip": "10.0.0.1",
"mac": "00:11:22:33:44:55",
"port": 443,
"subdomain": "anon"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-1\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1008,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"PuTTY Host: [anon-host] Username: [anon_user] Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"A secret was launched by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:32:42.21+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.RemoteSession.Launched\",\n \"internalName\": \"10006\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:32:52.1991369+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000040\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:32:42.210000Z",
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000002\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-1\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"VIEW\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1007,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10004,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"Secret was viewed by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:32:31.883+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.Viewed\",\n \"internalName\": \"10004\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:32:52.1211584+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000041\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.Viewed",
"category": [
"configuration"
],
"dataset": "PrivilegedActivity",
"provider": "Secret Server",
"reason": "Secret was viewed by user@example.com.",
"type": [
"access"
]
},
"@timestamp": "2025-09-18T13:32:31.883000Z",
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000003\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Session closed by system after timing out.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:26:19.6589051+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": true,\n \"service\": {\n \"type\": \"Remote Access\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": \"http\",\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Mozilla/5.0 (AnonOS)\"\n }\n },\n \"displayName\": \"10.0.0.1\",\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"http-client\",\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"System User\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000050\",\n \"platformId\": \"00000000-0000-0000-0000-000000000050\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"system\",\n \"name\": \"systemuser\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": \"anon-host\",\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": null,\n \"socket\": null,\n \"macAddress\": null,\n \"port\": \"22\",\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": \"anon-host\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"anon-host\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"hostname\",\n \"type\": \"machine\",\n \"name\": \"anon-host\",\n \"additionalAttributes\": {\n \"protocol\": [\"ssh\"],\n \"secret_id\": [\"4\"],\n \"secret_name\": [\"item_anon\"],\n \"site_id\": [\"00000000-0000-0000-0000-000000000060\"],\n \"site_name\": [\"Anon_Site\"],\n \"user_name\": [\"user@example.com\"]\n }\n },\n \"eventType\": {\n \"name\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"internalName\": \"\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:26:19.9443601+00:00\",\n \"additionalAttributes\": {\n \"tunnelId\": [\"00000000-0000-0000-0000-000000000061\"]\n }\n}",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"authentication"
],
"dataset": "PrivilegedActivity",
"provider": "Remote Access",
"reason": "Session closed by system after timing out.",
"type": [
"end"
]
},
"@timestamp": "2025-09-18T13:26:19.658905Z",
"destination": {
"port": 22
},
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"type": "Remote Access",
"vendor": "Delinea"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"systemuser"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"full_name": "System User",
"name": "systemuser"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Mozilla/5.0 (AnonOS)",
"os": {
"name": "Other"
}
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000003\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Session closed by system after timing out.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:26:19.6589051+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": true,\n \"service\": {\n \"type\": \"Remote Access\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": \"http\",\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Mozilla/5.0 (AnonOS)\"\n }\n },\n \"displayName\": \"10.0.0.1\",\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"http-client\",\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"System User\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000050\",\n \"platformId\": \"00000000-0000-0000-0000-000000000050\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"system\",\n \"name\": \"systemuser\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": \"anon-host\",\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": null,\n \"socket\": null,\n \"macAddress\": null,\n \"port\": \"22\",\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": \"anon-host\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"anon-host\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"hostname\",\n \"type\": \"machine\",\n \"name\": \"anon-host\",\n \"additionalAttributes\": {\n \"protocol\": [\"ssh\"],\n \"secret_id\": [\"4\"],\n \"secret_name\": [\"item_anon\"],\n \"site_id\": [\"00000000-0000-0000-0000-000000000060\"],\n \"site_name\": [\"Anon_Site\"],\n \"user_name\": [\"user@example.com\"]\n }\n },\n \"eventType\": {\n \"name\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"internalName\": \"\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:26:19.9443601+00:00\",\n \"additionalAttributes\": {\n \"tunnelId\": [\"00000000-0000-0000-0000-000000000061\"]\n }\n}",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"authentication"
],
"dataset": "PrivilegedActivity",
"provider": "Remote Access",
"reason": "Session closed by system after timing out.",
"type": [
"end"
]
},
"@timestamp": "2025-09-18T13:26:19.658905Z",
"destination": {
"port": 22
},
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"type": "Remote Access",
"vendor": "Delinea"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"systemuser"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"full_name": "System User",
"name": "systemuser"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Mozilla/5.0 (AnonOS)",
"os": {
"name": "Other"
}
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000004\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-2\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1006,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"PuTTY Host: [anon-host] Username: [anon_user] Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.2\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"A secret was launched by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:25:29.643+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.2\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.RemoteSession.Launched\",\n \"internalName\": \"10006\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:25:53.7481291+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000070\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:25:29.643000Z",
"host": {
"ip": "10.0.0.2"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.2"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.2",
"ip": "10.0.0.2"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:03.556085721+02:00\",\"level\":\"INFO\",\"msg\":\"client jdoe initialized\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\",\"clientmgr_version\":\"v1.0.64\",\"workload_version\":\"1.0.33-1753078549\",\"host_os\":\"linux\",\"host_id\":\"testHostId\",\"site_id\":\"testSiteId\"}",
"event": {
"category": [
"network"
],
"reason": "client jdoe initialized",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:03.556085Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
},
"site": {
"id": "testSiteId"
}
}
},
"host": {
"id": "testHostId",
"os": {
"type": "linux"
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:08.76174172+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123213123213\",\"tenant_url\":\"https://test.example.org/\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:08.761741Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123213123213"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"url": {
"domain": "test.example.org",
"original": "https://test.example.org/",
"path": "/",
"port": 443,
"registered_domain": "example.org",
"scheme": "https",
"subdomain": "test",
"top_level_domain": "org"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:22.279201135+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: TLS handshake done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123123\",\"tls_version\":\"TLS 1.3\",\"error\":null}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: TLS handshake done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:22.279201Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123123"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"tls": {
"version": "1.3"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:22.279201135+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: TLS handshake done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123123\",\"tls_version\":\"TLS 1.3\",\"error\":\"Test Error\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: TLS handshake done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:22.279201Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123123"
}
}
},
"error": {
"message": "Test Error"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"tls": {
"version": "1.3"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:24.418188294+02:00\",\"level\":\"INFO\",\"msg\":\"clientmgr start\",\"version\":\"v1.0.64\",\"build\":\"20250717113850\"}",
"event": {
"category": [
"network"
],
"reason": "clientmgr start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:24.418188Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.403454991+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: DNS start\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"host\":\"test.example.org\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: DNS start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.403454Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"name": "test.example.org"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.403362678+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: get connection\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"host_port\":\"test.example.org:443\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: get connection",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.403362Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"name": "test.example.org"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.427869116+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: connect start\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"network\":\"tcp\",\"addr\":\"1.2.3.4:443\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: connect start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.427869Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"log": {
"level": "INFO"
},
"network": {
"transport": "tcp"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"jdoe"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 443,
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.427766647+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: DNS done\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"addrs\":[{\"IP\":\"1.2.3.4\",\"Zone\":\"\"}],\"err\":null}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: DNS done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.427766Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"ip": "1.2.3.4"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.250961267+02:00\",\"level\":\"INFO\",\"msg\":\"received registrar response\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\",\"http_status\":\"200 OK\"}",
"event": {
"category": [
"network"
],
"reason": "received registrar response",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.250961Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"http": {
"response": {
"status_code": 200
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.25176562+02:00\",\"level\":\"INFO\",\"msg\":\"tracking parent process\",\"ppid\":112802}",
"event": {
"category": [
"network"
],
"reason": "tracking parent process",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.251765Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"process": {
"parent": {
"pid": 112802
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.252049232+02:00\",\"level\":\"INFO\",\"msg\":\"tracking parent process: switching to polling\",\"error\":\"waitid: no child processes\",\"ppid\":112802}",
"event": {
"category": [
"network"
],
"reason": "tracking parent process: switching to polling",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.252049Z",
"error": {
"message": "waitid: no child processes"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"process": {
"parent": {
"pid": 112802
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.252153218+02:00\",\"level\":\"INFO\",\"msg\":\"connecting with engine jdoe service\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\"}",
"event": {
"category": [
"network"
],
"reason": "connecting with engine jdoe service",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.252153Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.41960967+02:00\",\"level\":\"INFO\",\"msg\":\"already registered\",\"registration-id\":\"de7e550e-82c2-4be5-ad66-0000000000000\"}",
"event": {
"category": [
"network"
],
"reason": "already registered",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.419609Z",
"delinea": {
"pra": {
"registration": {
"id": "de7e550e-82c2-4be5-ad66-0000000000000"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.971561057+02:00\",\"level\":\"INFO\",\"msg\":\"successfully obtained the auth token\",\"scope\":\"xpmheadless\"}",
"event": {
"category": [
"network"
],
"reason": "successfully obtained the auth token",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.971561Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:27.48160835+02:00\",\"level\":\"INFO\",\"msg\":\"successfully connected with engine jdoe service\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\"}",
"event": {
"category": [
"network"
],
"reason": "successfully connected with engine jdoe service",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:27.481608Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:08.76174172+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123213123213\",\"tenant_url\":\"https://test.example.org/\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:08.761741Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123213123213"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"url": {
"domain": "test.example.org",
"original": "https://test.example.org/",
"path": "/",
"port": 443,
"registered_domain": "example.org",
"scheme": "https",
"subdomain": "test",
"top_level_domain": "org"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000000\",\n \"tenantId\": \"11111111-1111-1111-1111-111111111111\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Login for user j.doe@test started.\",\n \"level\": \"SecurityAudit\",\n \"eventDateTime\": \"2025-12-15T14:30:25.2145828+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": \"22222222-2222-2222-2222-222222222222\",\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Identity\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"4.5.6.7\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": null,\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Python/3.11 aiohttp/3.12.15\"\n }\n },\n \"displayName\": \"1.2.3.4\",\n \"id\": \"1.2.3.4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"ClientIPAddress\",\n \"type\": \"Web\",\n \"name\": \"1.2.3.4\",\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"j.doe@test\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"33333333-3333-3333-3333-333333333333\",\n \"platformId\": \"33333333-3333-3333-3333-333333333333\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"j.doe@test\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": null,\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"id\": 133,\n \"name\": \"Delinea.Identity.AuthSession.SessionStart\",\n \"internalName\": \"Cloud.AuditService.AuthSession.SessionStart\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-12-15T14:30:25.8114154+00:00\",\n \"additionalAttributes\": {\n \"Expires\": [\n \"12/16/2025 2:30:25\u202fAM\"\n ],\n \"AuthFactors\": [\n \"\"\n ],\n \"AzRoleId\": [\n \"Web.publicapifortokens-557dcf997d-gr2lc\"\n ],\n \"AuthMethod\": [\n \"None\"\n ],\n \"ThreadType\": [\n \"RestCall\"\n ],\n \"Started\": [\n \"1/1/0001 12:00:00\u202fAM\"\n ],\n \"Tenant\": [\n \"11111111-1111-1111-1111-111111111111\"\n ],\n \"InternalTrackingID\": [\n \"99999999999999999999999999999999\"\n ],\n \"AzRoleName\": [\n \"WebRole\"\n ],\n \"DirectoryServiceUuid\": [\n \"44444444-4444-4444-4444-444444444444\"\n ],\n \"Level\": [\n \"Info\"\n ],\n \"AzDeploymentId\": [\n \"7.4.218\"\n ],\n \"ClientIPAddress\": [\n \"1.2.3.4\"\n ],\n \"WhenLogged\": [\n \"12/15/2025 2:30:25\u202fPM\"\n ],\n \"RequestIsMobileDevice\": [\n \"False\"\n ]\n }\n}\n",
"event": {
"action": "Delinea.Identity.AuthSession.SessionStart",
"category": [
"authentication"
],
"code": "133",
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Identity",
"reason": "Login for user j.doe@test started.",
"type": [
"start"
]
},
"@timestamp": "2025-12-15T14:30:25.214582Z",
"host": {
"ip": "4.5.6.7",
"name": "1.2.3.4"
},
"log": {
"level": "SecurityAudit"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"type": "Identity",
"vendor": "Delinea"
},
"organization": {
"id": "11111111-1111-1111-1111-111111111111"
},
"related": {
"ip": [
"4.5.6.7"
],
"user": [
"j.doe@test"
]
},
"source": {
"address": "4.5.6.7",
"ip": "4.5.6.7"
},
"user": {
"full_name": "j.doe@test",
"name": "j.doe@test"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Python aiohttp",
"original": "Python/3.11 aiohttp/3.12.15",
"os": {
"name": "Other"
},
"version": "3.12.15"
}
}
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. |
delinea.pra.engine.id |
keyword |
The unique identifier for the engine that processed the request. |
delinea.pra.registration.id |
keyword |
The unique identifier for the registration associated with the event. |
delinea.pra.site.id |
keyword |
The unique identifier for the site where the event originated. |
destination.address |
keyword |
Destination network address. |
destination.domain |
keyword |
The domain name of the destination. |
destination.ip |
ip |
IP address of the destination. |
destination.port |
long |
Port of the destination. |
error.message |
match_only_text |
Error message. |
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.outcome |
keyword |
The outcome of the event. The lowest level categorization field in the hierarchy. |
event.provider |
keyword |
Source of the event. |
event.reason |
keyword |
Reason why this event happened, according to the source |
event.severity |
long |
Numeric severity of the event. |
event.type |
keyword |
Event type. The third categorization field in the hierarchy. |
host.hostname |
keyword |
Hostname of the host. |
host.id |
keyword |
Unique host id. |
host.ip |
ip |
Host ip addresses. |
host.name |
keyword |
Name of the host. |
host.os.type |
keyword |
Which commercial OS family (one of: linux, macos, unix or windows). |
http.response.status_code |
long |
HTTP response status code. |
log.level |
keyword |
Log level of the log event. |
network.transport |
keyword |
Protocol Name corresponding to the field iana_number. |
observer.product |
keyword |
The product name of the observer. |
observer.serial_number |
keyword |
Observer serial number. |
observer.type |
keyword |
The type of the observer the data is coming from. |
observer.vendor |
keyword |
Vendor name of the observer. |
observer.version |
keyword |
Observer version. |
organization.id |
keyword |
Unique identifier for the organization. |
process.parent.pid |
long |
Process id. |
source.address |
keyword |
Source network address. |
source.domain |
keyword |
The domain name of the source. |
source.geo.city_name |
keyword |
City name. |
source.geo.country_iso_code |
keyword |
Country ISO code. |
source.geo.timezone |
keyword |
Time zone. |
source.ip |
ip |
IP address of the source. |
source.mac |
keyword |
MAC address of the source. |
source.port |
long |
Port of the source. |
source.user.name |
keyword |
Short name or login of the user. |
tls.version |
keyword |
Numeric part of the version parsed from the original string. |
url.original |
wildcard |
Unmodified original url as seen in the event source. |
user.email |
keyword |
User email address. |
user.full_name |
keyword |
User's full name, if available. |
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.
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.
Related Built-in Rules
The following Sekoia.io built-in rules match the intake Delinea PRA [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 Delinea PRA [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
Backup Catalog Deleted
The rule detects when the Backup Catalog has been deleted. It means the administrators will not be able to access any backups that were created earlier to perform recoveries. This is often being done using the wbadmin.exe tool.
- 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-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-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-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-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
Computer Account Deleted
Detects computer account deletion.
- Effort: master
Correlation Potential DNS Tunnel
Detects domain name which is longer than 62 characters and requested at least 50 times in a 10 minutes range time. 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
Cryptomining
Detection of domain names potentially related to cryptomining activities.
- Effort: master
DHCP Server Error Failed Loading the CallOut DLL
This rule detects a DHCP server error in which a specified Callout DLL (in registry) could not be loaded.
- Effort: intermediate
DHCP Server Loaded the CallOut DLL
This rule detects a DHCP server in which a specified Callout DLL (in registry) was loaded. This would indicate a succesful attack against DHCP service allowing to disrupt the service or alter the integrity of the responses.
- Effort: intermediate
DNS Server Error Failed Loading The ServerLevelPluginDLL
This rule detects a DNS server error in which a specified plugin DLL (in registry) could not be loaded. This requires the dedicated Windows event provider Microsoft-Windows-DNS-Server-Service.
- 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: advanced
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
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 Domain
Detects traffic toward a domain flagged as a possible exfiltration vector.
- Effort: master
Internet Scanner
Detects known scanner IP addresses. Alert is only raised when the scan hits an opened port, on TCP or UDP. This could be a very noisy rule, so be careful to check your detection perimeter before activation.
- Effort: master
Internet Scanner Target
Detects known scanner IP addresses. Alert is only raised when the scan hits an opened port, on TCP or UDP and group by target address. This could be a very noisy rule, so be careful to check your detection perimeter before activation.
- Effort: master
Koadic MSHTML Command
Detects Koadic payload using MSHTML module
- Effort: intermediate
LokiBot Default C2 URL
Detects default C2 URL for trojan LokiBot
- Effort: elementary
Microsoft Defender Antivirus History Deleted
Windows Defender history has been deleted. Could be an attempt by an attacker to remove its traces.
- Effort: master
Microsoft Defender Antivirus Tampering Detected
Detection of Windows Defender Tampering, from definitions' deletion to deactivation of parts or all of Defender.
- Effort: advanced
Microsoft Defender Antivirus Threat Detected
Detection of a windows defender alert indicating the presence of potential malware
- Effort: advanced
Nimbo-C2 User Agent
Nimbo-C2 Uses an unusual User-Agent format in its implants.
- Effort: intermediate
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
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: master
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 62 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
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
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
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 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
TOR Usage
Detects TOR usage, based on the IP address and the destination port (filtered on NTP). 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
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
Event Categories
The following table lists the data source offered by this integration.
| Data Source | Description |
|---|---|
Host network interface |
None |
Network device logs |
None |
Network protocol analysis |
None |
In details, the following table denotes the type of events produced by this integration.
| Name | Values |
|---|---|
| Kind | alert |
| Category | network |
| Type | info |
Transformed Events Samples after Ingestion
This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.
{
"message": "{\n \"Date\": \"2025-08-18T15:01:42.7166877+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Secret.Launched\",\n \"Action\": \"Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_test using ssh.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"test-Source-ADDR\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Secret.Launched",
"category": [
"network"
],
"reason": "Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_test using ssh.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T15:01:42.716687Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"address": "test-Source-ADDR",
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:56:06.5636088+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Site.Queried\",\n \"Action\": \"Sites retrieved by user jdoe@test.test.com.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Site.Queried",
"category": [
"network"
],
"reason": "Sites retrieved by user jdoe@test.test.com.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:56:06.563608Z",
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:48:49.3009467+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"Action\": \"Session closed by system after timing out.\",\n \"Initiated by\": \"Delinea System\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"network"
],
"reason": "Session closed by system after timing out.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:48:49.300946Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"Delinea System"
]
},
"source": {
"user": {
"name": "Delinea System"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:41:30.7449045+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Clipboard.SentToTarget\",\n \"Action\": \"Clipboard data is sent to target by user jdoe@test.test.com.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Clipboard.SentToTarget",
"category": [
"network"
],
"reason": "Clipboard data is sent to target by user jdoe@test.test.com.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:41:30.744904Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\n \"Date\": \"2025-08-18T14:40:59.1695664+00:00\",\n \"Service\": \"Remote Access\",\n \"Level\": \"PrivilegedActivity\",\n \"Event type\": \"Delinea.RAS.Session.Secret.Launched\",\n \"Action\": \"Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_LKA using ssh.\",\n \"Initiated by\": \"jdoe\",\n \"Target\": \"test-TEST-00-0000\",\n \"Source\": \"\",\n \"Field changes\": \"\"\n }",
"event": {
"action": "Delinea.RAS.Session.Secret.Launched",
"category": [
"network"
],
"reason": "Launched by user jdoe@test.test.com from secret test-TEST-00-0000 (test-TEST-00-0000) as testUser to test-TEST-00-0000:22 at Delinea_Integration_test_LKA using ssh.",
"type": [
"info"
]
},
"@timestamp": "2025-08-18T14:40:59.169566Z",
"destination": {
"address": "test-TEST-00-0000"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"eventMessageId\":\"00000000-0000-0000-0000-000000000001\",\"tenantId\":\"00000000-0000-0000-0000-000000000002\",\"notes\":\"{\\\"machineName\\\":\\\"anon-worker-12345\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":\\\"delegated_user\\\",\\\"delegatedUserDisplayName\\\":\\\"Delegated User\\\",\\\"byUserEmailAddress\\\":\\\"byuser@example.com\\\",\\\"delegatedUserPlatformId\\\":\\\"delegated-platform-1\\\",\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":\\\"anon_container\\\",\\\"byUserPlatformId\\\":\\\"platform-123\\\",\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":\\\"item-platform-1\\\",\\\"targetUserId\\\":\\\"target-user-1\\\",\\\"targetUserName\\\":\\\"target_user\\\",\\\"targetUserDisplayName\\\":\\\"Target User\\\",\\\"targetUserPlatformId\\\":\\\"target-platform-1\\\",\\\"eventQueueId\\\":9999,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":\\\"delegated-id-1\\\",\\\"itemId\\\":123,\\\"containerId\\\":111,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"Remote Desktop Host: [anon_host] Username: [anon_user] Account Name: anon_account Target Server: anon_host \\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":\\\"dummy_event_data\\\",\\\"additionalData\\\":\\\"dummy_additional_data\\\",\\\"additionalDataDictionary\\\":{\\\"key\\\":\\\"value\\\"},\\\"fieldChangesCollection\\\":\\\"dummy_field_changes\\\"}\",\"fieldChanges\":\"dummy_field_changes\",\"displayMessage\":\"A secret was launched by user@example.com.\",\"level\":\"PrivilegedActivity\",\"eventDateTime\":\"2025-09-18T13:34:17.603+00:00\",\"tags\":[\"tag1\",\"tag2\"],\"analyticData\":\"dummy_analytic_data\",\"sessionId\":\"dummy_session_id\",\"isSystem\":false,\"service\":{\"type\":\"Secret Server\",\"version\":\"11.7.000055\",\"identifier\":\"00000000-0000-0000-0000-000000000003\"},\"source\":{\"host\":{\"machineName\":\"anon-machine\",\"network\":{\"id\":\"network-id-1\",\"name\":\"anon-network\",\"address\":\"192.168.0.10\",\"addressType\":\"ipaddress\",\"domain\":\"anon.local\",\"ipAddress\":\"10.0.0.1\",\"socket\":\"socket-1\",\"macAddress\":\"00:11:22:33:44:55\",\"port\":443,\"lon\":12.34,\"lat\":56.78,\"geo\":{\"cityName\":\"Anon City\",\"countryIsoCode\":\"AN\",\"timeZone\":\"UTC\"},\"carrier\":\"AnonCarrier\"},\"client\":\"anon-client\"},\"displayName\":\"anon-source\",\"id\":\"source-id-1\",\"platformId\":\"platform-source-1\",\"internalId\":\"internal-source-1\",\"idType\":\"source-type\",\"type\":\"source\",\"name\":\"source-name\",\"additionalAttributes\":{\"attr\":\"dummy\"}},\"actor\":{\"displayName\":\"API User\",\"email\":\"user@example.com\",\"delegatedUserId\":\"delegated-user-id\",\"delegatedUserPlatformId\":\"delegated-platform-id\",\"delegatedUserName\":\"delegated_user\",\"id\":\"00000000-0000-0000-0000-000000000004\",\"platformId\":\"00000000-0000-0000-0000-000000000004\",\"internalId\":\"5\",\"idType\":\"platformid\",\"type\":\"user\",\"name\":\"user@example.com\",\"additionalAttributes\":{\"role\":\"admin\"}},\"target\":{\"host\":{\"machineName\":\"target-machine\",\"network\":{\"id\":\"network-id-2\",\"name\":\"target-network\",\"address\":\"192.168.0.20\",\"addressType\":\"ipaddress\",\"domain\":\"target.local\",\"ipAddress\":\"10.0.0.2\",\"socket\":\"socket-2\",\"macAddress\":\"66:77:88:99:AA:BB\",\"port\":3389,\"lon\":98.76,\"lat\":54.32,\"geo\":{\"cityName\":\"Target City\",\"countryIsoCode\":\"TC\",\"timeZone\":\"UTC+1\"},\"carrier\":\"TargetCarrier\"},\"client\":\"target-client\"},\"displayName\":\"5\",\"containerId\":\"target-container-1\",\"containerName\":\"target-container\",\"containerType\":\"SECRET\",\"id\":\"5\",\"platformId\":\"target-platform-1\",\"internalId\":\"target-internal-1\",\"idType\":\"target-type\",\"type\":\"SECRET\",\"name\":\"5\",\"additionalAttributes\":{\"info\":\"dummy_target_info\"}},\"eventType\":{\"name\":\"Delinea.Vault.Secret.RemoteSession.Launched\",\"internalName\":\"10006\",\"account\":\"dummy_account\",\"verb\":\"dummy_verb\",\"targetType\":\"dummy_target_type\",\"level\":\"SecurityAudit\",\"additionalAttributes\":{\"extra\":\"dummy_event_attr\"}},\"processedTime\":\"2025-09-18T13:34:57.157974+00:00\",\"additionalAttributes\":{\"eventmessageguid\":[\"00000000-0000-0000-0000-000000000005\"],\"customAttr\":\"dummy_attr\"}}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:34:17.603000Z",
"destination": {
"address": "target-container",
"domain": "target-container",
"port": 3389
},
"host": {
"hostname": "anon-machine",
"ip": "10.0.0.1",
"name": "source-name"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000003",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000002"
},
"related": {
"hosts": [
"anon-machine",
"anon.local",
"target-container"
],
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "anon.local",
"domain": "anon.local",
"geo": {
"city_name": "Anon City",
"country_iso_code": "AN",
"timezone": "UTC"
},
"ip": "10.0.0.1",
"mac": "00:11:22:33:44:55",
"port": 443,
"subdomain": "anon"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000001\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-1\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1008,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"PuTTY Host: [anon-host] Username: [anon_user] Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"A secret was launched by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:32:42.21+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.RemoteSession.Launched\",\n \"internalName\": \"10006\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:32:52.1991369+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000040\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:32:42.210000Z",
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000002\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-1\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"VIEW\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1007,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10004,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.1\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"Secret was viewed by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:32:31.883+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.Viewed\",\n \"internalName\": \"10004\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:32:52.1211584+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000041\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.Viewed",
"category": [
"configuration"
],
"dataset": "PrivilegedActivity",
"provider": "Secret Server",
"reason": "Secret was viewed by user@example.com.",
"type": [
"access"
]
},
"@timestamp": "2025-09-18T13:32:31.883000Z",
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000003\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Session closed by system after timing out.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:26:19.6589051+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": true,\n \"service\": {\n \"type\": \"Remote Access\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": \"http\",\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Mozilla/5.0 (AnonOS)\"\n }\n },\n \"displayName\": \"10.0.0.1\",\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"http-client\",\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"System User\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000050\",\n \"platformId\": \"00000000-0000-0000-0000-000000000050\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"system\",\n \"name\": \"systemuser\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": \"anon-host\",\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": null,\n \"socket\": null,\n \"macAddress\": null,\n \"port\": \"22\",\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": \"anon-host\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"anon-host\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"hostname\",\n \"type\": \"machine\",\n \"name\": \"anon-host\",\n \"additionalAttributes\": {\n \"protocol\": [\"ssh\"],\n \"secret_id\": [\"4\"],\n \"secret_name\": [\"item_anon\"],\n \"site_id\": [\"00000000-0000-0000-0000-000000000060\"],\n \"site_name\": [\"Anon_Site\"],\n \"user_name\": [\"user@example.com\"]\n }\n },\n \"eventType\": {\n \"name\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"internalName\": \"\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:26:19.9443601+00:00\",\n \"additionalAttributes\": {\n \"tunnelId\": [\"00000000-0000-0000-0000-000000000061\"]\n }\n}",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"authentication"
],
"dataset": "PrivilegedActivity",
"provider": "Remote Access",
"reason": "Session closed by system after timing out.",
"type": [
"end"
]
},
"@timestamp": "2025-09-18T13:26:19.658905Z",
"destination": {
"port": 22
},
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"type": "Remote Access",
"vendor": "Delinea"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"systemuser"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"full_name": "System User",
"name": "systemuser"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Mozilla/5.0 (AnonOS)",
"os": {
"name": "Other"
}
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000003\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Session closed by system after timing out.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:26:19.6589051+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": true,\n \"service\": {\n \"type\": \"Remote Access\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": \"10.0.0.1\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": \"http\",\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Mozilla/5.0 (AnonOS)\"\n }\n },\n \"displayName\": \"10.0.0.1\",\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"http-client\",\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"System User\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000050\",\n \"platformId\": \"00000000-0000-0000-0000-000000000050\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"system\",\n \"name\": \"systemuser\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": \"anon-host\",\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": null,\n \"domain\": null,\n \"ipAddress\": null,\n \"socket\": null,\n \"macAddress\": null,\n \"port\": \"22\",\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": \"anon-host\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"anon-host\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"hostname\",\n \"type\": \"machine\",\n \"name\": \"anon-host\",\n \"additionalAttributes\": {\n \"protocol\": [\"ssh\"],\n \"secret_id\": [\"4\"],\n \"secret_name\": [\"item_anon\"],\n \"site_id\": [\"00000000-0000-0000-0000-000000000060\"],\n \"site_name\": [\"Anon_Site\"],\n \"user_name\": [\"user@example.com\"]\n }\n },\n \"eventType\": {\n \"name\": \"Delinea.RAS.Session.ClosedByTimeout\",\n \"internalName\": \"\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"PrivilegedActivity\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:26:19.9443601+00:00\",\n \"additionalAttributes\": {\n \"tunnelId\": [\"00000000-0000-0000-0000-000000000061\"]\n }\n}",
"event": {
"action": "Delinea.RAS.Session.ClosedByTimeout",
"category": [
"authentication"
],
"dataset": "PrivilegedActivity",
"provider": "Remote Access",
"reason": "Session closed by system after timing out.",
"type": [
"end"
]
},
"@timestamp": "2025-09-18T13:26:19.658905Z",
"destination": {
"port": 22
},
"host": {
"ip": "10.0.0.1"
},
"log": {
"level": "PrivilegedActivity"
},
"observer": {
"product": "Delinea PRA",
"type": "Remote Access",
"vendor": "Delinea"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.1"
],
"user": [
"systemuser"
]
},
"source": {
"address": "10.0.0.1",
"ip": "10.0.0.1"
},
"user": {
"full_name": "System User",
"name": "systemuser"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Other",
"original": "Mozilla/5.0 (AnonOS)",
"os": {
"name": "Other"
}
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000004\",\n \"tenantId\": \"00000000-0000-0000-0000-000000000010\",\n \"notes\": \"{\\\"machineName\\\":\\\"anon-worker-2\\\",\\\"machineTimeZone\\\":\\\"Coordinated Universal Time\\\",\\\"product\\\":\\\"Secret Server\\\",\\\"schemaVersion\\\":\\\"https://schema.delinea.app/secretserver/schema.v1.json\\\",\\\"itemName\\\":\\\"item_anon\\\",\\\"itemNameForDisplay\\\":\\\"item_anon\\\",\\\"byUser\\\":\\\"user@example.com\\\",\\\"byUserDisplayName\\\":\\\"API User\\\",\\\"delegatedUserName\\\":null,\\\"delegatedUserDisplayName\\\":null,\\\"byUserEmailAddress\\\":null,\\\"delegatedUserPlatformId\\\":null,\\\"eventAction\\\":\\\"LAUNCH\\\",\\\"eventEntityType\\\":\\\"SECRET\\\",\\\"containerName\\\":null,\\\"byUserPlatformId\\\":null,\\\"eventLevel\\\":2,\\\"itemPlatformId\\\":null,\\\"targetUserId\\\":null,\\\"targetUserName\\\":null,\\\"targetUserDisplayName\\\":null,\\\"targetUserPlatformId\\\":null,\\\"eventQueueId\\\":1006,\\\"eventEntityTypeId\\\":10001,\\\"eventActionId\\\":10006,\\\"userId\\\":0,\\\"delegatedUserId\\\":null,\\\"itemId\\\":4,\\\"containerId\\\":0,\\\"eventTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"eventDetails\\\":\\\"PuTTY Host: [anon-host] Username: [anon_user] Account Name: anon_account Target Server: anon-host\\\",\\\"ipAddress\\\":\\\"10.0.0.2\\\",\\\"eventDataObject\\\":null,\\\"additionalData\\\":null,\\\"additionalDataDictionary\\\":{},\\\"fieldChangesCollection\\\":null}\",\n \"fieldChanges\": null,\n \"displayMessage\": \"A secret was launched by user@example.com.\",\n \"level\": \"PrivilegedActivity\",\n \"eventDateTime\": \"2025-09-18T13:25:29.643+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": null,\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Secret Server\",\n \"version\": \"11.7.000055\",\n \"identifier\": \"00000000-0000-0000-0000-000000000020\"\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"10.0.0.2\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": null\n },\n \"displayName\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"API User\",\n \"email\": \"user@example.com\",\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"00000000-0000-0000-0000-000000000030\",\n \"platformId\": \"00000000-0000-0000-0000-000000000030\",\n \"internalId\": \"5\",\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"user@example.com\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": \"4\",\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": \"4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": \"SECRET\",\n \"name\": \"4\",\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"name\": \"Delinea.Vault.Secret.RemoteSession.Launched\",\n \"internalName\": \"10006\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-09-18T13:25:53.7481291+00:00\",\n \"additionalAttributes\": {\n \"eventmessageguid\": [\"00000000-0000-0000-0000-000000000070\"]\n }\n}",
"event": {
"action": "Delinea.Vault.Secret.RemoteSession.Launched",
"category": [
"process"
],
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Secret Server",
"reason": "A secret was launched by user@example.com.",
"type": [
"start"
]
},
"@timestamp": "2025-09-18T13:25:29.643000Z",
"host": {
"ip": "10.0.0.2"
},
"log": {
"level": "PrivilegedActivity"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"serial_number": "00000000-0000-0000-0000-000000000020",
"type": "Secret Server",
"vendor": "Delinea",
"version": "11.7.000055"
},
"organization": {
"id": "00000000-0000-0000-0000-000000000010"
},
"related": {
"ip": [
"10.0.0.2"
],
"user": [
"user@example.com"
]
},
"source": {
"address": "10.0.0.2",
"ip": "10.0.0.2"
},
"user": {
"email": "user@example.com",
"full_name": "API User",
"name": "user@example.com"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:03.556085721+02:00\",\"level\":\"INFO\",\"msg\":\"client jdoe initialized\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\",\"clientmgr_version\":\"v1.0.64\",\"workload_version\":\"1.0.33-1753078549\",\"host_os\":\"linux\",\"host_id\":\"testHostId\",\"site_id\":\"testSiteId\"}",
"event": {
"category": [
"network"
],
"reason": "client jdoe initialized",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:03.556085Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
},
"site": {
"id": "testSiteId"
}
}
},
"host": {
"id": "testHostId",
"os": {
"type": "linux"
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:08.76174172+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123213123213\",\"tenant_url\":\"https://test.example.org/\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:08.761741Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123213123213"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"url": {
"domain": "test.example.org",
"original": "https://test.example.org/",
"path": "/",
"port": 443,
"registered_domain": "example.org",
"scheme": "https",
"subdomain": "test",
"top_level_domain": "org"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:22.279201135+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: TLS handshake done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123123\",\"tls_version\":\"TLS 1.3\",\"error\":null}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: TLS handshake done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:22.279201Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123123"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"tls": {
"version": "1.3"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:22.279201135+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: TLS handshake done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123123\",\"tls_version\":\"TLS 1.3\",\"error\":\"Test Error\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: TLS handshake done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:22.279201Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123123"
}
}
},
"error": {
"message": "Test Error"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"tls": {
"version": "1.3"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:24.418188294+02:00\",\"level\":\"INFO\",\"msg\":\"clientmgr start\",\"version\":\"v1.0.64\",\"build\":\"20250717113850\"}",
"event": {
"category": [
"network"
],
"reason": "clientmgr start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:24.418188Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.403454991+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: DNS start\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"host\":\"test.example.org\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: DNS start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.403454Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"name": "test.example.org"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.403362678+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: get connection\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"host_port\":\"test.example.org:443\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: get connection",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.403362Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"name": "test.example.org"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.427869116+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: connect start\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"network\":\"tcp\",\"addr\":\"1.2.3.4:443\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: connect start",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.427869Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"log": {
"level": "INFO"
},
"network": {
"transport": "tcp"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"jdoe"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4",
"port": 443,
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:00.427766647+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: DNS done\",\"who\":\"jdoe\",\"engine_id\":\"123123123-2e39-4bdb-9c7b-123123123\",\"addrs\":[{\"IP\":\"1.2.3.4\",\"Zone\":\"\"}],\"err\":null}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: DNS done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:00.427766Z",
"delinea": {
"pra": {
"engine": {
"id": "123123123-2e39-4bdb-9c7b-123123123"
}
}
},
"host": {
"ip": "1.2.3.4"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.250961267+02:00\",\"level\":\"INFO\",\"msg\":\"received registrar response\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\",\"http_status\":\"200 OK\"}",
"event": {
"category": [
"network"
],
"reason": "received registrar response",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.250961Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"http": {
"response": {
"status_code": 200
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.25176562+02:00\",\"level\":\"INFO\",\"msg\":\"tracking parent process\",\"ppid\":112802}",
"event": {
"category": [
"network"
],
"reason": "tracking parent process",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.251765Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"process": {
"parent": {
"pid": 112802
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.252049232+02:00\",\"level\":\"INFO\",\"msg\":\"tracking parent process: switching to polling\",\"error\":\"waitid: no child processes\",\"ppid\":112802}",
"event": {
"category": [
"network"
],
"reason": "tracking parent process: switching to polling",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.252049Z",
"error": {
"message": "waitid: no child processes"
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"process": {
"parent": {
"pid": 112802
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.252153218+02:00\",\"level\":\"INFO\",\"msg\":\"connecting with engine jdoe service\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\"}",
"event": {
"category": [
"network"
],
"reason": "connecting with engine jdoe service",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.252153Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.41960967+02:00\",\"level\":\"INFO\",\"msg\":\"already registered\",\"registration-id\":\"de7e550e-82c2-4be5-ad66-0000000000000\"}",
"event": {
"category": [
"network"
],
"reason": "already registered",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.419609Z",
"delinea": {
"pra": {
"registration": {
"id": "de7e550e-82c2-4be5-ad66-0000000000000"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:26.971561057+02:00\",\"level\":\"INFO\",\"msg\":\"successfully obtained the auth token\",\"scope\":\"xpmheadless\"}",
"event": {
"category": [
"network"
],
"reason": "successfully obtained the auth token",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:26.971561Z",
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:27.48160835+02:00\",\"level\":\"INFO\",\"msg\":\"successfully connected with engine jdoe service\",\"who\":\"jdoe\",\"engine_id\":\"testEngineId\"}",
"event": {
"category": [
"network"
],
"reason": "successfully connected with engine jdoe service",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:27.481608Z",
"delinea": {
"pra": {
"engine": {
"id": "testEngineId"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
}
}
{
"message": "{\"time\":\"2025-08-06T09:50:08.76174172+02:00\",\"level\":\"INFO\",\"msg\":\"connectivity check: done\",\"who\":\"jdoe\",\"engine_id\":\"a2e2fb3f-2e39-4bdb-9c7b-123123213123213\",\"tenant_url\":\"https://test.example.org/\"}",
"event": {
"category": [
"network"
],
"reason": "connectivity check: done",
"type": [
"info"
]
},
"@timestamp": "2025-08-06T07:50:08.761741Z",
"delinea": {
"pra": {
"engine": {
"id": "a2e2fb3f-2e39-4bdb-9c7b-123123213123213"
}
}
},
"log": {
"level": "INFO"
},
"observer": {
"product": "Delinea PRA",
"vendor": "Delinea"
},
"related": {
"user": [
"jdoe"
]
},
"source": {
"user": {
"name": "jdoe"
}
},
"url": {
"domain": "test.example.org",
"original": "https://test.example.org/",
"path": "/",
"port": 443,
"registered_domain": "example.org",
"scheme": "https",
"subdomain": "test",
"top_level_domain": "org"
}
}
{
"message": "{\n \"eventMessageId\": \"00000000-0000-0000-0000-000000000000\",\n \"tenantId\": \"11111111-1111-1111-1111-111111111111\",\n \"notes\": null,\n \"fieldChanges\": null,\n \"displayMessage\": \"Login for user j.doe@test started.\",\n \"level\": \"SecurityAudit\",\n \"eventDateTime\": \"2025-12-15T14:30:25.2145828+00:00\",\n \"tags\": null,\n \"analyticData\": null,\n \"sessionId\": \"22222222-2222-2222-2222-222222222222\",\n \"isSystem\": false,\n \"service\": {\n \"type\": \"Identity\",\n \"version\": null,\n \"identifier\": null\n },\n \"source\": {\n \"host\": {\n \"machineName\": null,\n \"network\": {\n \"id\": null,\n \"name\": null,\n \"address\": null,\n \"addressType\": \"ipaddress\",\n \"domain\": null,\n \"ipAddress\": \"4.5.6.7\",\n \"socket\": null,\n \"macAddress\": null,\n \"port\": null,\n \"lon\": null,\n \"lat\": null,\n \"geo\": {\n \"cityName\": null,\n \"countryIsoCode\": null,\n \"timeZone\": null\n },\n \"carrier\": null\n },\n \"client\": {\n \"type\": null,\n \"operatingSystem\": null,\n \"mobileApp\": null,\n \"userAgent\": \"Python/3.11 aiohttp/3.12.15\"\n }\n },\n \"displayName\": \"1.2.3.4\",\n \"id\": \"1.2.3.4\",\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": \"ClientIPAddress\",\n \"type\": \"Web\",\n \"name\": \"1.2.3.4\",\n \"additionalAttributes\": null\n },\n \"actor\": {\n \"displayName\": \"j.doe@test\",\n \"email\": null,\n \"delegatedUserId\": null,\n \"delegatedUserPlatformId\": null,\n \"delegatedUserName\": null,\n \"id\": \"33333333-3333-3333-3333-333333333333\",\n \"platformId\": \"33333333-3333-3333-3333-333333333333\",\n \"internalId\": null,\n \"idType\": \"platformid\",\n \"type\": \"user\",\n \"name\": \"j.doe@test\",\n \"additionalAttributes\": null\n },\n \"target\": {\n \"host\": {\n \"machineName\": null,\n \"network\": null,\n \"client\": null\n },\n \"displayName\": null,\n \"containerId\": null,\n \"containerName\": null,\n \"containerType\": null,\n \"id\": null,\n \"platformId\": null,\n \"internalId\": null,\n \"idType\": null,\n \"type\": null,\n \"name\": null,\n \"additionalAttributes\": null\n },\n \"eventType\": {\n \"id\": 133,\n \"name\": \"Delinea.Identity.AuthSession.SessionStart\",\n \"internalName\": \"Cloud.AuditService.AuthSession.SessionStart\",\n \"account\": null,\n \"verb\": null,\n \"targetType\": null,\n \"level\": \"SecurityAudit\",\n \"additionalAttributes\": null\n },\n \"processedTime\": \"2025-12-15T14:30:25.8114154+00:00\",\n \"additionalAttributes\": {\n \"Expires\": [\n \"12/16/2025 2:30:25\u202fAM\"\n ],\n \"AuthFactors\": [\n \"\"\n ],\n \"AzRoleId\": [\n \"Web.publicapifortokens-557dcf997d-gr2lc\"\n ],\n \"AuthMethod\": [\n \"None\"\n ],\n \"ThreadType\": [\n \"RestCall\"\n ],\n \"Started\": [\n \"1/1/0001 12:00:00\u202fAM\"\n ],\n \"Tenant\": [\n \"11111111-1111-1111-1111-111111111111\"\n ],\n \"InternalTrackingID\": [\n \"99999999999999999999999999999999\"\n ],\n \"AzRoleName\": [\n \"WebRole\"\n ],\n \"DirectoryServiceUuid\": [\n \"44444444-4444-4444-4444-444444444444\"\n ],\n \"Level\": [\n \"Info\"\n ],\n \"AzDeploymentId\": [\n \"7.4.218\"\n ],\n \"ClientIPAddress\": [\n \"1.2.3.4\"\n ],\n \"WhenLogged\": [\n \"12/15/2025 2:30:25\u202fPM\"\n ],\n \"RequestIsMobileDevice\": [\n \"False\"\n ]\n }\n}\n",
"event": {
"action": "Delinea.Identity.AuthSession.SessionStart",
"category": [
"authentication"
],
"code": "133",
"dataset": "SecurityAudit",
"kind": "alert",
"provider": "Identity",
"reason": "Login for user j.doe@test started.",
"type": [
"start"
]
},
"@timestamp": "2025-12-15T14:30:25.214582Z",
"host": {
"ip": "4.5.6.7",
"name": "1.2.3.4"
},
"log": {
"level": "SecurityAudit"
},
"network": {
"transport": "ipaddress"
},
"observer": {
"product": "Delinea PRA",
"type": "Identity",
"vendor": "Delinea"
},
"organization": {
"id": "11111111-1111-1111-1111-111111111111"
},
"related": {
"ip": [
"4.5.6.7"
],
"user": [
"j.doe@test"
]
},
"source": {
"address": "4.5.6.7",
"ip": "4.5.6.7"
},
"user": {
"full_name": "j.doe@test",
"name": "j.doe@test"
},
"user_agent": {
"device": {
"name": "Other"
},
"name": "Python aiohttp",
"original": "Python/3.11 aiohttp/3.12.15",
"os": {
"name": "Other"
},
"version": "3.12.15"
}
}
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. |
delinea.pra.engine.id |
keyword |
The unique identifier for the engine that processed the request. |
delinea.pra.registration.id |
keyword |
The unique identifier for the registration associated with the event. |
delinea.pra.site.id |
keyword |
The unique identifier for the site where the event originated. |
destination.address |
keyword |
Destination network address. |
destination.domain |
keyword |
The domain name of the destination. |
destination.ip |
ip |
IP address of the destination. |
destination.port |
long |
Port of the destination. |
error.message |
match_only_text |
Error message. |
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.outcome |
keyword |
The outcome of the event. The lowest level categorization field in the hierarchy. |
event.provider |
keyword |
Source of the event. |
event.reason |
keyword |
Reason why this event happened, according to the source |
event.severity |
long |
Numeric severity of the event. |
event.type |
keyword |
Event type. The third categorization field in the hierarchy. |
host.hostname |
keyword |
Hostname of the host. |
host.id |
keyword |
Unique host id. |
host.ip |
ip |
Host ip addresses. |
host.name |
keyword |
Name of the host. |
host.os.type |
keyword |
Which commercial OS family (one of: linux, macos, unix or windows). |
http.response.status_code |
long |
HTTP response status code. |
log.level |
keyword |
Log level of the log event. |
network.transport |
keyword |
Protocol Name corresponding to the field iana_number. |
observer.product |
keyword |
The product name of the observer. |
observer.serial_number |
keyword |
Observer serial number. |
observer.type |
keyword |
The type of the observer the data is coming from. |
observer.vendor |
keyword |
Vendor name of the observer. |
observer.version |
keyword |
Observer version. |
organization.id |
keyword |
Unique identifier for the organization. |
process.parent.pid |
long |
Process id. |
source.address |
keyword |
Source network address. |
source.domain |
keyword |
The domain name of the source. |
source.geo.city_name |
keyword |
City name. |
source.geo.country_iso_code |
keyword |
Country ISO code. |
source.geo.timezone |
keyword |
Time zone. |
source.ip |
ip |
IP address of the source. |
source.mac |
keyword |
MAC address of the source. |
source.port |
long |
Port of the source. |
source.user.name |
keyword |
Short name or login of the user. |
tls.version |
keyword |
Numeric part of the version parsed from the original string. |
url.original |
wildcard |
Unmodified original url as seen in the event source. |
user.email |
keyword |
User email address. |
user.full_name |
keyword |
User's full name, if available. |
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.