Collect CrowdStrike Falcon logs in CEF
This document explains how to collect CrowdStrike Falcon logs in CEF format using Bindplane. The parser extracts key-value pairs and maps them to the Unified Data Model (UDM), handling different delimiters and enriching the data with additional context like severity and event types. It also performs specific transformations for certain event types and fields, such as user logins and security results.
Before you begin
- Ensure that you have a Google Security Operations instance.
- Ensure that you are using Windows 2016 or later, or a Linux host with systemd.
- If running behind a proxy, ensure firewall ports are open.
- Ensure that you have privileged access to the CrowdStrike Falcon console.
- Obtain API credentials for Falcon Stream (Client ID and Client Secret).
Get Google SecOps ingestion authentication file
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Collection Agents.
- Download the Ingestion Authentication File. Save the file securely on the system where Bindplane will be installed.
Get Google SecOps customer ID
- Sign in to the Google SecOps console.
- Go to SIEM Settings > Profile.
- Copy and save the Customer ID from the Organization Details section.
Install the Bindplane agent
Windows installation
- Open the Command Prompt or PowerShell as an administrator.
- Run the following command: - msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
Linux installation
- Open a terminal with root or sudo privileges.
- Run the following command: - sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
Additional installation resources
- For additional installation options, consult this installation guide.
Configure the Bindplane agent to ingest Syslog and send to Google SecOps
- Access the configuration file: - Locate the config.yamlfile. Typically, it's in the/etc/bindplane-agent/directory on Linux or in the installation directory on Windows.
- Open the file using a text editor (for example, nano,vi, or Notepad).
 
- Locate the 
- Edit the - config.yamlfile as follows:- receivers: tcplog: # Replace the port and IP address as required listen_address: "0.0.0.0:54525" exporters: chronicle/chronicle_w_labels: compression: gzip # Adjust the path to the credentials file you downloaded in Step 1 creds: '/path/to/ingestion-authentication-file.json' # Replace with your actual customer ID from Step 2 customer_id: <customer_id> endpoint: malachiteingestion-pa.googleapis.com # Add optional ingestion labels for better organization ingestion_labels: log_type: SYSLOG namespace: cs_falcon raw_log_field: body service: pipelines: logs/source0__chronicle_w_labels-0: receivers: - tcplog exporters: - chronicle/chronicle_w_labels
- Replace the port and IP address as required in your infrastructure. 
- Replace - <customer_id>with the actual customer ID.
- Update - /path/to/ingestion-authentication-file.jsonto the path where the authentication file was saved in the Get Google SecOps ingestion authentication file section.
Restart the Bindplane agent to apply the changes
- To restart the Bindplane agent in Linux, run the following command: - sudo systemctl restart bindplane-agent
- To restart the Bindplane agent in Windows, you can either use the Services console or enter the following command: - net stop BindPlaneAgent && net start BindPlaneAgent
Configure and get a CrowdStrike API Key
- Sign in to CrowdStrike Falcon with a privileged account.
- Go to Menu > Support.
- Click API Clients > KeysSelect.
- Click Add new API client.
- In the API Scopes section, select Event streams and Alerts > enable the Read option.
- Click Add.
- Copy and save the Client ID, Secret, and Base URL.
Install the Falcon SIEM Connector
- Download the RPM installer package for your operating system.
- Package installation: - CentOS operating system: - sudo rpm -Uvh <installer package>
- Ubuntu operating system: - sudo dpkg -i <installer package>
 
- Default installation directories: - Falcon SIEM Connector - /opt/crowdstrike/.
- Service - /etc/init.d/cs.falconhoseclientd/.
 
- Falcon SIEM Connector - 
Configure the SIEM Connector to forward CEF logs to Bindplane
- Sign into the machine with installed SIEM Connector as a sudouser.
- Go to the /opt/crowdstrike/etc/directory.
- Rename cs.falconhoseclient.cef.cfgtocs.falconhoseclient.cfg.- SIEM Connector uses cs.falconhoseclient.cfgconfiguration by default.
 
- SIEM Connector uses 
- Edit the cs.falconhoseclient.cfgfile and modify/set the following parameters:- api_url:- your CrowdStrike Falcon Base URL copied from previous step.
- app_id:- any string as identifier for connecting to Falcon Streaming API (For example, set to- app_id: SECOPS-CEF).
- client_id:- the- client_idvalue copied from previous step.
- client_secret:- the- client_secretvalue copied from previous step.
- send_to_syslog_server: true- enable push to Syslog server.
- host:- the IP or hostname of the Bindplane agent.
- port:- the port of the Bindplane agent.
 
- Save the cs.falconhoseclient.cfgfile.
- Start the SIEM Connector service: - CentOS operating system - sudo service cs.falconhoseclientd start
- Ubuntu 16.04 or later operating system - sudo systemctl start cs.falconhoseclientd.service
 
- Optional: Stop the SIEM Connector service: - CentOS operating system - sudo service cs.falconhoseclientd stop
- Ubuntu 16.04 or later operating system - sudo systemctl stop cs.falconhoseclientd.service
 
- Optional: Restart the SIEM Connector service: - CentOS operating system - sudo service cs.falconhoseclientd restart
- Ubuntu 16.04 or later operating system - sudo systemctl restart cs.falconhoseclientd.service
 
UDM Mapping Table
| Log Field | UDM Mapping | Logic | 
|---|---|---|
| AccountCreationTimeStamp | event.idm.read_only_udm.metadata.event_timestamp | The raw log field AccountCreationTimeStampis renamed toevent.idm.read_only_udm.metadata.event_timestamp. | 
| AccountDomain | event.idm.read_only_udm.principal.administrative_domain | The raw log field AccountDomainis renamed toevent.idm.read_only_udm.principal.administrative_domain. | 
| AccountObjectGuid | event.idm.read_only_udm.metadata.product_log_id | The raw log field AccountObjectGuidis renamed toevent.idm.read_only_udm.metadata.product_log_id. | 
| AccountObjectSid | event.idm.read_only_udm.principal.user.windows_sid | The raw log field AccountObjectSidis renamed toevent.idm.read_only_udm.principal.user.windows_sid. | 
| AccessType | - | Not mapped to the IDM object. | 
| action_taken | event.idm.read_only_udm.additional.fields[0].value.string_value | Part of AuditKeyValuesarray. | 
| ActiveCpuCount | - | Not mapped to the IDM object. | 
| ActiveDirectoryAuthenticationMethod | - | Not mapped to the IDM object. | 
| ActiveDirectoryDataProtocol | - | Not mapped to the IDM object. | 
| AddressFamily | - | Not mapped to the IDM object. | 
| AdminStatus | - | Not mapped to the IDM object. | 
| AllocateVirtualMemoryCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| agent-windows | event.idm.read_only_udm.target.file.full_path | Part of TargetFileName. | 
| AgentIdString | event.idm.read_only_udm.principal.asset_id | Prefixed with CS:. | 
| AgentLoadFlags | - | Not mapped to the IDM object. | 
| AgentLocalTime | - | Not mapped to the IDM object. | 
| AgentOnlineAgentTimeOffset | - | Not mapped to the IDM object. | 
| AgentVersionAggregationActivityCountAggregationEarliestTimestamp | - | Not mapped to the IDM object. | 
| aid | event.idm.read_only_udm.principal.asset_id | Prefixed with CS:. | 
| aip | event.idm.read_only_udm.principal.nat_ip | When _aid_is_targetis false, ifaipis not null, create an ip entity with the value ofaipand add it toevent.idm.read_only_udm.principal.nat_ip. | 
| aipCountAllocVmEtwAllocationType | - | Not mapped to the IDM object. | 
| AllowHardTerminate | - | Not mapped to the IDM object. | 
| AllowStartOnDemand | - | Not mapped to the IDM object. | 
| ApcArgument1 | - | Not mapped to the IDM object. | 
| ApcArgument2 | - | Not mapped to the IDM object. | 
| ApcContextAddress | - | Not mapped to the IDM object. | 
| ApcContextFileName | - | Not mapped to the IDM object. | 
| ApcContext | - | Not mapped to the IDM object. | 
| ApplicationNameApplicationUniqueIdentifier | - | Not mapped to the IDM object. | 
| ApplicationVersion | - | Not mapped to the IDM object. | 
| AppIs64Bit | - | Not mapped to the IDM object. | 
| AppNameAppPathAppPathFlag | - | Not mapped to the IDM object. | 
| AppProductId | - | Not mapped to the IDM object. | 
| AppType | - | Not mapped to the IDM object. | 
| AppUpdateIds | - | Not mapped to the IDM object. | 
| AppVendor | - | Not mapped to the IDM object. | 
| AppVersionArchiveFileWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| AsepClass | - | Not mapped to the IDM object. | 
| AsepFileChangeAsepFlags | - | Not mapped to the IDM object. | 
| AsepIndex | - | Not mapped to the IDM object. | 
| AsepKeyUpdateAsepValueUpdateAsepValueType | - | Not mapped to the IDM object. | 
| AsepWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| AssociateIndicatorAssociateTreeIdWithRootAssemblyFlags | - | Not mapped to the IDM object. | 
| AssemblyId | - | Not mapped to the IDM object. | 
| AssemblyNameAuthenticationId | event.idm.read_only_udm.principal.user.product_object_id | Prefixed with CS:. | 
| AuthenticationPackageAuthenticationUuid | - | Not mapped to the IDM object. | 
| AuthenticationUuidAsString | - | Not mapped to the IDM object. | 
| AuthenticodeHashDataAuthenticodeMatchautomated_remediation | assessments.automated_remediation | Part of ZeroTrustHostAssessmentevent. | 
| BaseReachableTime | - | Not mapped to the IDM object. | 
| BaseTime | - | Not mapped to the IDM object. | 
| BatchDataNumber | - | Not mapped to the IDM object. | 
| BatchDataTotal | - | Not mapped to the IDM object. | 
| BatchTimestampBatteryLevel | - | Not mapped to the IDM object. | 
| BatteryStatus | - | Not mapped to the IDM object. | 
| BehaviorWhitelistedbenchmarksBenignCount | - | Not mapped to the IDM object. | 
| beta_build_disabled | assessments.beta_build_disabled | Part of ZeroTrustHostAssessmentevent. | 
| BinaryExecutableWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| BillingInfoBillingType | - | Not mapped to the IDM object. | 
| BiosManufacturerBiosReleaseDate | - | Not mapped to the IDM object. | 
| BiosVersionBITSJobCreatedBootArgs | - | Not mapped to the IDM object. | 
| BootId | - | Not mapped to the IDM object. | 
| BootStatusDataAabEnabled | - | Not mapped to the IDM object. | 
| BootStatusDataBootAttemptCount | - | Not mapped to the IDM object. | 
| BootStatusDataBootGood | - | Not mapped to the IDM object. | 
| BootStatusDataBootShutdown | - | Not mapped to the IDM object. | 
| BootTimeFunctionalityLevel | - | Not mapped to the IDM object. | 
| BrowserInjectedThreadBundleID | - | Not mapped to the IDM object. | 
| CallStackModuleNamesCallStackModuleNamesVersionChannelId | - | Not mapped to the IDM object. | 
| ChannelVersion | - | Not mapped to the IDM object. | 
| ChannelVersionRequiredChasisManufacturer | - | Not mapped to the IDM object. | 
| ChassisTypecidCityCLICreationCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| ClassifiedModuleLoadCloudAssociateTreeIdWithRootCloudErrorCode | - | Not mapped to the IDM object. | 
| CNAMERecordsCodeIntegrity | - | Not mapped to the IDM object. | 
| CommandLineCommandSequence | - | Not mapped to the IDM object. | 
| CompletionEventId | - | Not mapped to the IDM object. | 
| ComputerName | event.idm.read_only_udm.principal.hostname,event.idm.read_only_udm.principal.asset.hostname | If ComputerNameis not null, an empty string or a dash, create a hostname entity with the value ofComputerNameand add it toevent.idm.read_only_udm.principal.hostnameandevent.idm.read_only_udm.principal.asset.hostname. | 
| ConfigBuildConfigIDBase | - | Not mapped to the IDM object. | 
| ConfigIDBuild | - | Not mapped to the IDM object. | 
| ConfigIDPlatform | - | Not mapped to the IDM object. | 
| ConfigurationVersion | - | Not mapped to the IDM object. | 
| ConfigStateData | - | Not mapped to the IDM object. | 
| ConfigStateHashConfigStateUpdateConnectTime | - | Not mapped to the IDM object. | 
| ConnectType | - | Not mapped to the IDM object. | 
| Connected | - | Not mapped to the IDM object. | 
| ConnectionCipher | - | Not mapped to the IDM object. | 
| ConnectionCipherStrength | - | Not mapped to the IDM object. | 
| ConnectionDirection | - | Not mapped to the IDM object. | 
| ConnectionExchange | - | Not mapped to the IDM object. | 
| ConnectionExchangeStrength | - | Not mapped to the IDM object. | 
| ConnectionFlags | - | Not mapped to the IDM object. | 
| ConnectionHash | - | Not mapped to the IDM object. | 
| ConnectionHashStrength | - | Not mapped to the IDM object. | 
| ConnectionProtocol | - | Not mapped to the IDM object. | 
| ConnectionType | - | Not mapped to the IDM object. | 
| ContinentContentSHA256HashDataContextData | - | Not mapped to the IDM object. | 
| ContextProcessId | event.idm.read_only_udm.principal.process.product_specific_process_id,event.idm.read_only_udm.target.process.product_specific_process_id | Prefixed with CS:%{cid}:%{aid}:. | 
| ContextThreadId | - | Not mapped to the IDM object. | 
| ContextTimeStampContextTimeStamp_decimalCountryCrashDumpFilePath | - | Not mapped to the IDM object. | 
| CrashNotificationCreateProcessArgsCreateProcessCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| CreateServiceCreateThreadNoStartImageCreationTimeStamp | - | Not mapped to the IDM object. | 
| CriticalFileAccessedCriticalFileModifiedCsaProcessDataCollectionInstanceId | - | Not mapped to the IDM object. | 
| CurrentFunctionalityLevel | - | Not mapped to the IDM object. | 
| CurrentLocalIP | - | Not mapped to the IDM object. | 
| CurrentSystemTagsCustomerIdStringCycleTime | - | Not mapped to the IDM object. | 
| DadState | - | Not mapped to the IDM object. | 
| DadTransmits | - | Not mapped to the IDM object. | 
| DcName | event.idm.read_only_udm.principal.user.userid | The raw log field DcNameis renamed toevent.idm.read_only_udm.principal.user.userid. | 
| DcNumAttachments | - | Not mapped to the IDM object. | 
| DcNumBlockingPolicies | - | Not mapped to the IDM object. | 
| DcOnlineDcPropertyIdInterfaceType | - | Not mapped to the IDM object. | 
| DcPropertyIdInterfaceVersion | - | Not mapped to the IDM object. | 
| DcSensorInterfaceType | - | Not mapped to the IDM object. | 
| DcSensorInterfaceVersion | - | Not mapped to the IDM object. | 
| DcStatusDcUsbConfigurationDescriptorDcUsbDeviceConnectedDcUsbDeviceDisconnectedDcUsbEndpointDescriptorDcUsbHIDDescriptorDcUsbInterfaceDescriptorDCSyncAttemptedDebug | - | Not mapped to the IDM object. | 
| DefaultGatewayIP4 | - | Not mapped to the IDM object. | 
| DefaultGatewayIP6 | - | Not mapped to the IDM object. | 
| DefaultGatewayPhysicalAddress | - | Not mapped to the IDM object. | 
| DeepHashBlacklistClassificationDeepHashBlacklistVersion | - | Not mapped to the IDM object. | 
| DeliverLocalFXToCloudDesiredAccessdetectionIddetectionNameDetectDescriptionDetectId | - | Not mapped to the IDM object. | 
| DetectNameDeviceActiveConfigurationNumber | - | Not mapped to the IDM object. | 
| DeviceConnectionStatus | - | Not mapped to the IDM object. | 
| DeviceDescriptorNumber | - | Not mapped to the IDM object. | 
| DeviceDescriptorSetHash | - | Not mapped to the IDM object. | 
| DeviceDescriptorUniqueIdentifier | - | Not mapped to the IDM object. | 
| DeviceId | - | Not mapped to the IDM object. | 
| DeviceInstanceId | event.idm.read_only_udm.target.asset_id | Prefixed with Device Instance Id:. | 
| DeviceManufacturerDeviceProductDeviceProductId | - | Not mapped to the IDM object. | 
| DevicePropertyClassName | - | Not mapped to the IDM object. | 
| DevicePropertyClassGuid | - | Not mapped to the IDM object. | 
| DevicePropertyDeviceDescriptionDevicePropertyFriendlyName | - | Not mapped to the IDM object. | 
| DevicePropertyLocationInformationDevicePropertyManufacturer | - | Not mapped to the IDM object. | 
| DeviceProtocol | - | Not mapped to the IDM object. | 
| DeviceSerialNumberDeviceTimeStampDeviceType | - | Not mapped to the IDM object. | 
| DeviceUsbClass | - | Not mapped to the IDM object. | 
| DeviceUsbSubclass | - | Not mapped to the IDM object. | 
| DeviceUsbVersion | - | Not mapped to the IDM object. | 
| DeviceVendorId | - | Not mapped to the IDM object. | 
| DeviceVersion | - | Not mapped to the IDM object. | 
| DirectoryCreateDirectoryCreatedCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| DirectoryEnumeratedCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| DisableRealtimeMonitoringDisallowStartIfOnBatteries | - | Not mapped to the IDM object. | 
| DisallowStartOnRemoteAppSession | - | Not mapped to the IDM object. | 
| DiskParentDeviceInstanceIdDllCharacteristics | - | Not mapped to the IDM object. | 
| DllInjectionDlpPolicy | - | Not mapped to the IDM object. | 
| DlpVerdict | - | Not mapped to the IDM object. | 
| DmpFileWrittenDnsRequestDnsRequestCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| DnsResponseType | - | Not mapped to the IDM object. | 
| DnsResponseTtl | - | Not mapped to the IDM object. | 
| DocumentFileWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| DomainName | event.idm.read_only_udm.target.hostname,event.idm.read_only_udm.target.asset.hostname,event.idm.read_only_udm.network.dns.questions[0].name | If DomainNameis not null, create a hostname entity with the value ofDomainNameand add it toevent.idm.read_only_udm.target.hostname,event.idm.read_only_udm.target.asset.hostnameandevent.idm.read_only_udm.network.dns.questions[0].name. | 
| DotnetModuleFlags | - | Not mapped to the IDM object. | 
| DotnetModuleId | - | Not mapped to the IDM object. | 
| DotnetModuleLoadDetectInfoDownloadPath | - | Not mapped to the IDM object. | 
| DownloadPort | - | Not mapped to the IDM object. | 
| DownloadServerDriverLoadDualRequest | - | Not mapped to the IDM object. | 
| EffectiveTransmissionClassEffective | - | Not mapped to the IDM object. | 
| EfiSupported | - | Not mapped to the IDM object. | 
| EfiVariableCustomMode | - | Not mapped to the IDM object. | 
| EfiVariableCustomModeAttributes | - | Not mapped to the IDM object. | 
| EfiVariableDbAttributes | - | Not mapped to the IDM object. | 
| EfiVariableDbxAttributes | - | Not mapped to the IDM object. | 
| EfiVariableDbxSha256Hash | - | Not mapped to the IDM object. | 
| EfiVariableKekAttributes | - | Not mapped to the IDM object. | 
| EfiVariableKekSha256Hash | - | Not mapped to the IDM object. | 
| EfiVariablePkAttributes | - | Not mapped to the IDM object. | 
| EfiVariablePkSha256Hash | - | Not mapped to the IDM object. | 
| EfiVariableSecureBoot | - | Not mapped to the IDM object. | 
| EfiVariableSecureBootAttributes | - | Not mapped to the IDM object. | 
| EfiVariableSetupMode | - | Not mapped to the IDM object. | 
| EfiVariableSetupModeAttributes | - | Not mapped to the IDM object. | 
| EfiVariableSignatureSupport | - | Not mapped to the IDM object. | 
| EfiVariableSignatureSupportAttributes | - | Not mapped to the IDM object. | 
| EndpointDescriptorAddress | - | Not mapped to the IDM object. | 
| EndpointDescriptorAttributes | - | Not mapped to the IDM object. | 
| EndpointDescriptorInterval | - | Not mapped to the IDM object. | 
| EndpointDescriptorMaxPacketSize | - | Not mapped to the IDM object. | 
| EndOfProcessEntitlementsErrorEventErrorCode | - | Not mapped to the IDM object. | 
| ErrorLocation | - | Not mapped to the IDM object. | 
| ErrorReason | - | Not mapped to the IDM object. | 
| ErrorSource | - | Not mapped to the IDM object. | 
| ErrorStatus | - | Not mapped to the IDM object. | 
| ErrorText | - | Not mapped to the IDM object. | 
| EventLogClearedEventMax | - | Not mapped to the IDM object. | 
| EventMin | - | Not mapped to the IDM object. | 
| EventOrigin | - | Not mapped to the IDM object. | 
| EventType | event.idm.read_only_udm.metadata.product_event_type | If event_simpleNameis null andEventTypeis not null, create a product_event_type entity with the value ofEventTypeand add it toevent.idm.read_only_udm.metadata.product_event_type. | 
| EtwErrorEventEtwRawProcessId | - | Not mapped to the IDM object. | 
| EtwRawThreadId | - | Not mapped to the IDM object. | 
| ExecutableDeletedExecutableDeletedCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| ExeAndServiceCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| ExitCode | - | Not mapped to the IDM object. | 
| ExploitExternalApiType | event.idm.read_only_udm.metadata.product_event_type,event.idm.read_only_udm.extensions.auth.auth_details | If messagecontainsevent1,ExternalApiTypeis renamed toevent.idm.read_only_udm.metadata.product_event_type. Otherwise, it is renamed toevent.idm.read_only_udm.extensions.auth.auth_details. | 
| Facility | - | Not mapped to the IDM object. | 
| FailedConnectCount | - | Not mapped to the IDM object. | 
| FalconHostLinkFalconServiceComponent | - | Not mapped to the IDM object. | 
| FalconServiceServletErrors | - | Not mapped to the IDM object. | 
| FalconServiceServletStarts | - | Not mapped to the IDM object. | 
| FalconServiceState | - | Not mapped to the IDM object. | 
| FalconServiceStatusFeatureExtractionVersion | - | Not mapped to the IDM object. | 
| FeatureVector | - | Not mapped to the IDM object. | 
| File | - | Not mapped to the IDM object. | 
| FileAttributes | - | Not mapped to the IDM object. | 
| FileCreateInfoFileDeletedCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| FileDeleteInfoFileEcpBitmask | - | Not mapped to the IDM object. | 
| FileEventType | - | Not mapped to the IDM object. | 
| FileIdentifierFileObject | - | Not mapped to the IDM object. | 
| FileNameFileOpenInfoFileRenameInfoFileSigningTime | - | Not mapped to the IDM object. | 
| FirewallAction | - | Not mapped to the IDM object. | 
| FirewallChangeOptionFirewallDeleteRuleFirewallDeleteRuleIP4FirewallDeleteRuleIP6FirewallEnabledFirewallOptionFirewallOptionNumericValue | - | Not mapped to the IDM object. | 
| FirewallProfile | - | Not mapped to the IDM object. | 
| FirewallRuleFirewallRuleIdFirewallSetRuleFirewallSetRuleIP4FirewallSetRuleIP6FirmwareAnalysisErrorEventFirmwareAnalysisErrorLocation | - | Not mapped to the IDM object. | 
| FirmwareAnalysisErrorReason | - | Not mapped to the IDM object. | 
| FirmwareAnalysisErrorSource | - | Not mapped to the IDM object. | 
| FirmwareAnalysisHardwareDataFirmwareAnalysisStatusFirmwareAnalysisCpuSupported | - | Not mapped to the IDM object. | 
| FirmwareAnalysisEclControlInterfaceVersion | - | Not mapped to the IDM object. | 
| FirmwareAnalysisEclConsumerInterfaceVersion | - | Not mapped to the IDM object. | 
| FirmwareImageAnalyzedFirmwareRegionMeasuredFirmwareSize | - | Not mapped to the IDM object. | 
| FirmwareType | - | Not mapped to the IDM object. | 
| FirstDiscoveredDate | - | Not mapped to the IDM object. | 
| FirstIP4RecordFlags | - | Not mapped to the IDM object. | 
| FltCallbackData | - | Not mapped to the IDM object. | 
| FltCompletionContext | - | Not mapped to the IDM object. | 
| FltRelatedObjects | - | Not mapped to the IDM object. | 
| FontBuffer | - | Not mapped to the IDM object. | 
| FontBufferLength | - | Not mapped to the IDM object. | 
| FontFileCount | - | Not mapped to the IDM object. | 
| FontFileNameFontLoadOperation | - | Not mapped to the IDM object. | 
| FsOperationBlocked | event1.PatternDispositionFlags.FsOperationBlocked | Part of Event_DetectionSummaryEvent. | 
| FsPostOpenSnapshotFileFsVolumeMountedFsVolumeUnmountedFullContext | - | Not mapped to the IDM object. | 
| FullExceptionRecord | - | Not mapped to the IDM object. | 
| GcpCreationTimestampGenericFileWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| GID | - | Not mapped to the IDM object. | 
| GrandparentCommandLineGrandparentImageFileNameGrandParentBaseFileNameGroupIdentityGroupRidGzipFileWrittenHandleCreated | - | Not mapped to the IDM object. | 
| HIDDescriptorCountryCode | - | Not mapped to the IDM object. | 
| HIDDescriptorNumDescriptors | - | Not mapped to the IDM object. | 
| HIDDescriptorVersion | - | Not mapped to the IDM object. | 
| HIPHandlers.dll | event.idm.read_only_udm.target.file.full_path | Part of TargetFileName. | 
| HostGroups | - | Not mapped to the IDM object. | 
| HostHiddenStatusHostInfoHostnameChangedhostnameHostProcessType | - | Not mapped to the IDM object. | 
| HostUrlHttpRequestDetectHttpRequestHeaderHttpUrlIcmpCode | - | Not mapped to the IDM object. | 
| IcmpType | - | Not mapped to the IDM object. | 
| idIdleSettings | - | Not mapped to the IDM object. | 
| ImageFileNameImageSubsystem | - | Not mapped to the IDM object. | 
| Image | - | Not mapped to the IDM object. | 
| ImpersonatedUserNameInBroadcastOctets | - | Not mapped to the IDM object. | 
| InContext | - | Not mapped to the IDM object. | 
| InDiscards | - | Not mapped to the IDM object. | 
| Indicator | event1.PatternDispositionFlags.Indicator | Part of Event_DetectionSummaryEvent. | 
| InddetMask | event1.PatternDispositionFlags.InddetMask | Part of Event_DetectionSummaryEvent. | 
| InErrors | - | Not mapped to the IDM object. | 
| Information | - | Not mapped to the IDM object. | 
| InjectedDllInjectedThreadInjectedThreadCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| InjectedThreadFlag | - | Not mapped to the IDM object. | 
| InMulticastOctets | - | Not mapped to the IDM object. | 
| InNUcastPkts | - | Not mapped to the IDM object. | 
| InOctets | - | Not mapped to the IDM object. | 
| InstallDate | - | Not mapped to the IDM object. | 
| InstalledApplicationInstalledUpdateExtendedStatus | - | Not mapped to the IDM object. | 
| InstalledUpdateIds | - | Not mapped to the IDM object. | 
| InstalledUpdatesInstanceMetadataInstanceMetadataProvider | - | Not mapped to the IDM object. | 
| InstanceMetadataRequest | - | Not mapped to the IDM object. | 
| InstanceMetadataSignature | - | Not mapped to the IDM object. | 
| InUcastOctets | - | Not mapped to the IDM object. | 
| InUcastPkts | - | Not mapped to the IDM object. | 
| InUnknownProtos | - | Not mapped to the IDM object. | 
| IntegrityLevel | - | Not mapped to the IDM object. | 
| InterfaceAlias | - | Not mapped to the IDM object. | 
| InterfaceDescription | - | Not mapped to the IDM object. | 
| InterfaceFlags | - | Not mapped to the IDM object. | 
| InterfaceGuid | - | Not mapped to the IDM object. | 
| InterfaceIdentifier | - | Not mapped to the IDM object. | 
| InterfaceIndex | - | Not mapped to the IDM object. | 
| InterfaceMtu | - | Not mapped to the IDM object. | 
| InterfaceType | - | Not mapped to the IDM object. | 
| InterfaceVersion | - | Not mapped to the IDM object. | 
| InjectedDllCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| InjectedThreadFlag | - | Not mapped to the IDM object. | 
| InkDiv.dll | event.idm.read_only_udm.target.file.full_path | Part of ExecutablesWritten. | 
| InkObj.dll | event.idm.read_only_udm.target.file.full_path | Part of ExecutablesWritten. | 
| InMulticastPkts | - | Not mapped to the IDM object. | 
| InOctets | - | Not mapped to the IDM object. | 
| InUcastPkts | - | Not mapped to the IDM object. | 
| IOARuleGroupNameIOARuleInstanceID | - | Not mapped to the IDM object. | 
| IOARuleInstanceVersion | - | Not mapped to the IDM object. | 
| IOARuleNameIOServiceClass | - | Not mapped to the IDM object. | 
| IOServiceName | - | Not mapped to the IDM object. | 
| IOServicePath | - | Not mapped to the IDM object. | 
| IOServiceProperties | - | Not mapped to the IDM object. | 
| IOServiceRegisterIoSessionConnectedIoSessionLoggedOnIpEntryFlags | - | Not mapped to the IDM object. | 
| IrpFlags | - | Not mapped to the IDM object. | 
| IsCpuDataCommonOnAllCores | - | Not mapped to the IDM object. | 
| IsNorthBridgeSupported | - | Not mapped to the IDM object. | 
| IsOnClearCaseMvfs | - | Not mapped to the IDM object. | 
| IsOnNetworkIsOnRemovableDiskIsOn | - | Not mapped to the IDM object. | 
| IsRemote | - | Not mapped to the IDM object. | 
| IsSouthBridgeSupported | - | Not mapped to the IDM object. | 
| IsTransactedFile | - | Not mapped to the IDM object. | 
| IsUnique | - | Not mapped to the IDM object. | 
| JavaInjectedThreadJarFileWrittenKernelModeLoadImageKernelTime | - | Not mapped to the IDM object. | 
| KextUnloadK8SCreationTimestampK8SDetectionEventLanguageId | - | Not mapped to the IDM object. | 
| LastAdded | - | Not mapped to the IDM object. | 
| LastDiscoveredBy | - | Not mapped to the IDM object. | 
| LastDisplayed | - | Not mapped to the IDM object. | 
| LastLoggedOnHost | - | Not mapped to the IDM object. | 
| LastUpdateInstalledTime | - | Not mapped to the IDM object. | 
| LateralMovement | - | Not mapped to the IDM object. | 
| LdapSearchAttributes | - | Not mapped to the IDM object. | 
| LdapSearchBaseObjectSample | - | Not mapped to the IDM object. | 
| LdapSearchFilterSample | - | Not mapped to the IDM object. | 
| LdapSearchFilterShape | - | Not mapped to the IDM object. | 
| LdapSearchQueryClassification | - | Not mapped to the IDM object. | 
| LdapSearchQueryToken | - | Not mapped to the IDM object. | 
| LdapSearchScope | - | Not mapped to the IDM object. | 
| LdapSearchSizeLimit | - | Not mapped to the IDM object. | 
| LdapSecurityType | - | Not mapped to the IDM object. | 
| LightningLatencyInfoLightningLatencyState | - | Not mapped to the IDM object. | 
| Line | - | Not mapped to the IDM object. | 
| LinkLocalAddressBehavior | - | Not mapped to the IDM object. | 
| LinkLocalAddressTimeout | - | Not mapped to the IDM object. | 
| LinkNameLocalAccount | - | Not mapped to the IDM object. | 
| LocalAddressIP4LocalAddressIP6LocalAddressMaskIP4 | - | Not mapped to the IDM object. | 
| LocalAddressMaskIP6 | - | Not mapped to the IDM object. | 
| LocalAdminAccess | - | Not mapped to the IDM object. | 
| LocalIpAddressIP4LocalIpAddressIP6LocalIpAddressRemovedIP4LocalIpAddressRemovedIP6LocalPortLocalSession | - | Not mapped to the IDM object. | 
| localipCountLockScreenEnabled | - | Not mapped to the IDM object. | 
| LockScreenStatusLogoffTimeLogonDomainLogonId | - | Not mapped to the IDM object. | 
| LogonInfo | security_result.summary | Sets event_typetoUSER_LOGIN. | 
| LogonServerLogonTimeLogonType | event.idm.read_only_udm.extensions.auth.mechanism | Mapped to a UDM enum value based on the LogonTypevalue. | 
| LogoffTimeLsassHandleFromUnsignedModuleMAC | event.idm.read_only_udm.principal.mac | Converted to lowercase and colons are replaced with hyphens. | 
| MACAddress | event.idm.read_only_udm.principal.mac | Hyphens are replaced with colons. | 
| MACPrefix | - | Not mapped to the IDM object. | 
| MachOFileWrittenMachOSubType | - | Not mapped to the IDM object. | 
| MachineDnMachineDomainMajorFunction | - | Not mapped to the IDM object. | 
| MajorVersion | - | Not mapped to the IDM object. | 
| Malicious | - | Not mapped to the IDM object. | 
| ManagedPdbBuildPathMappedFromUserMode | - | Not mapped to the IDM object. | 
| MaxReassemblySize | - | Not mapped to the IDM object. | 
| MaxRouterAdvertisementInterval | - | Not mapped to the IDM object. | 
| MaxThreadCount | - | Not mapped to the IDM object. | 
| MD5HashData | event.idm.read_only_udm.target.file.md5,event.idm.read_only_udm.target.process.file.md5 | If MD5HashDatais a valid MD5 hash and not all zeros, create an MD5 hash entity with the value ofMD5HashDataand add it toevent.idm.read_only_udm.target.file.md5andevent.idm.read_only_udm.target.process.file.md5. | 
| MD5StringMediaConnectState | - | Not mapped to the IDM object. | 
| MediaType | - | Not mapped to the IDM object. | 
| MemoryAvailable | - | Not mapped to the IDM object. | 
| MemoryRegionProtection | - | Not mapped to the IDM object. | 
| MemoryRegionStart | - | Not mapped to the IDM object. | 
| MemoryTotal | - | Not mapped to the IDM object. | 
| MmioDataSmiEn | - | Not mapped to the IDM object. | 
| MmioDataTco1Cnt | - | Not mapped to the IDM object. | 
| MLModelVersion | - | Not mapped to the IDM object. | 
| MobileDetectionMobileDetectionId | - | Not mapped to the IDM object. | 
| MobileOsIntegrityIntact | - | Not mapped to the IDM object. | 
| MobileOsIntegrityStatusMobilePowerStatsMoboManufacturer | - | Not mapped to the IDM object. | 
| MoboProductName | - | Not mapped to the IDM object. | 
| ModelPrediction | - | Not mapped to the IDM object. | 
| ModuleBaseAddress | - | Not mapped to the IDM object. | 
| ModuleCharacteristics | - | Not mapped to the IDM object. | 
| ModuleDetectInfoModuleLoadCount | - | Not mapped to the IDM object. | 
| ModuleLoadMechanism | - | Not mapped to the IDM object. | 
| ModuleLoadTelemetryClassification | - | Not mapped to the IDM object. | 
| ModuleNativePath | - | Not mapped to the IDM object. | 
| ModuleSize | - | Not mapped to the IDM object. | 
| ModifyServiceBinaryMostRecentActivityTimeStamp | - | Not mapped to the IDM object. | 
| MotwWrittenmskssrv.sys | event.idm.read_only_udm.principal.process.file.full_path | Part of OriginalFilename. | 
| MultipleInstancesPolicy | - | Not mapped to the IDM object. | 
| namenamespaceNativePdbBuildPath | - | Not mapped to the IDM object. | 
| NegateInterface | - | Not mapped to the IDM object. | 
| NegateLocalAddress | - | Not mapped to the IDM object. | 
| NegateRemoteAddress | - | Not mapped to the IDM object. | 
| NeighborList | - | Not mapped to the IDM object. | 
| NeighborListIP4NeighborListIP6NeighborNameNetLuidIndex | - | Not mapped to the IDM object. | 
| NetShareAddNetShareDeleteNetShareSecurityModifyNetworkBindCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkCapableAsepWriteCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkCloseCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkCloseIP4NetworkCloseIP6NetworkConnectCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkConnectCountUdp | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkConnectIP4NetworkConnectIP6NetworkContainmentStateNetworkInterfaceGuid | - | Not mapped to the IDM object. | 
| NetworkListenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkListenIP4NetworkListenIP6NetworkModuleLoadCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkRecvAcceptCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NetworkReceiveAcceptIP4NetworkReceiveAcceptIP6NewExecutableRenamedNewExecutableWrittenNewExecutableWrittenCount | security_result.detection_fields[0].value | Part of EndOfProcessevent. | 
| NewFileIdentifier | - | Not mapped to the IDM object. | 
| NewScriptWrittenNlMtu | - | Not mapped to the IDM object. | 
| NorthBridgeDeviceId | - | Not mapped to the IDM object. | 
| NorthBridgeVendorId | - | Not mapped to the IDM object. | 
| NumberOfMeasurements | - | Not mapped to the IDM object. | 
| OciContainerId | - | Not mapped to the IDM object. | 
| OciContainerTelemetryOciContainersStartedCount | - | Not mapped to the IDM object. | 
| OciContainersStoppedCount | - | Not mapped to the IDM object. | 
| OleFileWrittenOnLinkPrefixLength | - | Not mapped to the IDM object. | 
| OoxmlFileWrittenOperStatus | - | Not mapped to the IDM object. | 
| OperationFlags | - | Not mapped to the IDM object. | 
| OperationNameOriginalContentLength | - | Not mapped to the IDM object. | 
| OriginalEventTimeStamp | - | Not mapped to the IDM object. | 
| OriginalFilenameOriginalParentAuthenticationId | - | Not mapped to the IDM object. | 
| OriginalUserNameOriginalUserSidOsfmDownloadCompleteOsVersionInfoOUOutBroadcastOctets | - | Not mapped to the IDM object. | 
| OutDiscards | - | Not mapped to the IDM object. | 
| OutErrors | - | Not mapped to the IDM object. | 
| OutMulticastOctets | - | Not mapped to the IDM object. | 
| OutNUcastPkts | - | Not mapped to the IDM object. | 
| OutOctets | - | Not mapped to the IDM object. | 
| OutUcastOctets | - | Not mapped to the IDM object. | 
| OutUcastPkts | - | Not mapped to the IDM object. | 
| PackedExecutableWrittenParameter64_1 | - | Not mapped to the IDM object. | 
| Parameter64_2 | - | Not mapped to the IDM object. | 
| Parameter64_3 | - | Not mapped to the IDM object. | 
| ParameterSizedBuffer_1 | - | Not mapped to the IDM object. | 
| Parameter1 | - | Not mapped to the IDM object. | 
| Parameter2 | - | Not mapped to the IDM object. | 
| Parameter3 | - | Not mapped to the IDM object. | 
| ParentAuthenticationId | - | Not mapped to the IDM object. | 
| ParentBaseFileNameParentCommandLine | event1.ParentCommandLine | Part of Event_DetectionSummaryEvent. | 
| ParentHubInstanceId | - | Not mapped to the IDM object. | 
| ParentHubPort | - | Not mapped to the IDM object. | 
| ParentImageFileName | event.idm.read_only_udm.principal.process.file.full_path,event1.ParentImageFileName | Part of Event_DetectionSummaryEvent. | 
| ParentProcessId | event.idm.read_only_udm.principal.process.product_specific_process_id,event1.ParentProcessId | Prefixed with CS:%{cid}:%{aid}:. Part ofEvent_DetectionSummaryEvent. | 
| PasswordLastSet | - | Not mapped to the IDM object. | 
| PathMtuDiscoveryTimeout | - | Not mapped to the IDM object. | 
| PatternDispositionFlags | - | Not mapped to the IDM object. | 
| PatternDispositionValue`PatternDisposition | 
Need more help? Get answers from Community members and Google SecOps professionals.