Live data from Hacker News

Want to piss off your IT department? Are the links not malicious looking enough?

phishyurl.com

191–200 of 335 posts

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#191

Earlier quoted context omitted.

I recently reported an email with “glint.email.microsoft” as a phishing attempt, but it turned out to be a corporate survey.

Well it's probably hard for anyone except Microsoft to get a domain with the .microsoft TLD.

what percentage of the online population do you expect to understand this?

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#192
safelinks keeps getting mentioned.

Here:

    #!/usr/bin/env python3
    from urllib.parse import urlparse, parse_qs
    from sys import argv
    print(parse_qs(urlparse(argv[1]).query)['url'][0])
This is unsafelinks. Pass it a safelinks url, and it will print the original URL. Very important when you have a one-time-use link which safelinks can break.

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#193

Earlier quoted context omitted.

In Europe there are legitimate and extremely established services that require you to input your bank login details into something other than your bank's website. It's madness.

Care to mention what these legitimate and established services are?

Plaid is used by a lot of the major Canadian banks.

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#194

Ah no need, corporate IT already make all URLs malicious looking through some microsoft "secure link" service, and constantly shows everyone shady looking prompts that constantly change and have cmd.exe windows flash in at random. A phone call from Microsoft about my Norton anti-virus subscription putting me into debt that can only be settled with Nintendo gift cards bought in cash across 16 specific gas stations see…

we must work at the same enterprise

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#195

Earlier quoted context omitted.

Well it's probably hard for anyone except Microsoft to get a domain with the .microsoft TLD.

what percentage of the online population do you expect to understand this?

legit.

I could imagine something like x-mucrosoft.email etc. being used and the users would just be like well there was email.microsoft so same thing!

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#196
No need, my IT already do this by running the MimeCast email filter [1]. Links to non-whitelist sites are expressed in the format:

    https://url.uk.m.mimecastprotect.com/s/?domain=
Maybe I can tell the link is from Google, but not what is likely to be in the URL. It's a complete surprise as to whether I will be looking at a web page or downloading something.

[1] https://www.mimecast.com/

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#197
post #159

Earlier quoted context omitted.

In Europe there are legitimate and extremely established services that require you to input your bank login details into something other than your bank's website. It's madness.

There's no legitimate case for that since PSD2 (mandatory since 2020). Are you not confused by that? PSD2 doesn't share your credentials. I'm an European and have never needed to use nor encountered those services.

Where a bank doesn't offer compliant APIs, screen-scraping integrations are explicitly allowed. Not sure how common that is at this point.

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#198
post #88

Ha! Great minds think alike. We have something that makes genuine links look malicious at work too. I think it’s called Microsoft Safelink or something. Its purpose is to go through your Outlook inbox and obscure the origin of every link because, obviously, being able to understand what you’re clicking on is bad. Remember kids, no one ever gets fired for buying Microsoft. ;)

Safe links also likes to visit sites to check what the link is, so way too many sites will not let you reset your password because you've already used the link now.

Not sure if that's really a safe links problem, but it's super annoying.

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#199
post #178

Earlier quoted context omitted.

sighs . Seriously? Good to know though, if true.

German here. Absolutely true, and has been for many years now. Some examples: - grade D, poor performance: "We were satisfied with his performance" - grade C, meh: "We were entirely satisfied with his performance" - true grade A+: "We were always satisfied to the utmost degree with his performance" plus highly positive and extensive in the rest of the reference letter. - "was sociable": alcoholic - "was always strivi…

I wonder why there is no LLM that can decode this. Tried many times but it seems the models don’t pick up the nuances.

Re: Want to piss off your IT department? Are the links not malicious looking enough?

#200

Ah no need, corporate IT already make all URLs malicious looking through some microsoft "secure link" service, and constantly shows everyone shady looking prompts that constantly change and have cmd.exe windows flash in at random. A phone call from Microsoft about my Norton anti-virus subscription putting me into debt that can only be settled with Nintendo gift cards bought in cash across 16 specific gas stations see…

And Microsoft own the client, so they are the one company who don't need to do this!

If you really want to check every time someone clicks on a link then you can do this in the client and keep the visible link the same for the end user.

But instead there are different teams working on this in Outlook, Teams, Exchange, Defender and god knows where else.

(I'm one of the people in corporate IT trying to turn this off and often struggling)

Post reply on HN