• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:12
CEST 12:12
KST 19:12
  • 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
[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway132v2 & SC: Evo Complete: Weekend Double Feature4Team Liquid Map Contest #21 - Presented by Monster Energy9uThermal's 2v2 Tour: $15,000 Main Event18
Community News
Weekly Cups (Aug 18-24): herO dethrones MaxPax6Maestros of The Game—$20k event w/ live finals in Paris34Weekly Cups (Aug 11-17): MaxPax triples again!13Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195
StarCraft 2
General
Greatest Players of All Time: 2025 Update A Eulogy for the Six Pool BoxeR's Wings Episode 2 - Fan Translation #1: Maru - Greatest Players of All Time Geoff 'iNcontroL' Robinson has passed away
Tourneys
$5,000 WardiTV Summer Championship 2025 Maestros of The Game—$20k event w/ live finals in Paris $5,100+ SEL Season 2 Championship (SC: Evo) Esports World Cup 2025 Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
External Content
Mutation # 488 What Goes Around Mutation # 487 Think Fast Mutation # 486 Watch the Skies Mutation # 485 Death from Below
Brood War
General
No Rain in ASL20? Post ASL20 Ro24 discussion. BGH Auto Balance -> http://bghmmr.eu/ How do I speak directly to Coinbase?1-(888)-419-97 Recent recommended BW games
Tourneys
[ASL20] Ro24 Group F [ASL20] Ro24 Group E [IPSL] CSLAN Review and CSLPRO Reimagined! [ASL20] Ro24 Group D
Strategy
Muta micro map competition Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread General RTS Discussion Thread Mechabellum Nintendo Switch Thread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
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 Vanilla Mini Mafia
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine The year 2050 European Politico-economics QA Mega-thread
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece [\m/] Heavy Metal Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s) Gtx660 graphics card replacement
TL Community
The Automated Ban List TeamLiquid Team Shirt On Sale
Blogs
How Culture and Conflict Imp…
TrAiDoS
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
INDEPENDIENTE LA CTM
XenOsky
[Girl blog} My fema…
artosisisthebest
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1129 users

At Microsoft - Page 6

Blogs > Triscuit
Post a Reply
Prev 1 4 5 6 7 8 10 Next All
JieXian
Profile Blog Joined August 2008
Malaysia4677 Posts
November 10 2011 18:33 GMT
#101
On November 11 2011 02:30 Triscuit wrote:
Show nested quote +
On November 11 2011 02:25 Perfect wrote:
I just wrote some powershell coding to use white space obfuscation to hide my Password to an administrator account that i need to call in my script but i dont want it to be locked into a secure string.

So what you do is you find the ASCII value of the letters in your password, you then conver that ascii value into a Binary code (obviously composed of only zero's and ones). Using ascii values 9 and 32 you can then turn all of your zeros and ones into Spaces and Tabs which are spit out into a .txt. When viewed with the naked eye the .txt looks blank, but its full of TABS and Spaces that get DEcoded back into your script as the password.

More of a hacker method used in VB that we are using in our enterprise "ethically"

Something fun


Ahaha, wow... That is pretty awesome actually. So like 'tab' decodes to 0 and 'space' decodes to 1 or vice versa?


wow wow hahaha nice

I understood the second part but could you please explain the first part?

I just wrote some powershell coding to use white space obfuscation to hide my Password to an administrator account that i need to call in my script but i dont want it to be locked into a secure string.


Is it basically hiding the password well? Why will you need to do it? Is it modifying the way your password is stored in your pc? And wouldn't people start knowing and looking for this? A simple highlight will easily show that you're using white space obsfucation right?

And how can they hack with this? Since you're using it as a security measure .
Please send me a PM of any song you like that I most probably never heard of! I am looking for people to chat about writing and producing music | https://www.youtube.com/watch?v=noD-bsOcxuU |
Insane
Profile Blog Joined November 2003
United States4991 Posts
Last Edited: 2011-11-10 18:39:36
November 10 2011 18:38 GMT
#102
Congratulations on your offer . It was good to meet up with you, and a huge congrats are in order both for getting the offer, and also on remembering who we are .


Hope you accept the offer!
vanick
Profile Joined August 2010
United States53 Posts
Last Edited: 2011-11-10 18:46:23
November 10 2011 18:46 GMT
#103
On November 11 2011 03:13 kingNothing42 wrote:
Sounds a lot like my experience when I interviewed, especially the part about driving to the hotel! It was kind of terrifying taking the rental through dark, unfamiliar streets to find the hotel in Bellevue. Congrats! Sorry I couldn't make the dinner, I was actually hosting another friend from college that was interviewing that day.

It seems as if driving from SEATAC to your hotel at night is a rite of passage. The exit I needed to take was closed, too. Also the bit about waking up very early the day of the interview brings back some memories
CrazyAsian
Profile Joined October 2010
United States188 Posts
November 10 2011 18:59 GMT
#104
Very nice read, thanks for posting.

Please post your thoughts on the Google interview process, I can imagine that will be just as fun to read as this one.
Perfect
Profile Joined August 2010
United States322 Posts
November 10 2011 19:29 GMT
#105
On November 11 2011 03:33 JieXian wrote:
Show nested quote +
On November 11 2011 02:30 Triscuit wrote:
On November 11 2011 02:25 Perfect wrote:
I just wrote some powershell coding to use white space obfuscation to hide my Password to an administrator account that i need to call in my script but i dont want it to be locked into a secure string.

So what you do is you find the ASCII value of the letters in your password, you then conver that ascii value into a Binary code (obviously composed of only zero's and ones). Using ascii values 9 and 32 you can then turn all of your zeros and ones into Spaces and Tabs which are spit out into a .txt. When viewed with the naked eye the .txt looks blank, but its full of TABS and Spaces that get DEcoded back into your script as the password.

More of a hacker method used in VB that we are using in our enterprise "ethically"

Something fun


Ahaha, wow... That is pretty awesome actually. So like 'tab' decodes to 0 and 'space' decodes to 1 or vice versa?


wow wow hahaha nice

I understood the second part but could you please explain the first part?

Show nested quote +
I just wrote some powershell coding to use white space obfuscation to hide my Password to an administrator account that i need to call in my script but i dont want it to be locked into a secure string.


Is it basically hiding the password well? Why will you need to do it? Is it modifying the way your password is stored in your pc? And wouldn't people start knowing and looking for this? A simple highlight will easily show that you're using white space obsfucation right?

And how can they hack with this? Since you're using it as a security measure .

First of all I did not mean to Hi Jack this thread so I it is viewed as such please delete
A few weeks ago I was asked to make a short PS script that adds a computer to the domain automatically. So I built a basic PowerShell script that does this. However, in order to add a computer to the domain, you need to have a Login with elevated permissions to add a computer to the domain and i had to provide that information in the script.

If someone was thinking outside the box they could just edit the script and see the User name and Pass and login to the domain with those credentials. So instead I have a PS script using Whitespace Obfuscation encoding where I type in ANY password I want and it converts it into Spaces and Tabs, which to the naked eye looks like nothing.
(As said before you do this by Converting the Letter into an ascii value, then converting the ascii value into a binary code of zeros and ones, then converting each zero and one into a TAB or SPACE and printing it to a Location, and when read it looks blank)

Then I change my admin password to the password I secured in the Encoding script. Next in my addDomain script I pull back from the text document of Tabs and Spaces and rebuild it back to a readable password and supply it to my script. So Vola the computer is added to the domain automatically but no one can just read the password.

Now I know some people will say, well you could just figure out the algorithm and you have the password. Which is true of advanced Scripters, but to scrub IT tech they won’t figure it out. Not to mention that you could put your Blank spaces and Tabs ANYwhere (between words, at the beginning of code) and build it that way, which would be much more complicated but very secure.

HACKING -
You asked me how this could be used for hacking.
Well I’m using this sort of "obfuscation" idea in PowerShell as an administrator and using it for good as a protection.

If you wanted to be malicious you could pass this through HTML code and when someone looks at the source code it looks fine, but you can assign each space/tab that is used throughout the code to build a malicious pointer to another website. To any virus scanning software it will look as if there is nothing wrong BECAUSE there are SUPPOSED to be TABS and Spaces in the HTML language.

For example my reply here consists of many tabs and spaces. I could write scripting that pulls from any random spot in-between my words (or perfectly normal looking scripting) and rebuild malicious coding.

boski055
Profile Joined July 2010
Poland32 Posts
November 10 2011 19:50 GMT
#106
@OP
Hi, i have a question if you dont mind answering. I'm also a CSI student about to graduate but I have some physical disabilities(spinal cord injury). My question is have you seen anybody with some disability while you were there at Microsoft?
Do do they give chances to people like me or do they straight up reject app for that reason. I'm one of the top in my classes when it comes to grades and knowledge but i'm not sure if I'm will be facing some difficulties landing a good job because of my limitations. As much as I'm concerned i dont see how my disability can affect my ability to work other then maybe the fact i dont type as fast. Appreciate any answer.
"The eternal mystery of the world is its comprehensibility." Albert Einstein
ShootingStars
Profile Joined August 2010
1475 Posts
November 10 2011 19:51 GMT
#107
Grades are 20% of your application, the other 80% is UP TO YOU.
How you fit with their corporate culture.
How you behave.
Your mindset.
Your SOCIAL interactions.
LambtrOn
Profile Blog Joined September 2010
United States671 Posts
November 10 2011 19:55 GMT
#108
I hope to write a blog like this sometime soon. Congrats!
Insane
Profile Blog Joined November 2003
United States4991 Posts
Last Edited: 2011-11-10 20:06:08
November 10 2011 20:02 GMT
#109
On November 11 2011 04:50 boski055 wrote:
@OP
Hi, i have a question if you dont mind answering. I'm also a CSI student about to graduate but I have some physical disabilities(spinal cord injury). My question is have you seen anybody with some disability while you were there at Microsoft?
Do do they give chances to people like me or do they straight up reject app for that reason. I'm one of the top in my classes when it comes to grades and knowledge but i'm not sure if I'm will be facing some difficulties landing a good job because of my limitations. As much as I'm concerned i dont see how my disability can affect my ability to work other then maybe the fact i dont type as fast. Appreciate any answer.

You might do better asking one of us who works at Microsoft . I've seen multiple people who are confined to wheelchairs in various states of ability from within the wheelchair [and who have jobs here]. Microsoft definitely provides good support for people with physical disabilities, and there's no way they'll reject you based on that (they'd get in deep shit if they did )

See the page from our state on this: http://www.hum.wa.gov/FAQ/FAQDisibility3.html

e: nobody on my team has such a disability, so I don't actually know how they do their work on a day to day basis, but I assume they have some special setup.
e2: I wouldn't worry about typing speed btw. I type quite quickly, but there are some people at work who type very slowly . It's more important that you know things and can logically think through and solve something without losing sight of the "big picture".
Insane
Profile Blog Joined November 2003
United States4991 Posts
Last Edited: 2011-11-10 20:34:06
November 10 2011 20:12 GMT
#110
On November 11 2011 04:29 Perfect wrote:
HACKING -
You asked me how this could be used for hacking.
Well I’m using this sort of "obfuscation" idea in PowerShell as an administrator and using it for good as a protection.

If you wanted to be malicious you could pass this through HTML code and when someone looks at the source code it looks fine, but you can assign each space/tab that is used throughout the code to build a malicious pointer to another website. To any virus scanning software it will look as if there is nothing wrong BECAUSE there are SUPPOSED to be TABS and Spaces in the HTML language.

For example my reply here consists of many tabs and spaces. I could write scripting that pulls from any random spot in-between my words (or perfectly normal looking scripting) and rebuild malicious coding.


If you can execute arbitrary scripts on my computer why would you waste time doing something like that? I don't really see how you would ever be able to use that for anything actually malicious.
If you really want to encrypt data you should consider doing it with a cert instead of a homebrewed obfuscation.
Bellygareth
Profile Joined October 2010
France512 Posts
November 10 2011 20:34 GMT
#111
On November 11 2011 05:12 Insane wrote:
Show nested quote +
On November 11 2011 04:29 Perfect wrote:
HACKING -
You asked me how this could be used for hacking.
Well I’m using this sort of "obfuscation" idea in PowerShell as an administrator and using it for good as a protection.

If you wanted to be malicious you could pass this through HTML code and when someone looks at the source code it looks fine, but you can assign each space/tab that is used throughout the code to build a malicious pointer to another website. To any virus scanning software it will look as if there is nothing wrong BECAUSE there are SUPPOSED to be TABS and Spaces in the HTML language.

For example my reply here consists of many tabs and spaces. I could write scripting that pulls from any random spot in-between my words (or perfectly normal looking scripting) and rebuild malicious coding.


If you can execute arbitrary scripts on my computer why would you waste time doing something like that? I don't really see how you would ever be able to use that for anything actaully malicious.
If you really want to encrypt data you should consider doing it with a cert instead of a homebrewed obfuscation.

Quite right. Obfuscation is not a method to provide real secrecy of data. It's there to prevent easy code comprehension and theft. For most obfuscation you don't need to actually have a specific compiler to make the code work. It will usually be an external tool that will rewrite the code with obfuscated methods (such as calling function a() which will contain local variable named a and global variable a... but the code is perfectly correct, just a nightmare to understand).
For white space obfuscation though you really need an interpreter to make it work. Meaning that you need first to have installed on the target system a code working with the system, Or you need to compile it (getting a binary and no longer being used in a standard HTML).


Also : congrats to the OP, I hope you find the right company to work with. It's funny though cause I had some interviews a few years ago with Microsoft for their consultancy team and had a completly different experience. Maybe it depends on which country you apply, the work experience or other things...
humblegar
Profile Blog Joined October 2004
Norway883 Posts
Last Edited: 2011-11-10 20:43:54
November 10 2011 20:41 GMT
#112
Congratulations, nice to have the luxury of a job offer

Trivia: My teacher at college could probably solve any linked list problem in the world, and he could also make programs that solve them for you. But when being recruited by Microsoft he stumbled at a simple question about window sizes or similar due to being nervous... Then again, that's what he remembered and there are probably other aspects of the interview(s) that might have been the real issue.

Another thing I found interesting is that I would probably have done very well with all those technical questions right after school (don't know about the other questions). But today I would have to think long and hard, and probably draw everything on the whiteboard until I remembered it :p Not many programmers have to think about linked lists or binary trees at work.

kingNothing42
Profile Joined January 2011
United States42 Posts
November 10 2011 20:48 GMT
#113
On November 11 2011 05:02 Insane wrote:
Show nested quote +
On November 11 2011 04:50 boski055 wrote:
@OP
Hi, i have a question if you dont mind answering. I'm also a CSI student about to graduate but I have some physical disabilities(spinal cord injury). My question is have you seen anybody with some disability while you were there at Microsoft?
Do do they give chances to people like me or do they straight up reject app for that reason. I'm one of the top in my classes when it comes to grades and knowledge but i'm not sure if I'm will be facing some difficulties landing a good job because of my limitations. As much as I'm concerned i dont see how my disability can affect my ability to work other then maybe the fact i dont type as fast. Appreciate any answer.

You might do better asking one of us who works at Microsoft . I've seen multiple people who are confined to wheelchairs in various states of ability from within the wheelchair [and who have jobs here]. Microsoft definitely provides good support for people with physical disabilities, and there's no way they'll reject you based on that (they'd get in deep shit if they did )

See the page from our state on this: http://www.hum.wa.gov/FAQ/FAQDisibility3.html

e: nobody on my team has such a disability, so I don't actually know how they do their work on a day to day basis, but I assume they have some special setup.
e2: I wouldn't worry about typing speed btw. I type quite quickly, but there are some people at work who type very slowly . It's more important that you know things and can logically think through and solve something without losing sight of the "big picture".


I have also seen people around Microsoft with varying physical issues (canes, walkers, wheelchairs, etc.). Go for it!
Triscuit
Profile Blog Joined April 2010
United States722 Posts
November 10 2011 20:57 GMT
#114
On November 11 2011 05:41 humblegar wrote:
Congratulations, nice to have the luxury of a job offer

Trivia: My teacher at college could probably solve any linked list problem in the world, and he could also make programs that solve them for you. But when being recruited by Microsoft he stumbled at a simple question about window sizes or similar due to being nervous... Then again, that's what he remembered and there are probably other aspects of the interview(s) that might have been the real issue.

Another thing I found interesting is that I would probably have done very well with all those technical questions right after school (don't know about the other questions). But today I would have to think long and hard, and probably draw everything on the whiteboard until I remembered it :p Not many programmers have to think about linked lists or binary trees at work.



Yeah, which is part of the reason why the interview process doesn't really revolve around getting the right answer, it's more of how you think. Or at least it's supposed to be. Sometimes I just get very specific questions that are "you either know it or you don't" and I think that is the most frustrating part of interviewing. Because then you get all that pressure like "great, I can't answer this problem" and that leads to floundering and you almost always just look bad at the end.

Very few of the questions I encountered at Microsoft fell under the category of just knowing things. It would help to understand the data structures, but fundamentally everything you need to know could be answered by looking at a picture they drew, or in a minute or two of explanation.

I've had interviews where they literally hand you a test and leave the room. And the test was on trigonometry, which I haven't had in 4 years. That was fucked up.
Perfect
Profile Joined August 2010
United States322 Posts
November 10 2011 21:02 GMT
#115
On November 11 2011 05:12 Insane wrote:
Show nested quote +
On November 11 2011 04:29 Perfect wrote:
HACKING -
You asked me how this could be used for hacking.
Well I’m using this sort of "obfuscation" idea in PowerShell as an administrator and using it for good as a protection.

If you wanted to be malicious you could pass this through HTML code and when someone looks at the source code it looks fine, but you can assign each space/tab that is used throughout the code to build a malicious pointer to another website. To any virus scanning software it will look as if there is nothing wrong BECAUSE there are SUPPOSED to be TABS and Spaces in the HTML language.

For example my reply here consists of many tabs and spaces. I could write scripting that pulls from any random spot in-between my words (or perfectly normal looking scripting) and rebuild malicious coding.


If you can execute arbitrary scripts on my computer why would you waste time doing something like that? I don't really see how you would ever be able to use that for anything actually malicious.
If you really want to encrypt data you should consider doing it with a cert instead of a homebrewed obfuscation.


Oh.. definatly. Its easy to say, why this, if this. The difficult part is understanding it. And to the naked eye where you could easily browse through and find malicous coding or have protection type software that is constantly doing a look up "white Space" obfuscation is just a fun and really neat way of using what you know.

Mind you Scripts are just doing what you tell them to, if someone knows the reverse its easy, its understanding it thats the difficult part
KawaiiRice
Profile Blog Joined May 2007
United States2914 Posts
November 10 2011 21:37 GMT
#116
welcome to seattle son (if you accept the offer)
@KawaiiRiceLighT
vanick
Profile Joined August 2010
United States53 Posts
November 10 2011 21:38 GMT
#117
On November 11 2011 05:48 kingNothing42 wrote:
Show nested quote +
On November 11 2011 05:02 Insane wrote:
On November 11 2011 04:50 boski055 wrote:
@OP
Hi, i have a question if you dont mind answering. I'm also a CSI student about to graduate but I have some physical disabilities(spinal cord injury). My question is have you seen anybody with some disability while you were there at Microsoft?
Do do they give chances to people like me or do they straight up reject app for that reason. I'm one of the top in my classes when it comes to grades and knowledge but i'm not sure if I'm will be facing some difficulties landing a good job because of my limitations. As much as I'm concerned i dont see how my disability can affect my ability to work other then maybe the fact i dont type as fast. Appreciate any answer.

You might do better asking one of us who works at Microsoft . I've seen multiple people who are confined to wheelchairs in various states of ability from within the wheelchair [and who have jobs here]. Microsoft definitely provides good support for people with physical disabilities, and there's no way they'll reject you based on that (they'd get in deep shit if they did )

See the page from our state on this: http://www.hum.wa.gov/FAQ/FAQDisibility3.html

e: nobody on my team has such a disability, so I don't actually know how they do their work on a day to day basis, but I assume they have some special setup.
e2: I wouldn't worry about typing speed btw. I type quite quickly, but there are some people at work who type very slowly . It's more important that you know things and can logically think through and solve something without losing sight of the "big picture".


I have also seen people around Microsoft with varying physical issues (canes, walkers, wheelchairs, etc.). Go for it!


Indeed, and if you need special ergonomic gear (convertible sitting/standing desk, keyboards, etc. etc.) they're really good at helping you out with that as well. It's far more important that you are able to solve problems, implement algorithms in code, and communicate well, than being able to type at X or Y WPM or being able-bodied. There's several people in my building with varying degrees of disability who get on just fine.
Crazyeyes
Profile Blog Joined March 2008
Canada1342 Posts
November 10 2011 21:44 GMT
#118
Holy shit. I'm a third year COSC major right now, and reading this just scared the shit out of me.
Microsoft interviews, you scary. =/

How'd you prepare for this?
WeeEEeeEEEeeEEEeeeEEee!!
mahi29
Profile Joined May 2011
United States235 Posts
November 10 2011 21:54 GMT
#119
For Google, are you flying to California? The Google campus in Mountain View is pretty amazing. I've toured it and its super super nice.
The mind is its own place, and in it self Can make a Heaven of Hell, a Hell of Heaven.
Schenkee
Profile Joined October 2010
Scotland322 Posts
November 10 2011 21:58 GMT
#120
Gz on the offer, but man 6 interviews, must just drain you so much.
Prev 1 4 5 6 7 8 10 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 48m
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Calm 2714
PianO 368
Larva 362
Hyuk 286
BeSt 257
Stork 251
Mind 181
actioN 178
Light 173
ZerO 160
[ Show more ]
Zeus 142
EffOrt 138
TY 136
Mini 133
ggaemo 125
Mong 104
Leta 101
Hyun 87
Rush 47
ToSsGirL 47
NotJumperer 37
Nal_rA 36
Liquid`Ret 35
soO 33
sorry 28
Sacsri 28
Sharp 24
zelot 21
JulyZerg 16
JYJ13
yabsab 10
Yoon 8
ajuk12(nOOB) 6
Hm[arnc] 3
HiyA 3
[sc1f]eonzerg 0
Dota 2
XcaliburYe188
XaKoH 146
League of Legends
JimRising 276
Reynor98
Counter-Strike
zeus208
oskar196
flusha137
Super Smash Bros
Westballz39
Other Games
summit1g7324
singsing1484
SortOf166
Happy148
Hui .88
ZerO(Twitch)11
Dewaltoss4
Organizations
Counter-Strike
PGL1889
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
• lizZardDota280
League of Legends
• Jankos730
• Stunt565
Upcoming Events
LiuLi Cup
48m
MaxPax vs TriGGeR
ByuN vs herO
Cure vs Rogue
Classic vs HeRoMaRinE
Cosmonarchy
5h 48m
OyAji vs Sziky
Sziky vs WolFix
WolFix vs OyAji
Big Brain Bouts
5h 48m
Iba vs GgMaChine
TriGGeR vs Bunny
Reynor vs Classic
Serral vs Clem
BSL Team Wars
8h 48m
Team Hawk vs Team Dewalt
BSL Team Wars
8h 48m
Team Hawk vs Team Bonyth
Code For Giants Cup
12h 18m
SC Evo League
1d 1h
TaeJa vs Cure
Rogue vs threepoint
ByuN vs Creator
MaNa vs Classic
Maestros of the Game
1d 5h
ShoWTimE vs Cham
GuMiho vs Ryung
Zoun vs Spirit
Rogue vs MaNa
[BSL 2025] Weekly
1d 7h
SC Evo League
2 days
[ Show More ]
Maestros of the Game
2 days
SHIN vs Creator
Astrea vs Lambo
Bunny vs SKillous
HeRoMaRinE vs TriGGeR
BSL Team Wars
2 days
Team Bonyth vs Team Sziky
BSL Team Wars
2 days
Team Dewalt vs Team Sziky
Monday Night Weeklies
3 days
Replay Cast
3 days
Sparkling Tuna Cup
3 days
PiGosaur Monday
4 days
LiuLi Cup
5 days
Replay Cast
5 days
The PondCast
5 days
RSL Revival
5 days
Maru vs SHIN
MaNa vs MaxPax
RSL Revival
6 days
Reynor vs Astrea
Classic vs sOs
Liquipedia Results

Completed

CSL Season 18: Qualifier 1
WardiTV Summer 2025
HCC Europe

Ongoing

Copa Latinoamericana 4
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
ASL Season 20
Acropolis #4 - TS1
CSL Season 18: Qualifier 2
SEL Season 2 Championship
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
Chzzk MurlocKing SC1 vs SC2 Cup #2
Maestros of the Game
EC S1
Sisters' Call Cup
Skyesports Masters 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
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.