Hostname
mail.cleared4takeoff.com
Last fetched
mail.cleared4takeoff.com resolves to 1 IPv4 address operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
mail.cleared4takeoff.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 67.20.75.241 | 67.20.64.0/18 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
WHOIS identity
No WHOIS records are currently associated with mail.cleared4takeoff.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for mail.cleared4takeoff.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.cleared4takeoff.com |
| SPF_INCLUDE | 20739840.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf-sg.accela.com |
| SPF_INCLUDE | _spf.act-on.net |
| SPF_INCLUDE | _spf.grantstreet.com |
| SPF_INCLUDE | bluehost.com |
| SPF_INCLUDE | spf-0089d101.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 158.228.129.79/32 |
| SPF_IP | 161.129.18.0/24 |
| SPF_IP | 170.55.65.130 |
| SPF_IP | 50.87.136.52 |
| SPF_IP | 67.20.75.241 |
| SPF_IP | 69.175.85.125/32 |
| SPF_MX | mail.cleared4takeoff.com |
Related pages
Pivot deeper into the graph from mail.cleared4takeoff.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.cleared4takeoff.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.