Hostname
nextaly.com
Last fetched
nextaly.com resolves to 1 IPv4 address operated by AS31034 in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
nextaly.com 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 |
|---|---|---|---|---|
| 80.88.84.230 | 80.88.80.0/20 | AS31034 | — | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- pixel design group pvt.
- Contact emails
- jatinsahani@icloud.com
- 3838742d-0b52-489c-9f93-5e406d1bf01b@identity-protect.org
- 39c2400b-8b0e-4422-8fef-7ad8dd1e1a24@identity-protect.org
- a0e05646-285b-4267-96d6-52940724569f@identity-protect.org
- aeebbcde-dc49-4c64-9955-8212b57f56c1@identity-protect.org
- c1028542-9c48-417d-a7eb-4da17d1c6cfe@identity-protect.org
Subdomains
5 observed subdomains of nextaly.com.
Web-graph footprint
Distinct hostnames that link to or from nextaly.com in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for nextaly.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from nextaly.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nextaly.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.