voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #privacy

[?]Teh AnKorage ☑️ » 🌐
@ankorage@fe.disroot.org

"Fast Tracking Electrical Destruction | June 25, 2026 Quicklines | Weekly News Roundup" 👀👏🌻

All hail the Van Panther

Click on, "Show More" or "Read More" to get the links.

DESCRIPTION of the content found at the links, below - "The Trump administration just fast-tracked connection requirements for new data centers. We look at this and other news related to privacy, security, and business."

==========

NOTE - This post is best viewed on a PC. Switched To Linux is, “written by a broad spectrum computer consultant to help people learn more about the Linux platform.” This account is a supporter of Switched To Linux and provides convenience posts of thumbnails art, videos and streams.

#SwitchedToLinux #Linux #Windows #Mac #Technology #Tech #AltTech #Privacy #Private #Security #Secure #FOSS #FreeAndOpenSource #FreeAndOpenSourceSoftware #FreeOpenSourceSoftware #YouTube #Odysee #Rumble #BitChute #Locals #Patreon #Twitch #AltTech #FactCheckTrue #Fediverse #SocialMedia #stoptheslop #datacenters #electricity #databroker

==========

After viewing the content located at the below links, Tell us what you think by filling out a "SATISFACTION SURVEY or ABUSE/SPAM REPORT" form from Teh AnKorage

https://cryptpad.disroot.org/form/#/2/form/view/elsOVQUrXAmGuer4kd75JhA3mNELuCj8cTjEUynrZZo/

\*Videos and podcasts may take a considerable amount of time to post. If it is not present, it will be, soon(tm).

MATRIX! Join our Matrix community where you can chat about Linux and general tech topics. Also, direct video links are provided for our Matrix community members! Don't miss out!
https://matrix.to/#/#switchedtolinux:matrix.org

#YouTube - https://www.youtube.com/@SwitchedtoLinux/videos

#Odysee - https://odysee.com/@switchedtolinux:0?view=content

#Rumble - https://rumble.com/c/SwitchedToLinux/videos

#Bitchute - https://www.bitchute.com/channel/uf9hzD216LX0

==========

Keep an eye out for a possible podcast!

PODCAST: https://podcast.switchedtolinux.com

    [?]Hacker News » 🤖 🌐
    @h4ckernews@mastodon.social

    [?]N-gated Hacker News » 🤖 🌐
    @ngate@mastodon.social

    Oh joy, now even are flocking together to about our every move 🚗🔍. Apparently, they’ve graduated from reading license plates to stalking our entire lives 🤦‍♂️. Next up: cameras that write tell-all memoirs about our driving habits 📖😂.
    engadget.com/2203000/flock-cam

      [?]sanitation » 🌐
      @sanitation@lemmy.today

      Stop Killing the Internet: inside the global movement that wants to save the open web

      (https://lemmy.dbzer0.com/c/privacy)

      [?]Olly 👾 » 🌐
      @Olly42@nerdculture.de

      :apple_inc: Amos Stealer targets macOS Keychain Files and Browser Passwords.

      Amos Stealer, an information-stealing malware, is targeting Apple Mac computers to steal private data, according to new details from IT-Security research firm CyberProof. Threat actors are, reportedly, actively using this malware family to run financially motivated campaigns by compromising macOS environments.

      ⁉️Although Amos Stealer is not new, in the latest campaign, the threat actors are distributing the infostealer through deceptive software downloads, fake websites and social engineering lures.⁉️

      cyberproof.com/blog/inside-amo

      Alt...👾Once inside a Mac, it searches for valuable files across system directories. It then collects stored passwords, session cookies and autofill form information from Google Chrome and Microsoft Edge browsers. The researchers noted that the malware operators use a built-in macOS utility called curl to download the malicious files silently. During a recent incident investigation, a threat hunting query flagged an unusual curl command.👾 Further probing revealed that the hackers used specific command flags -fsSL to make the download completely invisible to the user. These flags stop error alerts, turn off download progress bars, and ensure the script runs quietly. Once the script is downloaded, it automatically launches an AppleScript command using the zsh terminal shell to begin collecting data. ⁉️“Amos Stealer remains a prominent and highly active malware family specifically engineered to target macOS users and extract sensitive information from compromised systems,” the researchers explained in the blog post.⁉️

      [ImageSource: CyberProof]

Amos Stealer Exploiting macOS utilities to exfiltrate data.

Investigation also revealed that the info-stealer copies the macOS Keychain database file, named login.keychain-db, to access saved corporate login details. It also searches the user’s home path for confidential developer configuration files and keys, including .kube, .ssh, .zshrc and .gitconfig.

👾To prepare the data for the attackers, the malware uses a native macOS tool called ditto to compress the stolen files into a single archive named osalogging.zip inside the /tmp folder. This file is divided into 10 MB chunks by the script, and a unique session ID is generated for the upload by mixing the current timestamp with a random hexadecimal string from OpenSSL.👾

Amos Stealer then sends the data to the attacker-controlled server address [bestbuydomain.com] using an HTTP PUT request via curl. A notable aspect is that the system retries failed uploads up to eight times. After a successful upload, Amos Stealer runs the cleanup commands [rm -f /tmp/osalogging.zip and rm -rf /tmp/sync] to erase its presence.

⁉️This silent type of cyberattack allows threat actors to easily steal saved credentials, which can leave compromised corporate networks exposed to data breaches and financial theft. CyberProof recommends that companies enforce strict Gatekeeper policies and monitor endpoints for strange curl commands to block these threat actors.⁉️

      Alt...[ImageSource: CyberProof] Amos Stealer Exploiting macOS utilities to exfiltrate data. Investigation also revealed that the info-stealer copies the macOS Keychain database file, named login.keychain-db, to access saved corporate login details. It also searches the user’s home path for confidential developer configuration files and keys, including .kube, .ssh, .zshrc and .gitconfig. 👾To prepare the data for the attackers, the malware uses a native macOS tool called ditto to compress the stolen files into a single archive named osalogging.zip inside the /tmp folder. This file is divided into 10 MB chunks by the script, and a unique session ID is generated for the upload by mixing the current timestamp with a random hexadecimal string from OpenSSL.👾 Amos Stealer then sends the data to the attacker-controlled server address [bestbuydomain.com] using an HTTP PUT request via curl. A notable aspect is that the system retries failed uploads up to eight times. After a successful upload, Amos Stealer runs the cleanup commands [rm -f /tmp/osalogging.zip and rm -rf /tmp/sync] to erase its presence. ⁉️This silent type of cyberattack allows threat actors to easily steal saved credentials, which can leave compromised corporate networks exposed to data breaches and financial theft. CyberProof recommends that companies enforce strict Gatekeeper policies and monitor endpoints for strange curl commands to block these threat actors.⁉️

        [?]Hacker News » 🤖 🌐
        @h4ckernews@mastodon.social

        [?]:awesome:🐦‍🔥nemo™🐦‍⬛ 🇺🇦🍉 » 🌐
        @nemo@mas.to

        Government info points to “silent SMS” (Stealth Pings) still being used—but sharply less. In 2H 2025, Federal Police sent 6,605 silent SMS for criminal probes, versus 47,951 in 2021. Secrecy remains for deeper surveillance details. 📱🔎 heise.de/en/news/Secret-Survei

          Back to top - More...