Category Archives: Programming Languages
Python Tkinter/TK Library for Quick User Interfaces
Quite a while back, I used to use Tkinter/TK library quite often. Here’s a blog I wrote back in 2012 showcasing a XenServer client that connects to a Citrix XenServer or XenServer pool; the client can also perform management tasks … Continue reading
Stop Credential Stuffing Attacks with Cloudflare Bot Management
Cloudflare Bot Management can better detect and help mitigate malicious bots using multiple detection mechanisms like heuristics, behavioral analysis/anomaly detection, machine learning, and finger printing against a massive global volume of data. My colleague and I recently discussed and showed … Continue reading
Webinar Recording: The newest approach: Stopping bots without CAPTCHAs [Video]
Had a great turnout for bot management webinar. Watch the recording to see how Cloudflare is moving the Internet away from CAPTCHAs and see it in action. Follow me on Twitter: @Humair_Ahmed
Automation Leveraging NSX REST API Guide
I also published this blog post about automation leveraging the NSX REST API on the VMware NSX Network Virtualization Blog on June 21, 2016. The full blog post is provided below and can also be seen on the VMware NSX … Continue reading
Monitoring VMware NSX SpoofGuard with REST API and Perl
I also published this blog post about monitoring VMware NSX SpoofGuard with REST API and Perl on the VMware NSX Network Virtualization Blog on June 17, 2016. The full blog post is provided below and can also be seen on … Continue reading
Automating Security Group and Policy Creation with NSX REST API and Python
My latest post on the VMware NSX Network Virtualization Blog, Automating Security Group and Policy Creation with NSX REST API, describes using NSX REST API with some code for a simple yet realistic use case focused around security where automation … Continue reading
Automating VMware NSX Security Rules Creation with Splunk and Python
If you haven’t already, checkout my post on the VMware Network Virtualization blog where I describe and show a demo of how Splunk can be used to monitor the VMware NSX distributed firewall (DFW), and, with a little Python code, … Continue reading