Hostname
bebrandguide.brandextract.com
Last fetched
bebrandguide.brandextract.com resolves to 2 IPv4 addresses operated by RACKSPACE - Rackspace Hosting in US.
Nutrition Label
Resolution chain
bebrandguide.brandextract.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.253.56.57 | 23.253.0.0/18 | AS19994 | RACKSPACE - Rackspace Hosting | US |
| 34.136.34.130 | 34.136.32.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with bebrandguide.brandextract.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for bebrandguide.brandextract.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 177078.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | app.sgizmo.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | support.zendesk.com |
| SPF_IP | 74.63.152.0/24 |
Related pages
Pivot deeper into the graph from bebrandguide.brandextract.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bebrandguide.brandextract.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.