Hostname
doctype.it
Last fetched
doctype.it resolves to 1 IPv4 address operated by AS12779 in IT. WHOIS lists registrar:genesys informatica s.r.l. as the registrar.
Nutrition Label
Resolution chain
doctype.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 |
|---|---|---|---|---|
| 194.28.116.89 | 194.28.116.0/22 | AS12779 | — | IT |
WHOIS identity
- Registrar
- registrar:genesys informatica s.r.l.
- Organization
- studio casaliggi
- Contact emails
- —
Subdomains
48 observed subdomains of doctype.it.
Showing 21 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from doctype.it in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for doctype.it.
| Mechanism | Target |
|---|---|
| SPF_A | doctype.it |
| SPF_INCLUDE | emsd1.com |
| SPF_IP | 194.28.116.81 |
| SPF_IP | 194.28.116.89 |
| SPF_IP | 67.225.192.10/32 |
| SPF_IP | 67.225.192.9 |
| SPF_MX | doctype.it |
Related pages
Pivot deeper into the graph from doctype.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "doctype.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.