Skip to content

Commit

Permalink
New Rule: Open redirect: U.S. Antarctic Program Data Center (USAP-DC) (
Browse files Browse the repository at this point in the history
…#779)

Co-authored-by: ID Generator <[email protected]>
  • Loading branch information
morriscode and ID Generator authored Sep 8, 2023
1 parent 71c2e17 commit 0722e4f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions detection-rules/open_redirect_usapdc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Open redirect: U.S. Antarctic Program Data Center (USAP-DC)"
description: |
Message contains use of the U.S. Antarctic Program Data Center (USAP-DC) open redirect.
type: "rule"
severity: "medium"
source: |
type.inbound
and any(body.links,
.href_url.domain.root_domain == "usap-dc.org"
and .href_url.path =~ "/tracker"
and strings.starts_with(.href_url.query_params, "type=dataset&url=http")
)
attack_types:
- "Credential Phishing"
- "Malware/Ransomware"
tactics_and_techniques:
- "Open redirect"
detection_methods:
- "URL analysis"
id: "c499d041-1e95-52a5-bc7e-857376e1a873"

0 comments on commit 0722e4f

Please sign in to comment.