Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Found the potential #discord tokenstealer people were talking about earlier today on here.

Found the potential #discord tokenstealer people were talking about earlier today on here.

Scheduled Pinned Locked Moved Uncategorized
discordinfosecitsecitsecurity
7 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • agowa338@chaos.socialA This user is from outside of this forum
    agowa338@chaos.socialA This user is from outside of this forum
    agowa338@chaos.social
    wrote last edited by
    #1

    Found the potential #discord tokenstealer people were talking about earlier today on here.

    It's in the script of minerva-archive [.] org and the "soon to be discontinued piracy site" that was referenced in that post is (to nobodies surprise) Myrient.

    Also putting the discord login token into a "Bearer {token}" Authrisation header towards a non-discord server is extremely shady.

    #infosec #itsec #itsecurity

    agowa338@chaos.socialA 1 Reply Last reply
    0
    • agowa338@chaos.socialA agowa338@chaos.social

      Found the potential #discord tokenstealer people were talking about earlier today on here.

      It's in the script of minerva-archive [.] org and the "soon to be discontinued piracy site" that was referenced in that post is (to nobodies surprise) Myrient.

      Also putting the discord login token into a "Bearer {token}" Authrisation header towards a non-discord server is extremely shady.

      #infosec #itsec #itsecurity

      agowa338@chaos.socialA This user is from outside of this forum
      agowa338@chaos.socialA This user is from outside of this forum
      agowa338@chaos.social
      wrote last edited by
      #2

      People in the Myrient discord are defending this as a "it does not have any permissions it's just there to ensure the acc exists"

      I really do not know why anyone would want to aggregate data on the discord accounts of people that are doing illegal downloads from Myrient. And not just that also uploading that data to another project that wants to publish it…

      Assuming the token permission part is true, that smells like a honneypot.

      They get, discord account, IP, date-time as proof for lawsuits

      agowa338@chaos.socialA 1 Reply Last reply
      0
      • agowa338@chaos.socialA agowa338@chaos.social

        People in the Myrient discord are defending this as a "it does not have any permissions it's just there to ensure the acc exists"

        I really do not know why anyone would want to aggregate data on the discord accounts of people that are doing illegal downloads from Myrient. And not just that also uploading that data to another project that wants to publish it…

        Assuming the token permission part is true, that smells like a honneypot.

        They get, discord account, IP, date-time as proof for lawsuits

        agowa338@chaos.socialA This user is from outside of this forum
        agowa338@chaos.socialA This user is from outside of this forum
        agowa338@chaos.social
        wrote last edited by
        #3

        (I have not validated what permissions that discord token actually requests so far)

        The script I analysed has the following sha256sum:
        fcb7f854d0527c7615cb46fe5e0591db2106b0881f616ec9ad770f8474a20b52 minerva.py

        agowa338@chaos.socialA 1 Reply Last reply
        0
        • agowa338@chaos.socialA agowa338@chaos.social

          (I have not validated what permissions that discord token actually requests so far)

          The script I analysed has the following sha256sum:
          fcb7f854d0527c7615cb46fe5e0591db2106b0881f616ec9ad770f8474a20b52 minerva.py

          agowa338@chaos.socialA This user is from outside of this forum
          agowa338@chaos.socialA This user is from outside of this forum
          agowa338@chaos.social
          wrote last edited by
          #4

          So here is the discord Oauth part:
          redirect_uri=hXXps://minerva-archive.org/auth/discord/callback&response_type=code&scope=identify

          The localhost redirect URL is apparently only stage 2. They're doing an OAuth against their server that does an OAuth against discord. So the Token they put into the Bearer header is in fact the one towards their server.

          However that doesn't change the fact that they're clearly creating evidence for people publishing copyrighted material...

          agowa338@chaos.socialA 1 Reply Last reply
          0
          • agowa338@chaos.socialA agowa338@chaos.social

            So here is the discord Oauth part:
            redirect_uri=hXXps://minerva-archive.org/auth/discord/callback&response_type=code&scope=identify

            The localhost redirect URL is apparently only stage 2. They're doing an OAuth against their server that does an OAuth against discord. So the Token they put into the Bearer header is in fact the one towards their server.

            However that doesn't change the fact that they're clearly creating evidence for people publishing copyrighted material...

            agowa338@chaos.socialA This user is from outside of this forum
            agowa338@chaos.socialA This user is from outside of this forum
            agowa338@chaos.social
            wrote last edited by
            #5

            So Tl;Dr: Smells like honeypot but not like a "discord token stealer" as that token has no permissions.

            HOWEVER they could be asking for different kinds of permissions and only serve a handful of people OAuth links that request more as they're doing a 2-step process here.

            The App does a generic Oauth against their server and their server does an OAuth against discord (and their server does the forwarding to the Discord OAuth url) so technically others could get requests for more permissions…

            agowa338@chaos.socialA 1 Reply Last reply
            0
            • agowa338@chaos.socialA agowa338@chaos.social

              So Tl;Dr: Smells like honeypot but not like a "discord token stealer" as that token has no permissions.

              HOWEVER they could be asking for different kinds of permissions and only serve a handful of people OAuth links that request more as they're doing a 2-step process here.

              The App does a generic Oauth against their server and their server does an OAuth against discord (and their server does the forwarding to the Discord OAuth url) so technically others could get requests for more permissions…

              agowa338@chaos.socialA This user is from outside of this forum
              agowa338@chaos.socialA This user is from outside of this forum
              agowa338@chaos.social
              wrote last edited by
              #6

              Within the Myrient discord someone said that this "binding the act to your discord identity" could be part of their abuse protection to protect themselves from people uploading malicious files and such.

              If it is, it fails at the only job it had as any malicious actor can just edit the python script to upload any file they want while keeping the discord part as is...

              (Oh and same I said for the discord token in the former post is also true for their auto updater)

              kkarhan@infosec.spaceK 1 Reply Last reply
              0
              • agowa338@chaos.socialA agowa338@chaos.social

                Within the Myrient discord someone said that this "binding the act to your discord identity" could be part of their abuse protection to protect themselves from people uploading malicious files and such.

                If it is, it fails at the only job it had as any malicious actor can just edit the python script to upload any file they want while keeping the discord part as is...

                (Oh and same I said for the discord token in the former post is also true for their auto updater)

                kkarhan@infosec.spaceK This user is from outside of this forum
                kkarhan@infosec.spaceK This user is from outside of this forum
                kkarhan@infosec.space
                wrote last edited by
                #7

                @agowa338 #discord is such a garbage shitshow...

                1 Reply Last reply
                1
                0
                • R relay@relay.infosec.exchange shared this topic
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups