Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions detection-rules/headers_kagoya.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Headers: Kagoya domain in routing"
description: "Message contains kagoya.net domain in the email headers, indicating routing through Kagoya Internet Routing services."
type: "rule"
severity: "medium"
source: |
type.inbound
and any(headers.domains, .root_domain == "kagoya.net")
tags:
- "Attack surface reduction"
attack_types:
- "Credential Phishing"
- "Malware/Ransomware"
tactics_and_techniques:
- "Evasion"
detection_methods:
- "Header analysis"
id: "757dc3e1-7264-5509-9af1-7d44dd2e00d8"