Skip to content

Commit

Permalink
Update snippets/crowdstrike-falcon-actors/crowdstrike-falcon-actors.s…
Browse files Browse the repository at this point in the history
…torm

Co-authored-by: Cisphyx <[email protected]>
  • Loading branch information
reign-git and Cisphyx authored Nov 14, 2023
1 parent 2c7acc8 commit 6b4d502
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ for $actor in $rows {

// Model actor targeted industries.
if ($lib.len($target_industries) > 0) {
for $industry_node in $target_industries {
[+(targets)> {ou:industry=$industry_node}]
}
[+(targets)> { for $industry_node in $target_industries { ou:industry=$industry_node } } ]
}

// Model actor targeted countries.
Expand Down

0 comments on commit 6b4d502

Please sign in to comment.