Hostname
alpha.roobrik.com
Last fetched
alpha.roobrik.com resolves to 1 IPv4 address operated by AS43515 in US.
Nutrition Label
Resolution chain
alpha.roobrik.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 |
|---|---|---|---|---|
| 35.212.25.215 | 35.212.0.0/17 | AS43515 | — | US |
WHOIS identity
No WHOIS records are currently associated with alpha.roobrik.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for alpha.roobrik.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5411630.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.hubspot.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 2001:4860:4864::/48 |
| SPF_IP | 2600:1901:101::0/48 |
| SPF_IP | 2607:f8b0:4864::/48 |
| SPF_IP | 2a00:1450:4864::/48 |
| SPF_IP | 67.231.154.164/32 |
Related pages
Pivot deeper into the graph from alpha.roobrik.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alpha.roobrik.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.