Skip to main content

Getting Started with Data Tables in Google Security Operations

  • April 15, 2025
  • 26 replies
  • 3588 views

Show first post

26 replies

Dipesh_Sharma
Forum|alt.badge.img

Thanks for the reply, Yes we can add both column but I’m not sure how do we query it from the SIEM search. I have bunch of domain names I need to compare it with UDM fields like “target.url”. 

$extracted_domain in regex %data-table-name.columnname

datatable content:-

column1(Regex),column2(string)

.*domain-name.*, Website-Name

So my question is:-

  1. What will be the correct way to regex this content, 
  2. Do we need to change the data-table content to something like .*domain\-name.*
  3. The above SIEM search works fine if I only keep regex field and remove string column from the data-table. But it doesn’t work otherwise.
  4. How do I perform a query which can provide column2 information as well if a domain gets match.