Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 534 Bytes

File metadata and controls

10 lines (6 loc) · 534 Bytes

python_challenge

Python Challenge

Use parse.py to locate all IP addresses contained in a text file and return a list of the parsed ips

geo_ip.py will perform a GeoIP query on IP addresses from the iplist provided above and return a pandas dataframe for subsequent analysis

rdap.py will perform a RDAP query on IP addresses from the iplist provided above and return a pandas dataframe for subsequent analysis

ip_query.py contains a function for joining dataframes provided above and a simple function for querying said dataframe