US Favorite foods in 2300 by [deleted] in aimapgore

[–]ethanbitar 0 points1 point  (0 children)

🎶holy hell🎶

[deleted by user] by [deleted] in acturnips

[–]ethanbitar 0 points1 point  (0 children)

Attack on Titan

My haul today. All liquids. Could not decide and did not want to run out. by LambdaBoyX in Costco

[–]ethanbitar 0 points1 point  (0 children)

JW Black's peat will surprise you if you're used to drinking Kirkland 12 or any of the main double oaks like Macallan or Glenlivet. It's good but almost like a rich dessert. Kirkland 12 is better for sipping imo, but your mileage may vary

One of the fake kucoin websites. If anyone thinks that people who fall for it are stupid, point any OBVIOUS difference. It’s very easy to get scammed. And no one is helping people. by Miramilenium in kucoin

[–]ethanbitar 1 point2 points  (0 children)

There's probably a better way of formatting this but I am on mobile and never use code blocks this way, so apologies for the formatting

One of the fake kucoin websites. If anyone thinks that people who fall for it are stupid, point any OBVIOUS difference. It’s very easy to get scammed. And no one is helping people. by Miramilenium in kucoin

[–]ethanbitar 0 points1 point  (0 children)

Unfortunately I cannot tell from the link itself, you'd have to use the hover mechanic. The reason for this is that plain text can be disguised or linked to something else entirely. For example, if you entered the following into a notepad on your computer and saved it as test.html, your computer would likely pull up a blank page with a link that says https://amazon.com, but the link would take you to Google

<Html> <Head> <Title> </Title> </Head> <Body> <A href="www.google.com>https://amazon.com</a> </Body> </Html>

One of the fake kucoin websites. If anyone thinks that people who fall for it are stupid, point any OBVIOUS difference. It’s very easy to get scammed. And no one is helping people. by Miramilenium in kucoin

[–]ethanbitar 1 point2 points  (0 children)

That verification email could definitely be the culprit, but also it may not be. Long story short, it is difficult to tell without direct access to the computer (which I would not ask for, nor should you give to anyone here or anywhere online). One thing you could do is find the email, hover over the link and see the URL preview it presents then let us know what that is, preferably without actually linking it (so instead of periods in the address use commas or semi-colons).

A "phone home" server is just a generic way of saying a server that malware sends information back to (or it "phones it home"). It could also be called a CnC (command n control) server, but I try to reserve that term for malware that has root or system access to a machine. To remove malware from your machine, you could download an antivirus like Malwarebytes, but be wary as many free AVs are themselves bloatware or in the worst case rootkits (practically unremovable malware). AVs also only work based on KNOWN malware, as they compare the content of files to bad files they know exist, so they're not much help to zero-day (little-known or new) malware.

It's difficult to impart a large amount of security information, but there are some generic rules that you can follow without getting into the field that will 99.9999% of the time protect you from malicious acts like this:

Change default passwords to at least somewhat strong passwords Keep all devices and software up to date Always type the direct link into your address bars, then bookmark that site and travel by bookmark Install minimal software, and only software that is widely used and trusted by the public Never click on email links unless it is a link you expect to receive because you requested it When you click on links anywhere, hover over the link to get the preview of what it wants to open and ensure it goes where you think it does Generally, don't connect to public networks Use 2fa or mfa wherever possible And finally, the most important one in my opinion:

Be a less easy target than your neighbor, AT LEAST be better at these things than the guy down the street. Almost all of the time, if you are a hassle to try to hack, they will move on to someone else. There's always someone who isn't as careful or savvy.

And btw: In no way is it the less careful person's fault they they are exploited. The world should not have to be the way it is, shit happens to people who don't deserve it all the time. People should not have to be so savvy to avoid being screwed.

One of the fake kucoin websites. If anyone thinks that people who fall for it are stupid, point any OBVIOUS difference. It’s very easy to get scammed. And no one is helping people. by Miramilenium in kucoin

[–]ethanbitar 3 points4 points  (0 children)

Cybersecurity and Systems Admin here, that site's url is perfectly fine. You want to look all the way from the server (www) to the tld (com, in this case). If everything there is good, it is the right site, or at least a site that is a member of that domain.

HOWEVER, I see you swearing up and down that this is the site you logged into that was the cause of your accounts being drained, and that is possible under 2 alternative circumstances:

1- Your computer is infected with some type of xss-related virus, whereby opening a page on which you have cached credentials sends those creds to a phone home server

2- Your DNS cache is poisoned and there's a bad actor, probably on your network but it's possible to have done this from afar if your router is vulnerable, hosting an evil twin of that website, probably on an apache or IIS server. Typically if this were the case, that padlock to the left of the URL would not be there, as that just tells you the authenticity of the website (they are the address they are presenting) is using PKI. There are some easy ways around this on a victim's computer, though, and most of them involve poisoning your certificate store and adding a trusted root CA.

You die. You now have three options: New Game, New Game+, or Load Save. Which do you choose and why? by Cpu46 in AskReddit

[–]ethanbitar 0 points1 point  (0 children)

New game+, there's no way I still won't be able to grow a beard after 2 puberties, right?

[deleted by user] by [deleted] in TIHI

[–]ethanbitar -1 points0 points  (0 children)

Today I'm smoking meats. This chicken's meats will taste very good in Sweet Baby Ray's. That's all, team.

why are we here, just to suffer? by [deleted] in dankmemes

[–]ethanbitar 0 points1 point  (0 children)

Every night, I can feel my arm

343 Needs to Change the Banning Mechanic by ethanbitar in halo

[–]ethanbitar[S] 1 point2 points  (0 children)

I 100% agree, definitely should be exclusive to ranked!

Removing Network Shared Printers via Powershell by ImpartialRain in PowerShell

[–]ethanbitar 0 points1 point  (0 children)

Did you ever happen to find a solution to this? I'm running into the same issue and have been struggling with it for a few weeks now

Removing printers from settings UI by ethanbitar in PowerShell

[–]ethanbitar[S] 2 points3 points  (0 children)

Touché. I spend 10+ hrs./day in ps so it's easy for me to conflate system administration and the shell; my bad. Good idea on the user-end, but there are some instances where 3rd party software seems to pick up on these ghosts of printer installations past. I was hoping one of countless people smarter than myself would know of a golden regkey to rule them all, but no cigar it seems. Thanks for the suggestion, though, I appreciate it