convert_from_base_64 - Administrator Guide - Cortex XSIAM - Cortex - Security Operations

Cortex XSIAM Documentation

Product
Cortex XSIAM
Creation date
2024-03-06
Last date published
2024-10-13
Category
Administrator Guide
Abstract

Learn more about the Cortex Query Language convert_from_base_64 function.

Syntax
convert_from_base_64("<base64-encoded input>")
Description

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

Example

Returns the decoded string format Hello world from the base64-encoded input "SGVsbG8gd29ybGQ=".

convert_from_base_64("SGVsbG8gd29ybGQ=")