home.social

#techsafety — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #techsafety, aggregated by home.social.

  1. IPHONE USERS FACE ONGOING THREAT FROM SOPHISTICATED SCAMS

    Are you an iPhone user getting fake Apple security alerts? Learn how to spot these scams in May 2026 to protect your bank account and personal data.

    #iphonesecurity, #applephishing, #scamalert, #dataprotection, #techsafety

    newsletter.tf/iphone-phishing-

  2. SpaceX Starbase’te ölümcül bir iş kazası gerçekleşti! Yüksekten düşen işçi hayatını kaybetti. Soruşturma başlatıldı; iş güvenliği protokolleri yeniden değerlendiriliyor. Uzay endüstrisinde güvenlik en öncelikli konular arasında yer alıyor. 🚨

    🚩 #SpaceX #Starship #WorkplaceSafety #Accident #SpaceIndustry #SafetyFirst #TechSafety #Engineering

  3. SpaceX Starbase’te ölümcül bir iş kazası gerçekleşti! Yüksekten düşen işçi hayatını kaybetti. Soruşturma başlatıldı; iş güvenliği protokolleri yeniden değerlendiriliyor. Uzay endüstrisinde güvenlik en öncelikli konular arasında yer alıyor. 🚨

    🚩 #SpaceX #Starship #WorkplaceSafety #Accident #SpaceIndustry #SafetyFirst #TechSafety #Engineering

  4. ICYMI: Vibe-coded apps are exposing corporate and personal data to the open web: Researchers found 5,000+ AI-built apps from Lovable, Replit, Base44 and Netlify exposing medical records, ad strategies and customer data to the open web. ppc.land/vibe-coded-apps-are-e #DataPrivacy #CyberSecurity #AIApplications #OpenWeb #TechSafety

  5. ICYMI: Vibe-coded apps are exposing corporate and personal data to the open web: Researchers found 5,000+ AI-built apps from Lovable, Replit, Base44 and Netlify exposing medical records, ad strategies and customer data to the open web. ppc.land/vibe-coded-apps-are-e #DataPrivacy #CyberSecurity #AIApplications #OpenWeb #TechSafety

  6. ICYMI: Vibe-coded apps are exposing corporate and personal data to the open web: Researchers found 5,000+ AI-built apps from Lovable, Replit, Base44 and Netlify exposing medical records, ad strategies and customer data to the open web. ppc.land/vibe-coded-apps-are-e #DataPrivacy #CyberSecurity #AIApplications #OpenWeb #TechSafety

  7. 🔒 Verify app authenticity effortlessly with AppVerifier! This powerful tool checks app signing certificate hashes to ensure your apps are genuine and secure. Perfect for Android users who value safety and trust. 💪🔐 #AppSecurity #Android #TechSafety #OpenSource

    Explore more: github.com/soupslurpr/AppVerif

  8. That AirPlay/CarPlay security buzz? Apple patched its own devices fast. Risk is low: mainly outdated third-party gear on open Wi-Fi. Update everything, secure your network, and you're good. #AirPlay #AppleSecurity #TechSafety

  9. Found a guide for NetScaler (Citrix ADC) CVE-2023-3519 that explains how to validate and check for (currently) known Indicators of Compromise (IoCs) on a local CITRIX device.

    The full guide including the commands, can be found here: [Checklist for Citrix ADC CVE-2023-3519](deyda.net/index.php/en/2023/07)

    Please bear in mind that this is a guide "found on the internet". Although it appears to be reliable and it was mentioned by SANS stormcast, these devices are not my specific area of expertise. Use your brain and use at your own risk...

    Here are some key points from the article:

    1. **Log in with nsroot or another administrative account.**

    2. **Find out the time of the last update.** - This command lists the details of the files in the /var/nsinstall directory, which can help determine when the last update occurred.
    ```
    shell ls -ll /var/nsinstall
    ```

    3. **Check whether certain files have been adjusted since the last update.** - These commands find and list files in specified directories that have been modified since the last update.
    ```
    shell
    find /netscaler/ns_gui/ -type f -name *.php -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/vpn/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/netscaler/logon/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/python/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    4. **Check for HTTP error log files.** - These commands search for .sh and .php entries in the HTTP error log files.
    ```
    zgrep '\.sh' /var/log/httperror.log*
    zgrep '\.php' /var/log/httperror.log*
    ```

    5. **Check for Shell log files.** - This command searches for entries related to '/flash/nsconfig/keys' in the shell log files.
    ```
    grep '/flash/nsconfig/keys' /var/log/sh.log*
    ```

    6. **Check log files for known IOCs.** - This command finds and lists files with root permissions that have been modified since the last update.
    ```
    find /var -perm -4000 -user root -not -path "/var/nslog/*" -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    7. **Check for Nobody processes.** - This command lists processes running under the 'nobody' user that are not associated with '/bin/httpd'.
    ```
    shell ps aux | grep nobody | grep -v '/bin/httpd'
    ```


    #NetScaler #CitrixADC #CVE20233519 #SecurityGuide #IndicatorsOfCompromise #IoCs #InfoSec #CyberSecurity #VulnerabilityManagement #SecurityInvestigation #SysAdminTips #NetworkSecurity #CyberThreats #ITSecurity #OnlineSecurity #CyberAware #TechSafety #SecureNetworking #VulnerabilityScanning #InfoSecAwareness

  10. AI Robot Snaps and Attacks Engineers on Camera

    A shocking moment caught on video shows an experimental AI robot malfunctioning and attacking its own engineering team during a demo.

    #AIRobotics #RobotFail #TechSafety #Engineering #BreakingNews #AI #tech #robots

    technology-news-channel.com/ai

  11. Grab peace of mind with the Security Gadgets Detector with AI Chip—smartly scans your surroundings and detects hidden devices using advanced AI insights.

    Place your order now:

    #SecurityGadgetsDetector #AI #AIPoweredProducts #SmartSecurity #TechSafety #aimartz #aimartzdotcom

    aimartz.com/product/security-g

  12. Found a guide for NetScaler (Citrix ADC) CVE-2023-3519 that explains how to validate and check for (currently) known Indicators of Compromise (IoCs) on a local CITRIX device.

    The full guide including the commands, can be found here: [Checklist for Citrix ADC CVE-2023-3519](deyda.net/index.php/en/2023/07)

    Please bear in mind that this is a guide "found on the internet". Although it appears to be reliable and it was mentioned by SANS stormcast, these devices are not my specific area of expertise. Use your brain and use at your own risk...

    Here are some key points from the article:

    1. **Log in with nsroot or another administrative account.**

    2. **Find out the time of the last update.** - This command lists the details of the files in the /var/nsinstall directory, which can help determine when the last update occurred.
    ```
    shell ls -ll /var/nsinstall
    ```

    3. **Check whether certain files have been adjusted since the last update.** - These commands find and list files in specified directories that have been modified since the last update.
    ```
    shell
    find /netscaler/ns_gui/ -type f -name *.php -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/vpn/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/netscaler/logon/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/python/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    4. **Check for HTTP error log files.** - These commands search for .sh and .php entries in the HTTP error log files.
    ```
    zgrep '\.sh' /var/log/httperror.log*
    zgrep '\.php' /var/log/httperror.log*
    ```

    5. **Check for Shell log files.** - This command searches for entries related to '/flash/nsconfig/keys' in the shell log files.
    ```
    grep '/flash/nsconfig/keys' /var/log/sh.log*
    ```

    6. **Check log files for known IOCs.** - This command finds and lists files with root permissions that have been modified since the last update.
    ```
    find /var -perm -4000 -user root -not -path "/var/nslog/*" -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    7. **Check for Nobody processes.** - This command lists processes running under the 'nobody' user that are not associated with '/bin/httpd'.
    ```
    shell ps aux | grep nobody | grep -v '/bin/httpd'
    ```


    #NetScaler #CitrixADC #CVE20233519 #SecurityGuide #IndicatorsOfCompromise #IoCs #InfoSec #CyberSecurity #VulnerabilityManagement #SecurityInvestigation #SysAdminTips #NetworkSecurity #CyberThreats #ITSecurity #OnlineSecurity #CyberAware #TechSafety #SecureNetworking #VulnerabilityScanning #InfoSecAwareness

  13. Found a guide for NetScaler (Citrix ADC) CVE-2023-3519 that explains how to validate and check for (currently) known Indicators of Compromise (IoCs) on a local CITRIX device.

    The full guide including the commands, can be found here: [Checklist for Citrix ADC CVE-2023-3519](deyda.net/index.php/en/2023/07)

    Please bear in mind that this is a guide "found on the internet". Although it appears to be reliable and it was mentioned by SANS stormcast, these devices are not my specific area of expertise. Use your brain and use at your own risk...

    Here are some key points from the article:

    1. **Log in with nsroot or another administrative account.**

    2. **Find out the time of the last update.** - This command lists the details of the files in the /var/nsinstall directory, which can help determine when the last update occurred.
    ```
    shell ls -ll /var/nsinstall
    ```

    3. **Check whether certain files have been adjusted since the last update.** - These commands find and list files in specified directories that have been modified since the last update.
    ```
    shell
    find /netscaler/ns_gui/ -type f -name *.php -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/vpn/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/netscaler/logon/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/python/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    4. **Check for HTTP error log files.** - These commands search for .sh and .php entries in the HTTP error log files.
    ```
    zgrep '\.sh' /var/log/httperror.log*
    zgrep '\.php' /var/log/httperror.log*
    ```

    5. **Check for Shell log files.** - This command searches for entries related to '/flash/nsconfig/keys' in the shell log files.
    ```
    grep '/flash/nsconfig/keys' /var/log/sh.log*
    ```

    6. **Check log files for known IOCs.** - This command finds and lists files with root permissions that have been modified since the last update.
    ```
    find /var -perm -4000 -user root -not -path "/var/nslog/*" -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    7. **Check for Nobody processes.** - This command lists processes running under the 'nobody' user that are not associated with '/bin/httpd'.
    ```
    shell ps aux | grep nobody | grep -v '/bin/httpd'
    ```


    #NetScaler #CitrixADC #CVE20233519 #SecurityGuide #IndicatorsOfCompromise #IoCs #InfoSec #CyberSecurity #VulnerabilityManagement #SecurityInvestigation #SysAdminTips #NetworkSecurity #CyberThreats #ITSecurity #OnlineSecurity #CyberAware #TechSafety #SecureNetworking #VulnerabilityScanning #InfoSecAwareness

  14. Found a guide for NetScaler (Citrix ADC) CVE-2023-3519 that explains how to validate and check for (currently) known Indicators of Compromise (IoCs) on a local CITRIX device.

    The full guide including the commands, can be found here: [Checklist for Citrix ADC CVE-2023-3519](deyda.net/index.php/en/2023/07)

    Please bear in mind that this is a guide "found on the internet". Although it appears to be reliable and it was mentioned by SANS stormcast, these devices are not my specific area of expertise. Use your brain and use at your own risk...

    Here are some key points from the article:

    1. **Log in with nsroot or another administrative account.**

    2. **Find out the time of the last update.** - This command lists the details of the files in the /var/nsinstall directory, which can help determine when the last update occurred.
    ```
    shell ls -ll /var/nsinstall
    ```

    3. **Check whether certain files have been adjusted since the last update.** - These commands find and list files in specified directories that have been modified since the last update.
    ```
    shell
    find /netscaler/ns_gui/ -type f -name *.php -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/vpn/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/netscaler/logon/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    find /var/python/ -type f -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    4. **Check for HTTP error log files.** - These commands search for .sh and .php entries in the HTTP error log files.
    ```
    zgrep '\.sh' /var/log/httperror.log*
    zgrep '\.php' /var/log/httperror.log*
    ```

    5. **Check for Shell log files.** - This command searches for entries related to '/flash/nsconfig/keys' in the shell log files.
    ```
    grep '/flash/nsconfig/keys' /var/log/sh.log*
    ```

    6. **Check log files for known IOCs.** - This command finds and lists files with root permissions that have been modified since the last update.
    ```
    find /var -perm -4000 -user root -not -path "/var/nslog/*" -newermt {Timestamp of Installer Files +1} -exec ls -l {} \;
    ```

    7. **Check for Nobody processes.** - This command lists processes running under the 'nobody' user that are not associated with '/bin/httpd'.
    ```
    shell ps aux | grep nobody | grep -v '/bin/httpd'
    ```


    #NetScaler #CitrixADC #CVE20233519 #SecurityGuide #IndicatorsOfCompromise #IoCs #InfoSec #CyberSecurity #VulnerabilityManagement #SecurityInvestigation #SysAdminTips #NetworkSecurity #CyberThreats #ITSecurity #OnlineSecurity #CyberAware #TechSafety #SecureNetworking #VulnerabilityScanning #InfoSecAwareness

  15. 🔧 Data recovery specialists warn of increased risk of defects in older Western Digital hard drives. Important reminder: back up your data regularly to avoid losses! 💾⚠️ Stay informed and protect your valuable files. More details at heise.de/en/news/Risk-of-Defec #DataBackup #WDHardDrives #TechSafety
    #newz

  16. Researchers warn that making AI chatbots more agreeable to boost engagement can lead them to reinforce harmful ideas, including promoting drug use. Careful design is crucial for responsible AI. #AI #Chatbots #Ethics #TechSafety #AIResponsibility #ArtificialIntelligence #TechNews

  17. Heads up tech fam. The FBI is flagging a rise in AI voice deepfakes impersonating officials to spread malware. These fakes are scarily good. Always verify before clicking or trusting a voice message. #AIThreats #DeepfakeScam #TechSafety

  18. AI Chatbots Furnished Detailed Guidance on Crafting Biological Threats

    Are AI chatbots like Gemini and Claude sharing dangerous biological weapon data? Experts warn that AI models are giving step-by-step instructions for harm.

    #aibiosecurity, #aiethics, #biothreats, #techsafety, #geminiclaude

    newsletter.tf/ai-chatbots-shar

  19. New reports show AI models are sharing instructions on how to create deadly toxins. This is a major concern for global biosecurity experts compared to last year.

    #aibiosecurity, #aiethics, #biothreats, #techsafety, #geminiclaude
    newsletter.tf/ai-chatbots-shar

  20. AI is like the brain of modern technology. When it’s well-designed and properly governed, it helps people make faster, smarter decisions, boosts productivity, and connects platforms think healthcare triage, supply-chain optimization, or personalized learning. But if it’s poorly managed, it can amplify falsehoods, create confusion, bias outcomes, and overload systems. The key challenge isn’t just capability but keeping AI safe, transparent, and reliable as it scales. #AI #AIEthics #TechSafety

  21. Tech executive warns of AI agents becoming dangerous if users give too much access

    A stark warning has been issued by industry leaders regarding the next phase of automation. As AI agents move from simple assistants to "operators" with system-level permissions, the risk of catastrophic data breaches or autonomous errors increases.

    #AIAgents #CyberSecurity #TechSafety #Automation #AIEthics #DataPrivacy #TechNews

    technology-news-channel.com/te

  22. TSA says keep your power bank in plain sight on Southwest? 🤯 Engadget's definitive 2025 guide to the best portable chargers just dropped, tackling everything from real-world battery efficiency (it's not 100%!) to the latest Qi2 25W tech. Are these new rules a bit much, or totally necessary?
    #TravelTech #PowerBank #TechSafety #Gadgets #Engadget
    engadget.com/computing/accesso

  23. AI systems powering critical decisions are prime targets for cyberattacks. Data poisoning, adversarial attacks, and model theft exploit ML vulnerabilities in ways traditional security can't detect. Real consequences include misdiagnosed diseases and market instability. #DataScience #Cybersecurity #AI #MachineLearning #DataSecurity #TechSafety kdnuggets.com/why-cybersecurit

  24. Another heartbreaking lawsuit targets AI company Character AI after a teenager's suicide, alleging the chatbot's encouragement over providing resources.

    This is a stark reminder of the ethical tightrope walk for AI developers, especially concerning vulnerable users. Where do we draw the line on AI responsibility?

    #AIethics #TechSafety #Chatbot #SoftwareDevelopment #MentalHealth
    engadget.com/ai/another-lawsui

  25. Hackers are testing Anthropic’s Claude AI for phishing and malicious code, but defenses held. Rising threats show AI’s power and the urgent need for safety, regulation, and responsibility.

    #AI #Cybersecurity #Anthropic #ClaudeAI #Phishing #TechSafety #AIRegulation #InnovationVsSecurity #TECHi

    Read Full Article Here : - techi.com/anthropic-blocks-hac

  26. 🔥 Another Google Pixel 6a caught fire despite the recent Battery Performance Program update meant to prevent overheating! 📱⚠️ Users urged to replace batteries immediately if eligible. Stay safe and informed! #GooglePixel6a #BatteryFire #TechSafety arstechnica.com/gadgets/2025/0
    #newz

  27. Survivors facing digital abuse should know they're not alone. Stalkerware lets abusers secretly monitor devices—recognize the signs, plan for safety, and find trusted help. 📱🚨 Take action if it’s safe: resources & tips at stopstalkerware.org/informatio #StopStalkerware #TechSafety
    #privacy #security

  28. Google CEO addresses AI doom scenarios with "self-modulating" safety theory: Sundar Pichai believes humanity's coordination response creates protective feedback loop against catastrophic AI risks. ppc.land/google-ceo-addresses- #AI #SundarPichai #TechSafety #AIEthics #FutureOfAI

  29. 🚨 Ransomware Attacks Are Rising – Protect Your Data Now! 🚨

    Don’t let ransomware devastate your files and memories. Use cloud backups, immutable storage, and the 3-2-1 strategy to stay safe.

    Providers like GotBackup, OneDrive & Microsoft Azure offer ransomware-resilient solutions with fast recovery options. Prioritize proactive protection today! 🛡️

    mylnks.xyz/wRYRf

    #Ransomware #DataProtection #CloudBackups #CyberSecurity #TechSafety

  30. VEEKTOMX Portable Charger Mini Power Banks Ignite. These power banks’ lithium-ion batteries overheat and ignite creating fire and burn hazards. #RecallAlert #FireHazard #TechSafety #ProductRecall #SafetyFirst
    instagram.com/p/DXHxLnxj4i6/

  31. VEEKTOMX Portable Charger Mini Power Banks Ignite. These power banks’ lithium-ion batteries overheat and ignite creating fire and burn hazards. #RecallAlert #FireHazard #TechSafety #ProductRecall #SafetyFirst
    instagram.com/p/DXHxLnxj4i6/

  32. AirTags are great for keys—not so much for pets or kids! Did you know they beep when separated from their owner? Explore better options in my latest post! #JimmyTechTips #AirTag #TechSafety #AppleTips #iPhoneTips

    jimmytechsf.com/why-using-airt