According to the Google SecOps documentation, an outcome variable from a child detection rule can be accessed in a composite rule using a path such as:
e.g. detection.detection.outcomes["dest_domain"]
Link :- https://docs.cloud.google.com/chronicle/docs/yara-l/composite-detection-rules#reference_detection_content_with_variables_or_meta_labels
However, when I use this field in a YARA-L composite rule, I receive the following warning:
outcomes field is deprecated and might not populate as expected.




