Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Ahead With Linux Security HOWTOs

Filter Icon Refine HOWTOs
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 HOWTOs

We found -1 articles for you...
167

Boost Linux Network Security Through Comprehensive Open Ports Auditing

Know your network inside out by regularly checking for open ports with these Linux commands. . Open network ports are the easiest entry points to your network. Sometimes, there might be unwanted services running on ports that are externally visible from the internet. In case these services are vulnerable, your network would be at constant threat of an attack as every day the entire internet is being mass scanned for vulnerable services on open ports. Learn how you can scan and view open ports on your Linux systems, so you can defend your network from threats. Network ports are logical access points of your system that can be used as a channel to host multiple services. A port is represented by a 16-bit integer so, the highest port number is 65535. You can think of ports like windows and doors of a house—basically all the different entry points to a house or, a computer. Ports are of three types: system ports (1-1023), registered ports (1024-49151), and ephemeral, or dynamic ports (49152-65535). . Unmonitored network ports can serve as vulnerable access points for cyber threats. Consider these strategies to bolster your Linux network defense.. Open Ports, Linux Network, Port Scanning, Network Security, Linux Commands. . Brittany Day

Calendar 2 Jul 16, 2023 User Avatar Brittany Day How to Secure My Network
167

Utilizing Nmap to Scan Ports for Enhanced Network Security Insights

Here's how to use the Nmap network auditing tool to scan all ports, including open ports and specific ones, to identify any weakpoints in your system. . Nmap is a robust tool for scanning computer networks, helping you to spot any weakpoints in a system. Its compelling feature set makes it the de-facto tool for monitoring open ports on your network. Some of its other features include host discovery, service detection, and OS fingerprinting. So how can you use Nmap port scan techniques to find all open ports? . Nmap is essential for identifying vulnerabilities in your network. Learn to effectively perform scans for open ports, services, and potential weaknesses to secure your infrastructure. Nmap Tool, Network Scanning, Port Discovery, Security Auditing. . Brittany Day

Calendar 2 Jan 21, 2022 User Avatar Brittany Day How to Secure My Network
160

Explore Knocker: The User-Friendly TCP Port Scanner for Analysis

Knocker is a simple and easy to use TCP security port scanner written in C to analyze hosts and all of the different services started on them.. . Knocker is a simple and easy to use TCP security port scanner written in C to analyze hosts and all . knocker, simple, security, scanner, written, analyze, hosts. . Anthony Pell

Calendar 2 Jan 07, 2005 User Avatar Anthony Pell How to Harden My Filesystem
166

Using PortSentry For Real-Time Attack Detection Against Scans

The first step to an attack is to see what services a server is running, which is done with a port scan of the server.. A cracker will usually first look to see what services a target is running and go from there to attempt to break into the target server. Doing a port scan, crackers go through all the common ports on a system looking for possibly flaws in the configuration or for a service with a known vulnerability. PortSentry is a program designed to detect and respond to port scans against a target host in real-time. It can run on multiple TCP and UDP sockets at once, detect stealth scans, report scan attempts to a local or remote logging facility, and take defensive actions against the attacker. Installation First, download PortSentry from here. Then, run: tar xvzf portsentry-1.0.tar.gz cd portsentry-1.0 make linux make install If you have any problems with this, read the portsentry-1.0/README.install file. Configuration The PortSentry configuration file is located at /usr/local/psionic/portsentry/portsentry.conf. If needed, change the configuration where necessary to suit the needs of the system. Blocking scans is recommended, but if ipchains is used, the -l options should be used with care because it can be used in a denial of service attack by filling up your /var partition. Once finished editing the configuration file, add any addresses that shouldn't be reported for scanning to the /usr/local/psionic/portsentry/portsentry.ignore file. At the very least, all local interfaces should be listed in the file along with 0.0.0.0. Here is an example portsentry.ignore file. 127.0.0.1 0.0.0.0 192.168.1.6 Using PortSentry The different options for running PortSentry are: portsentry -udp portsentry -tcp portsentry -audp portsentry -sudp portsentry -atcp portsentry -stcp With either the -udp or the -tcp options, normal scan detection is done. With -sudp and -stcp, normal stealth scan detection is done. With -audp or-atcp, advanced stealth scan detection is done. It is recommended that two instances of PortSentry are running. /usr/local/psionic/portsentry/portsentry -sudp and /usr/local/psionic/portsentry/portsentry -atcp Adding the above two commands to /etc/rc.d/rc.local will have PortSentry automatically started at boot up. More Information Check out this article. Also, here is an article about setting up PortSentry to log to a separate file. At DEFCON 7, the author of PortSentry made a presentation with the slides that are shown here. . Learn to harness the power of PortSentry for instantaneous threat identification and defense against port scanning attempts.. PortSentry Usage, Attack Detection Tool, Network Scanning Protection. . Anthony Pell

Calendar 2 Aug 22, 2000 User Avatar Anthony Pell How to Learn Tips and Tricks
News Add Esm H240

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