• Tracking Cookies

    From Sam Plusnet@21:1/5 to All on Fri Jan 24 18:10:30 2025
    I just received an email from my bank listing a number of changes to
    their T&Cs.

    In the heading of the email it states:

    "By clicking on links in this email, you agree to <name of bank> using
    cookies to track your interaction, to improve the performance of our communications, understand your interests, and to personalise our future
    emails to you. If you don’t want us to track, just copy and paste the
    url links into your browser without clicking on them.

    I copies & pasted one of those links into a text document in order to
    read it - and it was stuffed to the gunwales with identity & tracking (un)goodness.

    My question is, how could it make any difference whether I click on the
    link or copy and paste exactly the same data into my browser?


    --
    Sam Plusnet

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Max Demian@21:1/5 to Sam Plusnet on Fri Jan 24 18:29:29 2025
    On 24/01/2025 18:10, Sam Plusnet wrote:
    I just received an email from my bank listing a number of changes to
    their T&Cs.

    In the heading of the email it states:

    "By clicking on links in this email, you agree to <name of bank> using cookies to track your interaction, to improve the performance of our communications, understand your interests, and to personalise our future emails to you. If you don’t want us to track, just copy and paste the
    url links into your browser without clicking on them.

    I copies & pasted one of those links into a text document in order to
    read it - and it was stuffed to the gunwales with identity & tracking (un)goodness.

    My question is, how could it make any difference whether I click on the
    link or copy and paste exactly the same data into my browser?

    It's not supposed to be a good idea to click on links in emails as you
    can't be sure they are genuine.

    Why would my "interests" be any of the bank's business?

    --
    Max Demian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jon Ribbens@21:1/5 to Sam Plusnet on Fri Jan 24 19:12:48 2025
    On 2025-01-24, Sam Plusnet <not@home.com> wrote:
    I just received an email from my bank listing a number of changes to
    their T&Cs.

    In the heading of the email it states:

    "By clicking on links in this email, you agree to <name of bank> using cookies to track your interaction, to improve the performance of our communications, understand your interests, and to personalise our future emails to you. If you don’t want us to track, just copy and paste the
    url links into your browser without clicking on them.

    I copies & pasted one of those links into a text document in order to
    read it - and it was stuffed to the gunwales with identity & tracking (un)goodness.

    My question is, how could it make any difference whether I click on the
    link or copy and paste exactly the same data into my browser?

    If it's an HTML email it could contain code like the following:

    <a href="https://example.com?tracking=123456">example.com</a>

    So the visible link is just "example.com", which looks like the
    address, but if you click it - or right-click and choose 'copy
    link address' - it will send the tracking data. But if you drag
    across it to select the text and then copy and paste that into
    the address bar, it won't.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mark Goodge@21:1/5 to Sam Plusnet on Fri Jan 24 20:11:33 2025
    On Fri, 24 Jan 2025 18:10:30 +0000, Sam Plusnet <not@home.com> wrote:

    I just received an email from my bank listing a number of changes to
    their T&Cs.

    In the heading of the email it states:

    "By clicking on links in this email, you agree to <name of bank> using >cookies to track your interaction, to improve the performance of our >communications, understand your interests, and to personalise our future >emails to you. If you don’t want us to track, just copy and paste the
    url links into your browser without clicking on them.

    I copies & pasted one of those links into a text document in order to
    read it - and it was stuffed to the gunwales with identity & tracking >(un)goodness.

    My question is, how could it make any difference whether I click on the
    link or copy and paste exactly the same data into my browser?

    Is it an HTML email? If so, then what you've probably got is this:

    <a href="https://trackinglink.bank.example.com">realurl.bank.example.com</a>

    So if you click, you go via the tracker, but if you copy and paste, you skip the tracker and go straight to the destination.

    Mark

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Brown@21:1/5 to Mark Goodge on Sun Jan 26 10:26:39 2025
    On 24/01/2025 20:11, Mark Goodge wrote:
    On Fri, 24 Jan 2025 18:10:30 +0000, Sam Plusnet <not@home.com> wrote:

    I just received an email from my bank listing a number of changes to
    their T&Cs.

    In the heading of the email it states:

    "By clicking on links in this email, you agree to <name of bank> using
    cookies to track your interaction, to improve the performance of our
    communications, understand your interests, and to personalise our future
    emails to you. If you don’t want us to track, just copy and paste the
    url links into your browser without clicking on them.

    I copies & pasted one of those links into a text document in order to
    read it - and it was stuffed to the gunwales with identity & tracking
    (un)goodness.

    My question is, how could it make any difference whether I click on the
    link or copy and paste exactly the same data into my browser?

    Is it an HTML email? If so, then what you've probably got is this:

    <a href="https://trackinglink.bank.example.com">realurl.bank.example.com</a>

    So if you click, you go via the tracker, but if you copy and paste, you skip the tracker and go straight to the destination.

    This quietly ignores the fact that no-one should ever trust an email,
    text or phone call purporting to be from their bank that asks them to
    click on a link. The banks are very much at fault for doing this.

    Most of the stuff I see of this form is actually a phishing attack but
    the rest are from bank sales teams trying to enhance their bonuses.
    Neither of these groups have my best interest at heart!

    You should only ever trust a connection to a URL if you have initiated
    it - there are far too many ways to hide things in HTML emails.

    --
    Martin Brown

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vir Campestris@21:1/5 to Martin Brown on Tue Feb 4 21:24:30 2025
    On 26/01/2025 10:26, Martin Brown wrote:
    This quietly ignores the fact that no-one should ever trust an email,
    text or phone call purporting to be from their bank that asks them to
    click on a link. The banks are very much at fault for doing this.

    Most of the stuff I see of this form is actually a phishing attack but
    the rest are from bank sales teams trying to enhance their bonuses.
    Neither of these groups have my best interest at heart!

    You should only ever trust a connection to a URL if you have initiated
    it - there are far too many ways to hide things in HTML emails.

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".

    There was a pause.

    Then a puzzled voice said "Why, what do you mean"

    Me: "Well, you called me, so you have some idea who I am. I have no idea
    at all who you are"

    Bank: (after another pause) "You're right you know, but no-one else has
    ever said that"

    It really was Lloyds (I got him to write to me, on the address they had
    on file). And yes, it was marketing. But I wonder how many other people answered his security questions!

    Andy

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mark Goodge@21:1/5 to vir.campestris@invalid.invalid on Wed Feb 5 09:50:59 2025
    On Tue, 4 Feb 2025 21:24:30 +0000, Vir Campestris <vir.campestris@invalid.invalid> wrote:

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".

    There was a pause.

    Then a puzzled voice said "Why, what do you mean"

    Me: "Well, you called me, so you have some idea who I am. I have no idea
    at all who you are"

    Bank: (after another pause) "You're right you know, but no-one else has
    ever said that"

    It really was Lloyds (I got him to write to me, on the address they had
    on file). And yes, it was marketing. But I wonder how many other people >answered his security questions!

    One easy way to test that, if you do suspect that you're being called by a scammer, is to give a deliberately wrong answer. A genuine caller will know it's wrong, and will tell you it's wrong and give you the opportunity to correct it. A scammer will just thank you for giving the answer, which they then note down in the hope of being able to use that data to defraud you.

    Mark

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jethro_uk@21:1/5 to Mark Goodge on Wed Feb 5 10:41:10 2025
    On Wed, 05 Feb 2025 09:50:59 +0000, Mark Goodge wrote:

    On Tue, 4 Feb 2025 21:24:30 +0000, Vir Campestris <vir.campestris@invalid.invalid> wrote:

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".

    There was a pause.

    Then a puzzled voice said "Why, what do you mean"

    Me: "Well, you called me, so you have some idea who I am. I have no idea
    at all who you are"

    Bank: (after another pause) "You're right you know, but no-one else has >>ever said that"

    It really was Lloyds (I got him to write to me, on the address they had
    on file). And yes, it was marketing. But I wonder how many other people >>answered his security questions!

    One easy way to test that, if you do suspect that you're being called by
    a scammer, is to give a deliberately wrong answer. A genuine caller will
    know it's wrong, and will tell you it's wrong and give you the
    opportunity to correct it. A scammer will just thank you for giving the answer, which they then note down in the hope of being able to use that
    data to defraud you.

    A related tip is when you have to supply a value for "Mothers maiden
    name" you just use your preferred memorable string.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From RJH@21:1/5 to Mark Goodge on Wed Feb 5 11:06:56 2025
    On 5 Feb 2025 at 09:50:59 GMT, Mark Goodge wrote:

    On Tue, 4 Feb 2025 21:24:30 +0000, Vir Campestris <vir.campestris@invalid.invalid> wrote:

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".

    There was a pause.

    Then a puzzled voice said "Why, what do you mean"

    Me: "Well, you called me, so you have some idea who I am. I have no idea
    at all who you are"

    Bank: (after another pause) "You're right you know, but no-one else has
    ever said that"

    It really was Lloyds (I got him to write to me, on the address they had
    on file). And yes, it was marketing. But I wonder how many other people
    answered his security questions!


    Yes, I've had similar with the Coop.

    One easy way to test that, if you do suspect that you're being called by a scammer, is to give a deliberately wrong answer. A genuine caller will know it's wrong, and will tell you it's wrong and give you the opportunity to correct it. A scammer will just thank you for giving the answer, which they then note down in the hope of being able to use that data to defraud you.


    A 'decent' scammer would possibly get round that method by asking a number of questions to which they know the answer, creating a false sense of security.

    --
    Cheers, Rob, Sheffield UK

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Serena Blanchflower@21:1/5 to Vir Campestris on Wed Feb 5 21:19:00 2025
    On 04/02/2025 21:24, Vir Campestris wrote:
    On 26/01/2025 10:26, Martin Brown wrote:
    This quietly ignores the fact that no-one should ever trust an email,
    text or phone call purporting to be from their bank that asks them to
    click on a link. The banks are very much at fault for doing this.

    Most of the stuff I see of this form is actually a phishing attack but
    the rest are from bank sales teams trying to enhance their bonuses.
    Neither of these groups have my best interest at heart!

    You should only ever trust a connection to a URL if you have initiated
    it - there are far too many ways to hide things in HTML emails.

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".


    Some years ago, I had a rather similar conversation with a chap claiming
    to be from Barclaycard. When he asked me his security questions, there
    was a moment's silence before I said I was just considering what I
    should be asking him, to confirm his identity. He was completely
    unphased by this and suggested that, if I was worried, I should phone Barclaycard Security, using the number on the back of my card. I can't remember if he also recommended using a different phone from the one he
    had called me on.

    When I did this, it was confirmed that he was genuine and they just had
    a query about a transaction which had rung alarm bells although that, as
    with the caller, was actually legit.


    --
    Best wishes, Serena
    We must accept finite disappointment, but never lose infinite hope.
    (Martin Luther King Jr.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From miked@21:1/5 to Serena Blanchflower on Fri Feb 7 22:16:23 2025
    On Wed, 5 Feb 2025 21:19:00 +0000, Serena Blanchflower wrote:

    On 04/02/2025 21:24, Vir Campestris wrote:
    On 26/01/2025 10:26, Martin Brown wrote:
    This quietly ignores the fact that no-one should ever trust an email,
    text or phone call purporting to be from their bank that asks them to
    click on a link. The banks are very much at fault for doing this.

    Most of the stuff I see of this form is actually a phishing attack but
    the rest are from bank sales teams trying to enhance their bonuses.
    Neither of these groups have my best interest at heart!

    You should only ever trust a connection to a URL if you have initiated
    it - there are far too many ways to hide things in HTML emails.

    A few years ago my 'phone rang. "This is Lloyds Bank here, I'd like to
    ask you some security questions". I laughed down the phone at him, and
    said "How stupid do you think I am?".


    Some years ago, I had a rather similar conversation with a chap claiming
    to be from Barclaycard. When he asked me his security questions, there
    was a moment's silence before I said I was just considering what I
    should be asking him, to confirm his identity. He was completely
    unphased by this and suggested that, if I was worried, I should phone Barclaycard Security, using the number on the back of my card. I can't remember if he also recommended using a different phone from the one he
    had called me on.

    When I did this, it was confirmed that he was genuine and they just had
    a query about a transaction which had rung alarm bells although that, as
    with the caller, was actually legit.


    I usually ask them if theyr married or have a boyfriend, they always put
    the phone down then.

    mike

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)