Bulk DNS Lookup

Recently I was involved in a project which required me to perform bulk lookups for more than 500 domains. The scope of the project was to validate if the domains have a name server published, if they have MX servers published and if they have SPF records published. As...

Python – whois

These are just two quick scripts I needed from time to time. Initially, I was searching for whois servers/websites then, I thought, maybe if I just write a quick script, that may save me some time. The results come in JSON format as we see in the screenshot above.So,...

Network Automation with Python

Until recently I never thought I will go back to programming languages. A while ago, at the beginning of my IT career, I thought it will be cool if I learn Java programming and that didn’t go well. Now, I think it didn’t go well because I didn’t find...