• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:13
CEST 16:13
KST 23:13
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Classic Games #3: Rogue vs Serral at BlizzCon7[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway13
Community News
Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues23LiuLi Cup - September 2025 Tournaments3Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris76
StarCraft 2
General
Geoff 'iNcontroL' Robinson has passed away [G] How to watch Korean progamer Streams. #1: Maru - Greatest Players of All Time Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues Classic Games #3: Rogue vs Serral at BlizzCon
Tourneys
RSL: Revival, a new crowdfunded tournament series LiuLi Cup - September 2025 Tournaments Maestros of The Game—$20k event w/ live finals in Paris WardiTV Mondays Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
External Content
Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast
Brood War
General
alas... i aint gon' lie to u bruh... BW General Discussion [ASL20] Ro16 Preview Pt1: Ascent BGH Auto Balance -> http://bghmmr.eu/ The Korean Terminology Thread
Tourneys
[ASL20] Ro16 Group A [ASL20] Ro16 Group B [Megathread] Daily Proleagues Is there English video for group selection for ASL
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread The PlayStation 5 General RTS Discussion Thread Iron Harvest: 1920+ Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Laptop on Rent in Delhi – Smart Choice for Student
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The Games Industry And ATVI UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion!
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1361 users

Question about keyloggers / Viruses

Blogs > kdog3683
Post a Reply
Normal
kdog3683
Profile Blog Joined January 2007
United States916 Posts
August 01 2008 23:33 GMT
#1
Say for example, I dl a song.

Is there anyway for me to put a virus/trojan into that .mp3, and then send it to somebody else?

If something has a known tag like .mp3, or .txt, its safe correct?

As long as it's not .dll or .exe?

*
Multiply your efforts.
paper
Profile Blog Joined September 2004
13196 Posts
August 01 2008 23:35 GMT
#2
YOU ARE NEVER SAFE!!! >:D
Hates Fun🤔
DeadVessel
Profile Blog Joined April 2006
United States6269 Posts
August 01 2008 23:45 GMT
#3
Yeah you can't get a virus/trojan from a mp3 or txt.
IntoTheWow
Profile Blog Joined May 2004
is awesome32275 Posts
August 02 2008 00:09 GMT
#4
Who do you want to infect lol
Moderator<:3-/-<
kdog3683
Profile Blog Joined January 2007
United States916 Posts
August 02 2008 01:12 GMT
#5
On August 02 2008 09:09 IntoTheWow wrote:
Who do you want to infect lol


Don't want to infect anyone lol

Just incase sombody sends me a .mp3 or video, I want to make sure no keylogger comes with -~
Multiply your efforts.
XCetron
Profile Joined November 2006
5226 Posts
August 02 2008 01:25 GMT
#6
beware of large file mp3, when your music is playing the processor has to read the files and translate the instruction to the sound processor and while its doing that there could be some instruction in the file and it could do things other than play music, it could get real bad. Just dont get any mp3 file over 50kbps, thats the safest way.
0xDEADBEEF
Profile Joined September 2007
Germany1235 Posts
Last Edited: 2008-08-02 02:23:37
August 02 2008 02:12 GMT
#7
Roughly speaking, there are two types of files: executables and everything else. The most common executables are .exe, .scr, .com, .lnk (shortcut), and several scripts like .bat, .vbs, .wsh and so on. There are more.

Other files are usually just for storing data in a certain format. MP3 is a simple audio format, there's nothing in there that your computer will execute by default.
However, there might be a tiny chance that the music player you use won't handle a malformed/manipulated MP3 file correctly, and if that's the case, there MIGHT be a way to smuggle executable code into it. In the past there was one version of Winamp which allowed for "virus MP3s": play a MP3 and code gets executed, just like with a .exe. This requires the player to have a bug which allows that, though... and that's really almost never the case, I think it happened only that one time, and that's years back.

More interesting are file formats like .doc/.xls and the like which contain normal data but also scripts/macros. Macro viruses exist, so a .doc/.xls etc. could be used to execute code, but the programs which open these files (e.g. MS Office) of course won't allow every action a macro script wants to do (would you like opening a .doc and "format c: /quicktest" is executed in the background?). So basically a macro virus can ONLY do something nasty if Office allows it respectively has a bug which allows the virus to bypass the protection.
Years ago this was often the case because MS programs were quite insecure, but they are much more secure these days.
So there's an additional layer of security which makes it hard for macro viruses to affect the system.

Generally, only real executable files are a threat. For the rest, it's either impossible or very hard to find a way to execute code from it.
XCetron
Profile Joined November 2006
5226 Posts
August 02 2008 02:22 GMT
#8
I recommend just start using midi or realaudio from now on, those are the safest.
HeadBangaa
Profile Blog Joined July 2004
United States6512 Posts
August 02 2008 02:23 GMT
#9
If you want to be evil, compile your trojan and bind it with an executable that simply displays an error message "Wrong Windows version. Windows 95 required", name the extension of the resulting executable to ".scr" and tell people it's a screen saver.
The funnest part about microhacking is the social engineering~
People who fail to distinguish Socratic Method from malicious trolling are sadly stupid and not worth a response.
fusionsdf
Profile Blog Joined June 2006
Canada15390 Posts
August 02 2008 03:33 GMT
#10
ehh if you could somehow cause a buffer overflow

remember jpgs being used for this kind of stuff?
SKT_Best: "I actually chose Protoss because it was so hard for me to defeat Protoss as a Terran. When I first started Brood War, my main race was Terran."
DamageControL
Profile Blog Joined July 2007
United States4222 Posts
August 02 2008 03:35 GMT
#11
On August 02 2008 11:23 HeadBangaa wrote:
If you want to be evil, compile your trojan and bind it with an executable that simply displays an error message "Wrong Windows version. Windows 95 required", name the extension of the resulting executable to ".scr" and tell people it's a screen saver.
The funnest part about microhacking is the social engineering~

Your evil, pure evil!
Liquid | SKT
Night[Mare
Profile Blog Joined December 2004
Mexico4793 Posts
August 02 2008 03:50 GMT
#12
anybody with little common sense would suspect haha. But anyway, i think executables are the only threat here
Teamliquidian townie
GHOSTCLAW
Profile Blog Joined February 2008
United States17042 Posts
August 02 2008 05:07 GMT
#13
There have been just a few proof of concept examples of mp3's being used to corrupt computers. Nothing out in the wild though I'm pretty sure.

if you just watch out for executables (and most of the time a decent antivirus program will figure it out) then you should be fine.
PhotographerLiquipedia. Drop me a pm if you've got questions/need help.
Jibba
Profile Blog Joined October 2007
United States22883 Posts
August 02 2008 05:31 GMT
#14
On August 02 2008 11:12 0xDEADBEEF wrote:
Roughly speaking, there are two types of files: executables and everything else. The most common executables are .exe, .scr, .com, .lnk (shortcut), and several scripts like .bat, .vbs, .wsh and so on. There are more.

Other files are usually just for storing data in a certain format. MP3 is a simple audio format, there's nothing in there that your computer will execute by default.
However, there might be a tiny chance that the music player you use won't handle a malformed/manipulated MP3 file correctly, and if that's the case, there MIGHT be a way to smuggle executable code into it. In the past there was one version of Winamp which allowed for "virus MP3s": play a MP3 and code gets executed, just like with a .exe. This requires the player to have a bug which allows that, though... and that's really almost never the case, I think it happened only that one time, and that's years back.

http://www.infoworld.com/article/08/05/06/Trojan-adware-hiding-in-MP3s-McAfee-says_1.html

ModeratorNow I'm distant, dark in this anthrobeat
kdog3683
Profile Blog Joined January 2007
United States916 Posts
August 02 2008 06:17 GMT
#15
Anyway to distinguish between these fakes and legit mp3's before you run it?
Multiply your efforts.
Jibba
Profile Blog Joined October 2007
United States22883 Posts
August 02 2008 06:20 GMT
#16
I'm not sure if the fake ones display a bitrate or not. Or you could just not download music from Limewire.
ModeratorNow I'm distant, dark in this anthrobeat
anotak
Profile Blog Joined March 2008
United States1537 Posts
August 02 2008 09:17 GMT
#17
yeah there are plenty of exploits for mp3 files and other file formats
http://milw0rm.com/ - exploits found every day, and that's not the only site like that
ex. on the 29th was found "CoolPlayer m3u File Local Buffer Overflow Exploit"

On August 02 2008 15:17 kdog3683 wrote:
Anyway to distinguish between these fakes and legit mp3's before you run it?

not unless you want to learn asm
0xDEADBEEF
Profile Joined September 2007
Germany1235 Posts
Last Edited: 2008-08-02 13:34:36
August 02 2008 13:18 GMT
#18
On August 02 2008 14:31 Jibba wrote:
Show nested quote +
On August 02 2008 11:12 0xDEADBEEF wrote:
Roughly speaking, there are two types of files: executables and everything else. The most common executables are .exe, .scr, .com, .lnk (shortcut), and several scripts like .bat, .vbs, .wsh and so on. There are more.

Other files are usually just for storing data in a certain format. MP3 is a simple audio format, there's nothing in there that your computer will execute by default.
However, there might be a tiny chance that the music player you use won't handle a malformed/manipulated MP3 file correctly, and if that's the case, there MIGHT be a way to smuggle executable code into it. In the past there was one version of Winamp which allowed for "virus MP3s": play a MP3 and code gets executed, just like with a .exe. This requires the player to have a bug which allows that, though... and that's really almost never the case, I think it happened only that one time, and that's years back.

http://www.infoworld.com/article/08/05/06/Trojan-adware-hiding-in-MP3s-McAfee-says_1.html



Hm interesting, but I just searched for details and it's like this:
These “MP3″ files are in fact ASF files that instruct media players such as Windows Media Player to navigate to a specified URL (via the default HTTP protocol handler - ie. default browser). Not all media players support this functionality.

So basically it's just a deception thing... a bit like renaming .mp3 to .mp3.exe and hoping the user has hidden file extensions.
The thing is, MP3 files have no such functionality by default, so if you try to play a MP3 and your media player directs you to a URL you know that there's something wrong about this file (i.e. it's NOT actually a .mp3) and that they want you to download malware. Opening the file, though, does not by itself harm you unless you use this trick and direct the browser to a webpage which tries to exploit a security hole in the browser. If that's not the case (and it's hard to do so), then just playing the file and seeing this page pop up isn't doing anything yet; this trick mostly relies on user stupidity ("you need a codec please download this .exe").
And if you just use a music player which doesn't support playing .asf named as .mp3 and doesn't support such redirection URLs then nothing happens at all.

The MP3 format is inherently safe, like I wrote. This is really more of a deception/social engineering trick because it's a file format disguised as another one. A good player should have no problem detecting this. What I wrote about was about REAL MP3s, and in that case it's practically impossible to sneak malware into them unless a certain player has a certain weakness in reading MP3s in general which allows code to be executed.
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
Last Edited: 2008-08-02 16:33:16
August 02 2008 16:32 GMT
#19
The bugs in media players are more common than you think. Just look for messages about VLC on heise. And as most people don't update VLC regularily (it has no autoupdate or even update notification) most VLC users are vulnerable for these bugs.
With DEP+ASLR these bugs are harder to exploit.
LiquipediaOne eye to kill. Two eyes to live.
anotak
Profile Blog Joined March 2008
United States1537 Posts
August 02 2008 20:11 GMT
#20
On August 02 2008 22:18 0xDEADBEEF wrote:
So basically it's just a deception thing... a bit like renaming .mp3 to .mp3.exe and hoping the user has hidden file extensions.
The thing is, MP3 files have no such functionality by default, so if you try to play a MP3 and your media player directs you to a URL you know that there's something wrong about this file (i.e. it's NOT actually a .mp3) and that they want you to download malware. Opening the file, though, does not by itself harm you unless you use this trick and direct the browser to a webpage which tries to exploit a security hole in the browser. If that's not the case (and it's hard to do so), then just playing the file and seeing this page pop up isn't doing anything yet; this trick mostly relies on user stupidity ("you need a codec please download this .exe").
And if you just use a music player which doesn't support playing .asf named as .mp3 and doesn't support such redirection URLs then nothing happens at all.

The MP3 format is inherently safe, like I wrote. This is really more of a deception/social engineering trick because it's a file format disguised as another one. A good player should have no problem detecting this. What I wrote about was about REAL MP3s, and in that case it's practically impossible to sneak malware into them unless a certain player has a certain weakness in reading MP3s in general which allows code to be executed.

I'm familiar with this vulnerability. It's not a deception trick. The mp3 file is listed AS AN mp3 file. the file name is not .mp3.asx. Windows Media Player will open the "mp3" file and notice that it is NOT an mp3 file and then decide to try it as an asx file. gg.

also, mp3 is not that inherently secure. all file formats are POTENTIALLY vulnerable to a buffer overflow exploit of one variety or another.

looking at milworm, here's several media-file-format related exploits, and that's just with a quick search:
Windows Media Player 6.4 MP4 File Stack Overflow PoC
RealPlayer 10 ".smil" File Local Buffer Overflow Exploit
AtomixMP3 2.3 (pls File) Local Buffer OverFlow Exploit
Acoustica MP3 CD Burner 4.32 Local Buffer Overflow PoC
mpg123 0.59r Malformed mp3 (SIGSEGV) Proof of Concept
d(O.o)a
Profile Blog Joined June 2008
Canada5066 Posts
December 25 2008 20:48 GMT
#21

On August 02 2008 22:18 0xDEADBEEF wrote:
So basically it's just a deception thing... a bit like renaming .mp3 to .mp3.exe and hoping the user has hidden file extensions.
The thing is, MP3 files have no such functionality by default, so if you try to play a MP3 and your media player directs you to a URL you know that there's something wrong about this file (i.e. it's NOT actually a .mp3) and that they want you to download malware. Opening the file, though, does not by itself harm you unless you use this trick and direct the browser to a webpage which tries to exploit a security hole in the browser. If that's not the case (and it's hard to do so), then just playing the file and seeing this page pop up isn't doing anything yet; this trick mostly relies on user stupidity ("you need a codec please download this .exe").
And if you just use a music player which doesn't support playing .asf named as .mp3 and doesn't support such redirection URLs then nothing happens at all.

The MP3 format is inherently safe, like I wrote. This is really more of a deception/social engineering trick because it's a file format disguised as another one. A good player should have no problem detecting this. What I wrote about was about REAL MP3s, and in that case it's practically impossible to sneak malware into them unless a certain player has a certain weakness in reading MP3s in general which allows code to be executed.

You're wrong about MP3s being safe. It is actually quite simple to mask a .exe file or an autorun file as an MP3.
Hi.
Normal
Please log in or register to reply.
Live Events Refresh
The PondCast
13:00
Episode 62
CranKy Ducklings56
Liquipedia
Kung Fu Cup
12:00
SC:EVO Monthly
ByuN vs CreatorLIVE!
SteadfastSC379
IndyStarCraft 151
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SteadfastSC 379
RotterdaM 154
IndyStarCraft 151
Rex 122
Creator 34
ProTech9
StarCraft: Brood War
Calm 6308
GuemChi 3365
Rain 2726
Bisu 1500
Shuttle 1139
Mini 1058
Jaedong 989
EffOrt 659
firebathero 443
Stork 430
[ Show more ]
BeSt 370
Soulkey 266
sSak 186
hero 179
ggaemo 150
Snow 148
Barracks 118
Light 115
Last 100
Sexy 69
Mind 65
TY 55
Backho 55
Sharp 51
ToSsGirL 45
Rush 43
Mong 41
Sea.KH 39
Yoon 31
Aegong 28
soO 26
Nal_rA 20
zelot 16
Bale 16
Terrorterran 15
HiyA 13
IntoTheRainbow 8
ajuk12(nOOB) 4
Noble 2
Britney 0
Dota 2
The International117025
Gorgc9402
Dendi534
BananaSlamJamma122
PGG 59
Counter-Strike
markeloff101
oskar87
Super Smash Bros
amsayoshi2
Other Games
B2W.Neo753
Mlord290
Lowko274
Hui .198
DeMusliM187
byalli174
Happy131
mouzStarbuck125
ArmadaUGS105
QueenE60
KnowMe40
SortOf1
Organizations
Other Games
gamesdonequick790
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Ler77
League of Legends
• Nemesis3132
• Jankos1131
Upcoming Events
RSL Revival
19h 47m
Classic vs TriGGeR
ByuN vs Maru
Online Event
21h 47m
Kung Fu Cup
21h 47m
BSL Team Wars
1d 4h
RSL Revival
1d 19h
Maestros of the Game
1d 23h
ShoWTimE vs Classic
Clem vs herO
Serral vs Bunny
Reynor vs Zoun
Cosmonarchy
2 days
Bonyth vs Dewalt
[BSL 2025] Weekly
2 days
RSL Revival
2 days
Maestros of the Game
3 days
[ Show More ]
BSL Team Wars
3 days
Afreeca Starleague
3 days
Snow vs Sharp
Jaedong vs Mini
Wardi Open
3 days
Sparkling Tuna Cup
4 days
Afreeca Starleague
4 days
Light vs Speed
Larva vs Soma
LiuLi Cup
5 days
The PondCast
6 days
Liquipedia Results

Completed

Copa Latinoamericana 4
SEL Season 2 Championship
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
BSL 21 Team A
EC S1
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.