Explore top 10 tips to secure your open-source projects now. Read More

×
Alerts This Week
Warning Icon 1 595
Alerts This Week
Warning Icon 1 595

Stay Ahead With Linux Security News

Filter%20icon 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

Should Linux servers automatically install security updates?

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/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":0,"type":"x","order":4,"pct":0,"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 3 articles for you...
77

Linux SSH Servers Targeted: Protect Against Cryptojacking Attacks

It's no secret that cryptocurrencies are a valuable target for hackers. Bitcoin, Ethereum, and Litecoin are all coins worth stealing, and hackers have been working hard to get their hands on them. . One of the most common ways to steal cryptocurrency is through what's known as cryptojacking: installing malicious code on websites and then using the site's visitors' computers to mine for cryptocurrency without their knowledge. Now, we're seeing another way hackers get into cryptocurrencies: through poorly secured Linux SSH servers. This makes it easier than ever for hackers to access your system and steal your valuable data. According to The Hacker News, "Poorly secured Linux SSH servers are being targeted by bad actors to install port scanners and dictionary attack tools with the goal of targeting other vulnerable servers and co-opting them into a network to carry out cryptocurrency mining and distributed denial-of-service (DDoS) attacks ." This is why it's important for Linux admins and infosec professionals to secure their systems properly. Stay up-to-date on the latest Linux security information and insights required to secure your systems by subscribing to our weekly newsletters. Have additional questions about securing your SSH servers? Connect with us on X @lnxsec - we're here to help! Stay safe out there, fellow Linux users! . Strengthen your SSH servers to protect against unauthorized entry and cryptojacking risks targeting cryptocurrencies.. Linux SSH Security, Cryptojacking Threats, Protect Cryptocurrency, Data Theft Prevention, Server Security. . LinuxSecurity.com Team

Calendar%202 Dec 27, 2023 User Avatar LinuxSecurity.com Team Server Security
67

Mastering SSH Key Management for Enhanced Network Security

SSH keys play a critical role in server and network security, yet are too often overlooked by admins, IT professionals and security teams. . SSH keys are everywhere. However, despite their widespread use and high-privilege access, they’re often overlooked by IT and security teams. Meanwhile, malicious actors seek to exploit unmanaged and unprotected keys to perform SSH attacks and spread through networks undetected. In this blog, we’ll discuss the underlying problem of SSH key sprawl and how to prevent emerging SSH attacks, such as FritzFrog and Lemon_Duck, by implementing proper key management and security practices. The link for this article located at Security Boulevard is no longer available. . API tokens, frequently disregarded, facilitate major breaches. Discover how to secure tokens and strengthen defenses against vulnerabilities.. SSH Key Management, Network Security, Attack Prevention. . LinuxSecurity.com Team

Calendar%202 Sep 16, 2020 User Avatar LinuxSecurity.com Team Cryptography
74

Mitigating SSH Risks: Insights From Malicious Login Analysis

Malicious SSH login attempts have been appearing in some administrators' logs for several years. This article revisits the use of honeypots to analyze malicious SSH login attempts and see what can be learned about this activity. The article then offers recommendations on how to secure one's system against these attacks. Have you ever looked at your ssh logs and notice attackers trying to get in? This article analyses those logs and presents some recommendations to show you how to make your ssh server more secure. . The link for this article located at Securityfocus is no longer available. . The link for this article located at Securityfocus is no longer available.. malicious, login, attempts, appearing, administrators', years. . Bill Locke

Calendar%202 Nov 18, 2008 User Avatar Bill Locke Network Security
74

Preventing Brute Force Attacks: Strengthen SSH on Linux Servers

Sysadmins have begun noticing a coordinated attack on servers with open SSH ports that tries to stay under the radar by only attempting to guess a password three times from any compromised machine. Instead of mounting an attack form a single compromised host, hackers have worked out a means to relay a brute force attack between multiple assault machines. Do you have SSH open on your Linux machine? If so make sure that all your user's passwords are strong. Check out your system logs and see if attackers are trying to guess your passwords.. The link for this article located at channelregister is no longer available. . Recognizing synchronized brute-force login attempts targeting vulnerable credentials on UNIX systems and the significance of log surveillance.. ssh security,password management,server attack prevention. . Bill Locke

Calendar%202 Jul 14, 2008 User Avatar Bill Locke Network Security
74

Boosting SSH Defense on Ubuntu Using Denyhosts Shielding

SSH is a great way to remotely administer a server. However, it still has a number of issues when you open it up to the world. The server and client communications are secure but that doesn. First things first, sshd_config. In Ubuntu this is usually found in /etc/ssh and can be used to configure a great number of features. The simplest ones to deal with are always the best. Restricting the users who can login via SSH is a first principle. This can be done in one of two ways, by user or by group. AllowGroups allows any user in this group authenticated access to the server via SSH. A more fine grained approach is to use the AllowUsers option. The link for this article located at ubuntugeek is no longer available. . Bolster your SSH settings using Fail2Ban to limit user login attempts and boost your server's protection.. SSH Configuration, Denyhosts Security, User Access Control, Server Management. . Bill Locke

Calendar%202 Aug 28, 2007 User Avatar Bill Locke Network Security
74

Secure Your SSH Server Against Brute-Force Attacks Effectively

Practically all UNIX-based servers run a SSH server to allow remote administration across the Internet. From time to time, you might notice a large number of failed login attempts. Often, these are brute-force attacks against your SSH server In this hack, we. Change the default port Configure your SSH daemon to listen on a non-standard port. SSH servers have no trouble doing this. Just make sure you configure your firewalls to allow connections to the new port. For instance, to have your SSH daemon to accept connections on port 2222, edit the sshd_config file and modify the value of Port to 2222 and restart the SSH daemon. The link for this article located at Security-Hacks is no longer available. The link for this article located at Security-Hacks is no longer available. . Discover methods to secure your SSH server against brute-force assaults by modifying default port configurations and improving overall security measures.. SSH Security, Brute-Force Defense, Secure Remote Access, Server Hardening. . Bill Locke

Calendar%202 May 27, 2007 User Avatar Bill Locke Network Security
77

DenyHosts: Protect SSH Access From Repeated Attacks and Intrusions

DenyHosts is a tool that observes login attempts to SSH, and if it finds failed login attempts again and again from the same IP address, DenyHosts blocks further login attempts from that IP address by putting it into /etc/hosts.deny. DenyHosts can be run by cron or as a daemon. . From the DenyHosts web site: "DenyHosts is a script intended to be run by Linux system administrators to help thwart ssh server attacks. If you've ever looked at your ssh log (/var/log/secure on Redhat, /var/log/auth.log on Mandrake, etc...) you may be alarmed to see how many hackers attempted to gain access to your server. Hopefully, none of them were successful (but then again, how would you know?). Wouldn't it be better to automatically prevent that attacker from continuing to gain entry into your system? DenyHosts attempts to address the above... " This tutorial is based on a Debian Sarge system, however, it should apply to other distributions with almost no modifications. I want to say first that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you! The link for this article located at HOWTO Forge is no longer available. . Fail2ban mitigates incessant SSH login attempts, reinforcing security measures by disabling dubious IP addresses.. DenyHosts, SSH Security, Dictionary Attack Prevention. . LinuxSecurity.com Team

Calendar%202 Feb 20, 2006 User Avatar LinuxSecurity.com Team Server Security
67

SSH Security Issues And Mitigation Strategies From 2001

Just as 2000 was a rough year for firewalls, with holes blown in both commercial and open-source products, 2001 was a most uncomfortable year for the secure shell, or ssh. Several groups focused their attentions on this cornerstone of the net, and several problems emerged. ssh has emerged from this scrutiny a stronger product. . . .. Just as 2000 was a rough year for firewalls, with holes blown in both commercial and open-source products, 2001 was a most uncomfortable year for the secure shell, or ssh. Several groups focused their attentions on this cornerstone of the net, and several problems emerged. ssh has emerged from this scrutiny a stronger product. Not all of these issues affect all ssh users, so it's important to understand the vulnerabilities, their impact, and how to mitigate these risks. In this piece, several of the vulnerabililities found in 2001 are discussed, and some general recommendations for the ssh user are offered. Briefly, two major vendors of ssh products have emerged, SSH Communications, who originally developed the software, and OpenSSH, who produce an open-source derivative. When referring to the ssh client from SSH Communications, the term Ssh will be used. When referred to the OpenSSH client, the term OpenSSH will be used. This is important as they sometimes do not share security vulnerabilities. SSH1 refers to the version 1 protocol for ssh, and SSH2 refers to the second version of the protocol. The link for this article located at Linux Journal is no longer available. . Just as 2000 was a rough year for firewalls, with holes blown in both commercial and open-source pro. rough, firewalls, holes, blown, commercial, open-source. . LinuxSecurity.com Team

Calendar%202 Jan 03, 2002 User Avatar LinuxSecurity.com Team Cryptography
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

Should Linux servers automatically install security updates?

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/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":0,"type":"x","order":4,"pct":0,"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