Alerts This Week
Warning Icon 1 677
Alerts This Week
Warning Icon 1 677

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...
77

Mitigating cShell DDoS Attacks: Enhance SSH Security Now

Linux security admins must be wary of an emerging and dangerous threat: the cShell DDoS bot malware. Recently discovered by researchers at ASEC, this sophisticated bot uses Go programming language-based code known as cShell to exploit weak passwords and poor security practices in SSH servers running Linux-based operating systems to gain control. Popular Linux utilities like screen and hping3 orchestrate distributed denial-of-service (DDoS) attacks that leverage infected systems to overwhelm their targets with traffic. . This discovery underscores the importance of strong SSH security protocols. Essential safeguards include using complex passwords, enabling multi-factor authentication, and promptly applying software updates. By staying informed on threats like cShell, Linux administrators can better safeguard their systems against being co-opted into destructive botnets. In this article, we'll explore the specifics of how this attack works, the implications of the cShell threat, and share practical mitigation strategies you can implement to secure your SSH servers. Anatomy of cShell A routine for installing malware after initial access (source: AhnLab SEcurity intelligence Center) To fully grasp the threat posed by cShell, it is crucial to comprehend its workings. The bot starts its devious activities by conducting brute force attacks against SSH servers by trying various combinations of usernames and passwords until gaining unauthorized entry to one. Once inside, the cShell bot installs itself and then leverages screen and hping3, both legitimate tools often used by system administrators, to conduct malicious operations without detection. Screen is a terminal multiplexer that enables multiple terminal sessions to open simultaneously and become detached, making it a favorite tool among cyber attackers who wish to maintain a persistent presence on a compromised system without alerting its legitimate users. Furthermore, hping3 is a network tool used for testing and exploiting TCP/IPprotocols , making it highly suitable for DDoS attacks. Implications of cShell Compromise Compromise due to a cShell malware attack can have severe repercussions, from infection to inclusion in an attacker-controlled botnet network to launch DDoS attacks that overwhelm targeted websites with traffic until they become inaccessible to visitors. This can disrupt business operations, incur financial losses, and damage your reputation. Using legitimate tools, such as screen and hping3, allows the cShell malware to evade detection and removal, adding further complexity and stress to protecting compromised systems and reinforcing the importance of proactive security measures. Practical Mitigation Advice for Preventing cShell Attacks Taking proactive measures to boost your system defenses is essential in mitigating the risk of cShell attacks. Below are several practical strategies you can implement to enhance SSH security and protect against this emerging threat: Strengthening SSH Security The discovery of cShell is a stark reminder of the necessity for strong SSH security . One simple and effective method for improving SSH security is using strong passwords containing uppercase letters, numbers, and special characters and altering them regularly. This practice can significantly decrease the probability of successful brute-force attacks on SSH systems. Adding A Layer of Security with MFA Multi-factor authentication (MFA) can also be an essential defense mechanism. Even if an attacker can guess the SSH password correctly, with MFA, they still must provide additional authentication methods - for example, by receiving a code sent directly to their mobile phone - before being granted access. This extra layer of security may thwart many attempted breaches. Maintaining Updated Systems Regular system updates are another key way of protecting against malware like cShell. Developers regularly release security patches for their software, giving Linux administrators an edge against cyberattackers. Applying updates should extend to SSH daemon, screen, and hping3 server software. Regular System Monitoring Given cShell's sneaky nature, effective monitoring systems are essential to its detection and early response. Administrators should monitor for unusual network activity or unfamiliar screen sessions that are either unexpected or suspicious. Real-time alert tools for potential security incidents can also prove invaluable in warning about possible security incidents that need attention quickly so administrators can respond before severe damage occurs. With effective monitoring measures, administrators can detect threats quickly before any irreparable harm has been done to their network or business operations. Educating and Training Your Team Along with technical defenses, education and training of IT teams regarding current cyber threats is also critical. They should understand common attack vectors associated with malware, such as cShell, and any associated compromise indicators. Regular training sessions can ensure all team members remain current on security trends and practices. Informed teams provide crucial protection from potential cyberattacks. Conducting Regular Security Audits Regular security audits are another effective means of guarding against DDoS bot malware, providing administrators with an invaluable way to identify any weak spots and pinpoint potential improvements to security measures. By performing regular reviews of security practices and procedures, administrators can make sure their security practices are effective and up-to-date. Incident Response Planning Preparing an incident response plan is essential to mitigating the effects of a cShell attack or any security breach, minimizing disruption and damage. An adequately structured incident response plan should outline all necessary steps to respond to any security incident, such as identifying threats, containing damages, eliminating malware infections , and recovering system functionalityquickly. A well-crafted incident response plan can significantly shorten response time while protecting system functionality. Our Final Thoughts on Preparing for This Emerging Linux Malware Threat The rise of cShell is an alarming reminder of the evolving and pervasive cybersecurity threats facing Linux security administrators today. By taking proactive steps to strengthen SSH security, updating systems regularly, implementing comprehensive monitoring measures, educating teams on security best practices, conducting regular security audits, and developing an incident response plan, they can better safeguard their systems from attacks like cShell. Staying ahead of threats and practicing stringent security is about safeguarding individual systems and contributing to a broader security ecosystem. Each secure system is one less tool for cybercriminals' attacks, and by working together, the Linux community can build more secure networks that offer greater resilience for everyone. . In order to combat the rising threats from cShell DDoS malware, robust SSH protocols and protective measures are vital for Linux system administrators.. cShell Malware, DDoS Protection, SSH Security Measures, Linux Admin Strategies, Incident Response Planning. . Brittany Day

Calendar 2 Dec 20, 2024 User Avatar Brittany Day Server Security
74

Netplan 1.0 Release Overview: Enhanced Security and Configuration Benefits

Canonical , the company behind Ubuntu , has introduced Netplan 1.0 , a network configuration tool that simplifies networking configuration on Linux systems. Netplan acts as a control layer above network stacks like systemd-networkd and NetworkManager, allowing administrators to manage and configure them easily. . What's New in Netplan 1.0? What Are the Network Security Implications of This Release? The release of Netplan 1.0 brings new features, such as support for WPA2 and WPA3 security protocols, improved wireless functionality, and better support for various network interface types. It also includes maintenance enhancements, such as a new buildsystem and automatic memory leak detection. Netplan has been made the default network management tool in upcoming releases of Ubuntu and Debian. Netplan 1.0 is an important development for Linux admins, infosec professionals, and sysadmins, as it dramatically simplifies the network configuration process on Linux systems. Introducing a control layer like Netplan allows for a streamlined user experience across different flavors of Ubuntu, making it easier to manage and configure network stacks. This is particularly valuable for organizations that need to configure Linux systems at scale. Including support for WPA2 and WPA3 security protocols in Netplan 1.0 is a significant security enhancement. As security practitioners, Linux admins and infosec professionals must ensure that network configurations are secure. By supporting these latest security protocols, Netplan enables better protection for wireless networks, which is especially important considering the increasing prevalence of Wi-Fi attacks and vulnerabilities. Furthermore, the improvements in maintenance, such as the adoption of Meson for the buildsystem and the implementation of automatic memory leak detection, highlight Canonical's commitment to quality and reliability. These enhancements contribute to a more stable and robust network configuration tool, reducing the chances of downtime andnetwork vulnerabilities. Looking ahead, adopting Netplan as the default network management tool in Ubuntu and Debian releases has long-term implications. It signifies Canonical's confidence in the tool's capabilities and potential impact on the Linux community. Sysadmins and Linux security practitioners need to consider the consequences of this shift, including the need for training and familiarization with Netplan's features and functionalities. As with any new technology, questions arise. How well does Netplan integrate with existing network management tools and configurations? Are there any compatibility issues when migrating from previous network management tools to Netplan? How will the community respond to Netplan's introduction as the default tool? These important questions must be addressed and explored in further discussions and testing within the Linux community. Our Final Thoughts on the Netplan 1.0 Release Netplan 1.0 significantly improves network configuration on Linux systems, simplifying the process for Linux admins, infosec professionals, and sysadmins. Including WPA2 and WPA3 support enhances network security, while the improvements in maintenance contribute to a more reliable tool. However, the transition to Netplan as the default network management tool raises questions and requires careful consideration by the Linux community. Moving forward, it will be essential for security practitioners to stay updated with Netplan's developments , understand its implications, and assess its suitability for their network configurations. . Explore Netplan 1.0's modern YAML template system for Linux network configuration, promoting clarity, security, and streamlined management of network setups. Netplan, Ubuntu Network Tool, Network Configuration, WPA3 Support, Linux Security. . Brittany Day

Calendar 2 Apr 09, 2024 User Avatar Brittany Day Network Security
79

Snyk: Security Issues In Docker Official Images Announced

Snyk is now checking Docker Official Images for security holes - helping protect sysadmins who grab container images for production without checking them for vulnerabilities first. . I love containers. You love containers. We all love containers. But our love for them blinds to us to the fact that we often don't really know what's running within them. In 2019, Snyk , an open-source security company, found that the "top 10 most popular Docker images each contain at least 30 vulnerabilities." Ouch. Snyk wasn't talking about security problems with container technology itself. Those problems, like 2019's runc security hole , the Docker and Kubernetes container runtime, do exist, and they're serious. But far more common are insecure applications within containers. Now, Snyk and Docker are partnering up to find and eliminate security problems in the Docker Official Images . . Aqua Security scans container images from Docker Hub for vulnerabilities, empowering IT professionals to enhance their container protection strategies.. Docker Image Security, Snyk Scan, Container Vulnerabilities, Sysadmin Tools, Docker Official Images. . LinuxSecurity.com Team

Calendar 2 Oct 23, 2020 User Avatar LinuxSecurity.com Team Security Projects
78

BusKill: New USB Cable for Linux Laptops Prevents Theft and Data Loss

A software engineer has designed a so-called USB "kill cable" that works as a dead man's switch to shut down or wipe a Linux laptop when the device is stolen off your table or from your lap in public spaces like parks, malls, and internet cafes. Learn more about this interesting and potentially dangerous new USB cable: . The cable, named BusKill , was designed by Michael Altfield , a software engineer and Linux sysadmin from Orlando, Florida. The idea is to connect the BusKill cable to your Linux laptop on one end, and to your belt, on the other end. When someone yanks your laptop from your lap or table, the USB cable disconnects from the laptop and triggers a udev script [ 1 , 2 , 3 ] that executes a series of preset operations. The link for this article located at ZDNet is no longer available. . Discover BusKill, a USB cable that acts as a dead man’s switch to protect your Linux laptop from theft and data loss.. software, engineer, designed, so-called, cable', works, man', switch. . LinuxSecurity.com Team

Calendar 2 Jan 03, 2020 User Avatar LinuxSecurity.com Team Vendors/Products
78

Introducing Linux Netwosix Virtual Community for System Administrators

Finally the first Linux Netwosix Virtual Community is born. . Linux Netwosix is a powerful and optimized Linux distribution for servers and Network Security related jobs. It can be also used for special operations as penetration test with its big collection of softwares and sources security oriented. It's a ligh distribution created for the requirements of every SysAdmin and it's very portable and highly configurable. Our philosophy is to give a big liberty of configuration to the SysAdmin. Only in this way he/she can configure a powerful and stable server machine. Linux Netwosix have also a powerful ports system (Nepote) similar to the xBSD systems but more flexible and usable. The link for this article located at netwosix.org is no longer available. . Linux Guardsix is a robust and fine-tuned Linux variant tailored for server management and Network Safety functions.. Network Security, Linux Distribution, Sysadmin, Configuration, Penetration Testing. . LinuxSecurity.com Team

Calendar 2 Jan 09, 2005 User Avatar LinuxSecurity.com Team Vendors/Products
79

Linux Netwosix 1.2: An Optimized Distribution For SysAdmins And Security

I'm ready to announce that Linux Netwosix 1.2 is ready. I have completely rebuilt , upgraded and secured the system. Please, read the Announcement Release. Is based on the powerful and reliable Kernel 2.6.9 and has been created for the requirements of every SysAdmin. Nepote contains the updated packages. You can download Netwosix from our Download Center or from one of our mirrors. Thank you! . . .. What's Netwosix ? ******************* Linux Netwosix is a powerful and optimized Linux distribution for servers and Network Security related jobs. It can also be used for special operations such as penetration testing with its big collection of security oriented software and sources. It's a light distribution created for the requirements of every SysAdmin and it's very portable and highly configurable. Our philosophy is to give greater liberty for configuration to the SysAdmin. Only in this way can he/she configure a powerful and stable server machine. Linux Netwosix also has a powerful ports system (Nepote) similar to the xBSD systems but more flexible and usable. Features ******************* The system has been completely rebuilt, now assures a high security for your network. Linux Netwosix 1.2 resolves all the critical problems discovered into releases 1.0 and 1.1 and now could be considered like one of the most important distribution in this field thanks to its lightweight and clear structure and now it's more configurable and secure. Some features: - New SETUP method - New HOWTO - All packages upgraded to latest and fixed versions. - Very very light iso image fast to download and install (~224MB). - It runs Linux Kernel 2.6.9. - System binaries linked with the GNU C Library, version 2.3.3. - Iptables 1.2.9. - GCC 3.3.3 as the default C compiler. - It runs "nepote" as default Porting Tool (updated with the new packages). - Perl 5.8.4 as perl compiler. The new system is 224 MB and "Xfree86" is optional. The link for this article located at netwosix.org is no longeravailable. . Linux Netwosix 1.2 is a streamlined distribution tailored for system administration and network protection, emphasizing a minimalistic approach.. Netwosix, Server Optimization, Network Security. . LinuxSecurity.com Team

Calendar 2 Nov 28, 2004 User Avatar LinuxSecurity.com Team Security Projects
79

Linux Netwosix 1.1 Release: Critical Update for Network Security

Vincenzo Ciaglia writes: Linux Netwosix 1.1 is released and assures a high security to your system and your net. The system has been completely rebuilt and this version fix all the bugs of last release. Link points to full announcement. . . . . Linux Netwosix Announcement Release Italy Release 1.1 - 21 March 2004 Codename -> Solstizio by Vincenzo Ciaglia ************************************************************************** The NETWOSIX Linux distribution (v. 1.1) is now available. What's Netwosix ? ******************* Linux Netwosix is a powerful and optimized Linux distribution for servers and Network Security related jobs. It can also be used for special operations such as penetration testing with its big collection of security oriented software and sources. It's a light distribution created for the requirements of every SysAdmin and it's very portable and highly configurable. Our philosophy is to give greater liberty for configuration to the SysAdmin. Only in this way can he/she configure a powerful and stable server machine. Linux Netwosix also has a powerful ports system (Nepote) similar to the xBSD systems but more flexible and usable. Features ******************* The system has been completely rebuilt, now assures a high security for your lan. Linux Netwosix 1.1 resolves all the critical bugs discovered into release 1.0. We suggest of reinstalling from scratch Linux Netwosix 1.1, the system updating tool doesn't work because there are too many corrections in this release that doesn't assure a complete update of your Linux Netwosix 1.0. However this function will be qualified in the next release. Some features: - It runs Linux Kernel 2.6.4. - System binaries linked with the GNU C Library, version 2.3.2. - Printer server powered by CUPS 1.1.19. - Duoble possibility of installation: from .tgz or from .tar.gz (for experts). - Iptables 1.2.7a. - GCC 3.3.2 as the default C compiler. - It runs "nepote" as default Porting Tool (updated with the new packages). - Perl 5.8.2 as perl compiler. -A big collection of tools security-oriented is localized into /netwosix/tools of the Official NETWOSIX Cdrom. The new system is less then 450 MB and "Xfree86" is optional. Additionl Features ******************** - Support for fully encrypted network connections with OpenSSL (this version is without bugs), OpenSSH, and GnuPG. - Apache 2.0.48 web server and PHP 4.3.4 - The latest version of SAMBA - The updated version of Mutt, the mail client - Zebra 0.94, the free routing software distributed under GNU GPL. - Support for Proftp 1.2.9 - Wireless tools (wireless_tools25) - many many others .... Download CD Image ******************** The complete list of all the mirror is available from our Download Center at: Virtual Community ******************** The IRC official channel of Linux Netwosix is available at: irc.freenode.net - #netwosix The official Mailing Lists are available at: https://www.secpoint.com Acknowledgements ******************** Thanks to all the peoples that have believed in this project. Thanks to all the peoples and companies that have hosted the iso images. CD Image Checksum ******************** MD5 (netwosix1.1.x86.iso) = 0c8b1633dcf32dfe9841ba01c552ad7b Happy hacking with Linux Netwosix! ---- Vincenzo Ciaglia - Project Leader of Linux Netwosix - Linux Netwosix® is copyrighted by Vincenzo Ciaglia - Linux Netwosix® is a project of Vincenzo Ciaglia For questions and comments, please, visit the contact page. Powered by FuturaHost.com . Linux Netwosix 1.1 introduces fortified security features for local networks, featuring significant upgrades and advising a full reinstallation for optimal performance.. Netwosix, Network Security, SysAdmin, Security Tools, Penetration Testing. . LinuxSecurity.com Team

Calendar 2 Mar 22, 2004 User Avatar LinuxSecurity.com Team Security Projects
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