Alerts This Week
Warning Icon 1 700
Alerts This Week
Warning Icon 1 700

Stay Ahead With Linux Security News

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

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":547,"type":"x","order":1,"pct":78.48,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.88,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.34,"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 -2 articles for you...
214

Router Security After DKnife: Rethinking Trust at the Network Edge

We spend most of our time chasing endpoint infections and identity abuse. That’s where the alerts are. That’s where the tooling is. Meanwhile, the device that routes every login, session cookie, software update, and SaaS request can sit untouched for years.. Recent reporting on DKnife changes how that feels. It describes a Linux toolkit built to hijack router traffic, intercept credentials, and quietly deliver malware downstream. Not by attacking the endpoint directly, but by manipulating the path the traffic takes before it ever reaches it. That distinction matters more than it seems at first glance. If a router running Linux malware is modifying DNS responses, rewriting HTTP traffic, or injecting payloads into legitimate downloads, traditional detection models start to wobble. EDR sees a compromised host. Identity systems see a stolen password. The SIEM shows suspicious authentication. What it may not show is that the compromise started at the edge. This is where router security stops being a niche networking concern and becomes a core security control. In this article, we’ll look at why Linux-based routers and edge devices are high-value targets, how traffic manipulation and credential interception actually show up in the real world, where monitoring usually falls short, and what you should verify in your own environment right now. The goal is simple. By the end, you should be able to decide whether your current monitoring and hardening practices actually cover the infrastructure your users trust most. Linux-Based Routers and Edge Devices Are High-Value Targets If you look at most enterprise diagrams, routers and edge gateways are just boxes at the boundary. Traffic in. Traffic out. They rarely get the same scrutiny as domain controllers or exposed web servers. But many of those devices run embedded Linux. Firewalls, VPN concentrators, SD-WAN appliances, IoT gateways. Different vendors, different interfaces, same underlying reality. A stripped-down Linux system handling everynorth-south request and often a fair amount of east-west traffic too. That position alone makes them valuable. A router sees authentication attempts before the application does. It sees DNS lookups before a browser establishes TLS. It sees update downloads before a package manager verifies a signature. If that layer is compromised, credential interception and traffic manipulation happen upstream of the controls we normally trust. You start to see it once you map the flow. A user logs into a SaaS platform over HTTPS. The identity provider looks clean. The endpoint shows no malware. Yet credentials are reused elsewhere hours later. If the router was redirecting DNS queries or proxying traffic through a malicious host, the compromise happened before TLS validation even came into play. There’s also a practical issue. These systems often have long uptimes and conservative patch cycles. I’ve seen edge appliances running the same firmware for three or four years because “it’s stable.” Stability is good. Unpatched Linux is not. Logging is usually minimal. No EDR. No file integrity monitoring. Sometimes no central log forwarding at all. Admin interfaces might be reachable from broad internal ranges, or worse, exposed externally with basic rate limiting and password auth still enabled. This is the part that tends to get missed. We treat these systems as infrastructure plumbing, not as compute assets capable of running Linux malware. When something like DKnife appears, it does not need to exploit some exotic zero-day to be effective. It just needs persistence and traffic control on a device that already sits in a position of trust. From a risk perspective, router security has to move into your core threat model. Not as a theoretical exposure, but as a system that can intercept credentials, inject content, and reshape traffic in ways that ripple across the entire environment. If you’re reviewing your asset inventory, this is where you pause. Make sure every Linux-based router,firewall, and edge gateway is explicitly accounted for in your security program. If it routes traffic, it’s in scope. How DKnife Enables Credential Interception and Traffic Manipulation When you read about DKnife , it’s tempting to file it under “another Linux malware toolkit.” That framing misses the point. What makes it operationally dangerous is not just that it runs on Linux, but that it runs on systems controlling traffic flow. Once a router is compromised, the attacker does not need to touch endpoints directly. They control routing, name resolution, and, in some cases, packet filtering. That opens the door to quiet manipulation rather than loud exploitation. At a technical level, this kind of toolkit typically relies on capabilities like: Modifying iptables or nftables rules to redirect or mirror traffic Altering NAT rules to forward sessions through attacker-controlled infrastructure Hijacking DNS queries by changing resolver settings or intercepting UDP 53 traffic Injecting malicious JavaScript into unencrypted HTTP responses Downgrading connections where possible to make interception easier Persisting through startup scripts, modified init services, or cron entries Replacing or modifying system binaries under /bin, /sbin, or /usr/sbin None of these actions is exotic on a Linux system. That’s what makes them effective. In practice, credential interception often does not look dramatic. You might see valid logins from unusual IP addresses later in the day. You might see MFA fatigue events that users cannot explain. You might see software updates that pass checksum verification because the attacker altered traffic before signature validation occurred. Here is where you slow down and verify. If you suspect manipulation at the edge, check for unexpected NAT or forwarding rules with iptables -L -n -v or nft list ruleset. Look for resolver changes in /etc/resolv.conf or vendor-specific DNS settings. Compare firmware hashes against known-good images.On some appliances, even a small binary change under /usr/sbin is enough to introduce packet inspection or redirection logic. Spikes in outbound traffic to unfamiliar IP ranges are another signal. Not massive data exfiltration. Just consistent low-volume connections from the router itself to infrastructure that does not match your provider or update servers. The uncomfortable part is this. HTTPS does not save you if the traffic path is already compromised. TLS protects integrity between endpoints, but if DNS resolution is manipulated or sessions are transparently proxied upstream, users still end up talking to infrastructure they did not intend to reach. From an admin perspective, this shifts validation. You are no longer just asking whether endpoints are clean. You are asking whether the path between endpoints and services has integrity. That is a different layer of trust, and DKnife makes it clear that attackers are willing to operate there. Why Infrastructure Often Goes Under-Monitored Most SOC pipelines are built around endpoints, identity providers, and cloud logs. That is where telemetry is rich and searchable. Routers, on the other hand, tend to generate syslog streams that are noisy, inconsistent, or not forwarded at all. So they fall out of view. In many environments, edge devices are configured once, then left alone unless something breaks connectivity. Logs may exist locally, but disk space is limited. Rotation is aggressive. Retention might be measured in hours, not days. By the time someone asks for historical data, it’s already gone. This is where Linux malware at the edge becomes especially effective. It operates in a space that is technically logged but practically ignored. A few patterns show up repeatedly: Router logs are not forwarded to the central SIEM , or only critical events are sent. Log formats are inconsistent and never parsed into structured fields. There is no baseline of expected iptables or nftables rules to compare against. Fileintegrity monitoring is not enabled on embedded Linux systems. Firmware updates are manual and tied to maintenance windows that rarely happen. Ownership is unclear between network engineering and security operations. You start to see the trend during investigations. A user reports suspicious account activity. The endpoint looks clean. Phishing is suspected. The ticket closes with “user likely entered credentials on malicious site.” No one checks whether DNS responses were altered internally or whether traffic was redirected at the router. This is not negligence. It’s workflow gravity. Most SOC analysts are trained to pivot on endpoint telemetry and identity logs. Very few are trained to ask whether the router’s rule set changed last week. Even fewer have that telemetry available in a searchable way. If your SIEM does not ingest and alert on router-level anomalies, you are blind to a class of Linux malware that operates upstream of everything you normally monitor. That includes threats affecting IoT security as well, since many IoT gateways are just specialized Linux systems with limited visibility. The shift here is subtle but important. Infrastructure cannot be treated as static background. It is active compute with routing authority. If you do not monitor it with the same seriousness as servers, you are assuming integrity without evidence. And over time, that assumption becomes the weak link. What Should I Check and Harden Right Now? At some point, this stops being theory and becomes a validation exercise. If DKnife is a reminder that the edge can be subverted, the practical question is simple. How do you know your routers are clean today? Start with rule inspection. On Linux-based systems, run iptables -L -n -v or nft list ruleset and read the output slowly. You are looking for forwarding rules, NAT entries, or redirection chains that do not match documented design. Not just obvious port forwards. Subtle changes count. A single DNAT rule pointing to an unfamiliarinternal host is enough to reshape traffic in ways users will never notice. Then check DNS configuration. Review resolver settings, local forwarding rules, and any policy-based routing tied to DNS queries. If your routers allow DNS proxying, confirm upstream servers match what you expect. This is where credential interception often begins. If name resolution is wrong, everything that follows can still look normal at the endpoint. Next, validate persistence mechanisms. Examine startup scripts, systemd service definitions where available, and cron jobs. Look for newly introduced services or commands that execute networking tools at boot. On embedded Linux, even minor changes in /etc/init.d or vendor-specific service directories deserve attention. Firmware integrity comes after that. Compare installed firmware versions and hashes against vendor-provided images. If you cannot easily verify integrity, that is a signal on its own. Too many teams assume firmware equals trust. It does not. Administrative access is another quiet risk. Review who can log in, from where, and how. If SSH is enabled, confirm key-based authentication is enforced, and password logins are disabled. Check whether the management interface is reachable from broad internal subnets. Router security often fails at the management plane, not the data plane. This is also where you step back and look at process. Are router logs forwarded to your SIEM in full, or only when severity crosses a threshold? Can you reconstruct a timeline of rule changes from last month if you need to? If the answer is no, hardening is not just technical. It is operational. The larger shift is ownership. These devices should sit inside your regular patching and validation cadence. Not in a separate spreadsheet maintained by another team. Define who reviews rule changes. Define who validates firmware. Define who responds if anomalies appear. You do not need to redesign your network in a week. Start with one edge device. Validate its rules, DNS behavior,firmware integrity, logging configuration, and admin access controls. Make sure the logs actually land where your analysts can search them. That small exercise tends to reveal whether router security is real in your environment, or assumed. Risk Modeling: What This Changes for Linux Admins and SOC Teams Once you accept that something like DKnife can sit at the edge and manipulate traffic, the risk model shifts. Not dramatically on paper, but operationally. Most modern security programs lean on layered controls. Endpoint detection. MFA. Conditional access. Network segmentation. Zero trust architecture. All reasonable. All effective within their intended boundaries. But those boundaries assume the underlying routing layer is behaving honestly. If a compromised router is intercepting credentials or modifying traffic before it reaches an application, zero trust assumptions weaken. The identity system may still enforce MFA. The endpoint may still pass health checks. Yet the session itself could have been redirected, proxied, or observed upstream. That affects lateral movement risk. Stolen credentials gathered quietly at the edge can be reused internally in ways that look legitimate. Authentication logs will show valid usernames and correct passwords. The anomaly might only be geographic or time-based. Without context that includes router behavior, the story remains incomplete. There are compliance implications too. Many frameworks assume controls around credential protection and transmission security. If credentials are harvested because DNS or routing was manipulated internally, auditors will not accept “endpoint was clean” as a sufficient explanation. The question becomes whether router security controls were defined, monitored, and tested. Incident response workflows need to reflect this. During triage, edge validation should happen early, not as a last resort. That means checking current rule sets, reviewing recent configuration changes, and confirming firmware integrity beforeconcluding that a user simply fell for phishing. It adds work. It also reduces blind spots. Detection engineering shifts as well. Instead of focusing only on endpoint indicators, you begin to define anomaly signals at the router level. Unexpected rule changes. New outbound connections from the router itself. Configuration drift over time. These become part of your monitoring strategy, not just network maintenance tasks. The practical outcome is that router compromise moves from a theoretical scenario to a first-class risk in tabletop exercises and threat models. When you walk through a credential theft scenario, you ask where interception could have occurred. If the answer never includes the edge, the model is incomplete. This is the quiet impact of DKnife. It forces you to treat the traffic path as a control surface, not just a conduit. Once you see that pattern, it is difficult to unsee it. Our Final Thoughts: Treat the Edge Like a Critical System, Not Plumbing DKnife is not just another entry in the Linux malware category. It is a reminder that if an attacker controls the traffic path, they do not need to fight your endpoints at all. Router compromise shifts trust in a subtle way. Everything downstream still appears to function. Users authenticate. Applications load. Updates install. Yet the integrity of those interactions depends on a device that may not be monitored with the same discipline as a server. Most environments still treat edge devices as static infrastructure. Configure them once. Patch them occasionally. Review them when connectivity breaks. Rarely as active compute systems that deserve continuous visibility and validation. That gap is where problems linger. Credential interception and malware injection at the router level bypass many of the controls we rely on daily. EDR does not alert because the endpoint is technically clean. Identity logs look legitimate because the credentials are valid. Without validating router integrity, investigations can spiral into userbehavior analysis while the real manipulation sits upstream. Incident response plans should reflect this reality. Early in an investigation, verify rule sets, DNS behavior, firmware integrity, and administrative access logs. Skipping those steps can cost days. I have seen teams chase phantom phishing campaigns only to discover later that traffic redirection was happening internally. Ownership needs to be explicit. If NetOps assumes SecOps is watching for malicious rule changes, and SecOps assumes routers are just networking equipment, no one is actually responsible. That ambiguity becomes risk. There is no need for sweeping declarations. Start small. Pick one edge device and validate its configuration, logging, firmware, and access controls. Confirm logs are reaching your SIEM and can be searched. Decide who signs off on changes and who investigates anomalies. If the edge is compromised, every other control becomes conditional. Once you recognize that, routers stop being background infrastructure and start being part of your core security posture. . Explore the implications of DKnife on router security, emphasizing the need for active monitoring and validation of edge devices.. router security, credential interception, Linux edge devices. . Brittany Day

Calendar 2 Feb 18, 2026 User Avatar Brittany Day IoT Security
81

TunnelVision Attack Impacts VPN Security for Linux Systems

A novel attack called TunnelVision has been discovered. It compromises the security of virtually all VPN apps, rendering their purpose useless. The attack manipulates the DHCP server to divert VPN traffic to the attacker, allowing them to read, drop, or modify the traffic. Let's explore the implications of this attack for Linux admins so you are better equipped to protect the security and privacy of your Linux systems. . How Does TunnelVision Work? What Are the Implications of This New Attack? TunnelVision undermines VPNs' core purpose by exposing traffic to potential snooping and manipulation. The attack exploits a setting known as option 121 in the DHCP server, allowing the attacker to reroute VPN traffic through the DHCP server itself. This results in the traffic being transmitted outside the VPN's encrypted tunnel, effectively nullifying the protection provided by the VPN. The attack can be initiated by someone with administrative control over the network or by setting up a rogue DHCP server. The implications of the TunnelVision attack are significant. VPNs have traditionally been relied upon to secure Internet traffic and preserve user privacy, but this vulnerability undermines their effectiveness. As security practitioners, we must consider the potential impact this has on our networks and systems. This attack raises several points that demand our attention. Firstly, the attack technique may have existed since 2002, which raises concerns about how long this vulnerability has been exploited. Furthermore, only Linux and Android operating systems provide partial immunity to the attack, raising concerns about whether more robust security measures are required on other OSes. It should also be noted that someone with administrative control over the network can carry out the attack or by setting up a rogue DHCP server. How Can I Protect Against This Attack? The most effective fixes for TunnelVision involve running the VPN inside a virtual machine or connecting to the VPN through acellular device's Wi-Fi network. However, these solutions may not be feasible or practical for all users. The TunnelVision attack highlights the ongoing cat-and-mouse game between attackers and security practitioners. As technology advances, so do the methods used to compromise it. We must stay informed , adapt our security measures , and raise user awareness. To improve your understanding of VPNs and digital privacy, explore our Feature article, Linux VPN Myths Exposed: Separating Fact from Fiction for Enhanced Online Security. Our Final Thoughts on the TunnelVision Attack The TunnelVision attack exposes a vulnerability in virtually all VPN apps, negating their core purpose of securing internet traffic. As security practitioners, we need to be aware of the implications of this attack and take steps to mitigate the risks it poses. This means reassessing the security measures implemented on our networks, considering alternative VPN solutions , and educating our users about the potential risks associated with VPN usage. We can better protect our systems and preserve our online privacy by staying vigilant and proactive. . SecureNet highlights vulnerabilities in VPN usage, recommending Linux system administrators bolster security measures and increase user education for improved safe online practices.. VPN Security,TunnelVision Attack,Network Protection,User Awareness,Security Solutions. . Brittany Day

Calendar 2 Jun 03, 2024 User Avatar Brittany Day Privacy
81

Verizon Wireless Traffic Alteration Raises Privacy Issues

Verizon Wireless has been subtly altering the web traffic of its wireless customers for the past two years, inserting a string of about 50 letters, numbers, and characters into data flowing between these customers and the websites they visit.. The company The link for this article located at Wired is no longer available. . AT&T's modification of broadband users' data transmission poses risks to personal confidentiality and confidence in digital safety.. Verizon Data Manipulation, Web Traffic Security, User Privacy Implications, Traffic Security Risks. . LinuxSecurity.com Team

Calendar 2 Oct 27, 2014 User Avatar LinuxSecurity.com Team Privacy
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

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":547,"type":"x","order":1,"pct":78.48,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.3,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.88,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.34,"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