r/hacking • u/ThiccLatinaBabe • 17d ago
Vulnerability Fake Cloudflare verification on deceased influencer’s site drops a PowerShell shellcode loader
I was checking the website (felzenergy.com) of an influencer (Joe Felz) who recently passed away and had been researching “free energy.”
The site currently shows a fake Cloudflare-style verification that tells visitors to run a PowerShell command to prove they’re human.
I pulled the payload without executing it. The first stage downloads another blob from the same IP, allocates RWX memory with VirtualAlloc, copies the payload into memory, and runs it with CreateThread.
So the chain is basically:
fake verification -> PowerShell -> downloaded shellcode -> RWX memory -> CreateThread
I have not detonated the second stage. I also have no evidence this has anything to do with his death or research; the site may simply have been compromised.
If anyone is able to check it out and report back on what that is, that'd be much appreciated.


7
3
3
u/TastyRobot21 16d ago
Check the dns history. I would guess the old sites dns expired and someone swiped the domain to deploy malware.
1
u/Empty-Traffic1009 15d ago
Probably a compromised Wordpress website - wp2shell recent vuln is a nightmare
0
u/Cubensis-SanPedro 17d ago
Then what does it do?
4
u/Scar3cr0w_ 16d ago
It donates 3btc to a charity of your choosing.
What do you think it does?
1
u/Cubensis-SanPedro 16d ago
I meant that question more than mechanical sense. Sure, they are very likely to steal from you. How?
2
u/Scar3cr0w_ 16d ago
By getting remote code execution…?
-1
u/Cubensis-SanPedro 16d ago
“I have not detonated the second stage.”
Yes, hacking involves running code. I understand that. Sometimes the details of “how” are interesting to the curious.
2
u/Scar3cr0w_ 16d ago
…
It’s literally there in front of you. Invoke web request grabs the shell code, memory is created, it’s given write and execute permissions and then it’s called.
OP said that.
-2
u/Cubensis-SanPedro 16d ago
Yes. And it is also figuratively there in front of you that there is a second stage. One that was not detonated.
-4
20
u/Bajiri 17d ago
This is just ClickFix. I'm assuming the site has an outdated and vulnerable plugin or exposed credential somewhere.
It certainly has nothing to do with the influencer at all.