ISC StormCast for Tuesday, July 26th, 2022
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
SANS ISC Handlers
4.9 • 754 Ratings
🗓️ 26 July 2022
⏱️ 7 minutes
🧾️ Download transcript
Summary
Transcript
Click on a timestamp to play from that location
| 0:00.0 | Hello, welcome to the Tuesday, July 26, 2020 edition of the Sands and the Storm Center's Stormcast. |
| 0:08.3 | My name is Johannes Ulrich. |
| 0:10.0 | And today I'm recording from Jacksonville, Florida. |
| 0:14.4 | In Diaries today, we got one by Xavier analyzing another PowerShell script. |
| 0:25.7 | This time, one that implements some fileless features in PowerShell. |
| 0:31.8 | Fileless Malver, as the name implies, distinguishes itself by leaving no files on the system, |
| 0:34.8 | and with that, of course, minimizing detection. |
| 0:38.8 | Some fileless Malware stays entirely in memory, but then, of of course you have the problem. What happens to the system is rebooted. The malware that Xavier found uses another |
| 0:44.8 | common trick. It writes itself to the registry. So technically not a distinct file, |
| 0:51.1 | even though, of course, if you're a purist, the malware does end up on |
| 0:56.6 | the disk. First, the script hides its windows from the user. Then it exfiltrates information |
| 1:03.7 | just identifying the victim's computer. That, of course, could be used to target particular |
| 1:08.8 | users. The strings are encrypted via AS, so that way network detection plays less of a role here. |
| 1:17.9 | And finally, the URL to retrieve the script is then written to a registry key in order |
| 1:24.4 | to obtain persistence. |
| 1:26.6 | Now at this point, things become a little bit less fileless here because there is then a simple link file that allows the execution of the code from the registry key. |
| 1:39.3 | PowerShell scripts like this are sort of one of those tricky issues because they are very lightweight, |
| 1:45.5 | they're very flexible, so the same PowerShell script maybe used for some commodity and more |
| 1:53.4 | less harmless exploit, as well as to install some more targeted malware. This is why you shouldn't really take them too lightly if you find them on a system. |
| 2:07.4 | But well, who cares about desktops and laptops, Windows these days? |
| 2:11.8 | It's all about mobile devices, Android and iOS. |
| 2:15.4 | And of course, we need to secure them as well. |
... |
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.

