Hostname
email.teleflora.com
Last fetched
email.teleflora.com resolves to 1 IPv4 address operated by TELEFLORA-OKC - Teleflora LLC in US.
Nutrition Label
Resolution chain
email.teleflora.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 |
|---|---|---|---|---|
| 167.224.81.124 | 167.224.192.0/18 | AS29729 | TELEFLORA-OKC - Teleflora LLC | US |
WHOIS identity
No WHOIS records are currently associated with email.teleflora.com in WhisperGraph.
Subdomains
3 observed subdomains of email.teleflora.com.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for email.teleflora.com.
| Mechanism | Target |
|---|---|
| SPF_A | email.teleflora.com |
| SPF_IP | 192.254.122.145 |
| SPF_IP | 74.112.71.227 |
| SPF_IP | 74.112.71.28 |
| SPF_IP | 74.112.71.29 |
| SPF_IP | 74.112.71.30 |
Related pages
Pivot deeper into the graph from email.teleflora.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "email.teleflora.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.