Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Professional Security Operations Engineer Exam - Topic 2 Question 14 Discussion

You are implementing Google Security Operations (SecOps) for your organization. Your organization has their own threat intelligence feed that has been ingested to Google SecOps by using a native integration with a Malware Information Sharing Platform (MISP). You are working on the following detection rule to leverage the command and control (C2) indicators that were ingested into the entity graph.What code should you add in the detection rule to filter for the domain IOCS?
B) $ioc.graph.metadata.entity_type = 'DOMAlN_NAME' Sioc.graph.metadata.source_type = 'GLOBAL_CONTEXT'
A) $ioc.graph.metadata.entity_type = MDOMAlN_NAME' $ioc.graph.metadata.scurce_type = 'ElfelTYj^ONTEXT'
C) $ioc.graph.metadata.entity_type = 'D0MAIN_NAME' $ioc.graph.metadata.source_type = MDERIVED_CONTEXT'
D) $ioc.graph.metadata.entity_type = ,'D0MAIN_NAME*' $ioc.graph.metadata.source type = 'source type unspecified'

Google Professional Security Operations Engineer Exam - Topic 2 Question 14 Discussion

Actual exam question for Google's Professional Security Operations Engineer exam
Question #: 14
Topic #: 2
[All Professional Security Operations Engineer Questions]

You are implementing Google Security Operations (SecOps) for your organization. Your organization has their own threat intelligence feed that has been ingested to Google SecOps by using a native integration with a Malware Information Sharing Platform (MISP). You are working on the following detection rule to leverage the command and control (C2) indicators that were ingested into the entity graph.

What code should you add in the detection rule to filter for the domain IOCS?

Show Suggested Answer Hide Answer
Suggested Answer: B

This YARA-L rule is designed to correlate a real-time event (a DNS query, $dns) with known-bad indicators stored in the Google SecOps entity graph ($ioc). The code must correctly filter the entity graph to find the specific indicators from the custom MISP feed.

Two filters are required:

$ioc.graph.metadata.entity_type = 'DOMAIN_NAME': This line is essential to filter the entity graph for IoCs that are domains. The rule is trying to match a DNS query ($dns_query) to a known C2 domain, so the entity type must be DOMAIN_NAME.

$ioc.graph.metadata.source_type = 'ENTITY_CONTEXT': This is the key differentiator. The Google SecOps entity graph has multiple context sources. GLOBAL_CONTEXT (Option B) is for threat intelligence provided by Google (e.g., Google Threat Intelligence, Mandiant). DERIVED_CONTEXT (Option C) is for context inferred from UDM events. The prompt explicitly states the IoC feed is the organization's own 'threat intelligence feed... ingested... with... MISP.' This type of customer-provided, third-party intelligence is classified as ENTITY_CONTEXT. Adding this line ensures the rule only uses the custom MISP feed for its IoC data, as intended.

The other lines in the $ioc block, such as product_name = 'MISP', further refine this ENTITY_CONTEXT search.

(Reference: Google Cloud documentation, 'YARA-L 2.0 language syntax'; 'Context-aware detections with entity graph'; 'Populate the entity graph')


Contribute your Thoughts:

0/2000 characters
Natalya
4 days ago
Totally agree with B, it just makes sense!
upvoted 0 times
...
Lorean
9 days ago
I'm leaning towards D, but the "source type unspecified" part seems off.
upvoted 0 times
...
Desmond
14 days ago
I think A has a typo with "MDOMAlN_NAME."
upvoted 0 times
...
Jacqueline
19 days ago
Option B looks correct with "DOMAIN_NAME" and "GLOBAL_CONTEXT."
upvoted 0 times
...
Tandra
24 days ago
I agree with B, but I’m surprised about the source type in A.
upvoted 0 times
...
Marcelle
29 days ago
Wait, why is D using an asterisk? Seems off.
upvoted 0 times
...
Magdalene
1 month ago
Definitely going with B, it’s the cleanest.
upvoted 0 times
...
Jin
1 month ago
I think A has a typo, not sure it’ll work.
upvoted 0 times
...
Winifred
1 month ago
Option B looks correct to me.
upvoted 0 times
...
Chantell
2 months ago
I’m a bit confused about the source types. I remember "DERIVED_CONTEXT" being mentioned, but I can't remember if it applies here. I should have reviewed that section more thoroughly.
upvoted 0 times
...
Roxanne
2 months ago
I think I might have seen a question similar to this where the entity type was crucial. I’m leaning towards option A, but I’m not confident about the spelling in the entity type.
upvoted 0 times
...
Arthur
2 months ago
I feel like option B looks familiar from our last mock exam. It had the right entity type, but I can't recall if "GLOBAL_CONTEXT" is the correct source type.
upvoted 0 times
...
Leandro
4 months ago
I remember we discussed the importance of correctly identifying the entity type in our practice sessions. I think "DOMAIN_NAME" is the right format, but I'm not sure about the source type.
upvoted 0 times
...

Save Cancel