← Back to Explore
sublimemediumRule
New sender domain (<=10d) from untrusted sender
Detects inbound emails where the sender domain is less than 10 days old from untrusted senders.
Detection Query
type.inbound
and network.whois(sender.email.domain).days_old <= 10
and not profile.by_sender().solicited
Data Sources
Email MessagesEmail HeadersEmail Attachments
Platforms
email
Tags
Attack surface reduction
Raw Content
name: "New sender domain (<=10d) from untrusted sender"
description: |
Detects inbound emails where the sender domain is less than 10 days old from untrusted senders.
type: "rule"
severity: "medium"
source: |
type.inbound
and network.whois(sender.email.domain).days_old <= 10
and not profile.by_sender().solicited
tags:
- "Attack surface reduction"
detection_methods:
- "Sender analysis"
- "Whois"
id: "d87fa543-aabb-55f5-9660-23c9e7a85b2a"