<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>SKYNET</title>
        <link>https://tube.yeet.fm/c/skynet/videos</link>
        <description>u kno y</description>
        <lastBuildDate>Tue, 14 Apr 2026 13:52:26 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.yeet.fm</generator>
        <image>
            <title>SKYNET</title>
            <url>https://tube.yeet.fm/client/assets/images/icons/icon-96x96.png</url>
            <link>https://tube.yeet.fm/c/skynet/videos</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.yeet.fm/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.yeet.fm/feeds/videos.xml?videoChannelId=30" rel="self" type="application/rss+xml"/>
        <podcast:txt purpose="p20url">https://tube.yeet.fm/feeds/podcast/videos.xml?videoChannelId=30</podcast:txt>
        <item>
            <title><![CDATA[DEF CON 29 - Guillaume Fournier, Sylvain Afchain, Sylvain Baubeau - eBPF, I thought we were friends!]]></title>
            <link>https://tube.yeet.fm/w/a4wTSE7V7WvSuhc9G4X5Fi</link>
            <guid>https://tube.yeet.fm/w/a4wTSE7V7WvSuhc9G4X5Fi</guid>
            <pubDate>Tue, 14 Apr 2026 10:54:21 GMT</pubDate>
            <description><![CDATA[Since its first appearance in Kernel 3.18, eBPF (Extended Berkley Packet Filter) has progressively become a key technology for observability in the Linux kernel. Initially dedicated to network monitoring, eBPF can now be used to monitor and trace ...]]></description>
            <content:encoded><![CDATA[<p>Since its first appearance in Kernel 3.18, eBPF (Extended Berkley Packet Filter) has progressively become a key technology for observability in the Linux kernel. Initially dedicated to network monitoring, eBPF can now be used to monitor and trace any kind of kernel space activity.</p>
<p>Over the past few years, many vendors have started using eBPF to speed up their services or introduce innovative features. Cilium, Calico, Cloudflare, Netflix and Facebook are leading the charge, showing off new complex networking use cases on a monthly basis. On the security side of things, Google recently contributed the Kernel Runtime Security Instrumentation which opens the door to writing Linux Security Modules with eBPF.</p>
<p>In other words, eBPF is the new kid in town and a growing number of companies are running services with eBPF access in production. This leads us to a simple question: how bad can things get if one of those services were to be compromised ? This talk will cover how we leveraged eBPF to implement a full blown rootkit with all the features you would expect: various obfuscation techniques, command and control with remote and persistent access, data theft and exfiltration techniques, Runtime Application Self-Protection evasion techniques, and finally two original container breakout techniques.</p>
<p>Simply put, our goal is to demonstrate that rogue kernel modules might have finally found a worthy opponent. We will also detail how to detect such attacks and protect your infrastructure from them, while safely enjoying the exciting capabilities that eBPF has to offer.</p>
<p>REFERENCES:<br />
Bibliography and documentation links cited in the submission:</p>
<ol>
<li>Russian GRU 85th GTsSS deploys previously undisclosed drovorub malware, NSA / FBI, August 2020 <a href="https://media.defense.gov/2020/Aug/13/2002476465/-1/-1/0/CSA_DROVORUB_RUSSIAN_GRU_MALWARE_AUG_2020.PDF" target="_blank" rel="noopener noreferrer">https://media.defense.gov/2020/Aug/13/2002476465/-1/-1/0/CSA_DROVORUB_RUSSIAN_GRU_MALWARE_AUG_2020.PDF</a></li>
<li>Kprobe-based Event Tracing, <a href="https://www.kernel.org/doc/html/latest/trace/kprobetrace.html" target="_blank" rel="noopener noreferrer">https://www.kernel.org/doc/html/latest/trace/kprobetrace.html</a></li>
<li>Linux Kernel tracepoints, <a href="https://www.kernel.org/doc/html/latest/trace/tracepoints.html" target="_blank" rel="noopener noreferrer">https://www.kernel.org/doc/html/latest/trace/tracepoints.html</a></li>
<li>“bpf_probe_write_user” bpf helper, <a href="https://elixir.bootlin.com/linux/v5.11.11/source/include/uapi/linux/bpf.h#L1472" target="_blank" rel="noopener noreferrer">https://elixir.bootlin.com/linux/v5.11.11/source/include/uapi/linux/bpf.h#L1472</a></li>
<li>Uprobe-based Event Tracing, <a href="https://www.kernel.org/doc/html/latest/trace/uprobetracer.html" target="_blank" rel="noopener noreferrer">https://www.kernel.org/doc/html/latest/trace/uprobetracer.html</a></li>
<li>Cilium’s XDP documentation, <a href="https://docs.cilium.io/en/latest/bpf/#xdp" target="_blank" rel="noopener noreferrer">https://docs.cilium.io/en/latest/bpf/#xdp</a></li>
</ol>
<p>Previous eBPF related talks &amp; projects that helped us build the rootkit:</p>
<ol>
<li>
<p>Evil eBPF In-Depth: Practical Abuses of an In-Kernel Bytecode Runtime, Jeff Dileo, DEF CON 27, <a href="https://www.defcon.org/html/defcon-27/dc-27-speakers.html#Dileo" target="_blank" rel="noopener noreferrer">https://www.defcon.org/html/defcon-27/dc-27-speakers.html#Dileo</a></p>
</li>
<li>
<p>Process level network security monitoring and enforcement with eBPF, Guillaume Fournier, <a href="https://www.sstic.org/2020/presentation/process_level_network_security_monitoring_and_enforcement_with_ebpf/" target="_blank" rel="noopener noreferrer">https://www.sstic.org/2020/presentation/process_level_network_security_monitoring_and_enforcement_with_ebpf/</a></p>
</li>
<li>
<p>Runtime Security with eBPF, Sylvain Afchain, Sylvain Baubeau, Guillaume Fournier, <a href="https://www.sstic.org/2021/presentation/runtime_security_with_ebpf/" target="_blank" rel="noopener noreferrer">https://www.sstic.org/2021/presentation/runtime_security_with_ebpf/</a></p>
</li>
<li>
<p>Monitoring and protecting SSH sessions with eBPF, Guillaume Fournier, <a href="https://www.sstic.org/2021/presentation/monitoring_and_protecting_ssh_sessions_with_ebpf/" target="_blank" rel="noopener noreferrer">https://www.sstic.org/2021/presentation/monitoring_and_protecting_ssh_sessions_with_ebpf/</a></p>
</li>
</ol>
]]></content:encoded>
            <dc:creator>SKYNET</dc:creator>
            <category>Science &amp; Technology</category>
            <enclosure length="735228788" type="video/mp4" url="https://tube.yeet.fm/download/videos/generate/496084c1-bddb-4263-ae0c-c3ee83ff41bf?videoFileIds=7659"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://tube.yeet.fm/videos/embed/a4wTSE7V7WvSuhc9G4X5Fi"/>
            <media:player url="https://tube.yeet.fm/w/a4wTSE7V7WvSuhc9G4X5Fi"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://tube.yeet.fm/lazy-static/torrents/df46cf97-90f9-41c3-9de4-168d55728fe2-1440-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="1440" fileSize="735228788" url="https://tube.yeet.fm/static/streaming-playlists/hls/496084c1-bddb-4263-ae0c-c3ee83ff41bf/b2941195-93c8-4497-9507-2ac1dee2bfca-1440-fragmented.mp4" framerate="25" duration="2934" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/previews/6d5b9990-12f0-4c2d-851a-4cf3485e6a3c.jpg"/>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/thumbnails/fe9ff60e-c2d8-4ab1-bc91-a2319fdcf9ba.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">DEF CON 29 - Guillaume Fournier, Sylvain Afchain, Sylvain Baubeau - eBPF, I thought we were friends!</media:title>
            <media:description type="plain">Since its first appearance in Kernel 3.18, eBPF (Extended Berkley Packet Filter) has progressively become a key technology for observability in the Linux kernel. Initially dedicated to network monitoring, eBPF can now be used to monitor and trace ...</media:description>
        </item>
        <item>
            <title><![CDATA[AI-Powered Pentesting Assistant — Full Metasploit Demo]]></title>
            <link>https://tube.yeet.fm/w/jU1cvJVveBWRB73B5AQ8HR</link>
            <guid>https://tube.yeet.fm/w/jU1cvJVveBWRB73B5AQ8HR</guid>
            <pubDate>Sun, 05 Apr 2026 15:40:39 GMT</pubDate>
            <description><![CDATA[An AI pentesting assistant that actually works. Syd Enterprise combines a local 14B parameter LLM with Metasploit integration module browsing, exploit launching, and AI-powered analysis of results. No cloud. No API keys. Fully offline. In t...]]></description>
            <content:encoded><![CDATA[<p>An AI pentesting assistant that actually works.</p>
<p>Syd Enterprise combines a local 14B parameter LLM with Metasploit integration module browsing, exploit launching, and AI-powered analysis of results. No cloud. No API keys. Fully offline.</p>
<p>In this demo:<br />
Scanning a target network with Nmap<br />
Browsing and selecting Metasploit exploits with AI guidance<br />
Launching PSExec + reverse TCP against a Windows 10 target<br />
Live msfconsole output streaming + AI analysis of results</p>
<p>Syd V3 Pro includes 6 tools: Nmap, Volatility, BloodHound, YARA, NetExec, and PCAP analysis. Enterprise adds Metasploit with more tools coming (Sliver, Responder, Impacket, Burp Suite, Hashcat).</p>
<p>All testing performed on an isolated lab network. For authorized security testing and education only.</p>
<p>Interested? DM me or drop a comment<br />
email me <a target="_blank" rel="noopener noreferrer">info@sydsec.co.uk</a><br />
website <a href="http://sydsec.co.uk" target="_blank" rel="noopener noreferrer">sydsec.co.uk</a></p>
]]></content:encoded>
            <dc:creator>SKYNET</dc:creator>
            <enclosure length="23008640" type="video/mp4" url="https://tube.yeet.fm/download/videos/generate/99074b53-c903-4cce-b704-6041d1d30757?videoFileIds=7569"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://tube.yeet.fm/videos/embed/jU1cvJVveBWRB73B5AQ8HR"/>
            <media:player url="https://tube.yeet.fm/w/jU1cvJVveBWRB73B5AQ8HR"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://tube.yeet.fm/lazy-static/torrents/3e680028-3acf-4b7d-aca1-e61cb272ad72-720-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="720" fileSize="23008640" url="https://tube.yeet.fm/static/streaming-playlists/hls/99074b53-c903-4cce-b704-6041d1d30757/07c7fbef-a1fd-4c6a-a16d-ee73a8de9013-720-fragmented.mp4" framerate="30" duration="466" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/previews/323e47c9-b93a-4a41-97d2-de374c49c05f.jpg"/>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/thumbnails/331aa291-48ca-4e90-a5b5-bb56e87aaa0d.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">AI-Powered Pentesting Assistant — Full Metasploit Demo</media:title>
            <media:description type="plain">An AI pentesting assistant that actually works. Syd Enterprise combines a local 14B parameter LLM with Metasploit integration module browsing, exploit launching, and AI-powered analysis of results. No cloud. No API keys. Fully offline. In t...</media:description>
        </item>
        <item>
            <title><![CDATA[John McKinney's speech on Flock ends by calling the Mayor a pussy]]></title>
            <link>https://tube.yeet.fm/w/vxj3VXFebK4rXXQyWzgkyc</link>
            <guid>https://tube.yeet.fm/w/vxj3VXFebK4rXXQyWzgkyc</guid>
            <pubDate>Sat, 31 Jan 2026 12:03:21 GMT</pubDate>
            <description><![CDATA[https://consumerrights.wiki/w/Special_event_page:Forced_installation_of_Flock_cameras_in_Denver,_Colorado]]></description>
            <content:encoded><![CDATA[<p><a href="https://consumerrights.wiki/w/Special_event_page:Forced_installation_of_Flock_cameras_in_Denver,_Colorado" target="_blank" rel="noopener noreferrer">https://consumerrights.wiki/w/Special_event_page:Forced_installation_of_Flock_cameras_in_Denver,_Colorado</a></p>
]]></content:encoded>
            <dc:creator>SKYNET</dc:creator>
            <category>Education</category>
            <enclosure length="1013118601" type="video/mp4" url="https://tube.yeet.fm/download/videos/generate/ef3833b8-e1d5-42da-b611-c5698fa9011f?videoFileIds=5998"/>
            <media:community>
                <media:statistics views="0"/>
            </media:community>
            <media:embed url="https://tube.yeet.fm/videos/embed/vxj3VXFebK4rXXQyWzgkyc"/>
            <media:player url="https://tube.yeet.fm/w/vxj3VXFebK4rXXQyWzgkyc"/>
            <media:group>
                <media:peerLink type="application/x-bittorrent" href="https://tube.yeet.fm/lazy-static/torrents/6389f51d-b241-4e94-9353-d44bcc1da820-2160-hls.torrent" isDefault="false"/>
                <media:content type="video/mp4" medium="video" height="2160" fileSize="1013118601" url="https://tube.yeet.fm/static/streaming-playlists/hls/ef3833b8-e1d5-42da-b611-c5698fa9011f/9fa33d60-2ca6-4ada-8bc6-270bbca61274-2160-fragmented.mp4" framerate="60" duration="1152" isDefault="true"/>
            </media:group>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/previews/e344ff95-906f-47f2-8825-78b0bbf7cc7e.jpg"/>
            <media:thumbnail url="https://tube.yeet.fm/lazy-static/thumbnails/3fac2739-683e-4c30-a6e9-7992e5089d19.jpg"/>
            <media:rating>nonadult</media:rating>
            <media:title type="plain">John McKinney's speech on Flock ends by calling the Mayor a pussy</media:title>
            <media:description type="plain">https://consumerrights.wiki/w/Special_event_page:Forced_installation_of_Flock_cameras_in_Denver,_Colorado</media:description>
        </item>
    </channel>
</rss>