Tools / Google SecOps Interview questions
What is the difference between SIEM search and SOAR search in Google SecOps?
Both are search experiences within the same unified Google SecOps console, but they're scoped to different kinds of data, reflecting the platform's underlying SIEM/SOAR split.
| SIEM Search | SOAR Search |
| Searches UDM events and alerts. | Searches cases and entities. |
| Uses YARA-L 2.0-based query syntax. | Uses a search interface focused on case/entity attributes. |
| Good for investigating raw telemetry and detection output. | Good for locating and managing ongoing or past investigations. |
| Includes rule-detected alerts and connector/webhook-ingested alerts. | Supports bulk actions like merging cases. |
In practice, an analyst commonly moves between the two: starting in SOAR search to locate an assigned case, then pivoting into SIEM search to dig into the underlying raw UDM events behind that case's alerts for deeper investigation, since the two search experiences are designed to complement each other rather than duplicate the same data.
More Related questions...