Jan 13, 2021

Intermittent 502s on Kenna US Prod [resolved]

The intermittent 502s incident on Kenna has been resolved (details). Everything should back to normal now.

status.kennasecurity.com

Jan 10, 2021

New perimeter

In cloud, Identity has effectively become your new perimeter or firewall.

Jan 9, 2021

status.kennasecurity.com

There is a web site, at status.kennasecurity.com, that show the history (uptime/incidents) of Kenna platform latency.

I just created a script that allow me to check the status from a cmdline.

kenna-status
kenna-status.py

This script doesn't depend on Kenna API. I've shared a copy of the source code and  binary (win32) at Github.

Jan 3, 2021

Backdoor Discovered in Zyxel Firmware

2020 is a busy start for me, as I need to verify if my Zyxel device is affected by this vulnerability or not.

Zyxel appliance (firewall, VPN gateways, access point controllers) is found to contain a hardcoded admin-level backdoor account that can grant attackers root access to devices via SSH or we administration panel. 

The username and password (zyfwp/PrOw!aN_fXp) were visible in one of the Zyxel firmware binaries. And this vulnerability has been assigned CVE-2020-29583 for tracking. 

Previously, there was a backdoor account tracked as CVE-2016-10401, where Zyxel devices contained a secret backdoor mechanism that allowed anyone to elevate any account on a Zyxel device to root level using the "zyad5001" SU (super-user) password.

Link: Backdoor account discovered in more than 100,000 Zyxel firewalls, VPN gateways | ZDNet

Update 2021-01-10:

Using the zyHell (perl) script from https://donev.eu/ save a lot of my time in verifying the vulnerability.

Jan 2, 2021

Problem with an old IoT (RaspberryPi)

One problem when we work on the old raspberry pi is, we can hardly remember all the pinouts on those old model. I've an old Raspberry Pi that is an old model B with 512mb. 

And I'm try to find the power and the ground pins. When I turn to Google, most of the GPIO pinout is either for RPi4 or Rpi3.

At last, I found a way to solve my problem. 
 
First, I install a python package python-gpiozero (or python3-gpiozero). 
 
$ sudo apt install python-gpiozero
 
Then I run the command "pinout", as below, and I found the right pins (4/6) for me. ;)