adityaramesh15 / packet-anomaly-detection

Identify anomalous network activity using packet sniffing and machine learning.
MIT License
0 stars 0 forks source link

Integrate GeoLite for Country Lookup #8

Closed adityaramesh15 closed 2 months ago

adityaramesh15 commented 3 months ago

Feed non-local addresses to API for location lookup. Use Map for caching already visited addresses (reduce overhead)

adityaramesh15 commented 2 months ago

Completed web API query for GeoLite2 to convert IP Address to Location.