Skip to content

Commit

Permalink
Update link_pikabot_malware.yml (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Dec 19, 2023
1 parent 76d80a8 commit 57fde2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/link_pikabot_malware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: "rule"
severity: "high"
source: |
type.inbound
and any(body.links, regex.contains(.display_url.url, '[A-Za-z0-9]\/\?[0-9]+$'))
and any(body.links, regex.imatch(.display_url.url, '.+\/[a-z0-9]+\/\?[0-9a-z]+'))
and (
any(body.links,
.href_url.domain.domain in $abuse_ch_urlhaus_domains_trusted_reporters
Expand Down

0 comments on commit 57fde2f

Please sign in to comment.