vxunderground | Unsorted

Telegram-канал vxunderground - vx-underground

40629

The largest collection of malware source, samples, and papers on the internet. Password: infected https://vx-underground.org/

Subscribe to a channel

vx-underground

I just used AI to make a hyper dimensional quantum telepathic crystalization machine powered by soy sauce with dog fooding red white black trees

Читать полностью…

vx-underground

If you're curious what a basic position independent polymorphic mutation engine looks like in C (compiled as C++), this is what it looks like.

I'll do a write up later.

https://gist.github.com/vxunderground/75993f13f4e53fe1c551508cf2ddafe1

Читать полностью…

vx-underground

Ah, it appears he knew it was going to get seized

Читать полностью…

vx-underground

We need to have a talk.

Some of you send me e-mails, or DMs, calling me "a cat". You say, "stinky cat", or "dumb cat", or "I know you're a cat".

What the fuck kind of psyop is this? It's not just one person, it's actually a lot of people.

I'm a human being, goddammit

Читать полностью…

vx-underground

AceCareer-dot-edu WordPress site has been compromised and is currently being used to host malware.

Ace is a high education institute in Manhattan, NY.

I said, "omg theyre using higher educational institutes to deliver malware".

Then I saw their university campus.

Читать полностью…

vx-underground

United States government big mad this week as a whistleblower leaks government documents on the internet.

Basically, the Department of Interior documents leaked showed the United States government plans on removing themes from National Parks about African American stuff, LGBT stuff, Climate Change, etc.

A Spokesman from the Department of Interior has stated the documents are edited and are intentionally misleading.

The biggest surprise is these documents were not leaked onto World of Tanks

Читать полностью…

vx-underground

Mutation engines have two different components.
1. The thingy you want to change (code)
2. The thingy that does the changes (the engine).

How you implement both these components is tricky because you have to solve problems such as:
1. Where am I going to store the code that changes?
2. How will the engine make sure each "change" is unique?

Many people have the false belief that a mutation engine means the code changes as it runs, but that isn't necessarily true. While that is technically* possible, it is exceptionally rare and profoundly difficult to implement in any reasonable manner. How self-rewriting code is implemented is outside the scope of this, but it is only achievable with assembly (to the best of my knowledge, I haven't seen it in any other language).

Mutations usually occurs during "mutation events", basically a time when a program can safely change itself without everything imploding. These are usually:
1. Compilation time
2. Infection time
3. ???

Primitive mutation engines change when the binary is compiled. There are many examples of this online. The code is the same, but when you click "build" the result is different each time (the .exe looks different). This is achieved (usually) with a bunch of fancy macros.

More sophisticated mutation engines change code when it infects another program. How this is achieved is also kind of outside the scope of this because it requires a pretty heavy prerequisite knowledge on Microsoft PE files (.exe or .dlls).

??? because this is basically any other time your code can change without is imploding into itself. In my case, with my Polymorphic Mutation Engine, my program changes itself each time it terminates. In other words, when it finishes running and Windows says "ok mr. program go back to the harddrive", this is when my code takes the opportunity to mutate.

Читать полностью…

vx-underground

Big drama on the internet today as someone on Reddit posts a video tutorial on how to perform a self-orchiectomy at home (removal of the testicals).

Please do not perform surgeries on yourself.

Читать полностью…

vx-underground

Some people asked if I'm trolling. No, I am not trolling, he seriously fired this lady on live tv

Читать полностью…

vx-underground

I don't know what kind of programming logic allows a full DB dump on an HTTP Get, but it is very sophisticated and my little brain just doesn't understand

Читать полностью…

vx-underground

In today's episode of "lol wtf the internet is silly"

Iranian government starts throwing hands (on the internet with malware) with:
- Clearview AI
- Jewish Agency
- Salam Palestine
- Nefesh B’Nefesh
- Yahel Israel
- Terrogence
- Zivorex

Читать полностью…

vx-underground

ZachXBT has done some serious shenanigans. Previously, on Dragon Ball Z, ZachXBT noted the discovery of John Daghita a/k/a Lick stealing cryptocurrency from the United States government

His investigative shenanigans got the attention of some dork named Kash Patel.

Читать полностью…

vx-underground

I have a stupid question

If they do age verification on everyone, making it so only adults can only visit some websites, that pushes people under age to certain parts of the internet that don't require age verification.

... doesn't that make it easier for pedophiles ... ?

Читать полностью…

vx-underground

> black mass vol 4
> call for papers
> need to do something cool
> something unique
> need ideas
> "hmm... malware only using rpcs?"
> nah
> "hmm.. polymorphic mutation engine?"
> nah
> "self-rewriting polymorphic mutation engine?"
> nah
> "position independent self-rewriting polymorphic mutation engine?"
> nah
> "position independent self-rewriting polymorphic mutation engine with embedded obfuscated powershell?"
> hmmm... maybe
> "position independent self-rewriting polymorphic mutation engine abusing uefi nvram variables in motherboard flash memory with sliding key encrypted embedded obfuscated powershell running in-memory without touching disk?"
> ok good idea

chat, thats my next paper

Читать полностью…

vx-underground

The FBI (and apparently every other government agency on planet) has seized LeakBase, the long standing competitor to Breached, with the difference being LeakBase was more tailored to Eastern Europeans.

Hot take: Operation Leak is an unoriginal and lazy name

Читать полностью…

vx-underground

Also, VirusTotal AI summary thingy was able to piece part of it together

https://www.virustotal.com/gui/file/5164562448d3a5196cb1477f63082d7c9ed73a40c73dff2b46031db1cc83ebbf

Читать полностью…

vx-underground

It's International Women's Day.

Thank women for raising the age of consent.

One of the biggest activists groups for raising the age of consent was the Women’s Christian Temperance Union.

In the 1800's the age of consent in the United States was 10. In some states, such as Delaware, it was 7.

The WCTU pushed heavily to protect women from sexual exploitation, prostitution, and physical violence.

Obviously the history is more complex than just one group of women did something, but they were a major driving force.

Pic unrelated

Читать полностью…

vx-underground

Holy shit, Arion Kurtaj, the guy from LAPSUS who did the Rockstar Games compromise, smuggled a phone into prison

(This is all over Rockstar forums, bro burned himself again)

Читать полностью…

vx-underground

malwrhunterteam discovered this. Someone should probably tell AceCareer-dot-edu they're hosting malware in their wp-includes/certificate directory.

Читать полностью…

vx-underground

War Thunder*, sorry. I made a mistake. I'm not big brain. Please stop bonking me. I'm sorry

Читать полностью…

vx-underground

Okay, I'm tired of writing now. Here are some other topics to schizo rant about later:
- Why mutation engines are less common now
- How mutation engines are effective and also not effective
- How you can make code change
- Different types of mutation engines
- Mutation engines in different programming languages
- Why some things are engines and why some aren't
- Anime

Читать полностью…

vx-underground

Because people asked, "what's a Polymorphic Mutation Engine?", we'll talk about it. Truthfully, the name sounds kind of dangerous, or exotic, but in theory and implementation it's not too bad. The primary issue is it requires some prerequisite knowledge and if you don't have it, it gets funky and goopy really fast.

If you're familiar with high-level programming with class inheritance, this is not the same as object oriented polymorphism.

When coding (in literally any language) there is a concept of a mutation engine. As is tradition, it sounds fancy, but if you break it down it makes sense.

What's an engine? If you think of an automobile engine (beep, beep), it's what propels the vehicle forward using a bunch of really small explosions, or something, whatever the fuck "combustion" is.

Likewise, an "engine" in programming is something that takes something in and it results in ... a result.

An engine in a vehicle takes gasoline (something in) and the engine results in "a result" (propulsion, vehicle being able to move). You have a lot of different engines in programming such as search engines, rendering engines, game engines, etc.

In that particular case, a Polymorphic Mutation Engine receives something (code) and then mutates it (changes it). It is called "Polymorphic" because it means Poly (many) - Morph (changes). It changes many times.

Читать полностью…

vx-underground

I have finished my Polymorphic Mutation Engine. It is very silly.

I spent hours, probably 6 hours or more, debugging trying to figure out why it wasn't mutating correctly.

Then it dawned on me Visual Studio was optimizing out segments of my code which made it break.

Читать полностью…

vx-underground

Today Donald Trump fired Kristi Noem (lady in charge of DHS) while she was live on television.

I have never seen someone in this prestigious a position fired on live television (or any position, for that matter).

I'm not implying anything with this post.

But, it made me very, very, very, confused. I'm working on this new code thingy, check the internet, and I see this lady fired while she's doing a live press conference, she didn't even know she was fired yet and the banner on the screen says shes fired.

I'm like ???

Читать полностью…

vx-underground

> be kippu
> some startup app or something
> idfk
> goes live
> people sign up
> realize it's vibe coded
> nerds get silly
> nerds do http get on api endpoint
> dumps entire database

*image censored, although it's all over xitter

Читать полностью…

vx-underground

For those curious, "Lick" is facing some pretty serious charges. He has successfully racked up the standard cybercrime stuff but with bigger and fancier numbers
- Wire fraud (with a sprinkle of Theft of government property (18 U.S.C. §641)): 30 years in prison
- Money laundering: 20 years in prison
- Conspiracy (aggravated, US contractor, position of power).

Under current sentencing guidelines, if "Lick" pleads guilty and begs for forgiveness, he is facing 15 - 30 years in prison. If he walks into the court telling the Judge to suck his dick and starts urinating on the walls, he will receive 50 years in prison.

Читать полностью…

vx-underground

... like, if the government pushes all the children and teenagers to parts of the internet that don't require age verification ... and all the adults do age verification ... doesn't that just create a massive hangout for children and potential predators ... ? Am I crazy?

Читать полностью…

vx-underground

In today's episode of "lol wtf the internet is silly"

- Iran malwares Iraq
- Ukraine malwares Russia
- North Korea attacking cryptocurrency exchanges
- China malwares a bunch of countries
- Chinese nerds infect iOS apps (lol)
- North Korea oopsies, infects PC from GTA V mods

Читать полностью…

vx-underground

Also, I think Kash Patel laid off the FBI Special Graphics Unit, because I think that background is AI generated

Читать полностью…

vx-underground

Chat, all hell has broken loose in the Linux community.

Linux nerds are discussing how they'd implement age verification at the OS level (if need be to comply with laws).

Linux nerds are having a psychiatric meltdown. The nerds are revolting.

Читать полностью…
Subscribe to a channel