· Pavlos Sermpezis · tools  · 1 min read

ChatIYP

AI-powered assistant for the Internet Yellow Pages (IYP) knowledge database

AI-powered assistant for the Internet Yellow Pages (IYP) knowledge database

The IYP by IIJ 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, developed in collaboration with exanta and Datalab, 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.

Check the tool
Share: