IGeo

Igeo is now out!

BLOG

5/16/20231 min read

I am so happy to share that IGeo is now out!

IGeo was one of my first projects in Python. I did not know how to connect to APIs or how to handle the overwhelming amount of data I received from those APIs, so I challenged myself to create a program that does just that, and can be useful at the same time. It was overwhelming to begin with. So I realized that I had to take a step back and focus on one thing at a time. That is when I started my sAr project.

sAr.py technically does the same thing as IGeo. However, it only retrieves information, not posting any. But learning and playing around with this gave me the knowledge to work on bigger projects (wink wink, something I will upload later!) and ultimately led to the creation of IGeo.

I hope that IGeo will be useful to someone, especially in a blue team setting since it can gather a lot of information quickly. If I decide to update this in the future, it will probably be to write the results into a CSV using the CSV library, making it easier for other programs to use its results.

Reference:
https://github.com/SpaceyLad/sAr.py
https://github.com/SpaceyLad/iGeo_ip_scanner