Getting to Know Google SecOps: Calculating Difference By Time Unit
Today we're going to use a time function to calculate the difference between two time values with a focus on t...
•
Today we're going to use a time function to calculate the difference between two time values with a focus on t...
Today we are going to use a time function that can round a time value down to a specific time unit. This funct...
Today we are going to look at two string functions that will extract hostnames and domains from longer strings...
Sometimes we get a time in a string field and we want to perform time operations on it or compare it to anothe...
Working with and viewing timestamps can be a drag, particularly if you want to work with something other than ...
Searching and extracting a portion of a string can be handled with a regular expression but there are other me...
If you need to examine a string and find a pattern in it for your searches or rules, we've got you covered. Pe...
We've talked about counting substrings previously but suppose we want to count the number of characters in a s...
Sometimes we find that we have values in our fields that we just want to count. For instance, perhaps we have ...
We've got more statistical functions for you today! Let's take a look at the functions window.variance and win...
Today, we're going to cover another statistical function, window.median, that can be used in search and rules ...
Today, we are going to start going into statistical functions that can be used in search and rules with Google...
This post builds on what we previously learned about statistical searches and adds additional aggregation func...
This post introduces the statistical search capability and provides an introduction to gain a greater understa...
This post will introduce the function re.replace which provides a method to replace a portion of a value with ...
Today we are going to introduce a string function that takes base64 data and decodes it in search and YARA-L r...
Today we will go deeper into using regular expressions in rules with the introduction of the function re.captu...
While we have talked about using regular expressions in rules previously, today we will introduce the re.regex...
This document shows how Google SecOps makes the calculations to determine which cases the Recommendations widg...
Let's look at two complementary functions that allow us to quickly and easily convert the case of a value. Thi...
Today we are going to review the third type of reference list that we can use in our YARA-L rules in Google Se...
Let's look at how we can use another type of reference list in our YARA-L rules in Google SecOps. This one is ...
Let's look at how we can use reference lists in our YARA-L rules in Google SecOps. Reference lists provide a s...
Let's look at how we can use the CIDR network function or as it is called in YARA-L, net.ip_in_range_cidr, for...
Let's look at how we can use the string function coalesce or as it is called in YARA-L strings.coalesce, for u...
Let's look at how we can use the string function concatenation or as it is called in YARA-L strings.concat, fo...
We are covering a lot of ground today, as we take a look at risk score, conditional logic and mathematical ope...
Today, we are going to cover the aggregation functions of min, max and sum and how they can be added to the ou...
Today, we are going to cover two aggregation functions that are often used with strings in the outcome section...
Today, we are going to introduce the ability to generate counts within the outcome section of a YARA-L rule in...