<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Enrico Bassetti</title>
    <link>https://www.enricobassetti.it/feed.xml</link>
    <description>Recent content on Enrico Bassetti</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 22 Apr 2024 08:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.enricobassetti.it/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Delay e-mail delivery with Postfix for a relaxing weekend</title>
      <link>https://www.enricobassetti.it/2024/04/delay-e-mail-delivery-with-postfix-for-a-relaxing-weekend/</link>
      <pubDate>Mon, 22 Apr 2024 08:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2024/04/delay-e-mail-delivery-with-postfix-for-a-relaxing-weekend/</guid>
      <description>&lt;p&gt;One good piece of advice is never to read e-mails if you want to have a pleasant and relaxing weekend. Unfortunately, it is not so easy: open-source projects you are contributing to, friends, hobbies, and newsletters are all good reasons to read e-mails once in a while.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Assessing Modern Operating Systems&#39; IPv6 Fragmentation Handling</title>
      <link>https://www.enricobassetti.it/2023/11/assessing-modern-operating-systems-ipv6-fragmentation-handling/</link>
      <pubDate>Thu, 16 Nov 2023 14:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/11/assessing-modern-operating-systems-ipv6-fragmentation-handling/</guid>
      <description>&lt;p&gt;IPv6 is the next (current?) generation Internet protocol. It has been designed to overcome many limitations of IPv4 and fix some of the issues and weaknesses. Nevertheless, IPv6 fragmentation presented many vulnerabilities similar to the IPv4 ones in the past: new testing models were presented to check the presence of such problems.&lt;/p&gt;&#xA;&lt;p&gt;In this work, we demonstrate that IPv6 fragmentation issues are still present today in operating systems because of the weakness of the model used to test their compliance. We also propose a new model that overcomes these limitations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CVE-2023-41570: Access Control vulnerability in MikroTik REST API</title>
      <link>https://www.enricobassetti.it/2023/11/cve-2023-41570-access-control-vulnerability-in-mikrotik-rest-api/</link>
      <pubDate>Fri, 10 Nov 2023 08:30:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/11/cve-2023-41570-access-control-vulnerability-in-mikrotik-rest-api/</guid>
      <description>&lt;p&gt;Recently, Mikrotik added a REST server as a new API for managing the router. It is a nice alternative to their proprietary API when automating RouterOS.&lt;/p&gt;&#xA;&lt;p&gt;However, young software usually contains bugs. Sometimes, these bugs are security-related, and, together with not-so-safe defaults, they may create a vulnerability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CVE-2023-4809: FreeBSD pf bypass when using IPv6</title>
      <link>https://www.enricobassetti.it/2023/09/cve-2023-4809-freebsd-pf-bypass-when-using-ipv6/</link>
      <pubDate>Thu, 07 Sep 2023 14:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/09/cve-2023-4809-freebsd-pf-bypass-when-using-ipv6/</guid>
      <description>&lt;p&gt;A few months ago, as part of our investigations on IPv6 security in the &lt;a href=&#34;https://github.com/netsecuritylab&#34;&gt;NetSecurityLab @ Sapienza University&lt;/a&gt;, we discovered a vulnerability that allows attackers to bypass rules in &lt;code&gt;pf&lt;/code&gt;-based IPv6 firewalls in particular conditions. Let&amp;rsquo;s see some details of this vulnerability.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Patching a Debian package locally: Nextcloud, DWM and the focus lost</title>
      <link>https://www.enricobassetti.it/2023/07/patching-a-debian-package-locally-nextcloud-dwm-and-the-focus-lost/</link>
      <pubDate>Thu, 13 Jul 2023 08:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/07/patching-a-debian-package-locally-nextcloud-dwm-and-the-focus-lost/</guid>
      <description>&lt;p&gt;If you use a Window Manager that switches focus automatically (like &lt;code&gt;dwm&lt;/code&gt;) and the Nextcloud client, surely you are annoyed by the &lt;a href=&#34;https://github.com/nextcloud/desktop/issues/2549&#34;&gt;Nextcloud window disappearing on focus lost &amp;ldquo;feature&amp;rdquo; (and no knob to switch it off)&lt;/a&gt;. Apparently, the developers decided that This Is The Right Way®.&lt;/p&gt;&#xA;&lt;p&gt;With the power of The Source Code, we can change that!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proxmox LXC, Systemd, and Linux Capabilities</title>
      <link>https://www.enricobassetti.it/2023/05/proxmox-lxc-systemd-and-linux-capabilities/</link>
      <pubDate>Thu, 25 May 2023 09:15:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/05/proxmox-lxc-systemd-and-linux-capabilities/</guid>
      <description>&lt;p&gt;Debian in LXC/Proxmox works flawlessly, except for some &lt;code&gt;systemd&lt;/code&gt; utility daemons. Instead of disabling those services, we can leverage Linux capabilities to achieve the same results.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Winbox on WINE: network namespaces for MAC-Telnet</title>
      <link>https://www.enricobassetti.it/2023/02/winbox-on-wine-network-namespaces-for-mac-telnet/</link>
      <pubDate>Fri, 03 Feb 2023 06:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2023/02/winbox-on-wine-network-namespaces-for-mac-telnet/</guid>
      <description>&lt;p&gt;Winbox, the MikroTik RouterOS management application, uses a proprietary link-layer protocol to discover and connect to RouterOS appliances. It&amp;rsquo;s useful when you have a router with a bad/unknown network configuration.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s see how we can use it on Linux and WINE.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Security assessment of common open source MQTT brokers and clients</title>
      <link>https://www.enricobassetti.it/2022/07/security-assessment-of-common-open-source-mqtt-brokers-and-clients/</link>
      <pubDate>Mon, 25 Jul 2022 06:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/2022/07/security-assessment-of-common-open-source-mqtt-brokers-and-clients/</guid>
      <description>&lt;p&gt;Many hobbyists and professionals use common MQTT brokers and libraries, like &amp;ldquo;Mosquitto&amp;rdquo;, in their projects. We asked ourselves: are these implementations &amp;ldquo;safe&amp;rdquo;? Is there any security issue we can exploit?&lt;/p&gt;</description>
    </item>
    <item>
      <title>RAID5, URE and the probability</title>
      <link>https://www.enricobassetti.it/2022/03/raid5-ure-and-the-probability/</link>
      <pubDate>Fri, 25 Mar 2022 10:26:12 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/03/raid5-ure-and-the-probability/</guid>
      <description>&lt;p&gt;So you may have heard that RAID5 is doomed due to this &amp;ldquo;URE&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;What does it mean? Is it true? Let&amp;rsquo;s find out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>K3s, ZFS, cgroups v2</title>
      <link>https://www.enricobassetti.it/2022/02/k3s-zfs-cgroups-v2/</link>
      <pubDate>Thu, 03 Feb 2022 22:57:49 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/02/k3s-zfs-cgroups-v2/</guid>
      <description>&lt;p&gt;Unfortunately, &lt;a href=&#34;https://www.enricobassetti.it/2022/02/migrate-linux-homeserver-to-zfs/&#34;&gt;after the migration from ext4 to ZFS&lt;/a&gt;, I discovered that &lt;code&gt;k3s&lt;/code&gt; was crashing due to the missing support for &lt;code&gt;overlayfs&lt;/code&gt; in ZFS.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrate Linux (home)server to ZFS</title>
      <link>https://www.enricobassetti.it/2022/02/migrate-linux-homeserver-to-zfs/</link>
      <pubDate>Wed, 02 Feb 2022 10:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/02/migrate-linux-homeserver-to-zfs/</guid>
      <description>&lt;p&gt;Recently I moved my home server to a (refurbished) Dell Optiplex 7050. The previous PC was on ext4, and I decided to try ZFS without reinstalling it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ovf-export, open-source tool for exporting libvirt domains as OVF/OVA</title>
      <link>https://www.enricobassetti.it/2022/01/ovf-export-open-source-tool-for-exporting-libvirt-domains-as-ovf/ova/</link>
      <pubDate>Mon, 24 Jan 2022 10:15:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/01/ovf-export-open-source-tool-for-exporting-libvirt-domains-as-ovf/ova/</guid>
      <description>&lt;p&gt;Today I&amp;rsquo;m releasing &lt;code&gt;ovf-export&lt;/code&gt;, a tool for exporting libvirt domains as OVF/OVA, as open-source.&#xA;Generated packages follow the OVF 1.0 standard so that you can use them with VirtualBox, VMware Workstation/Player, and others.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Types of Network Address Translation</title>
      <link>https://www.enricobassetti.it/2022/01/types-of-network-address-translation/</link>
      <pubDate>Mon, 17 Jan 2022 11:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/01/types-of-network-address-translation/</guid>
      <description>&lt;p&gt;While still very useful, the old definition of NAT types is outdated. The new definition accurately reflects the kind of NAT present in the network and what we can expect from the translator.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Revoke active GitLab sessions for all users</title>
      <link>https://www.enricobassetti.it/2022/01/revoke-active-gitlab-sessions-for-all-users/</link>
      <pubDate>Mon, 03 Jan 2022 23:50:46 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2022/01/revoke-active-gitlab-sessions-for-all-users/</guid>
      <description>&lt;p&gt;If you have a self-hosted version of GitLab, you may need to revoke all active sessions for all users (for example, to force a password change when using an external authenticator like LDAP or OAuth2).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simplify Node-RED for End-User Development in SeismoCloud</title>
      <link>https://www.enricobassetti.it/2021/12/simplify-node-red-for-end-user-development-in-seismocloud/</link>
      <pubDate>Wed, 29 Dec 2021 08:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2021/12/simplify-node-red-for-end-user-development-in-seismocloud/</guid>
      <description>&lt;p&gt;End-user development is a technique that empowers the &amp;ldquo;end-user&amp;rdquo; to build complex automation with basic domain knowledge and no programming skills. The result of this process is that everyone can use complex technology to make their own life better. We used some EUD techniques in SeismoCloud.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ML Classification of Car Parking with Implicit Interaction on the Driver’s Smartphone</title>
      <link>https://www.enricobassetti.it/2021/12/ml-classification-of-car-parking-with-implicit-interaction-on-the-drivers-smartphone/</link>
      <pubDate>Sat, 04 Dec 2021 08:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2021/12/ml-classification-of-car-parking-with-implicit-interaction-on-the-drivers-smartphone/</guid>
      <description>&lt;p&gt;For some applications, you may need to understand how the car is being parked with respect to the road. What if you want to understand this only leveraging on accelerations? Let&amp;rsquo;s find out how.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building different app flavors with Flutter</title>
      <link>https://www.enricobassetti.it/2021/11/building-different-app-flavors-with-flutter/</link>
      <pubDate>Wed, 24 Nov 2021 08:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2021/11/building-different-app-flavors-with-flutter/</guid>
      <description>&lt;p&gt;For one of the projects we&amp;rsquo;re working on, we planned to release a mobile app version with OpenStreetMap and the Google Maps version.&lt;/p&gt;&#xA;&lt;p&gt;How to manage multiple build &amp;ldquo;flavors&amp;rdquo; in Flutter?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flutter Pi in Debian ARM/Raspbian 9 stretch</title>
      <link>https://www.enricobassetti.it/2021/11/flutter-pi-in-debian-arm/raspbian-9-stretch/</link>
      <pubDate>Sat, 20 Nov 2021 23:32:33 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2021/11/flutter-pi-in-debian-arm/raspbian-9-stretch/</guid>
      <description>&lt;p&gt;Recently I discovered the &lt;a href=&#34;https://github.com/ardera/flutter-pi&#34;&gt;flutter-pi&lt;/a&gt; project thanks to a user that asked for help in a public telegram group. I like the idea of running flutter apps directly on RPi without X11. I&amp;rsquo;ll play with this project a bit in the future :-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>De-Googling: app compatibility</title>
      <link>https://www.enricobassetti.it/2021/10/de-googling-app-compatibility/</link>
      <pubDate>Thu, 21 Oct 2021 12:00:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/10/de-googling-app-compatibility/</guid>
      <description>&lt;p&gt;Some thoughts about Android, Google, and the &amp;ldquo;de-googling&amp;rdquo; process.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My opinion on DoH/DoT</title>
      <link>https://www.enricobassetti.it/2021/10/my-opinion-on-doh/dot/</link>
      <pubDate>Fri, 01 Oct 2021 14:00:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/10/my-opinion-on-doh/dot/</guid>
      <description>&lt;p&gt;I don&amp;rsquo;t have a strong opinion on everything. However, in the case of DoH-vs-DoT-vs-DNS, I have a very &lt;strong&gt;strong&lt;/strong&gt; opinion.&lt;/p&gt;&#xA;&lt;p&gt;And it&amp;rsquo;s that DoH is harmful and unnecessary. In this post, I&amp;rsquo;ll explain why.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows API - Information disclosure / covert channel</title>
      <link>https://www.enricobassetti.it/2021/09/windows-api-information-disclosure-/-covert-channel/</link>
      <pubDate>Thu, 16 Sep 2021 20:00:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/09/windows-api-information-disclosure-/-covert-channel/</guid>
      <description>&lt;p&gt;I use open-source software every day. And I try to contribute as much&#xA;as I can.&lt;/p&gt;&#xA;&lt;p&gt;However, sometimes weird things happen when writing OSS code. Like finding a security bug in a closed source software.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Full-disk encryption and remote unlock</title>
      <link>https://www.enricobassetti.it/2021/07/full-disk-encryption-and-remote-unlock/</link>
      <pubDate>Fri, 16 Jul 2021 20:00:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/07/full-disk-encryption-and-remote-unlock/</guid>
      <description>&lt;p&gt;Do you know that &lt;a href=&#34;https://www.cyberciti.biz/security/how-to-unlock-luks-using-dropbear-ssh-keys-remotely-in-linux/&#34;&gt;you can unlock your full-disk encrypted GNU/Linux PC remotely?&lt;/a&gt; Cool, isn&amp;rsquo;t it? You can directly use SSH to type the password and unlock your PC.&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s ask ourselves: is it secure?&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;Università pubblica che non c&#39;è più</title>
      <link>https://www.enricobassetti.it/2021/06/luniversit%C3%A0-pubblica-che-non-c%C3%A8-pi%C3%B9/</link>
      <pubDate>Wed, 23 Jun 2021 13:57:15 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/06/luniversit%C3%A0-pubblica-che-non-c%C3%A8-pi%C3%B9/</guid>
      <description>&lt;p&gt;C&amp;rsquo;erano una volta l&amp;rsquo;Università &lt;em&gt;pubblica&lt;/em&gt; e l&amp;rsquo;Università &lt;em&gt;privata&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Ma tutte le cose belle, si sa, prima o poi finiscono. Specialmente quando &amp;ldquo;&lt;em&gt;i dati sono il nuovo petrolio&lt;/em&gt;&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hide KVM/QEMU in Windows 10 guest</title>
      <link>https://www.enricobassetti.it/2021/06/hide-kvm/qemu-in-windows-10-guest/</link>
      <pubDate>Wed, 16 Jun 2021 12:00:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/06/hide-kvm/qemu-in-windows-10-guest/</guid>
      <description>&lt;p&gt;Recently I was preparing a Windows 10 VM (in a Proxmox/KVM/QEMU environment) with the specific need to spoof some hardware IDs and evade a VM detection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Boot loop after (intensive) tethering in LineageOS?</title>
      <link>https://www.enricobassetti.it/2021/06/boot-loop-after-intensive-tethering-in-lineageos/</link>
      <pubDate>Tue, 01 Jun 2021 10:34:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/06/boot-loop-after-intensive-tethering-in-lineageos/</guid>
      <description>&lt;p&gt;If you&amp;rsquo;re experiencing boot loops after an intensive tethering session with LineageOS, maybe the network statistics database is corrupted. It happens to me nearly once every two weeks or so (I use tethering a lot in this period).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Note on Apple code signing (mobile iOS apps) for newcomers</title>
      <link>https://www.enricobassetti.it/2021/05/note-on-apple-code-signing-mobile-ios-apps-for-newcomers/</link>
      <pubDate>Sat, 15 May 2021 21:30:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/05/note-on-apple-code-signing-mobile-ios-apps-for-newcomers/</guid>
      <description>&lt;p&gt;You want to start developing mobile apps for iOS (native or with ANY framework). You don&amp;rsquo;t want to mess with bureaucracy and procedures. This time, however, you can&amp;rsquo;t escape.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Protect Kubernetes Dashboard using oauth2-proxy and Keycloak</title>
      <link>https://www.enricobassetti.it/2021/04/protect-kubernetes-dashboard-using-oauth2-proxy-and-keycloak/</link>
      <pubDate>Fri, 30 Apr 2021 10:30:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2021/04/protect-kubernetes-dashboard-using-oauth2-proxy-and-keycloak/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/kubernetes/dashboard&#34;&gt;Kubernetes Dashboard&lt;/a&gt; is an excellent web client for Kubernetes clusters. Even if I prefer locally installed clients (&lt;code&gt;kubectl&lt;/code&gt; and &lt;code&gt;k9s&lt;/code&gt; are enough for me :-D), a web UI is handy when you have a random group of users (developers?) and you don&amp;rsquo;t want to give them access to the API server, or you don&amp;rsquo;t want to force them to install and configure a Kubernetes client only to open the logs of some pod once a week.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Debian 10, Cloud-init and static IP addresses</title>
      <link>https://www.enricobassetti.it/2020/07/debian-10-cloud-init-and-static-ip-addresses/</link>
      <pubDate>Sun, 05 Jul 2020 15:50:00 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2020/07/debian-10-cloud-init-and-static-ip-addresses/</guid>
      <description>&lt;p&gt;In the last two days, I was preparing a virtual environment for some tests&#xA;about MariaDB replication. I was determined to use the same &lt;strong&gt;identical&lt;/strong&gt;&#xA;settings of the production machine I was simulating: Debian 10, Docker,&#xA;MariaDB 10.4. I use &lt;code&gt;terraform&lt;/code&gt; for these tests, which works pretty well&#xA;with the &lt;code&gt;libvirt&lt;/code&gt; provider.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DoS (and possible MITM) in Cisco VPN 3000 Concentrator</title>
      <link>https://www.enricobassetti.it/2019/10/dos-and-possible-mitm-in-cisco-vpn-3000-concentrator/</link>
      <pubDate>Sun, 27 Oct 2019 00:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2019/10/dos-and-possible-mitm-in-cisco-vpn-3000-concentrator/</guid>
      <description>&lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt;: the Cisco VPN 3000 Concentrator has a bug that allows you to create&#xA;a DoS (and maybe a MITM) by sending the wrong netmask in IPSec phase 2.&#xA;You need valid credentials. Apparently there is no workaround or fix.&#xA;It&amp;rsquo;s EOL, so maybe you may want to change it :-)&lt;/p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.enricobassetti.it/archives/</link>
      <pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/archives/</guid>
      <description></description>
    </item>
    <item>
      <title>Iomega ix2-200, Debian and iSCSI</title>
      <link>https://www.enricobassetti.it/2019/05/iomega-ix2-200-debian-and-iscsi/</link>
      <pubDate>Wed, 22 May 2019 00:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2019/05/iomega-ix2-200-debian-and-iscsi/</guid>
      <description>&lt;p&gt;I recovered an old Iomega ix2-200 from the dust of my apartment, hoping to use&#xA;it as a storage NAS for backups with &lt;code&gt;burp&lt;/code&gt;. I can&amp;rsquo;t use NFS (at least, it will&#xA;be unsafe), so I was looking for an iSCSI export. The ix2-200 was advertized as&#xA;iSCSI-enabled, however the performance were very bad and the box was freezing&#xA;literaly every night.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JWT or not?</title>
      <link>https://www.enricobassetti.it/2019/05/jwt-or-not/</link>
      <pubDate>Sat, 04 May 2019 00:00:00 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2019/05/jwt-or-not/</guid>
      <description>&lt;p&gt;In a recent web portal project, made with Python and Angular, I faced the&#xA;&lt;em&gt;amethic doubt&lt;/em&gt;: should I use the standard pseudorandom generation of session&#xA;tokens, or should I use a JWT?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Simple policy based routing in practice</title>
      <link>https://www.enricobassetti.it/2018/11/simple-policy-based-routing-in-practice/</link>
      <pubDate>Wed, 21 Nov 2018 23:56:36 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/11/simple-policy-based-routing-in-practice/</guid>
      <description>&lt;p&gt;Sometimes the network setup isn&#39;t the one that you find in a textbook. &lt;em&gt;Policy based routing&lt;/em&gt; is a mechanism to choose a route based on a policy (which can be anything, from the current time to the kind of packet/frame).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using fogproject to deploy Windows 10 images</title>
      <link>https://www.enricobassetti.it/2018/03/using-fogproject-to-deploy-windows-10-images/</link>
      <pubDate>Sun, 11 Mar 2018 14:31:08 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/03/using-fogproject-to-deploy-windows-10-images/</guid>
      <description>&lt;p&gt;Despite the web is full of pages about &lt;em&gt;fogproject&lt;/em&gt; and Windows 10, there are many different things that you need to do in order to make &lt;em&gt;fog&lt;/em&gt; to deploy a Windows 10 image in a fully automated way (without your physical intervention). This is my guide, just in case.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NodeMCU/ESP8266 and SSL/TLS/HTTPS</title>
      <link>https://www.enricobassetti.it/2018/03/nodemcu/esp8266-and-ssl/tls/https/</link>
      <pubDate>Tue, 06 Mar 2018 14:34:31 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/03/nodemcu/esp8266-and-ssl/tls/https/</guid>
      <description>&lt;p&gt;Security is always good. But you need to pay attention to implement it well, otherwise it can be very harmful.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IoT security vs hobbyists&#39; boards</title>
      <link>https://www.enricobassetti.it/2018/03/iot-security-vs-hobbyists-boards/</link>
      <pubDate>Sat, 03 Mar 2018 11:22:38 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/03/iot-security-vs-hobbyists-boards/</guid>
      <description>&lt;p&gt;So, you bought your brand new Arduino/Genuino Uno and some nice-but-useless sensor (such as a temperature sensor for your bedroom), and you feel ready to enter the &lt;em&gt;Internet Of Things&lt;/em&gt; world. You want to build up a little &#34;cloud&#34; by yourself (by using Apache+PHP in some hosting, or perhaps an MQTT server like RabbitMQ), or maybe use some cloud-ready service.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LoRaWAN spreading factor allocation in a multiple-gateway environment</title>
      <link>https://www.enricobassetti.it/2018/02/lorawan-spreading-factor-allocation-in-a-multiple-gateway-environment/</link>
      <pubDate>Sun, 25 Feb 2018 15:01:02 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/02/lorawan-spreading-factor-allocation-in-a-multiple-gateway-environment/</guid>
      <description>&lt;p&gt;As this new trend of &#34;Internet of Things&#34; raise up, people and companies are proposing new protocols (at each ISO/OSI level) to manage the local/remote communication between an IoT device and the rest of the network. This is mainly because an &#34;IoT-device&#34; (such as a temperature sensor) may be off-grid (i.e. powered by batteries) and/or with limited resources.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IPv6 link-local and VPS-cloud services: an hidden threat?</title>
      <link>https://www.enricobassetti.it/2018/01/ipv6-link-local-and-vps-cloud-services-an-hidden-threat/</link>
      <pubDate>Wed, 17 Jan 2018 21:54:56 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2018/01/ipv6-link-local-and-vps-cloud-services-an-hidden-threat/</guid>
      <description>&lt;p&gt;As many IT folks, I have my VPS (for instance, this website is running on it). I use this virtual server mainly to host my blog and some other websites that I own. The main reason why I use a &#34;server&#34; (and not an &#34;hosting solution&#34;) is that, in this case, I have complete access to the machine. I like to be able to customize my services from top to bottom, even if it&#39;s a simple blog.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cold case: protocol reverse engineering (part 2)</title>
      <link>https://www.enricobassetti.it/2017/10/cold-case-protocol-reverse-engineering-part-2/</link>
      <pubDate>Wed, 18 Oct 2017 21:09:55 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/10/cold-case-protocol-reverse-engineering-part-2/</guid>
      <description>&lt;p&gt;&lt;em&gt;If you missed the previous post, &lt;a href=&#34;https://www.enricobassetti.it/wp/2017/10/cold-case-protocol-reverse-engineering-part-1/&#34;&gt;you can find it here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cold case: protocol reverse engineering (part 1)</title>
      <link>https://www.enricobassetti.it/2017/10/cold-case-protocol-reverse-engineering-part-1/</link>
      <pubDate>Sat, 14 Oct 2017 15:17:44 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/10/cold-case-protocol-reverse-engineering-part-1/</guid>
      <description>&lt;p&gt;Some years ago I was asked to do a reverse engineering of an older protocol used in automation systems. The goal was to be able to communicate with some equipment already in-place in some industrial buildings nearby. Let me explain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MikroTik RouterOS: how to use hostnames in firewall rules (instead of IP addresses)</title>
      <link>https://www.enricobassetti.it/2017/09/mikrotik-routeros-how-to-use-hostnames-in-firewall-rules-instead-of-ip-addresses/</link>
      <pubDate>Sat, 23 Sep 2017 15:14:55 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/09/mikrotik-routeros-how-to-use-hostnames-in-firewall-rules-instead-of-ip-addresses/</guid>
      <description>&lt;h2 id=&#34;important-note&#34;&gt;Important note!&lt;/h2&gt;&#xA;&lt;p&gt;Apparently now RouterOS supports hostnames in address lists (tested in 6.49.2). So this article is superseeded (just add an hostname in the address list to have it resolved dinamically).&lt;/p&gt;</description>
    </item>
    <item>
      <title>IoT party: installing InfluxDB (&#43;Grafana) on a Raspberry PI for IoT sensors</title>
      <link>https://www.enricobassetti.it/2017/09/iot-party-installing-influxdb-grafana-on-a-raspberry-pi-for-iot-sensors/</link>
      <pubDate>Sun, 17 Sep 2017 11:20:47 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/09/iot-party-installing-influxdb-grafana-on-a-raspberry-pi-for-iot-sensors/</guid>
      <description>&lt;p&gt;Last year I upgraded my solar water panels with some temperature probes, and I scattered NodeMCU in my house (with some DHT22 and DHT11 sensors). At the time I had an old PC that was acting as a server: IoT devices were sending readings to RabbitMQ instance on that server, with a shell script that was bridging between MQTT and RRDTool database.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;wp-image-230 size-full aligncenter&#34; src=&#34;https://www.enricobassetti.it/images/2017/09/mqtt1.png&#34; alt=&#34;&#34; width=&#34;582&#34; height=&#34;72&#34; data-wp-pid=&#34;230&#34; /&gt;&lt;/p&gt;&#xA;&lt;p&gt;Of course, for me that was perfect. But I when I tried to share these tools with my family, quickly became clear that I had to make a nice interface. I ended up by sending the chart by Telegram with a bot.&lt;/p&gt;&#xA;&lt;p&gt;Then, during last month, the old server died. I moved some things to the cloud, and some other things were archived. After some free-time during cleanup (I had two 1TB disks to cleanup...) I landed into &lt;a href=&#34;https://grafana.com/&#34;&gt;Grafana home page&lt;/a&gt;. And I decided to give it a try.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>Raspberry PI bluetooth backdoor/serial access</title>
      <link>https://www.enricobassetti.it/2017/08/raspberry-pi-bluetooth-backdoor/serial-access/</link>
      <pubDate>Mon, 28 Aug 2017 10:40:36 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/08/raspberry-pi-bluetooth-backdoor/serial-access/</guid>
      <description>&lt;p&gt;Aka: install a safe-mode-access.&lt;/p&gt;&#xA;&lt;p&gt;I was programming my RasPI 3 to be a Wi-Fi AP. I don&#39;t have an HDMI monitor, only an HDMI converter and I&#39;m not happy to use it. So, I was trying to setup my RPI by SSH. Of course, I was locked out by a wrong command in a script.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Superficie d&#39;attacco (informatico)</title>
      <link>https://www.enricobassetti.it/2017/08/superficie-dattacco-informatico/</link>
      <pubDate>Wed, 23 Aug 2017 14:02:38 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/08/superficie-dattacco-informatico/</guid>
      <description>&lt;p&gt;La &#34;superficie d&#39;attacco&#34; &amp;egrave; l&#39;insieme dei possibili punti di un software/sistema/infrastruttura che sono pi&amp;ugrave; o meno accessibili da un eventuale attaccante. E&#39; fondamentale quindi conoscere e gestire la superficie d&#39;attacco della nostra infrastruttura informatica.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tessera da socio del circolo vizioso</title>
      <link>https://www.enricobassetti.it/2017/08/tessera-da-socio-del-circolo-vizioso/</link>
      <pubDate>Fri, 11 Aug 2017 18:49:01 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/08/tessera-da-socio-del-circolo-vizioso/</guid>
      <description>&lt;p&gt;Ieri, un torrido 10 di Agosto, mi sono unito a Salvatore Antoci in un lavoretto di manutenzione &#34;ordinaria&#34;: la riparazione di una panchina (qui le foto di &lt;a href=&#34;https://www.enricobassetti.it/images/2017/08/photo_2017-08-11_18-01-41.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;prima&lt;/a&gt; e &lt;a href=&#34;https://www.enricobassetti.it/images/2017/08/photo_2017-08-11_18-01-40.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;dopo&lt;/a&gt;). Ovviamente non facciamo parte della &#34;squadra di manutentori del Comune&#34;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Too much confidence in user input: the Gemtek WLTXFSQ-102N case</title>
      <link>https://www.enricobassetti.it/2017/07/too-much-confidence-in-user-input-the-gemtek-wltxfsq-102n-case/</link>
      <pubDate>Sun, 09 Jul 2017 15:02:54 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/07/too-much-confidence-in-user-input-the-gemtek-wltxfsq-102n-case/</guid>
      <description>&lt;p&gt;Yesterday I was having a break from studying for next exam. I had few minutes of free time, so I decided to spend that time going around inside the web interface of Gemtek WiMax/4G router that my ISP installed here. I had a &#34;guest&#34; account, as specified in the router&#39;s manual.&lt;/p&gt;</description>
    </item>
    <item>
      <title>HCI-Sec: la sicurezza passa anche dalla Human Interface</title>
      <link>https://www.enricobassetti.it/2017/06/hci-sec-la-sicurezza-passa-anche-dalla-human-interface/</link>
      <pubDate>Thu, 29 Jun 2017 09:45:49 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/06/hci-sec-la-sicurezza-passa-anche-dalla-human-interface/</guid>
      <description>&lt;p&gt;Anche se non &amp;egrave; immediato, &amp;egrave; chiaro che la sicurezza informatica passa anche per la HCI (&lt;em&gt;Human Computer Interaction&lt;/em&gt;). Il modo in cui sono progettati i sistemi di sicurezza influenzano in maniera sostanziale l&#39;efficacia dei suddetti.&lt;/p&gt;</description>
    </item>
    <item>
      <title>La comunicazione, questa sconosciuta... a Latina</title>
      <link>https://www.enricobassetti.it/2017/06/la-comunicazione-questa-sconosciuta...-a-latina/</link>
      <pubDate>Tue, 27 Jun 2017 14:36:58 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/06/la-comunicazione-questa-sconosciuta...-a-latina/</guid>
      <description>&lt;p&gt;Recentemente ho scritto un &lt;a href=&#34;https://www.q4q5.it/wp/2017/06/02/lerba-del-vicino-e-sempre-piu-verde/&#34;&gt;articolo per il portale Q4Q5.it dal titolo &#34;L&#39;erba del vicino &amp;egrave; sempre pi&amp;ugrave; verde&#34;&lt;/a&gt;. Quello che ho fatto &amp;egrave; stato mettere a confronto il sito internet del nostro Comune con quello di una cittadina simile, &lt;a href=&#34;https://it.wikipedia.org/wiki/Salem_(Oregon)&#34;&gt;Salem (Oregon)&lt;/a&gt;. L&#39;obiettivo del paragone &amp;egrave; dimostrare come &amp;egrave; trattato diversamente &#34;l&#39;utente del portale&#34;, che il pi&amp;ugrave; delle volte &amp;egrave; il cittadino non-tecnico (in qualsiasi campo). &lt;strong&gt;Ovviamente, quello che emerge per il sito del Comune di Latina &amp;egrave; un quadro disarmante.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>7 consigli per difendersi da cyberattacchi</title>
      <link>https://www.enricobassetti.it/2017/06/7-consigli-per-difendersi-da-cyberattacchi/</link>
      <pubDate>Mon, 26 Jun 2017 10:21:37 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/06/7-consigli-per-difendersi-da-cyberattacchi/</guid>
      <description>&lt;p&gt;Ricordiamoci che &#34;&lt;em&gt;prevenire &amp;egrave; meglio che curare&lt;/em&gt;&#34;, quindi spendere del tempo (e denaro) prima di un attacco &amp;egrave; sempre un investimento per evitare di spendere pi&amp;ugrave; tempo e denaro ad attacco avvenuto.&lt;/p&gt;&#xA;&lt;p&gt;Quali sono le soluzioni tecniche che possiamo adottare, in azienda, per ridurre il rischio di ransomware (e di virus in generale)? Riassumiamo:&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>Cybersecurity - Quello che non abbiamo mai fatto</title>
      <link>https://www.enricobassetti.it/2017/06/cybersecurity-quello-che-non-abbiamo-mai-fatto/</link>
      <pubDate>Sat, 24 Jun 2017 20:03:23 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/06/cybersecurity-quello-che-non-abbiamo-mai-fatto/</guid>
      <description>&lt;p&gt;Dopo i recenti fatti di WannaCry e Samba, ho riflettutto un po&#39; su quello che era (ed &amp;egrave;) il mio approccio alla sicurezza informatica, almeno per le infezioni. Ma prima di affrontarlo, riprendiamo un po&#39; di storia.&lt;/p&gt;&#xA;&lt;p&gt;Inizialmente, il vettore di attacco (ovvero il &lt;em&gt;mezzo&lt;/em&gt; con il quale il virus attaccava) era un supporto di memorizzazione fisico: floppy disk, compact-disk, successivamente pennette USB e altri. A seconda se era un &lt;em&gt;virus&lt;/em&gt; od un &lt;em&gt;worm&lt;/em&gt; (passatemi la generica classificazione), doveva esser lanciato a mano mediante l&#39;inganno dell&#39;utente (ad esempio, facendosi passare per altro) oppure, i secondi, sfruttando delle falle nei sistemi di &#34;protezione&#34;.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>&#34;L&#39;arte dell&#39;inganno&#34; - Kevin Mitnick</title>
      <link>https://www.enricobassetti.it/2017/05/larte-dellinganno-kevin-mitnick/</link>
      <pubDate>Sun, 21 May 2017 10:00:15 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/05/larte-dellinganno-kevin-mitnick/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;size-medium wp-image-143 alignright&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/19-Larte-dellinganno-181x300.jpg&#34; alt=&#34;&#34; width=&#34;181&#34; height=&#34;300&#34; /&gt;Spinto dalla curiosit&amp;agrave; di leggere qualche libro di &lt;strong&gt;Kevin Mitnick&lt;/strong&gt;, ho preso questo &#34;Saggio&#34;. Con la prefazione di Steve Wozniak, si presenta in due parti fondamentali: per quasi tutto il libro, dall&#39;inizio, si raccontano storie di ingegneria sociale di persone che sono riuscite ad ottenere quello che volevano (password di accesso, documenti riservati, etc). Ogni storia (riassunta in 2 pagine al massimo) viene spiegata, viene riportato il tipo di attacco, qual &amp;egrave; stato l&#39;errore e quali sono i possibili rimedi. La seconda parte, molto pi&amp;ugrave; contenuta, riporta dettagli pi&amp;ugrave; tecnici sulle tipologie di attacco (e quindi di difesa) con alcune checklist ed un &lt;em&gt;vademecum&lt;/em&gt; per migliorare la gestione della sicurezza.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ambiente: pianificazione, potature e polemiche</title>
      <link>https://www.enricobassetti.it/2017/05/ambiente-pianificazione-potature-e-polemiche/</link>
      <pubDate>Wed, 17 May 2017 20:48:42 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/05/ambiente-pianificazione-potature-e-polemiche/</guid>
      <description>&lt;p&gt;Quello che segue &amp;egrave; il mio personale commento riguardo ad un fatto successo nella seduta di oggi del &lt;a href=&#34;http://www.comune.latina.it/15052017-tavolo-decoro-urbano-mercoledi-il-prossimo-incontro/&#34;&gt;Tavolo per il Decoro Urbano&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Perch&amp;eacute; le donne non sanno leggere le cartine e gli uomini non si fermano mai a chiedere&#34; - Allan &amp; Barbara Pease</title>
      <link>https://www.enricobassetti.it/2017/05/percheacute-le-donne-non-sanno-leggere-le-cartine-e-gli-uomini-non-si-fermano-mai-a-chiedere-allan-barbara-pease/</link>
      <pubDate>Sun, 14 May 2017 12:30:20 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/05/percheacute-le-donne-non-sanno-leggere-le-cartine-e-gli-uomini-non-si-fermano-mai-a-chiedere-allan-barbara-pease/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;img class=&#34;size-full wp-image-130 alignright&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/perche.jpeg&#34; alt=&#34;&#34; width=&#34;164&#34; height=&#34;266&#34; /&gt;Ho volontariamente sottratto questo libro dalla piccola libreria di casa&lt;/strong&gt;, lo ammetto, solo per il titolo. Tuttavia, leggendo, mi sono accorto che &amp;egrave; molto di pi&amp;ugrave; di un testo umoristico (come pensavo): &amp;egrave; una accurata analisi sulle motivazioni, talvolta profonde, che spingono le persone ad agire in un certo modo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Il giornalismo (d&#39;inchiesta) che manca</title>
      <link>https://www.enricobassetti.it/2017/05/il-giornalismo-dinchiesta-che-manca/</link>
      <pubDate>Wed, 10 May 2017 11:47:13 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/05/il-giornalismo-dinchiesta-che-manca/</guid>
      <description>&lt;p&gt;Troppo spesso, specie qui a Latina, quello di cui si sente la mancanza &amp;egrave; il famoso &#34;giornalismo d&#39;inchiesta&#34;. &lt;strong&gt;O, in alcuni casi, proprio del giornalismo.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Voi avete gli orologi, noi abbiamo il tempo&#34; - Federico Rampini</title>
      <link>https://www.enricobassetti.it/2017/05/voi-avete-gli-orologi-noi-abbiamo-il-tempo-federico-rampini/</link>
      <pubDate>Sun, 07 May 2017 12:30:18 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/05/voi-avete-gli-orologi-noi-abbiamo-il-tempo-federico-rampini/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;img class=&#34;size-medium wp-image-127 alignright&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/voi_avete_gli_orologi-201x300.jpg&#34; alt=&#34;&#34; width=&#34;201&#34; height=&#34;300&#34; /&gt;&#34;Voi avete gli orologi, noi abbiamo il tempo&#34;: Manifesto generazionale per non rinunciare al futuro&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Rapita dalla giustizia&#34; - Angela L.</title>
      <link>https://www.enricobassetti.it/2017/04/rapita-dalla-giustizia-angela-l./</link>
      <pubDate>Sun, 30 Apr 2017 12:30:16 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/rapita-dalla-giustizia-angela-l./</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;img class=&#34;alignright wp-image-124 size-medium&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/rapita_dalla_giustizia-198x300.jpg&#34; alt=&#34;&#34; width=&#34;198&#34; height=&#34;300&#34; /&gt;&#34;Rapita dalla giustizia&#34; - Come ho ritrovato la mia famiglia&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Autobus a Latina, come cambieranno - una mia analisi</title>
      <link>https://www.enricobassetti.it/2017/04/autobus-a-latina-come-cambieranno-una-mia-analisi/</link>
      <pubDate>Thu, 27 Apr 2017 19:14:25 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/autobus-a-latina-come-cambieranno-una-mia-analisi/</guid>
      <description>&lt;p&gt;Nell&#39;albo pretorio &amp;egrave; stato pubblicato il bando sul trasporto pubblico locale. Qui trovate una mia &lt;span style=&#34;text-decoration: underline;&#34;&gt;personale&lt;/span&gt; analisi.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Acciaio&#34; - Silvia Avallone</title>
      <link>https://www.enricobassetti.it/2017/04/acciaio-silvia-avallone/</link>
      <pubDate>Sun, 23 Apr 2017 12:30:15 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/acciaio-silvia-avallone/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright wp-image-121 size-medium&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/acciaio-184x300.jpg&#34; alt=&#34;&#34; width=&#34;184&#34; height=&#34;300&#34; /&gt;Devo dire che &amp;egrave; stato il primo romanzo &#34;che ho scelto&#34; io. In genere, i libri che preferisco sono molto pi&amp;ugrave; tecnici, sono saggi o trattati su argomenti che ruotano intorno alle mie passioni.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Passeggeri notturni&#34; - Gianrico Carofiglio</title>
      <link>https://www.enricobassetti.it/2017/04/passeggeri-notturni-gianrico-carofiglio/</link>
      <pubDate>Sun, 16 Apr 2017 12:30:14 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/passeggeri-notturni-gianrico-carofiglio/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright wp-image-115 size-medium&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/passeggeri_notturni-197x300.jpg&#34; alt=&#34;&#34; width=&#34;197&#34; height=&#34;300&#34; /&gt;&lt;em&gt;Questo libro mi &amp;egrave; stato regalato da una mia cara amica, che non finir&amp;ograve; mai di ringraziare per questo e tanto altro :-)&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Sotto i nostri piedi&#34; - Alessandro Amato</title>
      <link>https://www.enricobassetti.it/2017/04/sotto-i-nostri-piedi-alessandro-amato/</link>
      <pubDate>Sun, 09 Apr 2017 18:32:05 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/sotto-i-nostri-piedi-alessandro-amato/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.enricobassetti.it/images/2017/04/sotto_i_nostri_piedi.jpg&#34;&gt;&lt;img class=&#34;alignright wp-image-110 size-medium&#34; src=&#34;https://www.enricobassetti.it/images/2017/04/sotto_i_nostri_piedi-206x300.jpg&#34; alt=&#34;&#34; width=&#34;206&#34; height=&#34;300&#34; /&gt;&lt;/a&gt;&#34;Sotto i nostri piedi - Storie di terremoti, scienziati e ciarlatani&#34;&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;Sotto i nostri piedi&#34;: il sismologo Alessandro Amato a Tor Tre Ponti per presentare il suo libro</title>
      <link>https://www.enricobassetti.it/2017/04/sotto-i-nostri-piedi-il-sismologo-alessandro-amato-a-tor-tre-ponti-per-presentare-il-suo-libro/</link>
      <pubDate>Mon, 03 Apr 2017 19:26:35 +0200</pubDate>
      <guid>https://www.enricobassetti.it/2017/04/sotto-i-nostri-piedi-il-sismologo-alessandro-amato-a-tor-tre-ponti-per-presentare-il-suo-libro/</guid>
      <description>&lt;p&gt;&lt;em&gt;(non &amp;egrave; un mio post - ma lo ripubblico qui perch&amp;eacute; &amp;egrave; interessante)&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>La mia prima commissione</title>
      <link>https://www.enricobassetti.it/2017/02/la-mia-prima-commissione/</link>
      <pubDate>Tue, 28 Feb 2017 09:46:14 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2017/02/la-mia-prima-commissione/</guid>
      <description>&lt;p&gt;Il 21 febbraio ha assistito alla commissione trasporti. In effetti non &amp;egrave; la mia prima commissione, ma &amp;egrave; la prima che cercher&amp;ograve; di seguire in modo &lt;i&gt;assiduo&lt;/i&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Terremoto: quello che c&#39;&amp;egrave; da sapere</title>
      <link>https://www.enricobassetti.it/2017/01/terremoto-quello-che-cegrave-da-sapere/</link>
      <pubDate>Wed, 04 Jan 2017 20:40:08 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2017/01/terremoto-quello-che-cegrave-da-sapere/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;size-medium wp-image-9389 alignright&#34; src=&#34;//www.q4q5.it/images/2016/11/maxresdefault-300x169.jpg&#34; alt=&#34;maxresdefault&#34; width=&#34;300&#34; height=&#34;169&#34; data-wp-pid=&#34;9389&#34; /&gt;Dato che in giro continuano a circolare informazioni errate e/o imparziali a riguardo, mi prendo la libert&amp;agrave; di scrivere questo documento riguardo a cosa &lt;span style=&#34;text-decoration: underline;&#34;&gt;sapere&lt;/span&gt; e cosa fare &lt;strong&gt;prima, durante e dopo un terremoto&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Vi chiedo di leggerlo fino in fondo, anche se spavaldamente pensate di sapere gi&amp;agrave; tutto, se non credete possa succedere a Latina, o se semplicemente siete troppo ansiosi.&lt;/p&gt;&#xA;&lt;p&gt;Pi&amp;ugrave; in basso nell&#39;articolo trovate anche &lt;strong&gt;un estratto dei &lt;span style=&#34;color: #ff0000;&#34;&gt;punti dove andare in caso di calamit&amp;agrave; naturali&lt;/span&gt;&lt;/strong&gt; (terremoti, &lt;span style=&#34;text-decoration: underline;&#34;&gt;ma anche allagamenti/inondazioni&lt;/span&gt;, etc) come previsto dal &lt;em&gt;Piano di Emergenza Comunale&lt;/em&gt;. Bisogna sempre tenere a mente quei luoghi perch&amp;eacute; saranno le zone da raggiungere subito dopo l&#39;evento.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>Amarcord: il Consiglio Comunale dei Giovani</title>
      <link>https://www.enricobassetti.it/2017/01/amarcord-il-consiglio-comunale-dei-giovani/</link>
      <pubDate>Wed, 04 Jan 2017 20:39:27 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2017/01/amarcord-il-consiglio-comunale-dei-giovani/</guid>
      <description>&lt;p&gt;Ormai probabilmente sono tutti meno giovani di quanto si possa pensare. Ma andiamo con ordine.&lt;/p&gt;&#xA;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Con Deliberazione del Consiglio Comunale di Latina n.13 del 23 aprile 2008 &amp;egrave; stata approvata l&amp;rsquo;istituzione del Consiglio Comunale dei Giovani della Città di Latina [...]&lt;/em&gt;((Sito istituzionale del Comune di Latina, &lt;a href=&#34;http://www.comune.latina.it/il-consiglio-comunale-dei-giovani/&#34;&gt;http://www.comune.latina.it/il-consiglio-comunale-dei-giovani/&lt;/a&gt;))&lt;em&gt;&lt;br /&gt;&#xA;&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;In pochi ricorderanno gli annunci ufficiali, degni da atto rivoluzionario, che vennero effettuati per l&#39;istituzione di un consiglio comunale &#34;parallelo&#34;, formato da &#34;giovani&#34; (et&amp;agrave; 15-24 anni) che doveva occuparsi di &#34;&lt;em&gt;favorire la partecipazione dei ragazzi e delle ragazze alla vita della Comunit&amp;agrave;&lt;/em&gt;&#34; ((Statuto del Comune di Latina, Articolo 77bis, &lt;a href=&#34;http://www.comune.latina.it/wp-content/uploads/2016/11/Statuto-modificato-al-15-Aprile-2015.pdf&#34;&gt;http://www.comune.latina.it/wp-content/uploads/2016/11/Statuto-modificato-al-15-Aprile-2015.pdf&lt;/a&gt;)). Il consiglio aveva come compito quello di proporre-discutere azioni e/o regolamenti, da portare poi al vero Consiglio Comunale e giunta, come ad esempio eventi, manifestazioni, o modifiche per rendere la Città pi&amp;ugrave; &#34;&lt;em&gt;smart&lt;/em&gt;&#34; (efficiente, veloce, semplice).&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>I costi nascosti dell&#39;inefficienza</title>
      <link>https://www.enricobassetti.it/2017/01/i-costi-nascosti-dellinefficienza/</link>
      <pubDate>Wed, 04 Jan 2017 20:38:39 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2017/01/i-costi-nascosti-dellinefficienza/</guid>
      <description>&lt;p&gt;Circa un anno fa mi decisi, finalmente, a prendere, burocraticamente parlando, la &#34;&lt;em&gt;Licenza di Operatore di Stazione di Radioamatore&lt;/em&gt;&#34;. Semplificher&amp;ograve; alcuni passaggi per amor di lettura.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title>Autobus: come funzioni? E quanto mi costi?</title>
      <link>https://www.enricobassetti.it/2017/01/autobus-come-funzioni-e-quanto-mi-costi/</link>
      <pubDate>Wed, 04 Jan 2017 20:37:03 +0100</pubDate>
      <guid>https://www.enricobassetti.it/2017/01/autobus-come-funzioni-e-quanto-mi-costi/</guid>
      <description>&lt;p&gt;Spesso non ci rendiamo conto di quello che c&#39;&amp;egrave; dietro i nostri servizi, e quanto ci costano (direttamente e non).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;L&#39;obiettivo di questo articolo &amp;egrave; di tradurre le informazioni che trovate sui bilanci&lt;/strong&gt; della societ&amp;agrave; di trasporto pubblico (su autobus) &lt;strong&gt;in qualcosa che sia leggibile da tutti&lt;/strong&gt;. Far&amp;ograve; quindi delle &lt;em&gt;approssimazioni&lt;/em&gt; grossolane; non me ne vogliano i ragionieri.&lt;/p&gt;&#xA;&lt;p&gt;</description>
    </item>
    <item>
      <title></title>
      <link>https://www.enricobassetti.it/bibliography.bib</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/bibliography.bib</guid>
      <description>@inproceedings{menon2025quicklyrunningout,&#xA;&#x9;year       = 2025,&#xA;&#x9;title      = &#34;QUICkly Running Out of Money: Evaluating QUIC Resilience to Traffic Inflating Attacks&#34;,&#xA;&#x9;author     = &#34;Menon, Giovanni and Bassetti, Enrico and Conti, Mauro&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 24th International Conference on Trust, Security and Privacy in Computing and Communications (TrustCom)&#34;,&#xA;&#x9;conference = &#34;IEEE TrustCom 2025&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{ferrero2025haveyousynwhati,&#xA;&#x9;year       = 2025,&#xA;&#x9;title      = &#34;Have you SYN what I see? Analyzing TCP SYN Payloads in the Wild&#34;,&#xA;&#x9;author     = &#34;Ferrero, Dario and Bassetti, Enrico and Griffioen, Harm and Smaragdakis, Georgios&#34;,&#xA;&#x9;booktitle  = &#34;ACM Internet Measurement Conference (IMC) 2025&#34;,&#xA;&#x9;conference = &#34;IMC 2025&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2025openingpandorasp,&#xA;&#x9;year       = 2025,&#xA;&#x9;title      = &#34;Opening Pandora&#39;s Packet: Expose IPv6 Implementations Vulnerabilities Using Differential Fuzzing&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Di Paolo, Edoardo and Drago, Francesco and Conti, Mauro and Spognardi, Angelo&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 23rd International Conference on Applied Cryptography and Network Security&#34;,&#xA;&#x9;conference = &#34;ACNS 2025&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{quadrio2024theywilladaptim,&#xA;&#x9;year       = 2024,&#xA;&#x9;title      = &#34;They Will Adapt: Improving Anomaly Detection on IoT Networks Through Continuous Learning&#34;,&#xA;&#x9;author     = &#34;Quadrio, Giacomo and Pompa, Roberto and Bassetti, Enrico and D&#39;elia, Ciro and Scacco, Gianluca and Conti, Mauro&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 20th International Conference on Wireless and Mobile Computing, Networking and Communications&#34;,&#xA;&#x9;conference = &#34;WiMob 2024&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bianchi2024scalableandautoma,&#xA;&#x9;year       = 2024,&#xA;&#x9;title      = &#34;Scalable and automated Evaluation of Blue Team cyber posture in Cyber Ranges&#34;,&#xA;&#x9;author     = &#34;Bianchi, Federica and Bassetti, Enrico and Spognardi, Angelo&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 39th ACM/SIGAPP Symposium On Applied Computing&#34;,&#xA;&#x9;conference = &#34;SAC 2024&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{dipaolo2023anewmodelfortes,&#xA;&#x9;year       = 2023,&#xA;&#x9;title      = &#34;A New Model for Testing IPv6 Fragment Handling&#34;,&#xA;&#x9;author     = &#34;Di Paolo, Edoardo and Bassetti, Enrico and Spognardi, Angelo&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 28th European Symposium on Research in Computer Security (ESORICS 2023)&#34;,&#xA;&#x9;conference = &#34;ESORICS 2023&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2023humanpresencedete,&#xA;&#x9;year       = 2023,&#xA;&#x9;title      = &#34;Human Presence Detection After Earthquakes: An AI-Based Implicit User Interface on the Smartphone&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Cavallaccio, Gianmarco and De Marsico, Maria and Panizzi, Emanuele&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 15th Biannual Conference of the Italian SIGCHI Chapter (CHItaly 2023)&#34;,&#xA;&#x9;conference = &#34;CHItaly 2023&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2022quickdecentralized,&#xA;&#x9;year       = 2022,&#xA;&#x9;title      = &#34;Quick decentralized estimation of earthquake epicenter with low-cost IoT network&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Quaranta, Davide and Panizzi, Emanuele&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 9th International Conference on Internet of Things: Systems, Management and Security (IOTSMS 2022)&#34;,&#xA;&#x9;conference = &#34;IOTSMS 2022&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2022isideproactively,&#xA;&#x9;year       = 2022,&#xA;&#x9;title      = &#34;ISIDE: Proactively Assist University Students at Risk of Dropout&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Conti, Andrea and Panizzi, Emanuele and Tolomei, Gabriele&#34;,&#xA;&#x9;booktitle  = &#34;2022 IEEE International Conference on Big Data (Big Data)&#34;,&#xA;&#x9;conference = &#34;IEEE Big Data&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@article{bassetti2022exploitinguserbeh,&#xA;&#x9;year      = 2022,&#xA;&#x9;title     = &#34;Exploiting User Behavior to Predict Parking Availability through Machine Learning&#34;,&#xA;&#x9;author    = &#34;Bassetti, Enrico and Berti, Andrea and Bisante, Alba and Magnante, Andrea and Panizzi, Emanuele&#34;,&#xA;&#x9;pages     = &#34;1243--1266&#34;,&#xA;&#x9;number    = &#34;4&#34;,&#xA;&#x9;volume    = &#34;5&#34;,&#xA;&#x9;journal   = &#34;Smart Cities&#34;,&#xA;&#x9;publisher = &#34;MDPI&#34;,&#xA;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;@article{bassetti2022earthquakedetectio,&#xA;&#x9;year      = 2022,&#xA;&#x9;title     = &#34;Earthquake Detection at the Edge: IoT Crowdsensing Network&#34;,&#xA;&#x9;author    = &#34;Bassetti, Enrico and Panizzi, Emanuele&#34;,&#xA;&#x9;pages     = &#34;195&#34;,&#xA;&#x9;number    = &#34;4&#34;,&#xA;&#x9;volume    = &#34;13&#34;,&#xA;&#x9;journal   = &#34;Information&#34;,&#xA;&#x9;publisher = &#34;MDPI&#34;,&#xA;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;@article{bassetti2022reorientingsmartp,&#xA;&#x9;year      = 2022,&#xA;&#x9;title     = &#34;Re-Orienting Smartphone-Collected Car Motion Data Using Least-Squares Estimation and Machine Learning&#34;,&#xA;&#x9;author    = &#34;Bassetti, Enrico and Luciani, Alessio and Panizzi, Emanuele&#34;,&#xA;&#x9;pages     = &#34;1606&#34;,&#xA;&#x9;number    = &#34;4&#34;,&#xA;&#x9;volume    = &#34;22&#34;,&#xA;&#x9;journal   = &#34;Sensors&#34;,&#xA;&#x9;publisher = &#34;MDPI&#34;,&#xA;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;@article{bassetti2022mlbasedreorienta,&#xA;&#x9;year      = 2022,&#xA;&#x9;title     = &#34;ML-based re-orientation of smartphone-collected car motion data&#34;,&#xA;&#x9;author    = &#34;Bassetti, Enrico and Luciani, Alessio and Panizzi, Emanuele&#34;,&#xA;&#x9;pages     = &#34;237--242&#34;,&#xA;&#x9;number    = &#34;&#34;,&#xA;&#x9;volume    = &#34;198&#34;,&#xA;&#x9;journal   = &#34;Procedia Computer Science&#34;,&#xA;&#x9;publisher = &#34;Elsevier&#34;,&#xA;}&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;@inproceedings{dipaolo2021securityassessment,&#xA;&#x9;year       = 2021,&#xA;&#x9;title      = &#34;Security assessment of common open source MQTT brokers and clients&#34;,&#xA;&#x9;author     = &#34;Di Paolo, Edoardo and Bassetti, Enrico and Spognardi, Angelo&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the Italian Conference on Cybersecurity (ITASEC 2021)&#34;,&#xA;&#x9;conference = &#34;ITASEC 2021&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2021mlclassificationo,&#xA;&#x9;year       = 2021,&#xA;&#x9;title      = &#34;ML Classification of Car Parking with Implicit Interaction on the Driver`s Smartphone&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Luciani, Alessio and Panizzi, Emanuele&#34;,&#xA;&#x9;booktitle  = &#34;Human-Computer Interaction--INTERACT 2021: 18th IFIP TC 13 International Conference, Bari, Italy, August 30--September 3, 2021, Proceedings, Part III&#34;,&#xA;&#x9;conference = &#34;INTERACT 2021 IFIP Conference on Human-Computer Interaction&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{bassetti2020simplifynoderedf,&#xA;&#x9;year       = 2020,&#xA;&#x9;title      = &#34;Simplify Node-RED For End User Development in SeismoCloud&#34;,&#xA;&#x9;author     = &#34;Bassetti, Enrico and Ottavianelli, Edoardo and Panizzi, Emanuele&#34;,&#xA;&#x9;booktitle  = &#34;Proceedings of the 1st International Workshop on Empowering People in Dealing with Internet of Things Ecosystems&#34;,&#xA;&#x9;conference = &#34;EMPATHY 2020: Empowering People in Dealing with Internet of Things Ecosystems&#34;,&#xA;}&#xA;&#x9;&#x9;&#xA;@inproceedings{cuomo2018adaptivemitigation,&#xA;&#x9;year       = 2018,&#xA;&#x9;title      = &#34;Adaptive mitigation of the Air-Time pressure in LoRa multi-gateway architectures&#34;,&#xA;&#x9;author     = &#34;Cuomo, Francesca and Campo, Manuel and Bassetti, Enrico and Cartella, Lorenzo and Sole, Federica and Bianchi, Giuseppe&#34;,&#xA;&#x9;booktitle  = &#34;European Wireless 2018; 24th European Wireless Conference&#34;,&#xA;&#x9;conference = &#34;European Wireless 2018&#34;,&#xA;}</description>
    </item>
    <item>
      <title>About me</title>
      <link>https://www.enricobassetti.it/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/about/</guid>
      <description>&lt;p&gt;I am a researcher at the European Space Agency and in the Cybersecurity group at Delft University of Technology. I am also part of the &lt;a href=&#34;https://delftintellab.com/&#34;&gt;Delft Threat Intelligence Lab&lt;/a&gt;. My interests include 5G/6G Non-Terrestrial Networks security, Internet protocols security, measurements, and Internet-of-Things. I obtained my PhD at Sapienza University of Rome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Presentations and material</title>
      <link>https://www.enricobassetti.it/presentations-and-material/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/presentations-and-material/</guid>
      <description>&lt;!-- * [**Illuminating the Dark: Exploring DDoS in Network Telescopes**](/presentations/2024-06-06_unipd-illuminating-the-dark.pdf) - June 2024 @ University of Padua&#xA;* [**World Wild Web: security in the Internet Protocol (v6)**](/presentations/2024-06-06_unipd-world-wide-web.pdf) - June 2024 @ University of Padua&#xA;* [**World Wild Web: security in the Internet Protocol (v6)**](/presentations/2024-05-09_cs4120-tudelft-world-wild-web.pdf) - May 2024 @ Delft University of Technology&#xA;* [**A New Model for Testing IPv6 Fragment Handling**](/presentations/2023-09-26_esorics-ipv6-frag.pdf) - Sep 2023 @ ESORICS&#xA;* [**Designing and Implementing a Decentralized Earthquake Early Warning System for Resilient Communities** (PhD defense)](/presentations/2023-09-26_esorics-ipv6-frag.pdf) - May 2023 @ Sapienza, University of Rome --&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/cloud-symposium-seismocloud/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Symposium: Moving to the Cloud: The SeismoCloud case&lt;/strong&gt;&lt;/a&gt; - Cloud computing course (2018) @ Sapienza, University of Rome&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/gamlab-git-intro/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;DigiLab - Version control systems and Git&lt;/strong&gt;&lt;/a&gt; - Apr 2018 @ DigiLab - Sapienza, University of Rome&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/Enrico204/bachelor-degree-thesis/releases/download/final/tesi.pdf&#34;&gt;&lt;strong&gt;Bachelor&amp;rsquo;s degree thesis&lt;/strong&gt;&lt;/a&gt; - December 2017 @ Sapienza University of Rome.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/bachelor-degree-slides/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Bachelor&amp;rsquo;s degree presentation&lt;/strong&gt;&lt;/a&gt; - December 2017 @ Sapienza University of Rome.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/llg-ld2017-gpg/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Linux Day 2017 talk - PGP/GnuPG e Web of Trust&lt;/strong&gt;&lt;/a&gt; - Linux Day 2017 @ IIS Marconi, Latina, Italy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/llg-ld2017-intro/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Linux Day 2017 talk - Introduction&lt;/strong&gt;&lt;/a&gt; - Linux Day 2017 @ IIS Marconi, Latina, Italy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/llg-ld2016-seismocloud/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Linux Day 2016 talk - SeismoCloud&lt;/strong&gt;&lt;/a&gt; - Linux Day 2016 @ IIS Marconi, Latina, Italy.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://gitlab.com/Enrico204/presentations/-/raw/master/llg-ld2016-gpg/out/slides.pdf?inline=false&#34;&gt;&lt;strong&gt;Linux Day 2016 talk - PGP/GnuPG e Web of Trust&lt;/strong&gt;&lt;/a&gt; - Linux Day 2016 @ IIS Marconi, Latina, Italy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;For some talk/lectures, the material is not publicly available. If you were an attendee/student of one of these talks, drop me an e-mail and I will share the material with you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Publications</title>
      <link>https://www.enricobassetti.it/publications/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/publications/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.enricobassetti.it/bibliography.bib&#34;&gt;A BibTex with all my publications is available here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&#xA;&#x9;&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;/ul&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&lt;p&gt;&lt;strong&gt;2025&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Teaching</title>
      <link>https://www.enricobassetti.it/teaching/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.enricobassetti.it/teaching/</guid>
      <description>&lt;p&gt;Most of the content is hosted in the websites indicated by the institutions.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
