What I wonder is this: these North Koreans clearly have unrestricted internet access (sort of have to to find 0-days) and they also clearly at least understand English. How have they not accidentally stumbled across media that shows them all the things their state media doesn't?
I don't think there are many options here: - They can't get to X freer country as that's just difficult for all North Koreans - They likely can't just stop hacking for carrot and/or stick reasons. They are likely closely monitored. - Maybe some people drink the kool-aid. I'm sure these people are very well compensated.
North Korean campaign targeting security researchers
251–260 of 302 posts
Re: North Korean campaign targeting security researchers
#252Earlier quoted context omitted.
North Americans and Western Europeans are incredibly naive about how authoritarian states work. All authoritarian states will end up having a caste sysem hierarchy. The upper caste have it just as good a people in the West and in modern times they will have unfiltered access to the Internet. They have zero reason to revolt because they have everything then need.
They rarely have it just as good as in the West. But being on the top in your society can make you gloss over a lot.
Re: North Korean campaign targeting security researchers
#253Earlier quoted context omitted.
Found these two forks which are still accessible (and are supposedly up to date with the upstream repo (linked in the comment above) which is not accessible anymore): https://github.com/bb33bb/getsymbol https://github.com/clayne/win-getsymbol here is the same link as in the comment above from one of the forks: https://github.com/bb33bb/getsymbol/blob/main/GetSymbol/CMai... the code fetches from `UPDATE_CHECK_URL`, wh…
wow! all mirror repos (I found 5) have since been disabled :-) you can still see cached bits of the code via github search -> https://github.com/search?q=path%3AGetSymbol%2FCMainDlg.cpp+... and a tiny bit of the repo's main page in google's cache: http://webcache.googleusercontent.com/search?q=cache%3Ahttps... and the user's github profile, again from google's cache: https://webcache.googleusercontent.com/search?q=ca…
Re: North Korean campaign targeting security researchers
#254Earlier quoted context omitted.
What's the point of the warning? Wouldn't Github just removing the offending repo?
Unfortunately, looks like it did. ...which while admirable from one perspective, also effectively destroys the evidence. I prefer the warning instead.
Re: North Korean campaign targeting security researchers
#255I wonder how legit are some of the most popular download sites: e.g ffmpeg windows binaries [1] are hosted from some random person’s site. Sure you can check the checksum etc but that still doesn’t guarantee any relationship with a specific git commit. I would just assume that non-gh or official hosted downloads (where reproducible/attested builds are available) are just state actors by default. Am I paranoid? How do…
Re: North Korean campaign targeting security researchers
#256Earlier quoted context omitted.
I don’t know if I 100% follow or agree with the comparison of iMessage and GitHub actions. But iMessage has had a number of interesting security vulnerabilities over the years in image parsing and deserialization. One example: https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-i... Or a story from today: https://news.ycombinator.com/item?id=37425007 So perhaps the similarity between iMessage and GutHub action…
And yet Android had multiple high and critical CVE's reported in the last few days with little coverage: https://source.android.com/docs/security/bulletin/2023-09-01
Re: North Korean campaign targeting security researchers
#257What I wonder is this: these North Koreans clearly have unrestricted internet access (sort of have to to find 0-days) and they also clearly at least understand English. How have they not accidentally stumbled across media that shows them all the things their state media doesn't?
The excellent BBC podcast The Lazarus Heist talks some about the lives of North Korean hackers: https://www.bbc.co.uk/programmes/w13xtvg9/episodes/downloads They're closely monitored where they work and often have threats against their family.
Re: North Korean campaign targeting security researchers
#258I wonder how legit are some of the most popular download sites: e.g ffmpeg windows binaries [1] are hosted from some random person’s site. Sure you can check the checksum etc but that still doesn’t guarantee any relationship with a specific git commit. I would just assume that non-gh or official hosted downloads (where reproducible/attested builds are available) are just state actors by default. Am I paranoid? How do…
> ffmpeg windows binaries [1] are hosted from some random person’s site The same thing happens with mpv: https://mpv.io/installation/ The Windows download is provided by "shinchiro" on SourceForge. The MacOS download is provided by "stolendata", on stolendata.net
Re: North Korean campaign targeting security researchers
#259Earlier quoted context omitted.
That's on their own fault, and on the alternative closed source scenario nobody would be able to read the source without reverse engineering it first
I did, and on the rare occasion that I need to use a downloaded binary today, still open it in a text editor and scroll through it for a cursory look. Packed -> reject. Bigger than expected -> reject. URLs or other strings, especially obfuscated, not related to expected functionality -> reject. Online AV multiscanners offer a reasonable alternative for those who aren't familiar with this sort of quick-glance RE, alth…
You're right, (not just) online AV multiscanners are also FUD machines that will happily accept malicious programs but reject anything well crafted and optimized because it doesn't like exactly like the shit MSVC craps out with default settings.
Re: North Korean campaign targeting security researchers
#260What I wonder is this: these North Koreans clearly have unrestricted internet access (sort of have to to find 0-days) and they also clearly at least understand English. How have they not accidentally stumbled across media that shows them all the things their state media doesn't?
The excellent BBC podcast The Lazarus Heist talks some about the lives of North Korean hackers: https://www.bbc.co.uk/programmes/w13xtvg9/episodes/downloads They're closely monitored where they work and often have threats against their family.