Data Types
Caption | Name | Description |
---|---|---|
Boolean |
boolean_t
|
Boolean value. One of |
Byte String |
bytestring_t
(Base: |
Base64 encoded immutable byte sequence. |
Datetime |
datetime_t
(Base: |
The Internet Date/Time format as defined in RFC-3339. For example
|
Email Address |
email_t
(Base: |
Email address. For example:
|
Hash |
file_hash_t
(Base: |
Hash. A unique value that corresponds to the content of the file, image, ja3_hash or hassh found in the schema. For example MD5:
|
File Name |
file_name_t
(Base: |
File name. For example: |
Float |
float_t
|
Real floating-point value. For example: |
Hostname |
hostname_t
(Base: |
Unique name assigned to a device connected to a computer network. A domain name in general is an Internet address that can be resolved through the Domain Name System (DNS). For example:
|
Integer |
integer_t
|
Signed integer value. |
IP Address |
ip_t
(Base: |
Internet Protocol address (IP address), in either IPv4 or IPv6 format. For example,
|
JSON |
json_t
|
Embedded JSON value. A value can be a string, or a number, or true or false or null, or an object or an array. These structures can be nested. See www.json.org. |
Long |
long_t
|
8-byte long, signed integer value. |
MAC Address |
mac_t
(Base: |
Media Access Control (MAC) address. For example:
|
Object |
object_t
|
Object is an unordered set of name/value pairs. For example:
|
Path Name |
path_t
(Base: |
File or folder full path name. For example:
|
Port |
port_t
(Base: |
The TCP/UDP port number. For example:
|
Process Name |
process_name_t
(Base: |
Process name. For example: |
Resource UID |
resource_uid_t
(Base: |
Resource unique identifier. For example, S3 Bucket name or EC2 Instance ID.
|
String |
string_t
|
UTF-8 encoded byte sequence.
|
Subnet |
subnet_t
(Base: |
The subnet represented in a CIDR notation, using the format network_address/prefix_length. The network_address can be in either IPv4 or IPv6 format. The prefix length indicates the number of bits used for the network portion, and the remaining bits are available for host addresses within that subnet. For example:
|
Timestamp |
timestamp_t
(Base: |
The timestamp format is the number of milliseconds since the Epoch 01/01/1970 00:00:00 UTC. For example |
URL String |
url_t
(Base: |
Uniform Resource Locator (URL) string. For example: |
User Name |
username_t
(Base: |
User name. For example: |
UUID |
uuid_t
(Base: |
128-bit universal unique identifier. For example:
|
This page describes qdm-1.3.2+ocsf-1.3.0
Updated about 1 month ago