Hostname
intactit.com
Last fetched
intactit.com resolves to 8 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
intactit.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.59.51.83 | 139.59.48.0/22 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | IN |
| 172.105.48.133 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.105.57.246 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.105.61.189 | 172.105.32.0/19 | AS63949 | — | IN |
| 172.232.102.171 | 172.232.96.0/19 | AS63949 | — | IN |
| 172.232.119.35 | 172.232.96.0/19 | AS63949 | — | IN |
| 45.79.121.236 | 45.79.120.0/21 | AS63949 | — | IN |
| 45.79.123.92 | 45.79.120.0/21 | AS63949 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
2 observed subdomains of intactit.com.
| Subdomain |
|---|
| books.intactit.com |
| www.intactit.com |
Web-graph footprint
Distinct hostnames that link to or from intactit.com in the public web crawl.
2 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for intactit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
Related pages
Pivot deeper into the graph from intactit.com.
- IP · 139.59.51.83
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · iana:146
- Country · IN
- Email · intactit.com@protecteddomainservices.com
- TLD · .com
- Browse hostnames · in…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intactit.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.