Currently we add domains from top lists like Cloudflare and the IPs they resolve to. However, there is no relationship between domains and their subdomain. This script should add the ability to explore the subdomains starting from some parent domain.
Example
The script should create the PART_OF relationships between the blue DomainName nodes and if necessary create DomainName nodes to fill in the gaps. For example, if the prod.ftl.netflix.com and netflix.com nodes where already existing, the script should first create the ftl.netflix.com and com nodes and then connect everything with PART_OF relationships.
Currently we add domains from top lists like Cloudflare and the IPs they resolve to. However, there is no relationship between domains and their subdomain. This script should add the ability to explore the subdomains starting from some parent domain.
Example
The script should create the
PART_OF
relationships between the blueDomainName
nodes and if necessary createDomainName
nodes to fill in the gaps. For example, if theprod.ftl.netflix.com
andnetflix.com
nodes where already existing, the script should first create theftl.netflix.com
andcom
nodes and then connect everything withPART_OF
relationships.