{"id":14452,"date":"2026-07-21T10:04:25","date_gmt":"2026-07-21T10:04:25","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2026\/07\/21\/furtex-linux-toolkit-for-post-exploitation-and-evasion-for-security-researchers-and-red-teamers\/"},"modified":"2026-07-21T10:04:25","modified_gmt":"2026-07-21T10:04:25","slug":"furtex-linux-toolkit-for-post-exploitation-and-evasion-for-security-researchers-and-red-teamers","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2026\/07\/21\/furtex-linux-toolkit-for-post-exploitation-and-evasion-for-security-researchers-and-red-teamers\/","title":{"rendered":"Furtex \u2013 Linux Toolkit for Post-Exploitation and Evasion for Security Researchers and Red Teamers"},"content":{"rendered":"<p>    Furtex \u2013 Linux Toolkit for Post-Exploitation and Evasion for Security Researchers and Red Teamers<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p class=\"wp-block-paragraph\">A new open-source project, Furtex, has emerged as a Linux-focused post-exploitation and <a href=\"https:\/\/cybersecuritynews.com\/autopentestx-penetration-testing-toolkit\/\" target=\"_blank\" rel=\"noreferrer noopener\">evasion research toolkit<\/a> for authorized security researchers and red-team operators.<\/p>\n<p class=\"wp-block-paragraph\">The project combines raw io_uring system calls, BPF and eBPF tooling, and EDR-evasion research utilities without relying on liburing or larger frameworks.<\/p>\n<p class=\"wp-block-paragraph\">Furtex is a collection of single-purpose tools designed to demonstrate how modern Linux telemetry, kernel monitoring, and endpoint defenses can be tested.<\/p>\n<p class=\"wp-block-paragraph\">The repository explicitly states that it is only for authorized research, <a href=\"https:\/\/cybersecuritynews.com\/new-voidlink-cloud-native-malware\/\" target=\"_blank\" rel=\"noreferrer noopener\">penetration testing<\/a>, CTF environments, and defensive development.<\/p>\n<h2 id=\"h-furtex-linux-post-exploitation-toolkit\" class=\"wp-block-heading\"><strong>Furtex: Linux Post-Exploitation Toolkit<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">Furtex is divided into five main areas: io_uring, bpf, ebpf, edrs, and techniques. The io_uring section contains 13 tools that use raw kernel interfaces for file, networking, process injection, and data transfer operations.<\/p>\n<p class=\"wp-block-paragraph\">Its stated research focus is the visibility gap created when operations are submitted through io_uring work queues rather than traditional syscall-dispatch paths.<\/p>\n<p class=\"wp-block-paragraph\">The project claims that certain io_uring operations may not trigger sys_enter_* tracepoints or pass through hooks placed on syscall-table dispatch functions.<\/p>\n<p class=\"wp-block-paragraph\">This matters because security products often collect Linux telemetry through syscall tracing, kprobes, eBPF programs, audit rules, or user-space interception.<\/p>\n<figure class=\"wp-block-table is-style-stripes\">\n<table class=\"has-fixed-layout\">\n<thead>\n<tr>\n<th><strong>Furtex Area<\/strong><\/th>\n<th><strong>Focus<\/strong><\/th>\n<th><strong>Key Functions<\/strong><\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong><code>io_uring<\/code><\/strong><\/td>\n<td>Low-level I\/O research<\/td>\n<td>File\/network I\/O, memory execution, DNS transfer, AF_PACKET, AF_XDP<\/td>\n<\/tr>\n<tr>\n<td><strong><code>bpf<\/code><\/strong><\/td>\n<td>BPF inspection<\/td>\n<td>Map\/program enumeration, link inspection, LSM checks<\/td>\n<\/tr>\n<tr>\n<td><strong><code>ebpf<\/code><\/strong><\/td>\n<td>Kernel eBPF programs<\/td>\n<td>Execution, file, network, process, terminal, port monitoring<\/td>\n<\/tr>\n<tr>\n<td><strong><code>edrs<\/code><\/strong><\/td>\n<td>EDR testing &amp; evasion<\/td>\n<td>EDR reconnaissance, hook discovery, logging tests, memory execution<\/td>\n<\/tr>\n<tr>\n<td><strong><code>techniques<\/code><\/strong><\/td>\n<td>Falco detection testing<\/td>\n<td>Rule validation, event coverage, namespace and process behavior<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<p class=\"wp-block-paragraph\">Furtex provides examples designed to help defenders evaluate whether their monitoring stack observes alternative kernel execution paths.<\/p>\n<p class=\"wp-block-paragraph\">The BPF and eBPF components broaden that assessment capability. Furtex includes utilities for enumerating loaded BPF maps and programs, reviewing BPF links, detecting<a href=\"https:\/\/cybersecuritynews.com\/linux-rootkits-using-advanced-ebpf\/\" target=\"_blank\" rel=\"noreferrer noopener\"> Linux Security Module hooks<\/a>, and inspecting configurations that could expose gaps in endpoint monitoring.<\/p>\n<p class=\"wp-block-paragraph\">It also includes eBPF proof-of-concept programs for monitoring process, network, credential-path, and terminal activity. Its largest directory, edrs, includes roughly 75 utilities categorized by privilege requirements.<\/p>\n<p class=\"wp-block-paragraph\">These tools cover EDR reconnaissance, BPF program discovery, kernel-hook enumeration, audit and logging visibility tests, namespace activity, process masquerading, memory-based execution concepts, and network-channel experiments.<\/p>\n<p class=\"wp-block-paragraph\">Several functions require elevated Linux capabilities such as CAP_BPF, CAP_PERFMON, CAP_NET_RAW, CAP_NET_ADMIN, or CAP_AUDIT_CONTROL.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/MatheuZSecurity\/Furtex\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Developed by MatheuZSecurity and available on GitHub<\/a>, Furtex includes a <code>techniques<\/code> directory focused on Falco detection engineering.<\/p>\n<p class=\"wp-block-paragraph\">The repository describes tools that assess bypass conditions against Falco\u2019s default ruleset, including scenarios involving event collection, process names, paths, namespaces, and alternate execution methods.<\/p>\n<p class=\"wp-block-paragraph\">For defenders, these tests can identify detections that rely too heavily on a single event source, process name, or command-line pattern.<\/p>\n<p class=\"wp-block-paragraph\">The toolkit requires GCC, Clang, Make, Linux kernel headers, libbpf development files, and bpftool. Some eBPF features also depend on kernel BTF support through CONFIG_DEBUG_INFO_BTF=y.<\/p>\n<p class=\"wp-block-paragraph\">Furtex documents kernel-version dependencies, noting that particular features become available across Linux kernel versions 5.4 through 5.19. While Furtex can be useful for validating <a href=\"https:\/\/cybersecuritynews.com\/ringreaper-edr-evasion\/\" target=\"_blank\" rel=\"noreferrer noopener\">Linux EDR<\/a> coverage, its capabilities are dual-use and high risk.<\/p>\n<p class=\"wp-block-paragraph\">Security teams should treat the project as a threat-modeling resource: monitor io_uring activity, track BPF program and link changes, alert on unusual use of capabilities, protect audit configurations, and correlate low-level kernel events with process and network telemetry.<\/p>\n<p class=\"has-text-align-center has-background wp-block-paragraph\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)\"><strong>\u00a0Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.\u00a0-&gt;\u00a0<a href=\"https:\/\/any.run\/enterprise\/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales\" target=\"_blank\" rel=\"noreferrer noopener\">Integrate ANY.RUN With Your SOC\u00a0<\/a><strong><a href=\"https:\/\/any.run\/enterprise\/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales\" target=\"_blank\" rel=\"noreferrer noopener\">Now<\/a><\/strong>.<\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/furtex-linux-toolkit\/\">Furtex \u2013 Linux Toolkit for Post-Exploitation and Evasion for Security Researchers and Red Teamers<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Guru Baran<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/furtex-linux-toolkit\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Furtex \u2013 Linux Toolkit for Post-Exploitation and Evasion for Security Researchers and Red Teamers A new open-source project, Furtex, has emerged as a Linux-focused post-exploitation and evasion research toolkit for authorized security researchers and red-team operators. The project combines raw io_uring system calls, BPF and eBPF tooling, and EDR-evasion research utilities without relying on liburing [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,1709],"tags":[130],"class_list":["post-14452","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-cyberpedia","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/14452"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=14452"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/14452\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=14452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=14452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=14452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}