Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Current »

Introduction

This union table collects information from a set of tables that contain system events generated and sent from Windows machines.

Source tables

The information displayed is extracted from the following tables:

 Check source tables
  • box.devo_ea.events_windows

  • box.devo_ua.events_windows

  • box.win

  • box.win_classic

  • box.win_cloudwatch

  • box.win_hf

  • box.win_kinesis

  • box.win_nxlog

  • box.win_quest.change_auditor.leef

  • box.win_snare

  • box.win_solarwinds

  • box.win_winlogbeat

  • box.winNxlog

  • cef0.microsoft.microsoftWindow

  • cloud.azure.vm.applicationevent

  • cloud.azure.vm.securityevent

  • cloud.azure.vm.systemevent

Table structure

This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables:

Extra columns

Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.

Field

Type

Field transformation

Source field name

Extra fields

eventdate

timestamp

 

 

source_event_date

timestamp

 

srceventdate

source

str

 

 

keywords

str

 

 

event_type

str

 

eventType

channel

str

 

 

category

str

 

 

event_id

str

str(eventID)

eventID

username

str

 

 

security_id

str

 

secId

account

str

 

 

domain

str

 

 

machine_ip

str

str(machineIp)

machineIp

subject_security_id

str

 

subjectSecId

subject_username

str

 

subjectUsername

subject_domain

str

 

subjectDomain

subject_logon_id

str

 

subjectLogonId

target_security_id

str

 

targetSecId

target_username

str

 

targetUsername

target_domain

str

 

targetDomain

target_logon_id

str

 

targetLogonId

target_object

str

 

targetObject

target_image

str

 

targetImage

member_security_id

str

 

memberSecId

member_name

str

 

memberName

group_security_id

str

 

groupSecurityId

group_name

str

 

groupName

group_domain

str

 

groupDomain

sam_account_name

str

 

samAccount

logon_type

str

 

logonType

logon_guid

str

 

logonGuid

logon_process

str

 

logonProc

user_account_control

str

 

userAccountControl

object_name

str

 

objName

object_value_name

str

 

objValueName

object_type

str

 

objType

object_server

str

 

objServer

object_handle

str

 

objHandle

object_resource_attribute

str

 

objResourceAtt

object_class

str

 

 

object_dn

str

 

 

pid

str

 

procId

process_name

str

 

procName

process_guid

str

 

procGuid

service

str

 

 

service_file_name

str

 

serviceFileName

service_account

str

 

serviceAccount

machine

str

 

 

workstation

str

 

 

message

str

 

 

extended_message

str

 

extMessage

source_name

str

 

sourceName

source_image

str

 

sourceImage

source_hostname

str

 

srcHost

source_ip

str

 

srcIp

source_ipv4

ip4

ip4(srcIp)

srcIp

source_port

str

 

srcPort

destination_hostname

str

 

dstHost

destination_ip

str

 

dstIp

destination_ipv4

ip4

ip4(dstIp)

dstIp

destination_port

str

 

dstPort

status

str

 

 

sub_status

str

 

 

accesses

str

 

 

access_mask

str

 

accessMask

granted_access

str

 

grantedAccess

properties

str

 

 

recovery_reason

str

 

recoveryReason

token_elevation_type

str

 

tokenElevType

mandatory_label

str

 

mandatoryLabel

caller_pid

str

 

callerProcId

caller_process_name

str

 

callerProcName

new_pid

str

 

newProcId

new_process_name

str

 

newProcName

parent_pid

str

 

parentProcessId

parent_process_name

str

 

parentProcessName

parent_process_guid

str

 

parentProcessGuid

parent_command_line

str

 

parentCommandLine

process_command_line

str

 

procCmdLine

file_path

str

 

filePath

file_version

str

 

fileVersion

original_file_name

str

 

originalFileName

current_directory

str

 

currentDirectory

integrity_level

str

 

integrityLevel

hashes

str

 

 

company

str

 

 

product

str

 

 

description

str

 

 

import_hash

str

 

impHash

start_module

str

 

startModule

start_function

str

 

startFunction

computer_name

str

 

computerName

device

str

 

 

pipe_name

str

 

pipeName

query_name

str

 

queryName

query_status

str

 

queryStatus

query_results

str

 

queryResults

share_name

str

 

shareName

share_local_path

str

 

shareLocalPath

relative_target_name

str

 

relativeTargetName

class_id

str

 

classId

class_name

str

 

className

device_id

str

 

deviceId

device_name

str

 

deviceName

task_name

str

 

taskName

task_content

str

 

taskContent

ticket_options

str

 

ticketOptions

ticket_encryption_type

str

 

ticketEncryptionType

signature

str

 

 

initiated

str

 

 

key_length

int8

 

keyLength

reason

str

 

 

image

str

 

 

parent_image

str

 

parentImage

context_info

str

 

contextInfo

engine_version

str

 

engineVersion

host_version

str

 

hostVersion

payload

str

 

 

layer_rtid

str

 

layerRTID

authentication_package_name

str

 

authenticationPackageName

new_value

str

 

newValue

privilege_list

str

 

privilegeList

attribute_value

str

 

attributeValue

attribute_ldap_display_name

str

 

attributeLDAPDisplayName

audit_policy_changes

str

 

auditPolicyChanges

power_shell_script_block_id

str

 

powerShellScriptBlockId

operation_type

str

 

operationType

source_process_guid

str

 

 

image_loaded

str

 

 

rawMessage

str

 

 

hostchain

str

 

 

tag

str

 

 

Field transformations

Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.

  • No labels