Skip to content

Commit 50b6bcb

Browse files
authored
Update link_multistage_landing_jotform.yml (#3588)
1 parent 613c37c commit 50b6bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection-rules/link_multistage_landing_jotform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source: |
1919
)
2020
// it contains suspicious elements within the extracted "appInfo"
2121
or any(regex.iextract(ml.link_analysis(.).final_dom.raw,
22-
'window\.__appInfo = (?P<appInfo>\{[^\;]+\})\;'
22+
'window\.__appInfo = (?P<appInfo>\{[^\n]+\})\;\n'
2323
),
2424
// the title/description/name contains suspicious keywords
2525
any([

0 commit comments

Comments
 (0)