Hostname
worldline.info
Last fetched
worldline.info resolves to 1 IPv4 address operated by AS200858 in IT. WHOIS lists iana:291 as the registrar.
Nutrition Label
Resolution chain
worldline.info 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 |
|---|---|---|---|---|
| 185.78.65.189 | 185.78.64.0/22 | AS200858 | — | IT |
WHOIS identity
- Registrar
- iana:291
- Organization
- simone gatti
- Contact emails
Subdomains
4 observed subdomains of worldline.info.
Web-graph footprint
Distinct hostnames that link to or from worldline.info in the public web crawl.
27 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for worldline.info.
| Mechanism | Target |
|---|---|
| SPF_A | worldline.info |
| SPF_INCLUDE | _spf.mercuriosistemi.com |
| SPF_INCLUDE | _spf.metaline.it |
| SPF_INCLUDE | spf.postal.rackone.ch |
| SPF_IP | 194.183.66.42/31 |
| SPF_IP | 194.183.80.242/31 |
| SPF_MX | worldline.info |
Related pages
Pivot deeper into the graph from worldline.info.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "worldline.info"})-[: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.