Millions of people use insulin pumps, pacemakers and other personal medical devices that rely on wireless communication to function. But what happens if someone was to tamper with that vital communication line between the health care provider and the patient?. Researchers from Purdue and Princeton universities have developed a solution to what could be catastrophic problem: a signal-jamming personal firewall for medical devices. The link for this article located at Fox News is no longer available. . Researchers from Purdue University and Princeton University unveil a novel personal firewall designed to protect medical devices from cyber vulnerabilities.. Medical Device Security, Wireless Communication, Cybersecurity Innovations. . LinuxSecurity.com Team
Today I will show you the iptables rules I set on my main personal computer, with detailed comments about why I came to use these rules after several years of Linux desktop usage. The rules I use now have been simplified as much as I could and are based on common rules and advice that can be found on the network and also on input I got from experienced network administrators. I. So here they are: # iptables -v -L Chain INPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 663K 905M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED 105 6300 ACCEPT all -- lo any anywhere anywhere 0 0 ACCEPT icmp -- any any anywhere anywhere icmp destination-unreachable 0 0 ACCEPT icmp -- any any anywhere anywhere icmp time-exceeded 0 0 ACCEPT icmp -- any any anywhere anywhere icmp source-quench 0 0 ACCEPT icmp -- any any anywhere anywhere icmp parameter-problem 0 0 DROP tcp -- any any anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN state NEW Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination We The link for this article located at 503 Service Unavailable Blog is no longer available. . Enhance your desktop security with iptables by establishing effective rules that balance strong defense and user convenience for optimal performance. Linux Firewall Rules, Iptables for Desktop, Personal Security, Network Protection. . Anthony Pell
If you're reading this on a Windows machine and you don't know if you have a personal firewall installed and running, then stop what you're doing and take care of that right now. At the very least, turn on the Windows firewall. This feature is available in the PC control panel, and enabling it only takes a few seconds. You can come back and read this once you've done that. I'll wait. . OK. You're back. Now breathe a big sigh knowing that you may have prevented a worm infestation that truly would have ruined your day. Feel better? I know I do. Let's continue. You've noticed by now that I believe personal firewalls are vital on Windows machines. While you may also have a firewall on your network, that's not enough protection. The reason is that while a firewall between you and the Internet will keep worms and hackers from entering down that path, it will do nothing to prevent attacks that come from within your network—or through paths that aren't blocked by the company firewall. And those can ruin your day just as effectively. There are a lot of personal firewalls options on the market to choose from. Most make similar claims, but there are differences, and depending on what you're doing with your computer, those differences can matter. But then, so can the cost, and that can matter a lot since some choices are free. The link for this article located at Wayne Rash is no longer available. . Selecting the appropriate personal firewall is critical for safeguarding your devices against both internal risks and external attacks.. Firewall Solutions, Personal Security, Network Protection. . Joe Shakespeare
Straddling the line between public service and marketing, Microsoft and a handful of security companies are sponsoring a campaign to heighten consumer security awareness and have declared Jan. 15 "Personal Firewall Day." . . .. The campaign features a Web site hosted by TruSecure, the Virginia-based security company whose employee first came up with the idea for a consumer-oriented security day. The Web site sports vendor-neutral advice for home PC users on how to secure their systems. "If it becomes a perception that the Internet is a dangerous place to walk at night, that hurts us all," said Fred Felman, vice president of marketing for security software maker Zone Labs, which is a supporter of Personal Firewall Day. Paul Robertson, director of risk assessment with TruSecure and the original proponent of the idea, said that safer home systems mean a more secure Internet in general. "The zombies used for DDoS (distributed denial-of-service) attacks and the proxy servers that help spammers are all on consumers' home machines," he said. "That's the biggest part of the security problem on the Internet." . Boost digital security by observing Cyber Shield Day, a movement encouraging individuals to safeguard their personal networks diligently.. Personal Firewall Day, Cyber Awareness, Home Security, Online Safety. . Anthony Pell
Firewalls play a crucial role in network and computer security. Part I of this series, Home User Security: Your First Defense, examined the typical functions of firewalls and how they can be of use on an individual level. More specifically, the . . . . Firewalls play a crucial role in network and computer security. Part I of this series, Home User Security: Your First Defense, examined the typical functions of firewalls and how they can be of use on an individual level. More specifically, the need for personal firewalls in the home office was discussed. Now we will explore some of the best options on the market, many of which are available free of charge or are already installed on major operating systems. The average user has several programs that regularly access the Internet (whether he or she knows it or not), some virus problems, and an interest in a cheap or free solution with minimal configuration and maintenance headaches. Advanced options like encryption, ad-blocking, cookie digestion and hiding offer greater privacy, but often entail more work on the user's part. There are trade-offs, as always, but most firewall packages provide simple enough interfaces that anyone can monitor the firewall's activities. Firewalls are no longer the sole responsibility of senior network administrators -- we are all qualified operators. Inbound filtering refers to any incoming data. This is what most people equate to the work of a firewall. However, outbound filtering can be just as important, if not more important to the security of a system. For example, after installing a firewall like Zone Alarm for the first time, many a user will notice strange programs trying to access the Internet using unusual ports. These could be malware that nestled into the system through a variety of means. Many people are unaware that they already have such malware installed, and possibly have for some time. In the worst case this could cause their computer to act as a "zombie" or "drone" under the control of a third party elsewhere onthe Internet. As this type of malware is often not discovered by anti-virus software, the purpose of outbound filtering is to detect these programs and prevent them from doing harm to others. In addition, outbound filtering will notify a user of other attempts to access the Internet such as by spybots and spyware, and thus prevent the leaking of your personal information into the ether. The link for this article located at SecurityFocus is no longer available. . Explore essential functions of individual firewalls in protecting residential networks and recognize the significance of outbound traffic regulation.. Home Firewall Solutions, Personal Security Tools, Internet Protection. . Anthony Pell
From the title it may seem that Personal Firewalls for Administrators and Remote Users was written for administrators and users of business networks. However, as more people take advantage of "always on" Internet connections, they are becoming de facto administrators. Remote . . . . From the title it may seem that Personal Firewalls for Administrators and Remote Users was written for administrators and users of business networks. However, as more people take advantage of "always on" Internet connections, they are becoming de facto administrators. Remote users are no longer only connecting to work from their home or a hotel room. Computers and wireless connections can now be found at schools, the local library, and the corner coffee shop. Unfortunately, as access has grown, so have the associated risks. Personal Firewalls for Administrators and Remote Users covers personal firewalls as a means to mitigate some of that risk. Lisa Yeo has also included security and networking basics, log reading and troubleshooting. While ipchains and iptables are mentioned, Linux firewalls are far from the main focus. Nonetheless, the book is well written and clear. Figures and tables are frequently used to clarify the author's point, but are not overused. The first two chapters on security and networking basics are a primer of essential information for any technical discussion of firewalls. You may already be familiar with the information presented in these chapters and choose to skip past them. However, they are a brief and easy read. The detail was sufficient to keep me interested, but not so great that it would cause a novice's eyes to glaze over. It makes good foundation for the chapters that follow, establishing working definitions and a common viewpoint for the author and reader. While the other chapters are very useful and add value, I found the section on personal firewalls to be particularly well crafted. As one would expect, Network Address Translation (NAT), packet filtering, stateful inspection and applicationproxy are discussed, as well as blocking on attack signature and intrusion detection. Each approach is described in an easy to understand manner. Diagrams are included to illustrate the process. The author explains how each method is implemented in personal firewalls, and where they fit in the design of a secure environment. She gives advantages, disadvantages, and examples of products using the particular method. A few example ipchains and iptables rules are provided, as well as listing Linux based application proxies and intrusion detection systems. Even though most methods can be implemented with "built-in" capabilities of Linux, the examples frequently involve add-on software. The link for this article located at LinuxJournal is no longer available. . In the digital age of remote work, personal firewalls are crucial for security and privacy, defending against unauthorized access and cyber threats to protect users and networks. Personal Firewalls, Network Security, Remote Access, Firewall Management, Linux Systems. . Anthony Pell
There's no question that remote workstations require protection from the increasing security threats present today. When a remote user connects to the corporate network via a VPN, a hacker gaining access to the remote computer could also potentially enter the corporate . . . . There's no question that remote workstations require protection from the increasing security threats present today. When a remote user connects to the corporate network via a VPN, a hacker gaining access to the remote computer could also potentially enter the corporate network as an authorized user. If a remote computer is compromised, it could also inadvertently carry malicious code--such as viruses, worms, Trojans, and spyware--into the company networks. These threats are prompting many CIOs to consider VPNs that combine personal firewalls with additional security features. In response to growing hacker threats, personal firewall vendors are partnering with security companies that specialize in dealing with malicious code. For example, Zone Labs, which sells the commonly used personal firewall ZoneAlarm, resells in a bundled package several additional security products, like PestPatrol software, which scans for worms, Trojans, and other nonviral malicious code. Many tech leaders are also considering using new solutions from traditional antivirus vendors like McAfee and Norton, who sell both a personal firewall and virus-scanning software. The link for this article located at ZDNet is no longer available. . Protected virtual desktops are crucial in the face of increasing digital dangers, featuring built-in VPNs and individual security barriers.. Remote Workstations, VPN Security, Cyber Threats, Integrated Security, Personal Firewall. . Anthony Pell
This is the second article in a three-part series that will examine privacy concerns as they relate to security. The first installment in the series examined hardware-based privacy issues and solutions. This article will discuss software-based issues and solutions. As we shall see, some software is designed to safeguard privacy, while other software seems designed to compromise it. . . .. This is the second article in a three-part series that will examine privacy concerns as they relate to security. The first installment in the series examined hardware-based privacy issues and solutions. This article will discuss software-based issues and solutions. As we shall see, some software is designed to safeguard privacy, while other software seems designed to compromise it. In the previous article in this series, we covered hardware firewall-routers. Firewalls are an important part of a privacy protection strategy because they prevent intruders from gaining access to valuable information that is stored on a computer. Now let's look at firewalls that run on individual computers. Known as personal, or PC, firewalls, these are different from hardware firewall-routers in several ways. The best PC firewalls track incoming and outgoing traffic, and allow users to set up rules governing what programs on the computer will be allowed to establish connections to the Internet. Best of all, many PC firewalls are free, although even if they are available commercially, prices tend to be reasonable. The link for this article located at SecurityFocus is no longer available. . As technology evolves, software-related privacy issues intensify. This segment explores data breach challenges, encryption methods, and privacy guidelines for protection. privacy software solutions, personal firewalls, security measures. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.