Hostname
neikos.it
Last fetched
neikos.it resolves to 1 IPv4 address operated by AS63949 in DE. WHOIS lists registrar:neikos s.r.l. as the registrar.
Nutrition Label
Resolution chain
neikos.it 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 |
|---|---|---|---|---|
| 170.187.186.68 | 170.187.184.0/21 | AS63949 | — | DE |
WHOIS identity
- Registrar
- registrar:neikos s.r.l.
- Organization
- neikos s.n.c di carbone d. iannello a.f. e verdino r.
- Contact emails
- —
Subdomains
81 observed subdomains of neikos.it.
Showing 25 of 81. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from neikos.it in the public web crawl.
129 sites link to this hostname.
216 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for neikos.it.
| Mechanism | Target |
|---|---|
| SPF_A | neikos.it |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | neikos_spf_a.neikos.it |
| SPF_INCLUDE | neikos_spf_b.neikos.it |
| SPF_INCLUDE | neikos_spf_c.neikos.it |
| SPF_INCLUDE | neikos_spf_d.neikos.it |
| SPF_MX | neikos.it |
Related pages
Pivot deeper into the graph from neikos.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neikos.it"})-[: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.