<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>netstat &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/netstat/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Fri, 30 Dec 2011 02:18:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How Do I Find Hidden Processes and Ports ?</title>
		<link>https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/</link>
					<comments>https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Fri, 30 Dec 2011 02:09:03 +0000</pubDate>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[bruteforcing]]></category>
		<category><![CDATA[dependency tree]]></category>
		<category><![CDATA[forensic tool]]></category>
		<category><![CDATA[hidden processes]]></category>
		<category><![CDATA[kernels]]></category>
		<category><![CDATA[lkms]]></category>
		<category><![CDATA[ms windows operating systems]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[netstat command]]></category>
		<category><![CDATA[posix]]></category>
		<category><![CDATA[process ids]]></category>
		<category><![CDATA[security projects]]></category>
		<category><![CDATA[ss command]]></category>
		<category><![CDATA[tcp udp ports]]></category>
		<category><![CDATA[unhide-tcp command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=1274</guid>

					<description><![CDATA[<p>Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique. Unhide (ps) Detecting hidden processes. Implements six techniques Compare /proc vs /bin/ps output  Compare info gathered from /bin/ps with info gathered by walking thru the procfs. Compare info gathered from /bin/ps with info gathered [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/">How Do I Find Hidden Processes and Ports ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p><strong>Unhide</strong> is a forensic tool to find hidden processes and TCP/UDP ports by rootkits / LKMs or by another hidden technique.<span id="more-1274"></span><br />
<strong>Unhide (ps)</strong><br />
Detecting hidden processes. Implements six techniques</p>
<ul>
<li>Compare /proc vs /bin/ps output</li>
<li> Compare info gathered from /bin/ps with info gathered by walking thru the procfs.</li>
<li>Compare info gathered from /bin/ps with info gathered from syscalls (syscall scanning).</li>
<li>Full PIDs space occupation (PIDs bruteforcing)</li>
<li>Reverse search, verify that all thread seen by ps are also seen by the kernel ( /bin/ps output vs /proc, procfs walking and syscall )</li>
<li>Quick compare /proc, procfs walking and syscall vs /bin/ps output.</li>
</ul>
<p><strong>Unhide-TCP</strong><br />
Identify TCP/UDP ports that are listening but not listed in /bin/netstat doing brute forcing of all TCP/UDP ports availables.</p>
<h2>How do I install unhide</h2>
<p>To install Unhide under CentOS/RedHat, login as root and type the following command</p>
<pre>
# yum install unhide
</pre>
<p>Sample outputs</p>
<pre>
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package unhide.x86_64 0:0.0.20080519-1.el5.rf set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package       Arch          Version                      Repository       Size
================================================================================
Installing:
 unhide        x86_64        0.0.20080519-1.el5.rf        rpmforge        528 k

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 528 k
Is this ok [y/N]: y
Downloading Packages:
unhide-0.0.20080519-1.el5.rf.x86_64.rpm                  | 528 kB     00:02
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : unhide                                                   1/1

Installed:
  unhide.x86_64 0:0.0.20080519-1.el5.rf

Complete!
</pre>
<h2>How do I use this tool</h2>
<p>You can use it as follows:</p>
<pre>
# unhide proc | sys | brute
</pre>
<p>Example, type the following command to find hidden proc</p>
<pre>
# unhide proc
Unhide 20080519
yjesus@security-projects.com
[*]Searching for Hidden processes through /proc scanning
</pre>
<p>Example, type the following command to find the hidden TCP/UDP ports</p>
<pre>
# unhide-tcp
</pre>
<p>Sample outputs</p>
<pre>
Unhide 20080519
yjesus@security-projects.com
Starting TCP checking
Starting UDP checking
</pre>
<p>No found hidden ports using the unhide-tcp command.</p>
<g:plusone href="https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/">How Do I Find Hidden Processes and Ports ?</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-do-i-find-hidden-processes-and-ports/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
