Hostname
truenumbers.it
Last fetched
truenumbers.it resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists registrar:register s.p.a. as the registrar.
Nutrition Label
Resolution chain
truenumbers.it resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.251.93.149 | 148.251.0.0/16 | AS24940 | — | DE |
| 81.31.156.200 | 81.31.156.0/24 | AS47242 | — | IT |
WHOIS identity
- Registrar
- registrar:register s.p.a.
- Organization
- marco cobianchi
- Contact emails
- —
Subdomains
3 observed subdomains of truenumbers.it.
Web-graph footprint
Distinct hostnames that link to or from truenumbers.it in the public web crawl.
436 sites link to this hostname.
429 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for truenumbers.it.
| Mechanism | Target |
|---|---|
| SPF_A | truenumbers.it |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.iweblab.sm |
| SPF_MX | truenumbers.it |
Related pages
Pivot deeper into the graph from truenumbers.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "truenumbers.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.