Skip to main content
Version: 1.1.0 (Development)

Datamodel Reference

Datamodel Reference

This is a reference guide for the Padas Datamodels, which can be used as a convention for easy integration with out-of-the-box PADAS rules as well as integrations with external systems.

The sections below provide detailed field information regarding these datamodels.


Endpoint Listening Port

Datamodel Name: EndpointListeningPort

Field NameData TypeDescriptionExample
deststringThe endpoint on which the port is listening.10.10.1.1
dest_portstringNetwork port listening on the endpoint80
process_guidstringThe globally unique identifier of the process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
process_idstringThe numeric identifier of the process assigned by the operating system.456
srcstringThe "remote" system connected to the listening port (if applicable).192.168.1.10
src_portstringThe "remote" port connected to the listening port (if applicable).4567
statestringThe status of the listening port listeningestablished
transportstringThe network transport protocol associated with the listening porttcp
udp
userstringThe user account associated with the listening port.LOCALSYSTEM

Endpoint Process

Datamodel Name: EndpointProcess

Field NameData TypeDescriptionExample
actionstringThe action taken by the endpointaccess
create
terminate
allowed
blocked
access_levelstringPermissions level at which the target process is accessed.0x40
call_tracestringThe stack trace showing the context of a process open/access call.C:\Windows\SYSTEM32\ntdll.dll+a5594
C:\Windows\system32\KERNELBASE.dll+1e865
deststringThe endpoint for which the process was spawned.10.10.1.1
parent_processstringAll of the arguments passed to the parent process upon execution.C:\path\example.exe /flag1
parent_process_execstringThe executable name of the parent processexample.exe
parent_process_guidstringThe globally unique identifier of the parent process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
parent_process_idstringThe numeric identifier of the parent process assigned by the operating system.837
parent_process_pathstringThe file path of the executable associated with this parent process.C:\path\to\example.exe
processstringAll of the arguments passed to the process upon execution.C:\path\example.exe /flag1
process_current_directorystringThe absolute path to the current working directory of the process.c:\windows\system32\
process_execstringThe executable name of the processexample.exe
process_guidstringThe globally unique identifier of the process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
process_hashstringThe digests of the contents of the file located at processPath by using md5, sha1, etc.5eb63bbbe01eeed093cb22bb8f5acdc3
process_idstringThe numeric identifier of the process assigned by the operating system.837
process_integrity_levelstringThe Windows integrity level associated with the process. MUST be one of: low, medium, high, or system.medium
process_pathstringThe file path of the executable associated with this process.C:\path\to\example.exe
userstringThe user account that spawned the process.LOCALUSER
user_idstringThe unique identifier of the user account which spawned the process. For Windows, this is the security identifier, sidS-1-5-18

Endpoint Service

Datamodel Name: EndpointService

Field NameData TypeDescriptionExample
actionstringThe action performed on the service.create
delete
pause
start
stop
deststringThe endpoint on which the service is installed.10.10.1.1
namestringThe name of the service.RpcSs
parent_process_idstringThe numeric identifier of the parent process assigned by the operating system.837
processstringAll of the arguments passed to the process upon execution.C:\path\example.exe /flag1
process_execstringThe executable name of the processexample.exe
process_guidstringThe globally unique identifier of the process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
process_hashstringThe digests of the contents of the file located at processPath by using md5, sha1, etc.2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
process_idstringThe numeric identifier of the process assigned by the operating system.837
process_pathstringThe file path of the executable associated with this process.C:\path\to\example.exe
start_modestringThe start mode for the service.disabled
manual
auto
statusstringThe status of the service.started
stopped
warning
critical
userstringThe user account that spawned the process.LOCALUSER
user_idstringThe unique identifier of the user account which spawned the process. For Windows, this is the security identifier, sidS-1-5-18

Endpoint File

Datamodel Name: EndpointFile

Field NameData TypeDescriptionExample
actionstringThe action performed on the resource.create
delete
modify
read
write
deststringThe endpoint on which the filesystem activity takes place.10.10.1.1
file_creation_timestringThe creation time of the file05/14/2015 12:47:06
file_hashstringThe digests of the contents of the file located at filePath by using md5, sha1, etc.2aae6c35c94fcfb415dbe95f408b9ce91ee846ed
file_groupstringThe group owner of the fileadmin
file_group_idstringThe group ID of the file801
file_modestringThe mode or permissions set of the file.0644 (linux) or NTFS ACL
file_namestringThe name of the file.MyWordDoc.docx
file_ownerstringThe username of the owner of the file.adam
file_owner_idstringThe user ID or SID of the owner of the file.501
file_pathstringThe full path to the file on the file system.C:\users\fakeuser\documents\MyFile.docx
parent_process_idstringThe numeric identifier of the parent process assigned by the operating system.837
processstringAll of the arguments passed to the process upon execution.C:\path\example.exe /flag1
process_execstringThe executable name of the processexample.exe
process_guidstringThe globally unique identifier of the process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
process_idstringThe numeric identifier of the process assigned by the operating system.837
process_pathstringThe file path of the executable associated with this process.C:\path\to\example.exe
userstringThe user account that spawned the process.LOCALUSER
userIdstringThe unique identifier of the user account which spawned the process. For Windows, this is the security identifier, sidS-1-5-18

Endpoint Registry

Datamodel Name: EndpointRegistry

Field NameData TypeDescriptionExample
actionstringThe action performed on the resource.create
delete
modify
read
deststringThe endpoint on which the port is listening.10.10.1.1
processstringAll of the arguments passed to the process upon execution.C:\path\example.exe /flag1
process_guidstringThe globally unique identifier of the process assigned by the vendor_product.{f81d4fae-7dec-11d0-a765-00a0c91e6bf6}
process_idstringThe numeric identifier of the process assigned by the operating system.456
registry_hivestringThe logical group of keys, subkeys, and values in the registry.HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
registry_keystringThe registry key specified in the event. Similar to a folder in a traditional file system.HKLM\SYSTEM\CurrentControlSet\services\RpcSs
registry_value_namestringThe descriptive name for the data being stored in the key.InstalledVersion
registry_value_datastringThe contents of the value, typically a text string.%SystemRoot%\system32\svchost.exe -k rpcss
registry_value_typestringThe type of data being stored in the value. Types include binary data, 32 bit numbers, strings, etc.REG_SZ
REG_MULTI_SZ
REG_DWORD
REG_BINARY
REG_QWORD
statusstringThe outcome of the registry action.failure
success
userstringThe user account associated with the listening port.LOCALSYSTEM