SANS Stormcast Monday, September 8th, 2025: YARA to Debugger Offsets; SVG JavaScript Phishing; FreePBX Patches;
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
SANS ISC Handlers
4.9 • 754 Ratings
🗓️ 8 September 2025
⏱️ 6 minutes
🧾️ Download transcript
Summary
Transcript
Click on a timestamp to play from that location
| 0:00.0 | Hello and welcome to the Monday, September 8, 2025 edition of the Sands and United Storm |
| 0:10.4 | Center's Stormcast. My name is Johannes Ulrich, recording today from New York City, New York. |
| 0:16.9 | And this episode is brought you by the Sands.edu credit certificate program in Purple Team Operations. |
| 0:24.8 | Xavier this weekend wrote a great diary to show you how to use Yara tool, |
| 0:31.3 | well, make it easier to analyze malware. |
| 0:34.7 | In Yara, of course, you can write signatures to find interesting piece of code in files. |
| 0:42.3 | And with that, you also get an offset for that piece of code where it shows up in the file. |
| 0:47.8 | The problem you have now is that as you, for example, run that code in a debugger, if you try to identify this piece of code, |
| 0:56.4 | well, you need to know the offset in the particular section of the PE file, typically the text |
| 1:03.3 | section. And that's what Xavier is explaining here, how to get all the numbers you need to actually |
| 1:09.6 | get the right offset in the right section. |
| 1:12.9 | And, well, to top it off, Xavier also wrote a little Python script to actually do most of the |
| 1:19.9 | work for you. |
| 1:21.8 | Myrist Total has a blog post where they're discussing some of the new fishing attacks that I |
| 1:27.4 | have seen employing SVG images. |
| 1:30.8 | SVG images are vector-based images, so one of the advantage of SVG is that as you increase |
| 1:38.5 | the size of the image, it doesn't become pixelated, but instead sort of retains all the features at the higher resolution. |
| 1:47.0 | The other advantage of SVG is that's an XML-based format, so it's easily embedded into a webpage. |
| 1:52.9 | You don't need to load a separate file, which of course makes things more efficient. |
| 1:57.8 | What's not so well known about SVG images is that, well, they can contain |
| 2:02.7 | JavaScript. You may ask, why does everything need JavaScript? Well, in this case, |
| 2:07.8 | SVG images need JavaScript to create interactive images. So you can change the image as |
... |
Please login to see the full transcript.
Disclaimer: The podcast and artwork embedded on this page are from SANS ISC Handlers, and are the property of its owner and not affiliated with or endorsed by Tapesearch.
Generated transcripts are the property of SANS ISC Handlers and are distributed freely under the Fair Use doctrine. Transcripts generated by Tapesearch are not guaranteed to be accurate.
Copyright © Tapesearch 2026.

