Alerts This Week
Warning Icon 1 562
Alerts This Week
Warning Icon 1 562

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found -2 articles for you...
83

Double-Extortion Ransomware Insights and Defensive Strategies for Linux

As cybersecurity evolves, so too has its threats. Symantec recently identified an emerging threat aimed at Linux systems. This new type of ransomware (called double extortion by its creators) encrypts files and exfiltrates and holds onto data, demanding ransom payments in return. Such sophisticated cybercriminal tactics highlight their audacity while attacking many enterprise and cloud environments - an audacious move by cybercriminals targeting such essential infrastructure as server farms. . Here is more insight into this ransomware's mechanisms, its danger, and exploited vulnerabilities, along with actionable insights for Linux administrators looking to protect themselves and fortify defenses against attack. How Does This Ransomware Work & What Makes It So Dangerous? This ransomware variant , believed to have been created by an English- and Spanish-speaking actor, leaves behind a ransom note (/root/README.txt and /user/[username]/README.txt) outlining the steps victims must follow. Furthermore, its relentless behavior involves shutting down processes like PostgreSQL, MongoDB, MySQL, Apache2, Nginx, and PHP-FPM to stop recovery or interference during the attack. It hijacks /etc/motd files to display warning messages, creating a sense of urgency and fear among victims. When files have been encrypted, a ransom note in English and Spanish states that significant volumes of sensitive data have been stolen and encrypted. The perpetrators demand contact via Session, an anonymous messaging app, to negotiate ransom payment in return for decryption keys, emphasizing their preference for secure communication channels. This ransomware poses an extraordinary danger due to its Double-Extortion technique. Not only are files encrypted, making them inaccessible, but exfiltrated data also provides attackers with additional leverage against businesses. Companies could experience operational capacity loss due to this ransomware attack, and their confidentiality and integrity could be breached, potentiallyleading to regulatory penalties and irreparable reputation damage. Who Is At Risk? This attack is non-discriminatory in its approach. If left vulnerable, any Linux system—found across much of the Internet, cloud infrastructures, and enterprise backends—could become a ransomware attack victim. Organizations with significant data assets, operational reliance on affected databases or services, and inadequate security postures are particularly at risk from this malware threat. Fortifying Defenses: A Guide for Administrators In response to this ever-present danger, Linux administrators must employ multiple layers of defenses to protect their systems and data. Here is some practical and specific advice for defending against this ransomware: Recurring Backups: Create encrypted off-site backups of all critical information to protect against possible attacks. Regular encrypted off-site backups could act as your safety net in case of an attack. Process and Service Monitoring: Establish monitoring to detect unanticipated stops or modifications of critical services (e.g., PostgreSQL and MongoDB) to detect and address malicious activities promptly. Apply Patches & Updates: Apply regular security updates and patches that could protect against ransomware threats. Access Controls: Employ stringent access controls and permission policies to restrict administrative privileges to only essential processes or users. Intrusion Detection Systems: Use file integrity monitoring and intrusion detection systems (IDS) to detect changes or suspicious activities on your systems. Educate and Train: Raise awareness within your operational teams about cyber threats and safe practices. Phishing often serves as an entryway to malware infections. Network Segmentation: Divide your network into segments to prevent intrusions from spreading and provide enhanced protection for sensitive areas through improved controls. Our Final Thoughts on This Ransomware The recentrise of double-extortion ransomware targeting Linux systems is a stark reminder of cyber adversaries' increasing sophistication and audacity. It underscores the necessity of adopting a proactive security strategy comprised of technological solutions and a culture of awareness and preparedness. Organizations can significantly lower their risks by understanding the nature of ransomware attacks, recognizing signs of an attack, and taking recommended security measures to secure systems and data against cyber threats. Vigilance, preparedness, and resilience are key to protecting system and data integrity in an ever-evolving cyber threat environment. . Double-extortion ransomware poses a serious threat to Linux systems, encrypting data and demanding ransom while threatening to leak sensitive information. Linux Ransomware, Data Exfiltration, Malware Prevention, Cyber Threats. . Anthony Pell

Calendar 2 Aug 13, 2024 User Avatar Anthony Pell Hacks/Cracks
212

How Kernel Security Features Enhance Process Monitoring in Kubernetes

The large attack surface of Kubernetes’ default pod provisioning is susceptible to critical security vulnerabilities, some of which include malicious exploits and container breakouts. I believe one of the most effective workload runtime security measures to prevent such exploits is layer-by-layer process monitoring within the container. . It may sound like a daunting task that requires additional resources, but in reality, it is actually the opposite. In this article, I will walk you through how to use existing Linux kernel security features to implement layer-by-layer process monitoring and prevent threats. Containerized workloads in Kubernetes are composed of numerous layers. An effective runtime security strategy takes each layer into consideration and monitors the process within each container, also known as process monitoring. . Explore the role of Linux kernel security features in enhancing process oversight within Kubernetes environments, elevating container safety measures.. Kernel Security, Kubernetes, Process Oversight, Container Monitoring, Runtime Security. . Brittany Day

Calendar 2 Jan 06, 2023 User Avatar Brittany Day Cloud Security
78

Effective Security Audits With Env_audit: Secure Your Environment

Steve Grubb submits : Env_audit is a program that ferrets out everything it can about the environment. It is ideal for looking for security problems due to misconfiguration or software bugs. Software developers that write any program that shells out to . . . . Steve Grubb submits : Env_audit is a program that ferrets out everything it can about the environment. It is ideal for looking for security problems due to misconfiguration or software bugs. Software developers that write any program that shells out to run a command should be audited with this software. It looks for all process IDs, supplemental groups, working directory & umask, process priority, signal masks, environmental variables, rlimits, capabilities, and leaked file descriptors. The leaked descriptors will identify: regular files, directories, character or block devices, fifo/pipes, sockets, and Sun door descriptors. It comes with test configurations or instructions for: anacron, apache, atd, crond, dtterm, gdb, inittab, logrotate, php, pppd, procmail, rxvt, sendmail, sshd, stunnel, su, sudo, xinetd, and xterm. The link for this article located at Steven Grubb is no longer available. . Sec_audit identifies weaknesses within software platforms, promoting robust setups and comprehensive security assessments.. Env_audit, Process Monitoring, Environment Security, Security Tools. . LinuxSecurity.com Team

Calendar 2 Nov 21, 2002 User Avatar LinuxSecurity.com Team Vendors/Products
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here