<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Posts on kimobu</title><link>https://www.kimobu.space/posts/</link><description>Recent content in Posts on kimobu</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright Kimo B</copyright><lastBuildDate>Wed, 31 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www.kimobu.space/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>The books I read in 2025</title><link>https://www.kimobu.space/posts/Books-of-2025/</link><pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2025/</guid><description>&lt;ol&gt;
&lt;li&gt;Ghosts of Honolulu: A Japanese Spy, A Japanese American Spy Hunter, and the Untold Story of Pearl Harbor&lt;/li&gt;
&lt;li&gt;Cadillac Desert: The American West and Its Disappearing Water, Revised Edition&lt;/li&gt;
&lt;li&gt;The Unit: My Life Fighting Terrorists as One of America&amp;rsquo;s Most Secret Military Operatives&lt;/li&gt;
&lt;li&gt;Character Limit: How Elon Musk Destroyed Twitter&lt;/li&gt;
&lt;li&gt;Fat Leonard: How One Man Bribed, Bilked, and Seduced the U.S. Navy&lt;/li&gt;
&lt;li&gt;China After Mao&lt;/li&gt;
&lt;li&gt;Year of Living Constitutionally&lt;/li&gt;
&lt;li&gt;Cobalt Red: How the Blood of the Congo Powers Our Lives&lt;/li&gt;
&lt;li&gt;Ghost Wars&lt;/li&gt;
&lt;li&gt;American Soldier&lt;/li&gt;
&lt;li&gt;Careless People: A Cautionary Tale of Power, Greed, and Lost Idealism&lt;/li&gt;
&lt;li&gt;American Buffalo: In Search of a Lost Icon&lt;/li&gt;
&lt;li&gt;Lawrence in Arabia: War, Deceit, Imperial Folly and the Making of the Modern Middle East&lt;/li&gt;
&lt;li&gt;The Wire&lt;/li&gt;
&lt;li&gt;Someone Who Isn&amp;rsquo;t Me&lt;/li&gt;
&lt;li&gt;Life After Power: Seven Presidents and Their Search for Purpose Beyond the White House&lt;/li&gt;
&lt;li&gt;Why I Cook&lt;/li&gt;
&lt;li&gt;Who Is Government?: The Untold Story of Public Service&lt;/li&gt;
&lt;li&gt;World on the Brink: How America Can Beat China in the Race for the Twenty-First Century&lt;/li&gt;
&lt;li&gt;Sellout: The Major-Label Feeding Frenzy That Swept Punk, Emo, and Hardcore (1994–2007)&lt;/li&gt;
&lt;li&gt;Unrestricted Warfare&lt;/li&gt;
&lt;li&gt;Shoe Dog: A Memoir by the Creator of Nike&lt;/li&gt;
&lt;li&gt;White Rural Rage: The Threat to American Democracy&lt;/li&gt;
&lt;li&gt;Comanches: The History of a People&lt;/li&gt;
&lt;li&gt;The Wager: A Tale of Shipwreck, Mutiny, and Murder&lt;/li&gt;
&lt;li&gt;None of This Rocks: A Memoir&lt;/li&gt;
&lt;li&gt;The Guns of August&lt;/li&gt;
&lt;li&gt;Down with the System: A Memoir&lt;/li&gt;
&lt;li&gt;Breakneck: China&amp;rsquo;s Quest to Engineer the Future&lt;/li&gt;
&lt;li&gt;Odyssey: The Greek Myths Reimagined&lt;/li&gt;
&lt;li&gt;Stories of Your Life and Others&lt;/li&gt;
&lt;li&gt;Accidental Presidents: Eight Men Who Changed America&lt;/li&gt;
&lt;li&gt;Sailing True North: Ten Admirals and the Voyage of Character&lt;/li&gt;
&lt;li&gt;Right Moves: The Conservative Think Tank in American Political Culture since 1945&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Vibe coding a Mach-o parser</title><link>https://www.kimobu.space/posts/Vibe-coding-a-Macho-Parser/</link><pubDate>Sun, 13 Apr 2025 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Vibe-coding-a-Macho-Parser/</guid><description>&lt;p&gt;Way back in 2021 when I was working on my &lt;a href="https://github.com/kimobu/lhtml"&gt;dissertation&lt;/a&gt; I used a Python library called &lt;a href="https://github.com/aaronst/macholibre"&gt;macholibre&lt;/a&gt; to parse Mach-O files. There are &lt;a href="https://github.com/search?q=macho%20parser&amp;amp;type=repositories"&gt;several other options&lt;/a&gt; for parsing these file types. I&amp;rsquo;m sure they&amp;rsquo;re all great, but it&amp;rsquo;s a lot to go through to find some features I want. Mainly, outputting as JSON to easily load into other applications. This seemed like a good opportunity to try &lt;a href="https://en.wikipedia.org/wiki/Vibe_coding"&gt;vibe-coding&lt;/a&gt; a Swift-based Mach-O parser using ChatGPT. After some trial and error, I&amp;rsquo;ve made &lt;a href="https://github.com/kimobu/machp"&gt;MachP&lt;/a&gt; available. Let&amp;rsquo;s look at how this went.&lt;/p&gt;</description></item><item><title>GPT Detections on Windows and Linux</title><link>https://www.kimobu.space/posts/GPT-Detections-on-Windows-and-Linux/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/GPT-Detections-on-Windows-and-Linux/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;This is a follow up to &lt;a href="https://www.kimobu.space/posts/A-Little-Less-Malware-a-Little-More-Context/"&gt;A Little Less Malware&lt;/a&gt;, applying the same techniques to Linux and Windows data. There are some differences with this experiment. In the last one, we used Apple&amp;rsquo;s ESF to collect telemetry, which gave us process group identifiers to work with. In this experiment, I&amp;rsquo;m using only the Elastic Agent and the process telemetry it provides. Unfortunately, Elastic Agent does not send PGID for Linux, and while Windows notionally &lt;a href="https://learn.microsoft.com/en-us/windows/console/console-process-groups"&gt;supports the concept&lt;/a&gt;, in practice it does not exist. First let&amp;rsquo;s look at a couple of ways to group activity without PGIDs.&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2024</title><link>https://www.kimobu.space/posts/Books-of-2024/</link><pubDate>Tue, 31 Dec 2024 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2024/</guid><description>&lt;ol&gt;
&lt;li&gt;G-Man: J. Edgar Hoover and the Making of the American Century&lt;/li&gt;
&lt;li&gt;Surf When You Can: Lessons in Life, Loyalty, and Leadership from a Maverick Navy Captain&lt;/li&gt;
&lt;li&gt;Wilmington&amp;rsquo;s Lie: The Murderous Coup of 1898 and the Rise of White Supremacy&lt;/li&gt;
&lt;li&gt;Exit Interview: The Life and Death of My Ambitious Career&lt;/li&gt;
&lt;li&gt;Going Infinite: The Rise and Fall of a New Tycoon&lt;/li&gt;
&lt;li&gt;Born in Blackness: Africa, Africans, and the Making of the Modern World, 1471 to the Second World War&lt;/li&gt;
&lt;li&gt;Disillusioned: Five Families and the Unraveling of America&amp;rsquo;s Suburbs&lt;/li&gt;
&lt;li&gt;The Secret Life of Groceries: The Dark Miracle of the American Supermarket&lt;/li&gt;
&lt;li&gt;The Warmth of Other Suns: The Epic Story of America&amp;rsquo;s Great Migration&lt;/li&gt;
&lt;li&gt;Ametora: How Japan Saved American Style&lt;/li&gt;
&lt;li&gt;Enough&lt;/li&gt;
&lt;li&gt;The Revolutionary: Samuel Adams&lt;/li&gt;
&lt;li&gt;Good to Great: Why Some Companies Make the Leap&amp;hellip;And Others Don&amp;rsquo;t&lt;/li&gt;
&lt;li&gt;Number Go Up: Inside Crypto&amp;rsquo;s Wild Rise and Staggering Fall&lt;/li&gt;
&lt;li&gt;On the Road&lt;/li&gt;
&lt;li&gt;Paved Paradise: How Parking Explains the World&lt;/li&gt;
&lt;li&gt;Fire on the Mountain: The True Story of the South Canyon Fire&lt;/li&gt;
&lt;li&gt;The Kingdom, the Power, and the Glory: American Evangelicals in an Age of Extremism&lt;/li&gt;
&lt;li&gt;Into Thin Air: A Personal Account of the Mt. Everest Disaster&lt;/li&gt;
&lt;li&gt;Burn Book: A Tech Love Story&lt;/li&gt;
&lt;li&gt;Dark Wire: The Incredible True Story of the Largest Sting Operation Ever&lt;/li&gt;
&lt;li&gt;2054: A Novel&lt;/li&gt;
&lt;li&gt;Three Pianos: A Memoir&lt;/li&gt;
&lt;li&gt;New Cold Wars: China&amp;rsquo;s Rise, Russia&amp;rsquo;s Invasion, and America&amp;rsquo;s Struggle to Defend the West&lt;/li&gt;
&lt;li&gt;Chip War: The Fight for the World&amp;rsquo;s Most Critical Technology&lt;/li&gt;
&lt;li&gt;Midnight in the Garden of Good and Evil&lt;/li&gt;
&lt;li&gt;Demon Copperhead&lt;/li&gt;
&lt;li&gt;The CIA: An Imperial History&lt;/li&gt;
&lt;li&gt;Mill Town&lt;/li&gt;
&lt;li&gt;Russians Among Us: Sleeper Cells, Ghost Stories, and the Hunt for Putin&amp;rsquo;s Spies&lt;/li&gt;
&lt;li&gt;We Fed an Island&lt;/li&gt;
&lt;li&gt;Where Are Your Boys Tonight?: The Oral History of Emo&amp;rsquo;s Mainstream Explosion 1999-2008&lt;/li&gt;
&lt;li&gt;Capital and Ideology&lt;/li&gt;
&lt;li&gt;Survival of the Richest: Escape Fantasies of the Tech Billionaires&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>A Little Less Malware a Little More Context: Using AI to detect malicious activity</title><link>https://www.kimobu.space/posts/A-Little-Less-Malware-a-Little-More-Context/</link><pubDate>Fri, 27 Dec 2024 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/A-Little-Less-Malware-a-Little-More-Context/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;A coworker and I gave a &lt;a href="https://objectivebythesea.org/v7/talks/OBTS_v7_mBumanglag_jMillman.pdf"&gt;talk at Objective by the Sea v7&lt;/a&gt; on using Large Language Models (LLMs) as a behavioral detection. Another speaker, &lt;a href="https://x.com/DefSecSentinel"&gt;Colson&lt;/a&gt;, gave a great &lt;a href="https://objectivebythesea.org/v7/talks/OBTS_v7_cWilhoit.pdf"&gt;talk&lt;/a&gt; on why behavioral detections are so useful. LLMs are particularly adept at understanding and processing language-like structures, which include not only traditional text but also command-line arguments. In cybersecurity events, where command-line interactions often reveal attacker behaviors, LLMs can be leveraged to do behavioral detection without needing to be an expert in analyzing malicious actions or writing detections.&lt;/p&gt;</description></item><item><title>Monitoring Kubernetes with Security Onion</title><link>https://www.kimobu.space/posts/Kubernetes-monitoring-securityonion/</link><pubDate>Thu, 05 Sep 2024 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Kubernetes-monitoring-securityonion/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;After adding Kubernetes to my homelab, I wanted to learn how to hack and hunt for malicious activity involving containers. I found &lt;a href="https://madhuakula.com/kubernetes-goat/"&gt;Kubernetes GOAT&lt;/a&gt; which provides a great way to practice hacking. To do the hunting, we need some additional work to enable telemetry on networks, containers, and Kubernetes. In this post I&amp;rsquo;ll walk through how I instrumented my Microk8s cluster to hunt for the hacking actions you can do in the GOAT.&lt;/p&gt;</description></item><item><title>SecurityOnion GPT</title><link>https://www.kimobu.space/posts/SecurityOnion-GPT/</link><pubDate>Mon, 12 Feb 2024 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/SecurityOnion-GPT/</guid><description>&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;I was recently catching up on some conference videos and saw a talk by Roberto Rodriguez on &lt;a href="https://www.youtube.com/watch?v=TiBIP7kWaks&amp;amp;list=PL7ZDZo2Xu3332bKrXyCb0VEg52nqmMAcv&amp;amp;index=31"&gt;Empowering Security Teams with Generative AI: GPT models&lt;/a&gt;. This got me thinking about how to integrate GPT to hunting with Security Onion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Goals&lt;/strong&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Summarize activity found in Security Onion&lt;/li&gt;
&lt;li&gt;Enrich activity with MITRE ATT&amp;amp;CK attribution&lt;/li&gt;
&lt;li&gt;Convert English questions to Kibana Query Language to hunt&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In this post, I&amp;rsquo;ll tackle goals 1 and 2. I&amp;rsquo;ll do goal 3 in a separate post. These experiments will be conducted in Jupyter lab.&lt;/p&gt;</description></item><item><title>Learning Kubernetes</title><link>https://www.kimobu.space/posts/Kubernetes/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Kubernetes/</guid><description>&lt;p&gt;I run a few services for the threat intelligence and hunting course that I teach, including &lt;a href="https://github.com/kevoreilly/CAPEv2"&gt;CAPE&lt;/a&gt;, &lt;a href="https://www.misp-project.org"&gt;MISP&lt;/a&gt;, and &lt;a href="https://caldera.mitre.org"&gt;Caldera&lt;/a&gt;. Last semester, I used a few VMs and Docker to provide these, but I wanted to learn Kubernetes. Here are some notes on migrating over.&lt;/p&gt;
&lt;h1 id="getting-started"&gt;Getting Started&lt;/h1&gt;
&lt;p&gt;I started trying Kubernetes the hard way but ultimately ended up using &lt;a href="https://microk8s.io/#install-microk8s"&gt;microk8s&lt;/a&gt;. The install guide was straight forward. I made 1x control plane node and 2x worker nodes. I used &lt;a href="https://www.robert-jensen.dk/posts/2021-microk8s-with-traefik-and-metallb/"&gt;this blog&lt;/a&gt; as a starting point. I used Robert&amp;rsquo;s suggestion for &lt;code&gt;nfs-subdir-external-provisioner&lt;/code&gt; to provide the persistent storage for my pods.&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2023</title><link>https://www.kimobu.space/posts/Books-of-2023/</link><pubDate>Sun, 31 Dec 2023 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2023/</guid><description>&lt;ol&gt;
&lt;li&gt;Amazon Unbound: Jeff Bezos and the Invention of a Global Empire&lt;/li&gt;
&lt;li&gt;The Devil Never Sleeps: Learning to Live in an Age of Disasters&lt;/li&gt;
&lt;li&gt;All Blood Runs Red: The Legendary Life of Eugene Bullard―Boxer, Pilot, Soldier, Spy&lt;/li&gt;
&lt;li&gt;The Creative Gene: How books, movies, and music inspired the creator of Death Stranding and Metal Gear Solid&lt;/li&gt;
&lt;li&gt;The Ransomware Hunting Team: A Band of Misfits&amp;rsquo; Improbable Crusade to Save the World from Cybercrime&lt;/li&gt;
&lt;li&gt;Meet Me by the Fountain: An Inside History of the Mall&lt;/li&gt;
&lt;li&gt;The Persuaders: At the Front Lines of the Fight for Hearts, Minds, and Democracy&lt;/li&gt;
&lt;li&gt;The Ministry for the Future: A Novel&lt;/li&gt;
&lt;li&gt;Anna Karenina&lt;/li&gt;
&lt;li&gt;Cheap Land Colorado: Off-Gridders at America&amp;rsquo;s Edge&lt;/li&gt;
&lt;li&gt;The End of the World Is Just the Beginning: Mapping the Collapse of Globalization&lt;/li&gt;
&lt;li&gt;The Art of Being Indispensable at Work: Win Influence, Beat Overcommitment, and Get the Right Things Done&lt;/li&gt;
&lt;li&gt;The Nineties: A Book&lt;/li&gt;
&lt;li&gt;Slaughter House Five&lt;/li&gt;
&lt;li&gt;Pandemic, Inc.: Chasing the Capitalists and Thieves Who Got Rich While We Got Sick&lt;/li&gt;
&lt;li&gt;Originals: How Non-Conformists Move the World&lt;/li&gt;
&lt;li&gt;Winners Take All: The Elite Charade of Changing the World&lt;/li&gt;
&lt;li&gt;Raw Dog: The Naked Truth About Hot Dogs&lt;/li&gt;
&lt;li&gt;The Fifth Act: America&amp;rsquo;s End in Afghanistan&lt;/li&gt;
&lt;li&gt;The Long Game: China&amp;rsquo;s Grand Strategy to Displace American Order&lt;/li&gt;
&lt;li&gt;Not a Good Day to Die: The Untold Story of Operation Anaconda&lt;/li&gt;
&lt;li&gt;Beautiful Swimmers: Watermen, Crabs and the Chesapeake Bay&lt;/li&gt;
&lt;li&gt;Poverty, by America&lt;/li&gt;
&lt;li&gt;Defeat into Victory: Battling Japan in Burma and India, 1942-1945&lt;/li&gt;
&lt;li&gt;The Kingdom of Prep: The Inside Story of the Rise and (Near) Fall of J.Crew&lt;/li&gt;
&lt;li&gt;Be Useful: Seven Tools for Life&lt;/li&gt;
&lt;li&gt;Life Sentence: The Brief and Tragic Career of Baltimore’s Deadliest Gang Leader&lt;/li&gt;
&lt;li&gt;Frederick Douglass: Prophet of Freedom&lt;/li&gt;
&lt;li&gt;Toms River: A Story of Science and Salvation&lt;/li&gt;
&lt;li&gt;Guns, Germs and Steel: The Fate of Human Societies&lt;/li&gt;
&lt;li&gt;A Full Life: Reflections at Ninety&lt;/li&gt;
&lt;li&gt;Spies and Lies: How China&amp;rsquo;s Greatest Covert Operations Fooled the World&lt;/li&gt;
&lt;li&gt;Greenlights&lt;/li&gt;
&lt;li&gt;Elon Musk&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Putting phishing data into Security Onion</title><link>https://www.kimobu.space/posts/Adding-Phishing-to-the-Homelab/</link><pubDate>Thu, 20 Jul 2023 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Adding-Phishing-to-the-Homelab/</guid><description>&lt;p&gt;I wanted to add some phishing scenarios to my hunting homelab. I&amp;rsquo;m more concerned with being able to hunt on malicious emails than on stopping them, so &lt;a href="https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/"&gt;DMARC, DKIM, and SPF&lt;/a&gt; are out of scope. If you have an offensive lens, you&amp;rsquo;ll want to look at something like &lt;a href="https://www.securesystems.de/blog/building-a-red-team-infrastructure-in-2023/"&gt;this&lt;/a&gt; for an effective phishing set up.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s look at two areas: external mail where phishing comes from and internal mail where phishes will be received.&lt;/p&gt;</description></item><item><title>Adding macOS to my security homelab</title><link>https://www.kimobu.space/posts/macOS-Homelab/</link><pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/macOS-Homelab/</guid><description>&lt;p&gt;This post has notes on how I added a macOS machine to my security homelab.&lt;/p&gt;
&lt;h1 id="install-macos-to-proxmox"&gt;Install macOS to Proxmox&lt;/h1&gt;
&lt;p&gt;Follow this &lt;a href="https://www.nicksherlock.com/2022/10/installing-macos-13-ventura-on-proxmox/"&gt;guide&lt;/a&gt; to install macOS onto a Proxmox cluster. This will result in an x86 based VM. I plan on looking into an ARM node in the future. Reference &lt;a href="https://i12bretro.github.io/tutorials/0775.html"&gt;this page&lt;/a&gt; if you don&amp;rsquo;t want to extract OSK yourself. Additional note, this installed to local-lvm, not my GlusterFS storage.&lt;/p&gt;
&lt;h1 id="bind-macos-to-active-directory"&gt;Bind macOS to Active Directory&lt;/h1&gt;
&lt;p&gt;Since the rest of the lab is a Windows Active Directory domain, I wanted to join the macOS VM to the domain so domain users could login. Follow &lt;a href="https://www.hexnode.com/blogs/macos-active-directory-binding-explained/"&gt;the guide here&lt;/a&gt; for high level guidance. Ventura changed the look of the Directory Utility but the overall concepts are the same. In Directory Utility, tick the option to &amp;ldquo;create mobile account at login&amp;rdquo; and add the &amp;ldquo;Users&amp;rdquo; OU to allowed administration.&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2022</title><link>https://www.kimobu.space/posts/Books-of-2022/</link><pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2022/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Bomber-Mafia-Temptation-Longest-Second/dp/B091J2CP5X?tag=kimobu-20"&gt;Bomber Mafia: A Dream, a Temptation, and the Longest Night of the Second World War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Betrayal-in-Berlin-Steve-Vogel-audiobook/dp/B07V9P6S1G?tag=kimobu-20"&gt;Betrayal in Berlin: The True Story of the Cold War&amp;rsquo;s Most Audacious Espionage Operation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Farm-Other-Words-Small-Family/dp/1636768202?tag=kimobu-20"&gt;Farm and Other F Words: The Rise and Fall of the Small Family Farm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/There-Nothing-You-Here-Twenty-First/dp/B08XY9782K?tag=kimobu-20"&gt;There Is Nothing For You Here: Finding Opportunity in the Twenty-First Century&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Code-Breaker-Jennifer-Doudna-Editing/dp/B08GP2J186?tag=kimobu-20"&gt;The Code Breaker: Jennifer Doudna, Gene Editing, and the Future of the Human Race&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Splendid-and-Vile-audiobook/dp/B07X8QV4PV?tag=kimobu-20"&gt;The Splendid and the Vile: A Saga of Churchill, Family, and Defiance During the Blitz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/My-Life-Full-Family-Future/dp/B08YP5RSGY?tag=kimobu-20"&gt;My Life in Full: Work, Family, and Our Future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Eisenhower-in-War-and-Peace-audiobook/dp/B007BJUIL4?tag=kimobu-20"&gt;Eisenhower in War and Peace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/This-They-Tell-World-Ends/dp/B08W2D7NGZ?tag=kimobu-20"&gt;This is How They Tell Me the World Ends: The Cyberweapons Arms Race&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/32-Yolks-audiobook/dp/B01DYFH4PG?tag=kimobu-20"&gt;32 Yolks: From My Mother&amp;rsquo;s Table to Working the Line&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Noise-Flaw-Human-Judgment/dp/B08LNYM39M?tag=kimobu-20"&gt;Noise: A Flaw in Human Judgment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-New-Geography-of-Jobs-audiobook/dp/B07J56ZH3V?tag=kimobu-20"&gt;The New Geography of Jobs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/You-Are-Worth-It-audiobook/dp/B07Q897NPR?tag=kimobu-20"&gt;You Are Worth It: Building a Life Worth Fighting For&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/American-Made-Happens-People-Disappears/dp/B08YZ7NLBN?tag=kimobu-20"&gt;American Made: What Happens to People When Work Disappears&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Caine-Mutiny-Herman-Wouk-audiobook/dp/B008ARPWVM?tag=kimobu-20"&gt;The Caine Mutiny&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Everything-Store-Brad-Stone-audiobook/dp/B00FJFJOLC?tag=kimobu-20"&gt;The Everything Store: Jeff Bezos and the Age of Amazon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Facing-Mountain-Japanese-American-Heroes/dp/B0BW4YR5J5?tag=kimobu-20"&gt;Facing the Mountain: A True Story of Japanese American Heroes in World War II&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Leadership-in-War-Andrew-Roberts-audiobook/dp/B07Z4547RM?tag=kimobu-20"&gt;Leadership in War: Essential Lessons from Those Who Made History&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Day-of-Jackal-audiobook/dp/B002ZOVVX4?tag=kimobu-20"&gt;The Day of the Jackal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Caste-Oprahs-Book-Club-Discontents/dp/B085VXLKRJ?tag=kimobu-20"&gt;Caste: The Origins of Our Discontents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Heroes-The-Greek-Myths-Reimagined/dp/B086WN44B6?tag=kimobu-20"&gt;Heroes: The Greek Myths Reimagined&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Troy-The-Greek-Myths-Reimagined/dp/B08ZBNW3N7?tag=kimobu-20"&gt;Troy: The Greek Myths Reimagined&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Ludicrous-Edward-Niedermeyer-audiobook/dp/B07X43MZYM?tag=kimobu-20"&gt;Ludicrous: The Unvarnished Story of Tesla Motors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Of-Mice-and-Men-John-Steinbeck-audiobook/dp/B004WB5MOM?tag=kimobu-20"&gt;Of Mice and Men&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/How-World-Really-Works-Science/dp/B09FC3D9ZQ?tag=kimobu-20"&gt;How the World Really Works: The Science Behind How We Got Here and Where We&amp;rsquo;re Going&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Musashi-audiobook/dp/B07FXMJCX6?tag=kimobu-20"&gt;Musashi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Why-Were-Polarized-Ezra-Klein-audiobook/dp/B07V25JH7N?tag=kimobu-20"&gt;Why We&amp;rsquo;re Polarized&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Road-Taken-A-Memoir/dp/B09FRJMV2C?tag=kimobu-20"&gt;The Road Taken: A Memoir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Ugly-Truth-Inside-Facebooks-Domination/dp/B07YX8TC23?tag=kimobu-20"&gt;An Ugly Truth: Inside Facebook’s Battle for Domination&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Making-of-Manager-audiobook/dp/B07NGSZGFG?tag=kimobu-20"&gt;The Making of a Manager: What to Do When Everyone Looks to You&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Threat-Hunting-Elastic-Stack-challenges/dp/1801073783?tag=kimobu-20"&gt;Threat Hunting with Elastic Stack&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Reflecting on Completing a PhD</title><link>https://www.kimobu.space/posts/Reflecting-on-a-PhD/</link><pubDate>Fri, 13 May 2022 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Reflecting-on-a-PhD/</guid><description>&lt;p&gt;In March of this year, I successfully defended my dissertation &lt;a href="https://scholar.dsu.edu/theses/381/"&gt;An Application of Machine Learning to Packed Mach-O Detection&lt;/a&gt;. After four years, I completed a &lt;a href="https://dsu.edu/programs/phdco/index.html"&gt;PhD in Cyber Operations&lt;/a&gt; from Dakota State University (DSU). In this post, I want to reflect on this journey, what I learned, and thoughts on the program.&lt;/p&gt;
&lt;h1 id="curriculum"&gt;Curriculum&lt;/h1&gt;
&lt;p&gt;The DSU PhD in Cyber Operations consists of core technical classes, core research classes, electives, and the dissertation. When I started the program, it was actually a Doctor of Science (DSc) vice a Doctor of Philosophy, but the South Dakota Board of Regents approved the transition to PhD relatively soon after my acceptance.&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2021</title><link>https://www.kimobu.space/posts/Books-of-2021/</link><pubDate>Fri, 31 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2021/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Silk-Roads-New-History-World-ebook/dp/B00XST7IX2?tag=kimobu-20"&gt;The Silk Roads: A New History of the World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Touching-Dragon-audiobook/dp/B07CNT8MPR?tag=kimobu-20"&gt;Touching the Dragon: And Other Techniques for Surviving Life&amp;rsquo;s Wars&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Long-Walk-to-Freedom-audiobook/dp/B005CP8J24?tag=kimobu-20"&gt;Long Walk to Freedom: The Autobiography of Nelson Mandela&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Coaching-Habit-audiobook/dp/B01HH7IORO?tag=kimobu-20"&gt;The Coaching Habit: Say Less, Ask More &amp;amp; Change the Way You Lead Forever&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Ibram-Kendi-How-Antiracist-Hardcover%E3%80%902019%E3%80%91/dp/B07VDXKJ72?tag=kimobu-20"&gt;How to Be an Anti Racist&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/You-Never-Forget-Your-First/dp/B083X9XMST?tag=kimobu-20"&gt;You Never Forget Your First: A Biography of George Washington&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Order-of-Time-Benedict-Cumberbatch/dp/B07B4JS88Q?tag=kimobu-20"&gt;The Order of Time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Topeka-School-Ben-Lerner-audiobook/dp/B07THD243X?tag=kimobu-20"&gt;The Topeka School: A Novel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Space-Barons-audiobook/dp/B07BH34HTQ?tag=kimobu-20"&gt;The Space Barons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Small-Wars-Big-Data-audiobook/dp/B07F6GYRSZ?tag=kimobu-20"&gt;Small Wars, Big Data: The Information Revolution in Modern Conflict&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://go.recordedfuture.com/book-4"&gt;The Threat Intelligence Handbook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://securityhandbook.io"&gt;The Security Engineer Handbook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Promised-Land-Obama-Audiobook/dp/B08HGH9JMF?tag=kimobu-20"&gt;A Promised Land&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/We-Are-Bellingcat-Global-Sleuths-ebook/dp/B08N4SBFM6?tag=kimobu-20"&gt;We Are Bellingcat: Global Crime, Online Sleuths, and the Bold Future of News&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-New-Jim-Crow-audiobook/dp/B007R0L47O?tag=kimobu-20"&gt;The New Jim Crow: Mass Incarceration in the Age of Colorblindness&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/This-What-America-Looks-Like/dp/B07X5BLRQC?tag=kimobu-20"&gt;This Is What America Looks Like: My Journey from Refugee to Congresswoman&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/No-Time-Spectators-Lessons-Mattered/dp/B0874BCB12?tag=kimobu-20"&gt;No Time for Spectators: The Lessons That Mattered Most from West Point to the West Wing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Cannery-Row-John-Steinbeck-audiobook/dp/B004WB5NJG?tag=kimobu-20"&gt;Cannery Row&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Born-Crime-Trevor-Noah-audiobook/dp/B01IW9TM5O?tag=kimobu-20"&gt;Born a Crime: Stories from a South African Childhood&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/How-Avoid-Climate-Disaster-Breakthroughs/dp/B082QYFLDR?tag=kimobu-20"&gt;How to Avoid a Climate Disaster: The Solutions We Have and the Breakthroughs We Need&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/These-Truths-Jill-Lepore-audiobook/dp/B07FDL9QV9?tag=kimobu-20"&gt;These Truths: A History of the United States&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Grant-Ron-Chernow-audiobook/dp/B074F3SLTL?tag=kimobu-20"&gt;Grant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Stranger-Albert-Camus-audiobook/dp/B0009QRZQ2?tag=kimobu-20"&gt;The Stranger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/2034-Novel-Next-World-War/dp/B08BSZRXZ6?tag=kimobu-20"&gt;2034: A Novel of the Next World War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Separate-Peace-John-Knowles-audiobook/dp/B001FY4RLI?tag=kimobu-20"&gt;A Separate Peace&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Hacker-State-Attacks-Normal-Geopolitics/dp/B08BDWD8JV?tag=kimobu-20"&gt;The Hacker and the State: Cyber Attacks and the New Normal of Geopolitics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Leave-Only-Footprints-Acadia-Zion/dp/B085GLRGCK?tag=kimobu-20"&gt;Leave Only Footprints: My Acadia-to-Zion Journey Through Every National Park&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/American-Kompromat-Cultivated-Related-Treachery/dp/B08KWLPG4N?tag=kimobu-20"&gt;American Kompromat: How the KGB Cultivated Donald Trump, and Related Tales of Sex, Greed, Power, and Treachery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Country-Driving-Peter-Hessler-audiobook/dp/B0037TSEGS?tag=kimobu-20"&gt;Country Driving: A Journey Through China from Farm to Factory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Mythos-Stephen-Fry-audiobook/dp/B07WKRP2F2?tag=kimobu-20"&gt;Mythos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Playing-to-Win-audiobook/dp/B00GRMUSOS?tag=kimobu-20"&gt;Playing to Win: How Strategy Really Works&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Green-on-Blue-Elliot-Ackerman-audiobook/dp/B00TJ3ELAY?tag=kimobu-20"&gt;Blue on Green&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Making-Miracle-Captain-Medal-Winning-Olympic/dp/B07TBGZQ4R?tag=kimobu-20"&gt;The Making of a Miracle: The Untold Story of the Captain of the 1980 Gold Medal–Winning U.S. Olympic Hockey Team&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Last-Rhinos-Battle-Greatest-Creatures-ebook/dp/B0071NOK7I?tag=kimobu-20"&gt;The Last Rhinos: My Battle to Save One of the World&amp;rsquo;s Greatest Creatures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Spy-and-Traitor-Ben-Macintyre-audiobook/dp/B07DHR7427?tag=kimobu-20"&gt;The Spy and the Traitor: The Greatest Espionage Story of the Cold War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Boom-Town-Sam-Anderson-audiobook/dp/B07G7DZ98X?tag=kimobu-20"&gt;Boom Town: The Fantastical Saga of Oklahoma City, its Chaotic Founding&amp;hellip; its Purloined Basketball Team, and the Dream of Becoming a World-class Metropolis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Fulfillment-Winning-Losing-One-Click-America/dp/B088KVXH4R?tag=kimobu-20"&gt;Fulfillment: Winning and Losing in One-Click America&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>log4j JNDI Exploitation</title><link>https://www.kimobu.space/posts/log4j-JDNI-Exploitation/</link><pubDate>Fri, 10 Dec 2021 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/log4j-JDNI-Exploitation/</guid><description>&lt;h1 id="situation"&gt;Situation&lt;/h1&gt;
&lt;p&gt;A &lt;a href="https://www.lunasec.io/docs/blog/log4j-zero-day/"&gt;remote code execution (RCE) bug was found in log4j&lt;/a&gt;. &lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44228"&gt;CVE 2021-44228&lt;/a&gt; has been assigned to it. The vulnerability lies in how log4j interprets Java Naming and Directory Interface (JNDI) URLs. JNDI lets an application look up a service. An attacker can craft a string that looks like &amp;ldquo;${jndi:proto://host/a}&amp;rdquo; where &lt;code&gt;proto&lt;/code&gt; is ldap or rmi, and log4j will connect to the &lt;code&gt;host&lt;/code&gt; to retrieve &lt;code&gt;a&lt;/code&gt;, which would specify how to process the log entry. However, &lt;code&gt;a&lt;/code&gt; can instead provide Java bytecode that log4j will execute.&lt;/p&gt;</description></item><item><title>Security Onion on Proxmox</title><link>https://www.kimobu.space/posts/Security-Onion-Proxmox/</link><pubDate>Wed, 26 May 2021 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Security-Onion-Proxmox/</guid><description>&lt;h1 id="security-onion-on-proxmox"&gt;Security Onion on Proxmox&lt;/h1&gt;
&lt;p&gt;I originally set up my homelab using Ovirt, but have since switched back to Proxmox. The reason for that is that the version of qemu that Ovirt ships with does not support the &amp;ldquo;applesmc&amp;rdquo; device that is needed to run macOS guests, whereas Proxmox does. Another benefit is that Proxmox supports running containers, while Ovirt required full virtual machines, and Proxmox is overall much faster at every day tasks like starting or migrating a VM. I kept the same infrastructure as before, including using Gluster as shared storage amongst the compute nodes.&lt;/p&gt;</description></item><item><title>Hacking a Computer Remotely through a Phone</title><link>https://www.kimobu.space/posts/Hacking-a-Computer-Remotely-through-a-Phone/</link><pubDate>Sat, 01 May 2021 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Hacking-a-Computer-Remotely-through-a-Phone/</guid><description>&lt;p&gt;In a recent demonstration of cyber and electronic warfare capabilities, I had the opportunity to enable access into a network by exploiting a computer remotely through a cell phone. In this blog post, I’ll document some of the challenges that were encountered and how they were overcome.&lt;/p&gt;
&lt;h1 id="scenario"&gt;Scenario&lt;/h1&gt;
&lt;p&gt;The scenario for this demonstration was: an offensive cyber operations team wants to gain access into a targeted computer network which includes a wireless access point. The targeted network is firewalled and NAT’d, and social engineering techniques such as spear phishing have been unsuccessful. In order to gain access into the network, a human source is used to approach the facility that houses the network (think a residential building) and gains close enough proximity to sense the radio frequency (RF) emissions from the facility.&lt;/p&gt;</description></item><item><title>Converting DoH to DNS</title><link>https://www.kimobu.space/posts/Converting-DoH-to-DNS/</link><pubDate>Wed, 06 Jan 2021 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Converting-DoH-to-DNS/</guid><description>&lt;p&gt;In a &lt;a href="https://www.kimobu.space/posts/Investigating-DoH/"&gt;previous post&lt;/a&gt; I wrote about investigations
that I performed on DNS over HTTPS (DoH). That research was performed as part of
&lt;a href="https://catalog.dsu.edu/preview_course_nopop.php?catoid=32&amp;amp;coid=20604"&gt;Cyber Security Research&lt;/a&gt;. During
&lt;a href="https://catalog.dsu.edu/preview_course_nopop.php?catoid=32&amp;amp;coid=20607"&gt;Security Tool Development&lt;/a&gt;, I
expanded on that research by implementing a Python script which creates DNS wire
format packets from a DoH packet capture. This post describes how that script
was made and how it works.&lt;/p&gt;
&lt;h1 id="updates-to-gen_dohpy"&gt;Updates to gen_doh.py&lt;/h1&gt;
&lt;p&gt;In addition to the use of &lt;code&gt;sslkeylog&lt;/code&gt; which was discussed in the previous post, I needed to update the &lt;code&gt;client_protocol.py&lt;/code&gt; file. Line 45 of that file contains:&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2020</title><link>https://www.kimobu.space/posts/Books-of-2020/</link><pubDate>Thu, 31 Dec 2020 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2020/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Cult-of-Dead-Cow-Joseph-Menn-audiobook/dp/B07RX456JM?tag=kimobu-20"&gt;Cult of the Dead Cow: How the Original Hacking Supergroup Might Just Save the World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/American-Revolutions-Alan-Taylor-audiobook/dp/B01KU11WS2?tag=kimobu-20"&gt;American Revolutions: A Continental History, 1750-1804&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Whom-Bell-Tolls-Ernest-Hemingway/dp/0684803356?tag=kimobu-20"&gt;For Whom the Bell Tolls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Benjamin-Franklin-An-American-Life/dp/B004VLETYM?tag=kimobu-20"&gt;Benjamin Franklin: An American Life&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Rise-and-Kill-First-Ronen-Bergman-audiobook/dp/B0797LD93S?tag=kimobu-20"&gt;Rise and Kill First: The Secret History of Israel&amp;rsquo;s Targeted Assassinations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Places-and-Names-Elliot-Ackerman-audiobook/dp/B07S25G7SF?tag=kimobu-20"&gt;Places and Names: On War, Revolution, and Returning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Better-Atul-Gawande-audiobook/dp/B000OYA7KU?tag=kimobu-20"&gt;Better: A Surgeon&amp;rsquo;s Notes on Performance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Alone-at-Dawn-audiobook/dp/B07SHHR9MD?tag=kimobu-20"&gt;Alone at Dawn: Medal of Honor Recipient John Chapman and the Untold Story of the World&amp;rsquo;s Deadliest Special Operations Force&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Call-Sign-Chaos-audiobook/dp/B07SHVNJWQ?tag=kimobu-20"&gt;Call Sign Chaos: Learning to Lead&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Moment-of-Lift-Melinda-Gates-audiobook/dp/B07JXBV616?tag=kimobu-20"&gt;The Moment of Lift: How Empowering Women Changes the World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Gentleman-in-Moscow-audiobook/dp/B01E0CCSXA?tag=kimobu-20"&gt;A Gentleman in Moscow: A Novel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Heartland-Sarah-Smarsh-audiobook/dp/B07CTZJRHR?tag=kimobu-20"&gt;Heartland: A Memoir of Working Hard and Being Broke in the Richest Country on Earth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Why-We-Sleep-Matthew-Walker-audiobook/dp/B0752XRB5F?tag=kimobu-20"&gt;Why We Sleep: Unlocking the Power of Sleep and Dreams&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Talking-to-Strangers-audiobook/dp/B07NJCG1XS?tag=kimobu-20"&gt;Talking to Strangers: What We Should Know About the People We Don&amp;rsquo;t Know&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Strange-Order-of-Things-audiobook/dp/B079C5JMGX?tag=kimobu-20"&gt;The Strange Order of Things: Life, Feeling, and the Making of Cultures&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Sea-Stories-William-H-McRaven-audiobook/dp/B07PZY3KF7?tag=kimobu-20"&gt;Sea Stories: My Life in Special Operations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Sandworm-Andy-Greenberg-audiobook/dp/B07RGRTZM6?tag=kimobu-20"&gt;Sandworm: A New Era of Cyberwar and the Hunt for the Kremlin&amp;rsquo;s Most Dangerous Hackers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Righteous-Mind-Jonathan-Haidt-audiobook/dp/B008OEMNNQ?tag=kimobu-20"&gt;The Righteous Mind: Why Good People Are Divided by Politics and Religion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Never-Lost-Again-Bill-Kilday-audiobook/dp/B07CHPY6B9?tag=kimobu-20"&gt;Never Lost Again: The Google Mapping Revolution That Sparked New Industries and Augmented Our Reality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Mastery-Robert-Greene-audiobook/dp/B00A6G9CGG?tag=kimobu-20"&gt;Mastery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Ill-Be-Gone-in-Dark-audiobook/dp/B077MDJ4VD?tag=kimobu-20"&gt;I&amp;rsquo;ll Be Gone in the Dark: One Woman&amp;rsquo;s Obsessive Search for the Golden State Killer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Body-Bill-Bryson-audiobook/dp/B07RB2C1LV?tag=kimobu-20"&gt;The Body: A Guide for Occupants&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Snow-Crash-Neal-Stephenson-audiobook/dp/B00005NZJA?tag=kimobu-20"&gt;Snow Crash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/White-Fragility-audiobook/dp/B07D6XQQRY?tag=kimobu-20"&gt;White Fragility: Why It&amp;rsquo;s So Hard for White People to Talk About Racism&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Catch-and-Kill-Ronan-Farrow-audiobook/dp/B07WTF24ZC?tag=kimobu-20"&gt;Catch and Kill: Lies, Spies, and a Conspiracy to Protect Predators&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Burn-In/dp/B084QBR9NZ?tag=kimobu-20"&gt;Burn-In: A Novel of the Real Robotic Revolution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Corruption-America-What-Stake/dp/B085LLQCYW?tag=kimobu-20"&gt;On Corruption in America: And What Is at Stake&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/With-Old-Breed-E-B-Sledge-audiobook/dp/B00FOWJ762?tag=kimobu-20"&gt;With the Old Breed: At Peleliu and Okinawa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Art-of-Intelligence-audiobook/dp/B0083X7G94?tag=kimobu-20"&gt;The Art of Intelligence: Lessons from a Life in the CIA&amp;rsquo;s Clandestine Service&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Active-Measures-History-Disinformation-Political/dp/B086B8Y7CV?tag=kimobu-20"&gt;Active Measures: The Secret History of Disinformation and Political Warfare&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-President-Is-Missing-Dennis-Quaid/dp/B076HYXZV9?tag=kimobu-20"&gt;The President Is Missing: A Novel&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Installing the Cuckoo Sandbox Using KVM</title><link>https://www.kimobu.space/posts/Installing-the-Cuckoo-sandbox-using-KVM/</link><pubDate>Thu, 23 Jan 2020 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Installing-the-Cuckoo-sandbox-using-KVM/</guid><description>&lt;p&gt;The &lt;a href="https://cuckoosandbox.org"&gt;Cuckoo&lt;/a&gt; project provides a safe environment in which to execute malware (also called &amp;ldquo;detonating&amp;rdquo;). I will be using Cuckoo as part of a malware analysis class. There are &lt;a href="https://www.cybrary.it/blog/0p3n/cuckoo-installation-guide-malware-sandboxing/"&gt;several&lt;/a&gt; &lt;a href="https://medium.com/@sainadhjamalpur/build-your-own-cuckoo-sandbox-installation-guide-3fc44b03a622"&gt;guides&lt;/a&gt; &lt;a href="https://www.sanjaysaha.info/blog/installation-of-cuckoo-sandbox-in-windows-10/"&gt;that&lt;/a&gt; &lt;a href="https://tom-churchill.blogspot.com/2017/08/setting-up-cuckoo-sandbox-step-by-step.html"&gt;you&lt;/a&gt; could follow to setup Cuckoo, but almost all of the ones that I found used VirtualBox as a hypervisor. Since I have a homelab running on KVM, I wanted to install Cuckoo to use that as well. There is no groundbreaking information in this post, but it consolidates information that I had to find from several different sources while troubleshooting.&lt;/p&gt;</description></item><item><title>Investigating DoH</title><link>https://www.kimobu.space/posts/Investigating-DoH/</link><pubDate>Tue, 31 Dec 2019 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Investigating-DoH/</guid><description>&lt;h1 id="dns-security"&gt;DNS Security&lt;/h1&gt;
&lt;p&gt;As a plain-text protocol, DNS lacks Confidentiality, Integrity, and Availability (CIA) protections. An attacker who can observe DNS activity can see where the DNS request originated from, where responses came from, what the query and response were, or tamper with the response.&lt;/p&gt;
&lt;p&gt;DNS over HTTPS (DoH) effectively mitigates many of those weaknesses. Instead of being a plain-text protocol over UDP, DoH is an exchange of DNS queries and responses over a TLS encrypted connection, using the HTTP2 protocol to transmit messages. Because of this encryption, an attacker can neither observe nor tamper with DoH queries and responses.&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2019</title><link>https://www.kimobu.space/posts/Books-of-2019/</link><pubDate>Tue, 31 Dec 2019 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2019/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Cyber-Towards-Operational-Art-Conflict/dp/0692911561?tag=kimobu-20"&gt;On Cyber: Towards an Operational Art for Cyber Conflict&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Red-Badge-Courage-Novel-Stephen/dp/B0B832PRVB?tag=kimobu-20"&gt;Red Badge of Courage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Can-American-Capitalism-Survive-audiobook/dp/B07GSBJJBC?tag=kimobu-20"&gt;Can American Capitalism Survive?: Why Greed Is Not Good, Opportunity Is Not Equal, and Fairness Won&amp;rsquo;t Make Us Poor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Catcher-Rye-J-D-Salinger/dp/0316769177?tag=kimobu-20"&gt;Catcher in the Rye&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Catch-22-Joseph-Heller-audiobook/dp/B074TM89CD?tag=kimobu-20"&gt;Catch-22&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Draft-No-4-John-McPhee-audiobook/dp/B075FCBRFN?tag=kimobu-20"&gt;Draft No. 4: On the Writing Process&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Master-Algorithm-audiobook/dp/B014X01SS0?tag=kimobu-20"&gt;The Master Algorithm: How the Quest for the Ultimate Learning Machine Will Remake Our World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Mercy-Watson-Au-Cine-Parc-French/dp/0545982014?tag=kimobu-20"&gt;Mercy Watson au cine-parc&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Endurance-Scott-Kelly-audiobook/dp/B071QWWGFX?tag=kimobu-20"&gt;Endurance: My Year in Space, A Lifetime of Discovery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Capital-in-the-Twenty-First-Century/dp/B00K33AFOK?tag=kimobu-20"&gt;Capital in the 21st Century&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/How-to-Change-Your-Mind-audiobook/dp/B07B1V3RF5?tag=kimobu-20"&gt;How to Change Your Mind: What the New Science of Psychedelics Teaches Us About Consciousness, Dying, Addiction, Depression, and Transcendence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/It-Came-from-Something-Awful-audiobook/dp/B07VDG4RLZ?tag=kimobu-20"&gt;It Came from Something Awful: How a Toxic Troll Army Accidentally Memed Donald Trump into Office&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Upheaval-Jared-Diamond-audiobook/dp/B07PHH753Y?tag=kimobu-20"&gt;Upheaval: Turning Points for Nations in Crisis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Fifth-Risk-Michael-Lewis-audiobook/dp/B07GNTDQJQ?tag=kimobu-20"&gt;The Fifth Risk: Undoing Democracy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Deep-Work-Cal-Newport-audiobook/dp/B0189PVAWY?tag=kimobu-20"&gt;Deep Work: Rules for Focused Success in a Distracted World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Let-My-People-Go-Surfing-audiobook/dp/B01KB9LY6I?tag=kimobu-20"&gt;Let My People Go Surfing: The Education of a Reluctant Businessman&amp;ndash;Including 10 More Years of Business Unusual&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Shortest-Way-Home-Pete-Buttigieg-audiobook/dp/B07NGN9NQJ?tag=kimobu-20"&gt;Shortest Way Home: One Mayor&amp;rsquo;s Challenge and a Model for America&amp;rsquo;s Future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Wright-Brothers-audiobook/dp/B00TA5MPEU?tag=kimobu-20"&gt;The Wright Brothers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/John-Adams-David-McCullough-audiobook/dp/B000CQK05C?tag=kimobu-20"&gt;John Adams&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/On-China-Henry-Kissinger-audiobook/dp/B00516Y45U?tag=kimobu-20"&gt;On China&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Chesty-audiobook/dp/B07D7Z6T4R?tag=kimobu-20"&gt;Chesty: The Story of Lieutenant General Lewis B. Puller, USMC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Boyd-Robert-Coram-audiobook/dp/B01I5OK43U?tag=kimobu-20"&gt;Boyd: The Fighter Pilot Who Changed the Art of War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Never-Grow-Up-Jackie-Chan-Zhu-Mo-audiobook/dp/B07F3DQP82?tag=kimobu-20"&gt;Never Grow Up&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Alexander-Hamilton-Ron-Chernow-audiobook/dp/B0007OB58A?tag=kimobu-20"&gt;Alexander Hamilton&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Fighter-Pilot-audiobook/dp/B003H2O946?tag=kimobu-20"&gt;Fighter Pilot: The Memoirs of Legendary Ace Robin Olds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Army-of-None-Paul-Scharre-audiobook/dp/B07CRK39J7?tag=kimobu-20"&gt;Army of None: Autonomous Weapons and the Future of War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Democracy-in-Chains-Nancy-MacLean-audiobook/dp/B072J2MTWT?tag=kimobu-20"&gt;Democracy in Chains: The Deep History of the Radical Right&amp;rsquo;s Stealth Plan for America&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Starship-Troopers-audiobook/dp/B00005QTH1?tag=kimobu-20"&gt;Starship Troopers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Range-David-Epstein-audiobook/dp/B07N6MPWLS?tag=kimobu-20"&gt;Range: Why Generalists Triumph in a Specialized World&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2018</title><link>https://www.kimobu.space/posts/Books-of-2018/</link><pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2018/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Audible-On-War/dp/B09CJL2FJY?tag=kimobu-20"&gt;On War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Duty-Robert-M-Gates-audiobook/dp/B00HRYASL8?tag=kimobu-20"&gt;Duty: Memoirs of a Secretary at War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Fire-and-Fury-Michael-Wolff-audiobook/dp/B077G9ZMTC?tag=kimobu-20"&gt;Fire and Fury: Inside the Trump White House&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Innovators-Walter-Isaacson-audiobook/dp/B00M9KICAY?tag=kimobu-20"&gt;The Innovators: How a Group of Hackers, Geniuses, and Geeks Created the Digital Revolution&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Violence-of-Action-audiobook/dp/B00UAUZ4AG?tag=kimobu-20"&gt;Violence of Action: Untold Stories of the 75th Ranger Regiment in the War on Terror&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Curious-Desire-Know-Future-Depends/dp/B09GD4WDQY?tag=kimobu-20"&gt;Curious: The Desire to Know and Why Your Future Depends On It&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Ghost-Fleet-audiobook/dp/B00YI2LXAC?tag=kimobu-20"&gt;Ghost Fleet: A Novel of the Next World War&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Sun-Also-Rises-audiobook/dp/B000JMKHHK?tag=kimobu-20"&gt;The Sun Also Rises&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Grapes-Wrath-John-Steinbeck/dp/0143039431?tag=kimobu-20"&gt;Grapes of Wrath&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Kingpin-Kevin-Poulsen-audiobook/dp/B00TJ3E2MQ?tag=kimobu-20"&gt;Kingpin: How One Hacker Took Over the Billion-Dollar Cybercrime Underground&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Unbreakable-Thom-Shea-audiobook/dp/B0153P0V7S?tag=kimobu-20"&gt;Unbreakable: A Navy SEAL&amp;rsquo;s Way of Life&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Higher-Loyalty-James-Comey-audiobook/dp/B07771JGVV?tag=kimobu-20"&gt;A Higher Loyalty: Truth, Lies, and Leadership&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Evicted-Matthew-Desmond-audiobook/dp/B01AKQ598Q?tag=kimobu-20"&gt;Evicted: Poverty and Profit in the American City&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Future-of-War-audiobook/dp/B075Y1KZ7D?tag=kimobu-20"&gt;The Future of War: A History&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Generation-of-Sociopaths-audiobook/dp/B01N5VLZNN?tag=kimobu-20"&gt;A Generation of Sociopaths: How the Baby Boomers Betrayed America&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Lab-257-audiobook/dp/B06XHRSKYR?tag=kimobu-20"&gt;Lab 257: The Disturbing Story of the Government&amp;rsquo;s Secret Germ Laboratory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Leonardo-da-Vinci-Walter-Isaacson-audiobook/dp/B071S8BNDP?tag=kimobu-20"&gt;Leonardo da Vinci&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Phoenix-Project-audiobook/dp/B00VATFAMI?tag=kimobu-20"&gt;The Phoenix Project (A Novel About IT, DevOps, and Helping Your Business Win)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Energy-and-Civilization-audiobook/dp/B07CMXCWK2?tag=kimobu-20"&gt;Energy and Civilization: A History &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Promise-Me-Dad-Joe-Biden-audiobook/dp/B073X5QYJR?tag=kimobu-20"&gt;Promise Me, Dad: A Year of Hope, Hardship, and Purpose&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Enlightenment-Now-Steven-Pinker-audiobook/dp/B075F8M2MC?tag=kimobu-20"&gt;Enlightenment Now: The Case for Reason, Science, Humanism, and Progress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Brave-New-World-Aldous-Huxley/dp/1841593591?tag=kimobu-20"&gt;Brave New World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Aviators-Winston-Groom-audiobook/dp/B00EINSORQ?tag=kimobu-20"&gt;The Aviators: Eddie Rickenbacker, Jimmy Doolittle, Charles Lindbergh, and the Epic Age of Flight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Perfect-Weapon-David-E-Sanger-audiobook/dp/B07B7QPYGZ?tag=kimobu-20"&gt;The Perfect Weapon: War, Sabotage, and Fear in the Cyber Age&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Black-Hearts-Jim-Frederick-audiobook/dp/B00C0MP8RG?tag=kimobu-20"&gt;Black Hearts: One Platoon&amp;rsquo;s Descent into Madness in Iraq&amp;rsquo;s Triangle of Death&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Factfulness-audiobook/dp/B07BFDCWZP?tag=kimobu-20"&gt;Factfulness: Ten Reasons We&amp;rsquo;re Wrong About the World&amp;ndash;and Why Things Are Better Than You Think&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Team-of-Rivals-audiobook/dp/B00518Z5DS?tag=kimobu-20"&gt;Team of Rivals: The Political Genius of Abraham Lincoln&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Radical-Inclusion-audiobook/dp/B07B2Z3V5S?tag=kimobu-20"&gt;Radical Inclusion: What the Post-9/11 World Should Have Taught Us About Leadership&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Facts-and-Fears-audiobook/dp/B07B1M7QFN?tag=kimobu-20"&gt;Facts and Fears: Hard Truths from a Life in Intelligence&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Genghis-Khan-Making-Modern-World/dp/B0038NLWQ2?tag=kimobu-20"&gt;Genghis Khan and the Making of the Modern World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Half-Earth-Edward-O-Wilson-audiobook/dp/B01BO1AJO0?tag=kimobu-20"&gt;Half-Earth: Our Planet&amp;rsquo;s Fight for Life&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Omnivores-Dilemma-audiobook/dp/B000FDJ3FU?tag=kimobu-20"&gt;The Omnivore&amp;rsquo;s Dilemma: A Natural History of Four Meals&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Long-Way-Home-Saroo-Brierley-audiobook/dp/B00J8LI7AC?tag=kimobu-20"&gt;A Long Way Home: A Memoir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Thomas-Jefferson-Art-Power/dp/B009WWOFIU?tag=kimobu-20"&gt;Thomas Jefferson: The Art of Power&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Thieves-of-State-Sarah-Chayes-audiobook/dp/B00RNA2VU2?tag=kimobu-20"&gt;Thieves of State: Why Corruption Threatens Global Security&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Recap of the books I read in 2017</title><link>https://www.kimobu.space/posts/Books-of-2017/</link><pubDate>Sun, 31 Dec 2017 00:00:00 +0000</pubDate><guid>https://www.kimobu.space/posts/Books-of-2017/</guid><description>&lt;ol&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Creativity-Inc-Expanded-Overcoming-Inspiration/dp/B0BPF121ZJ?tag=kimobu-20"&gt;Creativity, Inc.: Overcoming the Unseen Forces That Stand in the Way of True Inspiration&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Red-Team-Micah-Zenko-audiobook/dp/B0178BAHP6?tag=kimobu-20"&gt;Red Team: How to Succeed by Thinking Like the Enemy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Masters-of-Doom-David-Kushner-audiobook/dp/B008KGXM6A?tag=kimobu-20"&gt;Masters of Doom: How Two Guys Created an Empire and Transformed Pop Culture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Hillbilly-Elegy-J-D-Vance-audiobook/dp/B01EM4ZJBO?tag=kimobu-20"&gt;Hillbilly Elegy: A Memoir of a Family and Culture in Crisis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Sixth-Extinction-audiobook/dp/B00FZ45FB0?tag=kimobu-20"&gt;The Sixth Extinction: An Unnatural History&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Sundown-Towns-James-Loewen-audiobook/dp/B0016P8BAY?tag=kimobu-20"&gt;Sundown Towns: A Hidden Dimension of American Racism&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Alibaba-Duncan-Clark-audiobook/dp/B01AYLBVF2?tag=kimobu-20"&gt;Alibaba: The House That Jack Ma Built&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Elon-Musk-Ashlee-Vance-audiobook/dp/B00UVY52JO?tag=kimobu-20"&gt;Elon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Upstarts-Brad-Stone-audiobook/dp/B01MT1FHD8?tag=kimobu-20"&gt;The Upstarts: How Uber, Airbnb, and the Killer Companies of the New Silicon Valley Are Changing the World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Grit-Angela-Duckworth-audiobook/dp/B01D3AC5VU?tag=kimobu-20"&gt;Grit: The Power of Passion and Perseverance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Cryptonomicon/dp/B086WP1FW6?tag=kimobu-20"&gt;Cryptonomicon&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/A-Mind-at-Play-audiobook/dp/B073KVK1K6?tag=kimobu-20"&gt;A Mind at Play: How Claude Shannon Invented the Information Age&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Einstein-Walter-Isaacson-audiobook/dp/B000PAU1UO?tag=kimobu-20"&gt;Einstein: His Life and Universe&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Smarter-Faster-Better-audiobook/dp/B017WRCV0A?tag=kimobu-20"&gt;Smarter Faster Better: The Secrets of Being Productive in Life and Business&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Stealing-Fire-audiobook/dp/B01N2HREQU?tag=kimobu-20"&gt;Stealing Fire: How Silicon Valley, the Navy SEALs, and Maverick Scientists Are Revolutionizing the Way We Live and Work&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Peak-Robert-Pool-Anders-Ericsson-audiobook/dp/B01F4A98WQ?tag=kimobu-20"&gt;Peak: Secrets from the New Science of Expertise&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/1776-David-McCullough-audiobook/dp/B0009S2F0G?tag=kimobu-20"&gt;1776&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Shoot-Like-Girl-audiobook/dp/B01MZ4C5X9?tag=kimobu-20"&gt;Shoot Like a Girl: One Woman&amp;rsquo;s Dramatic Fight in Afghanistan and on the Home Front&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/The-Accidental-Superpower-audiobook/dp/B00P2QB8M6?tag=kimobu-20"&gt;The Accidental Superpower: The Next Generation of American Preeminence and the Coming Global Disorder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Cosmos-Carl-Sagan-audiobook/dp/B06XTYCPST?tag=kimobu-20"&gt;Cosmos: A Personal Voyage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Between-World-and-Me-audiobook/dp/B010MSFATU?tag=kimobu-20"&gt;Between the World and Me&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Life-Changing-Magic-Tidying-Decluttering-Organizing/dp/B00RC3ZGN4?tag=kimobu-20"&gt;The Life-Changing Magic of Tidying Up: The Japanese Art of Decluttering and Organizing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Intelligence-in-War-John-Keegan-audiobook/dp/B000127NXE?tag=kimobu-20"&gt;Intelligence in War: Knowledge of the Enemy from Napoleon to Al-Qaeda&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Nothing-to-Envy-Barbara-Demick-audiobook/dp/B0032G55O0?tag=kimobu-20"&gt;Nothing to Envy: Ordinary Lives in North Korea&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Viper-Pilot-Dan-Hampton-audiobook/dp/B009KEZBME?tag=kimobu-20"&gt;Viper Pilot: The Autobiography of One of America&amp;rsquo;s Most Decorated Combat Pilots&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/How-Win-Friends-Influence-People/dp/B0006IU7JK?tag=kimobu-20"&gt;How to Win Friends and Influence People&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Thanks-Obama-David-Litt-audiobook/dp/B073ZLBVLM?tag=kimobu-20"&gt;Thanks, Obama: My Hopey, Changey White House Years&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.amazon.com/Skunk-Works-Ben-R-Rich-Leo-Janos-audiobook/dp/B011M8DBI6?tag=kimobu-20"&gt;Skunk Works: A Personal Memoir of My Years of Lockheed&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;The above are Amazon affiliate links. As an Amazon Associate I earn from qualifying purchases.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>