Hostname
igoinsured.com
Last fetched
igoinsured.com resolves to 14 IPv4 addresses operated by AKAMAI-ASN1 in SE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
igoinsured.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.69.222.123 | 104.69.222.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 104.69.222.81 | 104.69.222.0/24 | AS20940 | AKAMAI-ASN1 | SE |
| 2.21.65.68 | 2.21.65.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.65.89 | 2.21.65.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.65.93 | 2.21.65.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.6.30 | 2.23.6.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.6.35 | 2.23.6.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.213.161.219 | 23.213.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.213.161.221 | 23.213.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.49.250.173 | 23.49.250.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.49.250.205 | 23.49.250.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.53.42.251 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.1.83 | 2.16.1.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.1.65 | 2.16.1.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:299
- Organization
- corporate webmaster
- Contact emails
Subdomains
3 observed subdomains of igoinsured.com.
Web-graph footprint
Distinct hostnames that link to or from igoinsured.com in the public web crawl.
333 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for igoinsured.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | igoinsured.com._nspf.vali.email |
Related pages
Pivot deeper into the graph from igoinsured.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "igoinsured.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.