Hostname
intoo.com
Last fetched
intoo.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
intoo.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.229.114 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.58 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.63 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.139.229.74 | 108.139.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.18 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.29 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.58 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.222.136.81 | 52.222.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.185.19 | 52.85.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.85.185.43 | 52.85.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.85.185.82 | 52.85.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.85.185.11 | 52.85.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
WHOIS identity
- Registrar
- iana:48
- Organization
- i.s.i. line srl
- Contact emails
Subdomains
19 observed subdomains of intoo.com.
Web-graph footprint
Distinct hostnames that link to or from intoo.com in the public web crawl.
288 sites link to this hostname.
322 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for intoo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.enter.it |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.gigroup.com |
Related pages
Pivot deeper into the graph from intoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intoo.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.