<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=8196&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan Server compromised]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=8196</link>
		<description><![CDATA[The most recent posts in Devuan Server compromised.]]></description>
		<lastBuildDate>Wed, 16 Sep 2026 16:30:51 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65600#p65600</link>
			<description><![CDATA[<p>For a home system it&#039;s best not to allow any inbound connections from the internet to reach it (unless you have a really good reason to allow them).</p><p>Remote systems will need to allow remote access. Changing the port ssh listens on will cut the amount of noise in the logs but doesn&#039;t provide much real security. The one I help administer has root logons disabled and the accounts on it have non-obvious names and strong passwords (we normally log on with SSH keys anyway). So an attacker would need to guess both an ID and it&#039;s password.</p><p>And we have backups so it&#039;s not a disaster if it did get hacked.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Wed, 16 Sep 2026 16:30:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65600#p65600</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65598#p65598</link>
			<description><![CDATA[<p>Fortunately does not always work (it did not on the ip address of the replacement server), <br />but anyway, there are still many attempts to guess passwords brute force just on the official ports. So it is still a slight relief which btw i&#039;ve bee using for years. Of course i am aware that a port scanner will always lead to results. And that with more computing power (and with KI help) intrusion has become a lot easier.</p>]]></description>
			<author><![CDATA[dummy@example.com (beate)]]></author>
			<pubDate>Wed, 16 Sep 2026 13:08:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65598#p65598</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65597#p65597</link>
			<description><![CDATA[<p>Using a non-standard port for ssh (or any service) doesn&#039;t work as well as it used to. If your server is exposed to the internet, it&#039;s just a matter of checking your IP address to see what ports you have open.<br />Search here: <a href="https://search.censys.io/" rel="nofollow">https://search.censys.io/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 16 Sep 2026 12:54:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65597#p65597</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65596#p65596</link>
			<description><![CDATA[<p>No. I am not clickbaiting at all. Must say that very clearly. Up to You everyone understood that i was talking on a devuan based server. <br />And maybe one could consider that not all users here are native speakers and therefore tend to express things differently. </p><p>But there are always people who apparently feel good at misunderstanding.</p>]]></description>
			<author><![CDATA[dummy@example.com (beate)]]></author>
			<pubDate>Wed, 16 Sep 2026 12:36:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65596#p65596</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65594#p65594</link>
			<description><![CDATA[<p>I find the title of this thread misleading bordering on clickbait as it could imply that the offcial Devuan server(s) has been comprmised, it should be changed to something like &quot;personal server running an ancient Devuan release compromised&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (tux_99)]]></author>
			<pubDate>Wed, 16 Sep 2026 12:20:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65594#p65594</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65592#p65592</link>
			<description><![CDATA[<p>In a small private network it may be advisable to configure ssh to a non-standard port. E.g instead of 22 use 1223.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Wed, 16 Sep 2026 11:11:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65592#p65592</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65587#p65587</link>
			<description><![CDATA[<p>Thanks for reporting.</p><p>I&#039;d suggest using port knocking for all ssh service. There are several port knocking schemes available, and you can easily set up your client <span class="bbc">.ssh/config</span> to issue port knocking sequences in any scheme prior to making the connection. And at the server(s) you may utilise <span class="bbc">iptables</span> with <span class="bbc">ipset</span> to keep the ssh port blocked normally, and then open briefly for an client IP that presents the &quot;right knock&quot;.</p><p>One class of knock detection would use UDP message(s) with special code(s) to pre-defined ports, where perhaps the server have special <span class="bbc">iptables</span> rules to detect those. Rules like</p><div class="codebox"><pre><code>-A knock -p tcp -m set --match-set GATE4 src -j SET --add-set GATE4 src --exist --timeout 600
-A knock -m set --match-set GATE4 src -j ACCEPT
-A knock -p udp -m udp --dport 25 -m string --string &quot;I&#039;mTheUrbanSpaceman&quot; --algo bm --from 28 -j SET --add-set GATE4 src --timeout 5
-A knock -p tcp -m tcp --dport 22 -j DROP
-A INPUT -j knock
-A OUTPUT -p tcp -m set --match-set GATE4 src -j SET --add-set GATE4 src --exist --timeout 600</code></pre></div><p>That collection of rules opens port 22 for 5 seconds upon receiving a UDP message with special content on port 25, and then refreshes the hole to 10 minute openings for any input or output packet from/to that same IP.</p><p>I&#039;m sure there are packaged schemes available as well, if iptables rule editing feels scary.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 16 Sep 2026 00:08:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65587#p65587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65585#p65585</link>
			<description><![CDATA[<p>This is not a company but a family&#039;s private server. With only two people knowing the password. And the root login came came from outside</p>]]></description>
			<author><![CDATA[dummy@example.com (beate)]]></author>
			<pubDate>Tue, 15 Sep 2026 22:17:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65585#p65585</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65582#p65582</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>the attac was performed through a login as root via ssh. With the correct password. No attepts to guess it could be found.</p></div></blockquote></div><p>inside job</p>]]></description>
			<author><![CDATA[dummy@example.com (yurimodin)]]></author>
			<pubDate>Tue, 15 Sep 2026 21:21:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65582#p65582</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65578#p65578</link>
			<description><![CDATA[<p>BTW: a newer server initally set up as devuan chimaera or daedalus vie apt-get from a corresponding debian installation apparently has not (yet) been compromised. <br />But here the SSHD config did also permit root logins. Is that an issue of the, well actually not too outdated, debians or an issue of devuan? Or maybe an issue of the inital setup from the vserver provider&#039;s template?</p><p>Anyway, scanbot.me seems to be pretty well known as a phishing site which usually works through email appendices. Which rises the question if and if yes, how, the door could have been the mail server (older postfix with greylisting, no DKIM/DMARC, but otherwise thoroughly configured) in combination with recent thunderbird.</p><p>I am running claws-mail which cannot execute garbage in the emails, but the other users (ex wife and my son) use thunderbird.</p>]]></description>
			<author><![CDATA[dummy@example.com (beate)]]></author>
			<pubDate>Tue, 15 Sep 2026 18:24:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65578#p65578</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65577#p65577</link>
			<description><![CDATA[<p>yes, there are multiple CVEs related to ssh, basically any ssh-server version under 9.5 is considered compromised with working exploits.</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Tue, 15 Sep 2026 17:53:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65577#p65577</guid>
		</item>
		<item>
			<title><![CDATA[Devuan Server compromised]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65576#p65576</link>
			<description><![CDATA[<p>One of my servers has recently been hacked. Added to a bot network, and apparently still sleeping. It was an old server, still running 32 bit ASCII. It had emerged through about 20 years from some early debian installation.</p><p>I know, ASCII is really outdated, but it was not upgradable due to technical issues - the virtual machine running it limited glibc to version 3.10 which meant that nothing more recent could be run.</p><p>What happened:</p><p>the attac was performed through a login as root via ssh. With the correct password. No attepts to guess it could be found. </p><p>Strange enough, the ssh server had been opened to allow root login. Which i had disallowed from the very first setup of that server. But i just saw that ssh root login is enabled by default in excalibur without a warning.&#160; </p><p>To me it looks as if the intruder actually had compromised the system earlier,&#160; learning the password (it was strong 20 years ago, but weak for modern resources).</p><p>Anyway:</p><p>Apparently this is closely connected to the phishing site scanbot.me showing that that site even intrudes mail servers if possible. </p><p>the intruder installed a bot-net client in /tmp/.drone/ hiding in the process list as <br />&quot;-bash&quot; and &quot;crond&quot;</p><p>hidden in </p><p>/tmp/.drone/</p><p>It was conncted to server 45.58.183.18 through port 6667 and to 51.79.74.212 through port 80. There are more possible controlling servers configured.</p><p>the crontab had been modified to restart the client within 5 minutes and to load data from scanbot.me</p><p>of course the &quot;authorized_keys&quot; of any user on the system are also compromised.</p>]]></description>
			<author><![CDATA[dummy@example.com (beate)]]></author>
			<pubDate>Tue, 15 Sep 2026 17:19:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65576#p65576</guid>
		</item>
	</channel>
</rss>
