Welcome to our

Cyber Security News Aggregator

.

Cyber Tzar

provide a

cyber security risk management

platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.

Tool updates: le-hex-to-ip.py and sigs.py, (Sun, Mar 24th)

published on 2024-03-25 03:24:49 UTC by
Content:
I am TA-ing for Taz for the new SANS FOR577 class again and I figured it was time to release some fixes to my le-hex-to-ip.py script that I wrote up last fall while doing the same. I still plan to make some additional updates to the script to be able to take the hex strings from stdin, but in the meantime, figured I should release this fix. I was already using Python3's inet_ntoa() function to convert the IPv4 address, so I simplified the script by using the inet_ntop() function since it can handle both the IPv4 and IPv6 addresses instead of my kludgy handling of the IPv6. As a side-effect it also quite nicely handles the IPv4-mapped IPv6 addresses (of the form ::ffff:192.168.1.75).
Article: Tool updates: le-hex-to-ip.py and sigs.py, (Sun, Mar 24th) - published 3 months ago.

https://isc.sans.edu/diary/rss/30772   
Published: 2024 03 25 03:24:49
Received: 2024 03 25 04:36:45
Feed: SANS Internet Storm Center, InfoCON: green
Source: SANS Internet Storm Center, InfoCON: green
Category: Alerts
Topic: Vulnerabilities
Views: 3

Custom HTML Block

Click to Open Code Editor