convert_to_base_64 - Reference Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM XQL Language Reference

Product
Cortex XSIAM
Creation date
2024-02-26
Last date published
2024-04-21
Category
Reference Guide
Abstract

Learn more about the Cortex Query Language convert_to_base_64 function.

Syntax

convert_to_base_64("<base64-decoded input>")

Description

The convert_to_base_64() function converts the base64-decoded input to the encoded string format.

Example

Returns the encoded string format dGVzdA== from the base64-decoded input "test".

convert_to_base_64("test")