Hostname
interflora.no
Last fetched
interflora.no resolves to 1 IPv4 address operated by AS56655 in NO.
Nutrition Label
Resolution chain
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
- Registrar
- —
- Organization
- interflora-norge al
- Contact emails
Subdomains
92 observed subdomains of interflora.no.
Showing 22 of 92. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from interflora.no in the public web crawl.
158 sites link to this hostname.
123 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for 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 interflora.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.