Hostname
assurancefreights.com
Last fetched
assurancefreights.com resolves to 3 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
assurancefreights.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.154.146.213 | 107.154.146.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 208.91.197.132 | 208.91.197.0/24 | AS40034 | CONFLUENCE-NETWORK-INC - Confluence Networks Inc | VG |
| 45.60.96.213 | 45.60.96.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of assurancefreights.com.
Threat posture
History
Mail and authentication
MX records
- assurancefreights.com
- mail.assurancefreights.com
SPF policy
4 SPF mechanisms authorising senders for assurancefreights.com.
| Mechanism | Target |
|---|---|
| SPF_A | assurancefreights.com |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 50.87.195.61 |
| SPF_MX | assurancefreights.com |
Related pages
Pivot deeper into the graph from assurancefreights.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assurancefreights.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.