ISC StormCast for Tuesday, September 27th, 2022
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
SANS ISC Handlers
4.9 • 754 Ratings
🗓️ 27 September 2022
⏱️ 6 minutes
🧾️ Download transcript
Summary
Transcript
Click on a timestamp to play from that location
| 0:00.0 | Hello and welcome to the Tuesday, September 27th, 22nd2 edition of the Sandstone at Storm Center's Stormcast. My name is Johannes Ulrich, and today I'm recording from Jacksonville, Florida. |
| 0:15.0 | One of the neat tricks which makes Python such a useful and popular language, is the fact that, well, |
| 0:23.6 | there are modules for everything. |
| 0:25.6 | Your code is often just a couple lines connecting these modules. |
| 0:30.6 | Xavier today looked at a mal-resamble written in Python that took advantage of the |
| 0:35.9 | sandboxed module, which provides a simple function. |
| 0:40.5 | Is sandboxed? |
| 0:41.8 | As with the name implies the function returns true, if the code runs in the sandbox, false |
| 0:48.7 | if it's not running in the sandbox. |
| 0:51.7 | Now, the way this module works is it has a pretty good list of files that are often |
| 0:57.4 | present in particular sandbox technologies. |
| 1:00.8 | And then it also checks for about a dozen different process names and sees if they are running, |
| 1:07.8 | which also is indicative of the code running in a sandbox. So pretty easy to |
| 1:13.0 | extend this also for new sandboxes or as manufacturers, for example, may change the names of |
| 1:20.7 | some of these files. Very focused on Windows at this point, but certainly useful for an attacker |
| 1:27.4 | who wants to prevent their code |
| 1:29.2 | from running in a sandbox in order for it to be analyzed. |
| 1:34.0 | Now, of course, there's also the idea of sort of vaccination or inoculation. |
| 1:39.2 | It's sometimes called where you create one of these files in order to trick the malware |
| 1:44.0 | into believing that it's running in a sandbox |
| 1:46.8 | and that way it won't run. |
| 1:50.1 | Well, be a little bit careful with this. |
... |
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.

