Your AI-Powered Assistant for the Internet Yellow Pages (IYP) knowledge database
Your AI-Powered Assistant for the Internet Yellow Pages (IYP) knowledge database
The IYP is a publicly available knowledge database that integrates various datasets of Internet resources (ASNs, IP prefixes, domain names, RKPI, etc.). However, to query IYP one needs to know the Cypher Neo4j graph query language and the database complex schema.
For example the query for: "Domain name that resolve to an IP originated by ASxxx"
in Cypher language in the IYP database would be:
MATCH (as:AS{asn:xxx})-[:ORIGINATE] -> (p:Prefix) <- [:PART_OF]-(ip:IP) <- [:RESOLVES_TO] - (hn:HostName)-[:PART_OF] -> (dn:DomainName) RETURN dn.name
ChatIYP is an intelligent chatbot designed to help users navigate the IYP knowledge database with ease. Whether you're searching for ASN details, prefix origins, or IXP country presence, or other information from IYP datasets, ChatIYP delivers precise answers in natural language and provides the corresponding query for deeper database exploration.
No need to manually sift through complex datasets—just chat and retrieve the information you need in seconds.
Enter queries like:
“What is the name of x ASN?” or
“Which ASN originates this prefix?”.
Receive a human-readable response including key insights.
Get the exact Cypher query to use in your own database environment for further analysis.