Hostname
secure.interflora.no
Last fetched
secure.interflora.no resolves to 1 IPv4 address operated by AS56655 in NO.
Nutrition Label
Resolution chain
secure.interflora.no 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 |
|---|---|---|---|---|
| 185.14.97.82 | 185.14.97.0/24 | AS56655 | — | NO |
WHOIS identity
No WHOIS records are currently associated with secure.interflora.no in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for secure.interflora.no.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.smtp.nexthop.no |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.zetta.io |
| SPF_IP | 109.239.224.27/32 |
| SPF_IP | 109.239.226.107/32 |
| SPF_IP | 109.239.233.18 |
| SPF_IP | 195.159.124.52 |
| SPF_IP | 195.159.239.226 |
| SPF_IP | 5.226.162.67 |
| SPF_IP | 77.40.182.132 |
Related pages
Pivot deeper into the graph from secure.interflora.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.interflora.no"})-[: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.