hadiasghari / pyasn

Python IP address to Autonomous System Number lookup module. (Supports fast local lookups, and historical lookups using archived BGP dumps.)
Other
292 stars 72 forks source link

Question about IP Network Relationships #44

Closed masterseo2000 closed 7 years ago

masterseo2000 commented 7 years ago

Hello, looks like a great tool. I was wondering if it shows the IP owner relationships (downstream/upstream provider relationships)? If anyone has an idea on how to map those relationships I would really appreciate it. Thanks a lot

hadiasghari commented 7 years ago

Hi @masterseo2000. pyasn will tell you the autonomous-system that owns the IP address.

Here are a few resources for downstream/upstream ASes:

Cheers