Hostname
lib3.net
Last fetched
lib3.net resolves to 2 IPv4 addresses operated by EBOX - EBOX in CA. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
lib3.net 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 |
|---|---|---|---|---|
| 173.206.228.223 | 173.206.224.0/21 | AS1403 | EBOX - EBOX | CA |
| 198.16.145.226 | 198.16.144.0/21 | AS1403 | EBOX - EBOX | CA |
WHOIS identity
- Registrar
- iana:1861
- Organization
- jerome charaoui
- Contact emails
Subdomains
10 observed subdomains of lib3.net.
Web-graph footprint
Distinct hostnames that link to or from lib3.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for lib3.net.
| Mechanism | Target |
|---|---|
| SPF_A | lib3.net |
| SPF_INCLUDE | spf.migadu.com |
Related pages
Pivot deeper into the graph from lib3.net.
- IP · 173.206.228.223
- ASN · AS1403EBOX - EBOX
- Registrar · iana:1861
- Country · CA
- Email · 272018d30130575aba62b8c612e1f472-297288@contact.gandi.net
- TLD · .net
- Browse hostnames · li…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lib3.net"})-[: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.