ISC StormCast for Friday, September 23rd, 2022
SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)
SANS ISC Handlers
4.9 • 754 Ratings
🗓️ 23 September 2022
⏱️ 5 minutes
🧾️ Download transcript
Summary
Transcript
Click on a timestamp to play from that location
| 0:00.0 | Hello and welcome to the Friday, September 23rd, 2022 edition of the Sansonet Storm Center's |
| 0:08.0 | Stormcast. |
| 0:09.0 | My name is Johannes Ulrich and today I'm recording from Jacksonville, Florida. |
| 0:14.0 | Xavier wrote about a trick that he saw being used to install Remco's rather common remote access tool. |
| 0:24.0 | The attack starts with a simple bat file. |
| 0:27.2 | To obfuscate a file a little bit, the attacker added a byte order mark, |
| 0:31.4 | FFFE, as the first two bytes, which causes the file to be displayed as UTF-16 in editors and the like. |
| 0:41.6 | The problem with this is if it's UTF-16, then two bytes are considered one character. |
| 0:48.1 | So typically what you're seeing is some Chinese and other characters, essentially gibberish. But if you're just executing the |
| 0:58.3 | file, the byte order mark is ignored. And well, the file is just interpreted as ASCII or a UTF8. And that way, |
| 1:07.5 | the script then runs just fine. Now, when it runs, it just converts a base 64 string using Surtutil into a second batch file. |
| 1:19.4 | And that's where things get a little bit more tricky. |
| 1:21.4 | The second batch file downloads a couple additional PowerShell files just using crawl. |
| 1:26.6 | exe. |
| 1:32.5 | But then it adds a registry key and executes FOD helper. |
| 1:38.9 | Now FOD short for feature on demand is a mechanism in Windows that will install features as they are required. |
| 1:41.1 | Typically things like language packs and such. |
| 1:43.6 | They are not installed by default |
| 1:44.8 | because they take quite a bit of disk space. So in case you're running into a spot where you need a certain |
| 1:50.5 | language pack, the FOD helper can be used to automatically install it for you, which also means |
| 1:57.0 | that FOD helper runs with elevated privileges. |
| 2:01.5 | And what it does is it looks at that registry key to check what it needs to install. |
... |
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.

