<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cookies under attack by hackers especially against 2FA in Threats</title>
    <link>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52599#M615</link>
    <description>&lt;P&gt;Is this not just "session hijacking", for which the defenses have been known for years .... validate the source-IP or client-cert at the start of each connection within the session; be on the lookout for unrelated simultaneous use, limit session length, etc.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Aug 2022 16:19:14 GMT</pubDate>
    <dc:creator>denbesten</dc:creator>
    <dc:date>2022-08-21T16:19:14Z</dc:date>
    <item>
      <title>Cookies under attack by hackers especially against 2FA</title>
      <link>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52576#M613</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears that hackers have found a way to get around 2FA systems, through the use of Cookies in particular environments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www-digitaltrends-com.cdn.ampproject.org/c/s/www.digitaltrends.com/computing/hackers-are-using-cookies-to-sidestep-two-factor-authentication/?amp" target="_blank" rel="noopener"&gt;https://www-digitaltrends-com.cdn.ampproject.org/c/s/www.digitaltrends.com/computing/hackers-are-using-cookies-to-sidestep-two-factor-authentication/?amp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the Sophos reference link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://news.sophos.com/en-us/2022/08/18/cookie-stealing-the-new-perimeter-bypass/" target="_blank"&gt;https://news.sophos.com/en-us/2022/08/18/cookie-stealing-the-new-perimeter-bypass/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it viable or true?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caute_Cautim&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 10:17:03 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52576#M613</guid>
      <dc:creator>Caute_cautim</dc:creator>
      <dc:date>2023-10-09T10:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cookies under attack by hackers especially against 2FA</title>
      <link>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52597#M614</link>
      <description>&lt;P&gt;As always, the answer is "it depends".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cookies could be stolen en reused, but not always.&lt;/P&gt;&lt;P&gt;The reuse of Cookies might side-step MFA, but not always.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Framing it as all cookies can be stolen, reused, and in those cases MFA can always be side-stepped is completely wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll come back to this when and if I have time to elaborate but for well-known services like O365, Google, AWS, etc. I'd say the claim is false. Most likely the examples relate to cookies for legacy systems that don't use current ways of authenticating users and provide pathways to MFA circumvention by default.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 12:56:53 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52597#M614</guid>
      <dc:creator>wimremes</dc:creator>
      <dc:date>2022-08-21T12:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cookies under attack by hackers especially against 2FA</title>
      <link>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52599#M615</link>
      <description>&lt;P&gt;Is this not just "session hijacking", for which the defenses have been known for years .... validate the source-IP or client-cert at the start of each connection within the session; be on the lookout for unrelated simultaneous use, limit session length, etc.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 16:19:14 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52599#M615</guid>
      <dc:creator>denbesten</dc:creator>
      <dc:date>2022-08-21T16:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cookies under attack by hackers especially against 2FA</title>
      <link>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52601#M616</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/311867713"&gt;@denbesten&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Is this not just "session hijacking", for which the defenses have been known for years .... validate the source-IP or client-cert at the start of each connection within the session; be on the lookout for unrelated simultaneous use, limit session length, etc.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; but not if you're Sophos and you need to scare part time IT people at SMBs into forking over money for the illusion of protection.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 20:02:58 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/Cookies-under-attack-by-hackers-especially-against-2FA/m-p/52601#M616</guid>
      <dc:creator>wimremes</dc:creator>
      <dc:date>2022-08-21T20:02:58Z</dc:date>
    </item>
  </channel>
</rss>

