<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
  <title>Objective-See's Blog</title>
  <link>https://www.objective-see.org</link>
  <description>All Things Related to Mac Security</description>
  <atom:link href="https://objective-see.org/rss.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>Catching macOS Stealers in the Wild</title>
      <link>https://objective-see.org/blog/blog_0x88.html</link>
      <description>macOS stealers continue to be a pervasive threat! In this guest blog post, one of our #OBTS student scholars, Pablo Redondo Castro, shares the technical details of a macOS stealer (likely AMOS-related) he analyzed.</description>
      <guid isPermaLink="true">https://objective-see.org/blog/blog_0x88.html</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +0000</pubDate>
    </item>

    <item>
    <title>No Paste for You!</title>
    <link>https://objective-see.org/blog/blog_0x87.html</link>
    <description>In macOS 26.4, Apple added ClickFix protections. In this post, we reverse macOS to uncover exactly how these protections are implemented, and whether we can replicate the same approach in our own tools.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x87.html</guid>
    <pubDate>Tue, 31 Mar 2026 00:00:00 EST</pubDate>
    </item>

  <item>
    <title>Building a Firewall ...via Endpoint Security!?</title>
    <link>https://objective-see.org/blog/blog_0x86.html</link>
    <description>You can now build macOS firewalls/network tools via Endpoint Security ...no Network Extension needed! In this post, we reverse macOS 26.4's new ES_EVENT_TYPE_RESERVED_* ES events shows some are network auth/notify hooks.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x86.html</guid>
    <pubDate>Fri, 27 Mar 2026 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>ClickFix: Stopped at ⌘+V</title>
    <link>https://objective-see.org/blog/blog_0x85.html</link>
    <description>ClickFix represents a shift in attacker tradecraft, exploiting user trust rather than software vulnerabilities. In this post, we introduce a lightweight execution-boundary defense that intervenes at paste time to generically disrupt most ClickFix-style attacks on macOS.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x85.html</guid>
    <pubDate>Sun, 15 Feb 2026 00:00:00 EST</pubDate>
  </item>


   <item>
    <title>The Mac Malware of 2025</title>
    <link>https://objective-see.org/blog/blog_0x84.html</link>
    <description>It's here! Our annual report on all the Mac malware of the year (2025 edition). Besides providing samples for download, we cover infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x84.html</guid>
    <pubDate>Thu, 1 Jan 2026 00:00:00 EST</pubDate>
  </item>


  <item>
  <title>A Remote Pre-Authentication Overflow in LLDB's debugserver</title>
  <link>https://objective-see.org/blog/blog_0x83.html</link>
  <description>In this guest blog post, Nathaniel Oh, details a recent bug he discovered and reported to Apple: a remote pre-authentication buffer overflow in LLDB’s debugserver, now patched as CVE-2025-43504.</description>
  <guid isPermaLink="true">https://objective-see.org/blog/blog_0x83.html</guid>
  <pubDate>Mon, 8 Dec 2025 00:00:00 EST</pubDate>
</item>


<item>
  <title>Restoring Reflective Code Loading on macOS (Part II)</title>
  <link>https://objective-see.org/blog/blog_0x82.html</link>
  <description>Let's continue our research into fully restoring reflective code loading on macOS — now with support for macOS 26 and in-memory Objective-C payloads. And what about detection? We cover that too!</description>
  <guid isPermaLink="true">https://objective-see.org/blog/blog_0x82.html</guid>
  <pubDate>Mon, 24 Nov 2025 00:00:00 EST</pubDate>
</item>


<item>
  <title>[0day] From Spotlight to Apple Intelligence</title>
  <link>https://objective-see.org/blog/blog_0x81.html</link>
  <description>Malicious Spotlight plugins can leak bytes from TCC-protected files. And while the core bug was publicly disclosed almost a decade ago, it's still present in macOS 26!</description>
  <guid isPermaLink="true">https://objective-see.org/blog/blog_0x81.html</guid>
  <pubDate>Mon, 15 Sep 2025 00:00:00 EST</pubDate>
</item>


  <item>
    <title>TCCing is Believing: Apple finally adds TCC events to Endpoint Security!</title>
    <link>https://objective-see.org/blog/blog_0x7F.html</link>
    <description>Apple will bring TCC events to Endpoint Security in macOS 15.4. In this post, we covers details, nuances, and provide PoC code for the new 'ES_EVENT_TYPE_NOTIFY_TCC_MODIFY' event.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7F.html</guid>
    <pubDate>Thu, 27 Mar 2025 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>Leaking Passwords (and more!) on macOS</title>
    <link>https://objective-see.org/blog/blog_0x7E.html</link>
    <description>In this guest blog post, researcher Noah Gregory shares the technical details of a bug he uncovered (that was subsequently patched by Apple as CVE-2024-5447).</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7E.html</guid>
    <pubDate>Thu, 20 Mar 2025 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>The Mac Malware of 2024</title>
    <link>https://objective-see.org/blog/blog_0x7D.html</link>
    <description>It's here! Our annual report on all the Mac malware of the year (2024 edition). Besides providing samples for download, we cover infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7D.html</guid>
    <pubDate>Wed, 1 Jan 2025 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>Restoring Reflective Code Loading on macOS</title>
    <link>https://objective-see.org/blog/blog_0x7C.html</link>
    <description>Apple silently 'broke' in-memory code loading on macOS ...let's restore it!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7C.html</guid>
    <pubDate>Mon, 16 Dec 2024 00:00:00 EST</pubDate>
  </item>
  
  <item>
    <title>The Hidden Treasures of Crash Reports</title>
    <link>https://objective-see.org/blog/blog_0x7B.html</link>
    <description>Analyzing crash reports reveals malware, (0-day) bugs, and much more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7B.html</guid>
    <pubDate>Tue, 13 Aug 2024 00:00:00 EST</pubDate>
  </item>
  
  <item>
    <title>This Meeting Should Have Been an Email</title>
    <link>https://objective-see.org/blog/blog_0x7A.html</link>
    <description>A DPRK stealer, dubbed BeaverTail, targets users via a trojanized meeting app. Let's analyze it comprehensively.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x7A.html</guid>
    <pubDate>Sat, 15 Jun 2024 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Apple Gets an 'F' for Slicing Apples</title>
    <link>https://objective-see.org/blog/blog_0x80.html</link>
    <description>Universal binaries contain multiple architecture-specific Mach-O, known as slices ...however, it turns out the Apple API to identify the best slice is broken. Let's investigate and find out why!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x80.html</guid>
    <pubDate>Thu, 22 Feb 2024 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Why Join The Navy If You Can Be A Pirate?</title>
    <link>https://objective-see.org/blog/blog_0x79.html</link>
    <description>From a security point of view, pirating software is not recommended! Let's analyze a pirated application that contains a (malicious) surprise.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x79.html</guid>
    <pubDate>Mon, 15 Jan 2024 00:00:00 EST</pubDate>
  </item>
  
  <item>
    <title>Analyzing DPRK's SpectralBlur</title>
    <link>https://objective-see.org/blog/blog_0x78.html</link>
    <description>The first malware of 2024 is (already) here. Let's dive in!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x78.html</guid>
    <pubDate>Thu, 4 Jan 2024 00:00:00 EST</pubDate>
  </item>
  
  <item>
    <title>The Mac Malware of 2023</title>
    <link>https://objective-see.org/blog/blog_0x77.html</link>
    <description>It's here! Our annual report on all the Mac malware of the year (2023 edition). Besides providing samples for download, we cover infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x77.html</guid>
    <pubDate>Mon, 1 Jan 2024 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>It's Turtles All The Way Down</title>
    <link>https://objective-see.org/blog/blog_0x76.html</link>
    <description>Yet more ransomware targeting macOS! In this post we analyze the newly discovered "Turtle" ransomware and provide both a decryptor and a method to procactively thwart it.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x76.html</guid>
    <pubDate>Thu, 30 Nov 2023 00:00:00 EST</pubDate>
  </item>

 <item>
    <title>The LockBit ransomware (kinda) comes for macOS</title>
    <link>https://objective-see.org/blog/blog_0x75.html</link>
    <description>The infamous LockBit ransomware group has created a macOS variant. In this post we comprehensively analyze this new threat, showing it's not ready for prime-time and iw easily detected with heuristic-based approaches. </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x75.html</guid>
    <pubDate>Sun, 16 Apr 2023 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Ironing out (the macOS) details of a Smooth Operator (Part II)</title>
    <link>https://objective-see.org/blog/blog_0x74.html</link>
    <description>Analyzing UpdateAgent, the 2nd-stage macOS payload of the 3CX supply chain attack</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x74.html</guid>
    <pubDate>Sat, 1 Apr 2023 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Ironing out (the macOS) details of a Smooth Operator (Part I)</title>
    <link>https://objective-see.org/blog/blog_0x73.html</link>
    <description>The 3CX supply chain attack gives us an opportunity to analyze a trojanized macOS application! Here, we uncover the malicious component and thoroughly analyze its capabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x73.html</guid>
    <pubDate>Wed, 29 Mar 2023 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Where there is love, there is ...malware?</title>
    <link>https://objective-see.org/blog/blog_0x72.html</link>
    <description>Today, Valentine's day, is a day to celebrate love, and for better or worse one my main loves is malware. Let's analyze a new macOS backdoor/updater component: 'iWebUpdate' ...which has been around, undetected for 5 years! </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x72.html</guid>
    <pubDate>Tue, 14 Feb 2023 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>The Mac Malware of 2022</title>
    <link>https://objective-see.org/blog/blog_0x71.html</link>
    <description>It's here! Our annual report on all the Mac malware of the year (2022 edition). Besides providing samples for download, we cover infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x71.html</guid>
    <pubDate>Sun, 1 Jan 2023 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>How Shlayer Hides its Configuration</title>
    <link>https://objective-see.org/blog/blog_0x70.html</link>
    <description>The prolific adware known as Shlayer continues to evolve in creative ways! In this guest blog post, security researcher Taha Karim, details an unusual Shlayer sample that encrypts its configuration within the DMG file header structure. 
</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x70.html</guid>
    <pubDate>Tue, 27 Dec 2022 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>SeaFlower 藏海花</title>
    <link>https://objective-see.org/blog/blog_0x6F.html</link>
    <description>It's not everyday that we get to talk about backdoors targeting iOS users. In this guest blog post, security researcher Taha Karim, details a sophisticated threat targeting iOS web3 users.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6F.html</guid>
    <pubDate>Mon, 13 Jun 2022 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>From The DPRK With Love</title>
    <link>https://objective-see.org/blog/blog_0x6E.html</link>
    <description>A report from the Cybersecurity &amp; Infrastructure Security Agency detailed "[A] North Korean State-Sponsored APT Target[ing] Blockchain Companies." We build upon CISA's report, diving deeper into one of the malicious macOS samples.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6E.html</guid>
    <pubDate>Mon, 09 May 2022 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Analyzing OSX.DazzleSpy</title>
    <link>https://objective-see.org/blog/blog_0x6D.html</link>
    <description>DazzleSpy is a fully-featured cyber-espionage macOS implant, installed via a remote Safari exploit!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6D.html</guid>
    <pubDate>Tue, 25 Jan 2022 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>SysJoker, the first (macOS) malware of 2022!</title>
    <link>https://objective-see.org/blog/blog_0x6C.html</link>
    <description>Here, we analyze the macOS versions of a cross-platform backdoor.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6C.html</guid>
    <pubDate>Tue, 11 Jan 2022 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>The Mac Malware of 2021</title>
    <link>https://objective-see.org/blog/blog_0x6B.html</link>
    <description>It's here! Our annual report on all the Mac malware of the year (2021 edition). Besides providing samples for download, we cover infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6B.html</guid>
    <pubDate>Sat, 01 Jan 2022 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Where's the Interpreter!?</title>
    <link>https://objective-see.org/blog/blog_0x6A.html</link>
    <description>CVE-2021-30853 was able to bypass file quarantine, gatekeeper, &amp; notarization requirements. In this post, we show exactly why!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x6A.html</guid>
    <pubDate>Wed, 22 Dec 2021 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>OSX.CDDS (MacMa): A Sophisticated Watering Hole Campaign Drops A New macOS Implant!</title>
    <link>https://objective-see.org/blog/blog_0x69.html</link>
    <description>A nationstate attack leverages n-/0-day exploits to persistently infect Apple systems with a new macOS implant.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x69.html</guid>
    <pubDate>Thu, 11 Nov 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Made In America: Green Lambert for OS X</title>
    <link>https://objective-see.org/blog/blog_0x68.html</link>
    <description>In this guest blog post, the security researcher Runa Sandvik analyzes OSX.GreenLambert, a first-stage macOS implant utilized by the CIA.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x68.html</guid>
    <pubDate>Fri, 01 Oct 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Analysis of CVE-2021-30860</title>
    <link>https://objective-see.org/blog/blog_0x67.html</link>
    <description>In this guest blog post, the security researcher Tom McGuire details the flaw and fix of CVE-2021-30860, a zero-click vulnerability, exploited in the wild.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x67.html</guid>
    <pubDate>Thu, 16 Sep 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Made in China: OSX.ZuRu</title>
    <link>https://objective-see.org/blog/blog_0x66.html</link>
    <description>Attackers are leveraging trojanized appplications to spread malware, via sponsored search results.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x66.html</guid>
    <pubDate>Tue, 14 Sep 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>OSX.Hydromac</title>
    <link>https://objective-see.org/blog/blog_0x65.html</link>
    <description>In this guest blog post, the security researcher Taha Karim of ConfiantIntel, dives into a new macOS adware specimen: Hydromac.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x65.html</guid>
    <pubDate>Fri, 4 Jun 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>All Your Macs Are Belong To Us</title>
    <link>https://objective-see.org/blog/blog_0x64.html</link>
    <description>This is our 100th blog post ...and it's a doozy! Here, we detail a bug that trivially bypasses many core Apple security mechanisms, leaving Mac users at grave risk! </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x64.html</guid>
    <pubDate>Mon, 26 Apr 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Creating Shield</title>
    <link>https://objective-see.org/blog/blog_0x63.html</link>
    <description>In this guest blog post, the Mac security researcher Csaba Fitzl, descrbibes his journey creating an app to protect against process injection on macOS.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x63.html</guid>
    <pubDate>Wed, 3 Mar 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Arm'd &amp; Dangerous</title>
    <link>https://objective-see.org/blog/blog_0x62.html</link>
    <description>Apple's new M1 systems offer a myriad of benefits, that malware authors are now leveraging. Here, we detail the first malicious program, compiled to natively target Apple Silicon (M1/arm64)!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x62.html</guid>
    <pubDate>Sun, 14 Feb 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Discharging ElectroRAT</title>
    <link>https://objective-see.org/blog/blog_0x61.html</link>
    <description>The first (macOS) malware of 2021 is an insidious remote access tool (RAT), containing a variety of embedded payload to extend its functionality.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x61.html</guid>
    <pubDate>Tue, 5 Jan 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>The Mac Malware of 2020</title>
    <link>https://objective-see.org/blog/blog_0x5F.html</link>
    <description>Our annual report on all the Mac malware of the year - including samples for download, infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x5F.html</guid>
    <pubDate>Fri, 1 Jan 2021 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Detecting SSH Activity via Process Monitoring</title>
    <link>https://objective-see.org/blog/blog_0x5D.html</link>
    <description>In this guest blog post, the noted Mac security researcher/author Jaron Bradley explains how to detect (potentially malicious) SSH activity...via process monitoring and the analysis of process hierarchies.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x5D.html</guid>
    <pubDate>Thu, 10 Dec 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Adventures in Anti-Gravity (Part II)</title>
    <link>https://objective-see.org/blog/blog_0x5C.html</link>
    <description>Here we continue to deconstruct a Mac variant of GravityRAT (the cross-platform spyware, known to target the Indian armed forces), focusing on its Electron component.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x5C.html</guid>
    <pubDate>Fri, 27 Nov 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Adventures in Anti-Gravity (Part I)</title>
    <link>https://objective-see.org/blog/blog_0x5B.html</link>
    <description>Here we deconstruct a Mac variant of GravityRAT (the cross-platform spyware, known to target the Indian armed forces).</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x5B.html</guid>
    <pubDate>Tue, 3 Nov 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Property List Parsing Bug(s)</title>
    <link>https://objective-see.org/blog/blog_0x5A.html</link>
    <description>In this guest blog post, the security researcher behind @OSCartography, describes a bug related to parsing property lists ...a bug that trivial crashed macOS!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x5A.html</guid>
    <pubDate>Wed, 21 Oct 2020 00:00:00 EST</pubDate>
  </item>
  
  <item>
    <title>FinFisher Filleted</title>
    <link>https://objective-see.org/blog/blog_0x4F.html</link>
    <description>Interested in learning about a macOS cyber-espionage implant ...that leveraged priv-escalation exploits and a kernel-mode rootkit!? In this post, we analyze the macOS version of FinSpy.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4F.html</guid>
    <pubDate>Sat, 26 Sep 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Apple Approved Malware</title>
    <link>https://objective-see.org/blog/blog_0x4E.html</link>
    <description>Unfortunately we didn't have to wait long before hackers found a way to (ab)use Apple's new notarization service to get their malware approved! In this post, we tear apart an adware campaign that utilized malicious payloads containing Apple's notarization "stamp of approval".</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4E.html</guid>
    <pubDate>Sun, 30 Aug 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Office Drama on macOS</title>
    <link>https://objective-see.org/blog/blog_0x4B.html</link>
    <description>Even wondered how a system can be persistently infected by simply opening a document? In this post, I detail an exploit chain (created by yours truly), that was able fully infect a fully-patched macOS Catalina system, by simply opening a malicious (macro-laced) Office document ...no alerts, prompts, nor other direct user interactions required!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4B.html</guid>
    <pubDate>Tue, 4 Aug 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>CVE-2020–9854: "Unauthd"</title>
    <link>https://objective-see.org/blog/blog_0x4D.html</link>
    <description>Security researcher Ilias Morad, describes an impressive exploit chain, combining three macOS logic bugs he uncovered in macOS. His exploit chain allowed a local user to elevate privileges all the way to ring-0 (kernel)! </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4D.html</guid>
    <pubDate>Sat, 1 Aug 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>CVE-2020–9934: Bypassing TCC for Unauthorized Access</title>
    <link>https://objective-see.org/blog/blog_0x4C.html</link>
    <description>In this guest blog post, security researcher Matt Shockley describes a lovely security vulnerability he uncovered in macOS. This bug allowed for a complete bypass of TCC's draconian entitlement checks, all without writing a single line of code!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4C.html</guid>
    <pubDate>Tue, 28 Jul 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Low-Level Process Hunting on macOS</title>
    <link>https://objective-see.org/blog/blog_0x4A.html</link>
    <description>Parent-child relationships are one of the simplest and most effective ways to detect malicious activity at the host level ...however on macOS things can get a little complex. Luckily security researcher Jaron Bradley is here to explain exactly what is going on!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x4A.html</guid>
    <pubDate>Sun, 19 Jul 2020 00:00:00 EST</pubDate>
  </item>


  <item>
    <title>OSX.EvilQuest Uncovered (part two)</title>
    <link>https://objective-see.org/blog/blog_0x60.html</link>
    <description>OSX.EvilQuest is a new piece of malware targeting Mac users. In part two, we analyze the malware's viral infection capabilities, and detail its insidious capabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x60.html</guid>
    <pubDate>Fri, 03 Jul 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>OSX.EvilQuest Uncovered (part one)</title>
    <link>https://objective-see.org/blog/blog_0x59.html</link>
    <description>OSX.EvilQuest is a new piece of malware targeting Mac users. In part one, we analyze the malware's infection vector, persistence mechanism, and anti-analysis logic.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x59.html</guid>
    <pubDate>Mon, 29 Jun 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>Tiny SHell Under the Microscope</title>
    <link>https://objective-see.org/blog/blog_0x58.html</link>
    <description>Tiny SHell is a lightweight backdoor used in APT attacks against Mac users. In this (guest) post, the noted macOS security researcher (and #OBTS speaker!) Jaron Bradley provides a comprehensive analysis!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x58.html</guid>
    <pubDate>Mon, 01 Jun 2020 00:00:00 EST</pubDate>
  </item>

  <item>
    <title>The Dacls RAT ...now on macOS!</title>
    <link>https://objective-see.org/blog/blog_0x57.html</link>
    <description>A sophisticated Lazarus Group implant has arrived on macOS. In this post, we deconstruct the Mac variant of a OSX.Dacls, detailing its install logic, persistence, and capabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x57.html</guid>
  </item>

  <item>
    <title>The 'S' in Zoom, Stands for Security</title>
    <link>https://objective-see.org/blog/blog_0x56.html</link>
    <description>Today we uncover two (local) security flaws in Zoom's latest macOS client. First, a privilege escalation vulnerability, and second, a method to surreptitiously access a user's webcam and microphone (via Zoom).</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x56.html</guid>
  </item>

  <item>
    <title>Sniffing Authentication References on macOS</title>
    <link>https://objective-see.org/blog/blog_0x55.html</link>
    <description>CVE-2017-7170 was a local priv-esc vulnerability that affected OSX/macOS for over a decade! Here (for the first time!), we dive into the technical details of finding the bug, the core flaw, and exploitation.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x55.html</guid>
  </item>

  <item>
    <title>Weaponizing a Lazarus Group Implant</title>
    <link>https://objective-see.org/blog/blog_0x54.html</link>
    <description>The Lazarus group's latest implant/loader supports in-memory loading of 2nd-stage payloads. In this post we describe exactly how to repurposing this 1st-stage loader to execute *our* custom 'fileless' payloads!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x54.html</guid>
  </item>

  <item>
    <title>The Mac Malware of 2019</title>
    <link>https://objective-see.org/blog/blog_0x53.html</link>
    <description>Our annual report on all the Mac malware of the year - including samples for download, infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x53.html</guid>
  </item>

  <item>
    <title>Mass Surveillance, is an (un)Complicated Business</title>
    <link>https://objective-see.org/blog/blog_0x52.html</link>
    <description>A massively popular iOS application turns out to be a government spy tool! Here, we analyze the app; decrypting its binary and studying its network traffic.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x52.html</guid>
  </item>

  <item>
    <title>Lazarus Group Goes 'Fileless'</title>
    <link>https://objective-see.org/blog/blog_0x51.html</link>
    <description>The rather infamous APT group, "Lazarus", continues to evolve their macOS capabilities. Today, we tear apart their latest 1st-stage implant that supports remote download &amp; in-memory execution of secondary payloads!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x51.html</guid>
  </item>

  <item>
    <title>[0day] Abusing XLM Macros in SYLK Files</title>
    <link>https://objective-see.org/blog/blog_0x50.html</link>
    <description>A 0day logic flaw in Microsoft Excel leads to 'remote' code execution on macOS, via malicious macros.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x50.html</guid>
  </item>

  <item>
    <title>Pass the AppleJeus</title>
    <link>https://objective-see.org/blog/blog_0x49.html</link>
    <description>A new macOS backdoor written by the infamous Lazarus APT group needs analyzing. Here, we examine it's infection vector, method of persistence, capabilities, and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x49.html</guid>
  </item>

  <item>
    <title>Writing a File Monitor with Apple's Endpoint Security Framework</title>
    <link>https://objective-see.org/blog/blog_0x48.html</link>
    <description>Learn how to leverage Apple's new Endpoint Security Framework to create a comprehensive (user-mode) File Monitor for macOS 10.15!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x48.html</guid>
  </item>


  <item>
    <title>Writing a Process Monitor with Apple's Endpoint Security Framework</title>
    <link>https://objective-see.org/blog/blog_0x47.html</link>
    <description>Learn how to leverage Apple's new Endpoint Security Framework to create a comprehensive (user-mode) Process Monitor for macOS 10.15!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x47.html</guid>
  </item>

  <item>
    <title>Getting Root with Benign AppStore Apps</title>
    <link>https://objective-see.org/blog/blog_0x46.html</link>
    <description>In this guest blog post, "Objective by the Sea" speaker, Csaba Fitzl writes about an interesting way to get root via Apps from the official Mac App Store!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x46.html</guid>
  </item>

  <item>
    <title>Burned by Fire(fox) (Part III)</title>
    <link>https://objective-see.org/blog/blog_0x45.html</link>
    <description>Recently, an attacker targeted (Mac) users via a Firefox 0day. In this third post, we analyze a second backdoor used in the attack, detailing its persistence, capabilities, and ultimate identify it a new variant of the cross-platform Mokes malware!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x45.html</guid>
  </item>

  <item>
    <title>Burned by Fire(fox) (Part II)</title>
    <link>https://objective-see.org/blog/blog_0x44.html</link>
    <description>Recently, an attacker targeted (Mac) users via a Firefox 0day. In this second post, we fully reverse OSX.NetWire.A, revealing (for the first time!), its inner workings and complex capabilities. </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x44.html</guid>
  </item>

  <item>
    <title>Burned by Fire(fox) (Part I)</title>
    <link>https://objective-see.org/blog/blog_0x43.html</link>
    <description>Recently, an attacker targeted (Mac) users via a Firefox 0day. In this first post, we triage and identify the malware (OSX.NetWire.A) utilized in this attack, identifying its methods of persistence, and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x43.html</guid>
  </item>

  <item>
    <title>"Objective by the Sea" v2.0</title>
    <link>https://objective-see.org/blog/blog_0x42.html</link>
    <description>After the success of #OBTS v1.0, we decided to go international and plan #OBTS v2.0 in Europe! In this blog post, we re-live the highlights (from Monaco!) of "Objective by the Sea" v2.0. </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x42.html</guid>
  </item>

  <item>
    <title>Rootpipe Reborn (Part II)</title>
    <link>https://objective-see.org/blog/blog_0x41.html</link>
    <description>@CodeColorist continues writing about bugs, such as CVE-2019-8521 and CVE-2019-8565 that provide a mechanism to elevate privileges to root on macOS.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x41.html</guid>
  </item>

  <item>
    <title>Rootpipe Reborn (Part I)</title>
    <link>https://objective-see.org/blog/blog_0x40.html</link>
    <description>In part one of a guest blog post, @CodeColorist writes about several neat macOS vulnerabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x40.html</guid>
  </item>

  <item>
    <title>Mac Adware, à la Python</title>
    <link>https://objective-see.org/blog/blog_0x3F.html</link>
    <description>Let's tear apart a persistent piece of adware, decompiling, decoding, and decompressing it's code to uncover its methods and capabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3F.html</guid>
  </item>

  <item>
    <title>Death by vmmap</title>
    <link>https://objective-see.org/blog/blog_0x3E.html</link>
    <description>A core Mojave utility is rather disastrously broken - causing a full-system lockup. Let's find out why!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3E.html</guid>
  </item>

  <item>
    <title>Middle East Cyber-Espionage (part two)</title>
    <link>https://objective-see.org/blog/blog_0x3D.html</link>
    <description>The APT group WindShift has been targeting Middle Eastern governments with Mac implants. Let's (continue to) analyze their 1st-stage macOS implant: OSX.WindTail!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3D.html</guid>
  </item>

  <item>
    <title>The Mac Malware of 2018</title>
    <link>https://objective-see.org/blog/blog_0x3C.html</link>
    <description>Our annual report on all the Mac malware of the year - including samples for download, infection vectors, persistence mechanisms, payloads and more!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3C.html</guid>
  </item>

  <item>
    <title>Middle East Cyber-Espionage</title>
    <link>https://objective-see.org/blog/blog_0x3B.html</link>
    <description>The APT group WindShift has been targeting Middle Eastern governments with Mac implants. Let's analyze their 1st-stage macOS implant: OSX.WindTail!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3B.html</guid>
  </item>

  <item>
    <title>Word to Your Mac</title>
    <link>https://objective-see.org/blog/blog_0x3A.html</link>
    <description>A malicious Word document targeting macOS users, was recently uncovered. Let's extract the embedded macros, decode an embedded downloader, and retrieve the 2nd-stage payload!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x3A.html</guid>
  </item>

  <item>
    <title>[0day] Mojave's Sandbox is Leaky</title>
    <link>https://objective-see.org/blog/blog_0x39.html</link>
    <description>The macOS sandbox is seeks to prevent malicious applications from surreptitiously spy on unsuspecting users. Turns out, it's trivial to sidestep some of these protections, resulting in significant privacy implications!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x39.html</guid>
  </item>

  <item>
    <title>A Deceitful 'Doctor' in the Mac App Store</title>
    <link>https://objective-see.org/blog/blog_0x37.html</link>
    <description>A massively popular app from the official Mac App Store, surreptitiously steals your browsing history! By fully reversing the application, we can fully expose its functionality and rather shady capabilities.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x37.html</guid>
  </item>

  <item>
    <title>Remote Mac Exploitation Via Custom URL Schemes</title>
    <link>https://objective-see.org/blog/blog_0x38.html</link>
    <description>The WINDSHIFT APT group is successfully infecting Macs with a novel infection mechanism. By abusing custom URL scheme handlers and minimal user interaction, Macs can be remotely compromised!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x38.html</guid>
  </item>

  <item>
    <title>[0day] Synthetic Reality</title>
    <link>https://objective-see.org/blog/blog_0x36.html</link>
    <description>If you can programmatically generate synthetic mouse clicks, you can break macOS! Approving kernel extensions, dismissing privacy alerts, and much more more...</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x36.html</guid>
  </item>

  <item>
    <title>Escaping the Microsoft Office Sandbox</title>
    <link>https://objective-see.org/blog/blog_0x35.html</link>
    <description>Imagine you've gained remote code execution on a Mac via a malicious Word document. Turns out, you're still stuck in a sandbox. However, via a faulty regex, you can escape and persist!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x35.html</guid>
  </item>


  <item>
    <title>A Remote iOS Bug</title>
    <link>https://objective-see.org/blog/blog_0x34.html</link>
    <description>Apple wrote code to appease the Chinese government ...it was buggy. In certain configurations, iOS devices were vulnerable a "emoji-related" flaw that could be triggered remotely!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x34.html</guid>
  </item>

  <item>
    <title>[0day] Bypassing SIP via Sandboxing</title>
    <link>https://objective-see.org/blog/blog_0x33.html</link>
    <description>In this guest blog post @CodeColorist writes about a neat macOS vulnerability. Ironically, by abusing security mechanisms such as sandboxing, macOS can be coerced to load an untrusted library, into a SIP-entitled process!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x33.html</guid>
  </item>

  <item>
    <title>Block Blocking Login Items</title>
    <link>https://objective-see.org/blog/blog_0x31.html</link>
    <description>Apple recently updated the way login items are stored by the OS. In this post, we'll illustrate how to parse the (new) login item files to detect persistence</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x31.html</guid>
  </item>

  <item>
    <title>OSX.Dummy</title>
    <link>https://objective-see.org/blog/blog_0x32.html</link>
    <description>A new Mac malware targets the cryptocurrency community. In this post, we dive into the malware and illustrate how Objective-See's tools can generically thwart this new threat at every step of the way.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x32.html</guid>
  </item>

   <item>
    <title>Cache Me Outside</title>
    <link>https://objective-see.org/blog/blog_0x30.html</link>
    <description>Are full paths and preview thumbnails for files even on encrypted containers and removable usb devices really persistently stored? ...yes :( Apple's 'QuickLook' cache is to blame.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x30.html</guid>
  </item>

   <item>
    <title>Breaking macOS Mojave (Beta)</title>
    <link>https://objective-see.org/blog/blog_0x2F.html</link>
    <description>In macOS Mojave apps, to have to obtain user permission before using the Mac camera &amp; microphone. We'll illustrate how this is trivial to bypass (at least in the current beta).</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2F.html</guid>
  </item>

   <item>
    <title>When Disappearing Messages Don't Disappear</title>
    <link>https://objective-see.org/blog/blog_0x2E.html</link>
    <description>Did you know on macOS, notifications are stored in a unencrypted database? Which means that even 'disappearing' messages from apps such as Signal - may not really disappear. Yikes! </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2E.html</guid>
  </item>

  <item>
    <title>An Insecurity in Apple's Security Framework?</title>
    <link>https://objective-see.org/blog/blog_0x2D.html</link>
    <description>Turns out that writing security tools is a great way to inadvertently uncover bugs in macOS. How about a crash in Apple's 'Security' framework ... that can't be good!? </description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2D.html</guid>
  </item>

  <item>
    <title>Who Moved My Pixels?!</title>
    <link>https://objective-see.org/blog/blog_0x2C.html</link>
    <description>In this guest blog post my friend Mikhail Sosonkin reverses Apple's screencapture utility, discusses Mac malware that captures desktop images, and suggests methods for screen-capture detection!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2C.html</guid>
  </item>

  <item>
    <title>A Surreptitious Cryptocurrency Miner in the Mac App Store?</title>
    <link>https://objective-see.org/blog/blog_0x2B.html</link>
    <description>Turns out the innocuously named "Calendar 2" app, found on the official Mac App Store, was surreptitiously turning Mac into cryptocurrency miners!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2B.html</guid>
  </item>

  <item>
    <title>Tearing Apart the Undetected (OSX)Coldroot RAT</title>
    <link>https://objective-see.org/blog/blog_0x2A.html</link>
    <description>I uncovered a new cross-platform backdoor that provides remote attackers persistent access to infected systems</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x2A.html</guid>
  </item>

  <item>
    <title>Analyzing OSX/CreativeUpdater</title>
    <link>https://objective-see.org/blog/blog_0x29.html</link>
    <description>Recently, the popular MacUpdate website was subverted to distribute a new macOS cryptominer; OSX/CreativeUpdater.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x29.html</guid>
  </item>

  <item>
    <title>Analyzing CrossRAT</title>
    <link>https://objective-see.org/blog/blog_0x28.html</link>
    <description>The EFF/Lookout discovered a cross-platform implant, named CrossRat with ties to nationstate operators. Here, we tear it apart; analyzing its persistence mechanisms, features, and network communications.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x28.html</guid>
  </item>

  <item>
    <title>An Unpatched Kernel Bug</title>
    <link>https://objective-see.org/blog/blog_0x27.html</link>
    <description>On my flight to ShmooCon, I managed to panic my fully-patched MacBook. Here we analyze the kernel panic report, finding that Apple's AMDRadeonX4150 kext is responsible for the crash.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x27.html</guid>
  </item>

  <item>
    <title>Ay MaMi - Analyzing a New macOS DNS Hijacker</title>
    <link>https://objective-see.org/blog/blog_0x26.html</link>
    <description>OSX/MaMi (the first Mac malware of 2018) hijacks infected users' DNS settings and installs a malicious certificate into the System keychain, in order to give remote attackers 'access' to all network traffic</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x26.html</guid>
  </item>

  <item>
    <title>All Your Docs Are Belong To Us</title>
    <link>https://objective-see.org/blog/blog_0x22.html</link>
    <description>Here, we reverse, then 'extend' a popular macOS anti-virus engine. With the creation of a new anti-virus signature, classified documents will be automatically detected!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x22.html</guid>
  </item>

  <item>
    <title>Mac Malware of 2017</title>
    <link>https://objective-see.org/blog/blog_0x25.html</link>
    <description>Let's look at all the mac malware from 2017, for each - discussing their infection vector, persistence mechanism, features &amp; goals.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x25.html</guid>
  </item>

  <item>
    <title>Why _blank_ Gets You Root</title>
    <link>https://objective-see.org/blog/blog_0x24.html</link>
    <description>Yet another a massive security flaw affects the latest version of macOS (High Sierra), allowing anybody to log into the root account with a blank, or password, of their choosing!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x24.html</guid>
  </item>

  <item>
    <title>From the Top to the Bottom; Tracking down CVE-2017-7149</title>
    <link>https://objective-see.org/blog/blog_0x23.html</link>
    <description>High Sierra suffered from a nasty bug (CVE-2017-7149) that afforded local attackers access to the contents of encrypted APFS volumes.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x23.html</guid>
  </item>

  <item>
    <title>High Sierra's 'Secure Kernel Extension Loading' is Broken</title>
    <link>https://objective-see.org/blog/blog_0x21.html</link>
    <description>A new 'security' feature in macOS 10.13, is trivial to bypass.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x21.html</guid>
  </item>

  <item>
    <title>WTF is Mughthesec!? poking on a piece of undetected adware</title>
    <link>https://objective-see.org/blog/blog_0x20.html</link>
    <description>Some undetected adware named "Mughthesec" is infecting Macs...let's check it out!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x20.html</guid>
  </item>

  <item>
    <title>OSX/MacRansom; analyzing the latest ransomware to target macs</title>
    <link>https://objective-see.org/blog/blog_0x1E.html</link>
    <description>Looks like somebody on the 'dark web' is offering 'Ransomware as a Service'...that's designed to infect Macs!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1E.html</guid>
  </item>

  <item>
    <title>OSX/Proton.B; a brief analysis, 6 miles up</title>
    <link>https://objective-see.org/blog/blog_0x1F.html</link>
    <description>Analysis of OSX/Proton.B reveals some interesting tricks plus a command file that can be decrypted to reveal the malware's capabilities</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1F.html</guid>
  </item>

  <item>
    <title>HandBrake Hacked! OSX/Proton (re)Appears</title>
    <link>https://objective-see.org/blog/blog_0x1D.html</link>
    <description>The website of a popular application was hacked, and the application trojaned with a new variant of osx/proton.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1D.html</guid>
  </item>
  
  <item>
    <title>Two Bugs, One Func(), part three</title>
    <link>https://objective-see.org/blog/blog_0x1C.html</link>
    <description>Analyzing code within the macOS kernel audit subsystem uncovered an exploitable heap overflow.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1C.html</guid>
  </item>

  <item>
    <title>Two Bugs, One Func(), part two</title>
    <link>https://objective-see.org/blog/blog_0x1B.html</link>
    <description>Apple's 'fix' for a macOS kernel panic, fixes nothing and worse, introduces a new bug.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1B.html</guid>
  </item>
   <item>
    <title>Two Bugs, One Func(), part one</title>
    <link>https://objective-see.org/blog/blog_0x1A.html</link>
    <description>The macOS kernel had an (intentional?) off-by-one bug that could trigger a kernel panic.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x1A.html</guid>
  </item>
  <item>
    <title>Happy Birthday to Objective-See</title>
    <link>https://objective-see.org/blog/blog_0x19.html</link>
    <description>Today is our 2nd birthday! Let's look at our past, present, and future.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x19.html</guid>
  </item>
  <item>
    <title>From Italy With Love?</title>
    <link>https://objective-see.org/blog/blog_0x18.html</link>
    <description>Reverse-engineering a 'Russian' implant reveals HackingTeam's code!?</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x18.html</guid>
  </item>
   <item>
    <title>New Attack, Old Tricks</title>
    <link>https://objective-see.org/blog/blog_0x17.html</link>
    <description>A Word document targets Mac users with malicious macros and an open-source payload.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x17.html</guid>
  </item>
  <item>
    <title>Mac Malware of 2016</title>
    <link>https://objective-see.org/blog/blog_0x16.html</link>
    <description>Let's analyse the malware that appeared in 2016, discussing the infection vector, persistence mechanism, feature, and disinfection for each.</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x16.html</guid>
  </item>
  <item>
    <title>'Untranslocating' an App</title>
    <link>https://objective-see.org/blog/blog_0x15.html</link>
    <description>Apple's App Translocation broke several of my tools, but we can locally undo it to restore broken functionality!</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x15.html</guid>
  </item>
  <item>
    <title>[0day] Bypassing Apple's System Integrity Protection</title>
    <link>https://objective-see.org/blog/blog_0x14.html</link>
    <description>Read how an attacker can bypass Apple's SIP, via the local OS upgrade process</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x14.html</guid>
  </item>
  <item>
    <title>Forget the NSA, it's Shazam that's always listening!</title>
    <link>https://objective-see.org/blog/blog_0x13.html</link>
    <description>Does Shazam's Mac App keep recording even when you turn the app off? ...yes :/</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x13.html</guid>
  </item>
  <item>
    <title>Click File, App Opens</title>
    <link>https://objective-see.org/blog/blog_0x12.html</link>
    <description>The 'Mac File Opener' adware is fairly normal, except for it how it persists via registered document handlers</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x12.html</guid>
  </item>
  <item>
    <title>Persisting via a Finder Sync</title>
    <link>https://objective-see.org/blog/blog_0x11.html</link>
    <description>Learn how a Finder Sync can 'extend' Finder.app and how this could be abused for persistence</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x11.html</guid>
  </item>
   <item>
    <title>Are you from the Mac App Store?</title>
    <link>https://objective-see.org/blog/blog_0x10.html</link>
    <description>How to verify that an application came from the official Mac App Store, via receipt validation</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x10.html</guid>
   </item>
   <item>
    <title>Towards Generic Ransomware Detection</title>
    <link>https://objective-see.org/blog/blog_0x0F.html</link>
    <description>By monitoring file I/O events and detecting the rapid creation of encrypted files by untrusted processes, can ransomware be generically detected?</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0F.html</guid>
   </item>
   <item>
    <title>Analysis of an Intrusive Cross-Platform Adware; OSX/Pirrit</title>
    <link>https://objective-see.org/blog/blog_0x0E.html</link>
    <description>In Objective-See's first guest blog post, Amit Serper presents his detailed analysis of OSX/Pirrit</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0E.html</guid>
   </item>
    <item>
    <title>HackingTeam Reborn; A Brief Analyis of the RCS Implant Installer</title>
    <link>https://objective-see.org/blog/blog_0x0D.html</link>
    <description>HackingTeam using native OS X crypto to protect malware -neat! New blog w/ sample + decryptions/dumpings/detections</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0D.html</guid>
   </item>
   <item>
    <title>Analyzing the Anti-Analysis Logic of an Adware Installer</title>
    <link>https://objective-see.org/blog/blog_0x0C.html</link>
    <description>Dissecting string obfuscations, junk code insertions, and anti-debugging logic of InstallCore</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0C.html</guid>
   </item>
   <item>
    <title>Monitoring Process Creation via the Kernel (Part III)</title>
    <link>https://objective-see.org/blog/blog_0x0B.html</link>
    <description>Getting process creation notifcations from kernel-mode to user-mode, via the undocumented kev_msg_post function</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0B.html</guid>
   </item>
   <item>
    <title>Monitoring Process Creation via the Kernel (Part II)</title>
    <link>https://objective-see.org/blog/blog_0x0A.html</link>
    <description>Process monitoring via the KAuth Subsystem (and some limitations)</description>
    <guid isPermaLink="true">https://objective-see.org/blog/blog_0x0A.html</guid>
   </item>
   <item>
    <title>Monitoring Process Creation via the Kernel (Part I)</title>
    <link>https://objective-see.org/blog.html#blogEntry9</link>
    <description>Why BlockBlock needs a kext (hint: process monitoring), and how the kext was created</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry9</guid>
   </item>
   <item>
    <title>Kernel Debugging a Virtualized OS X El Capitan Image</title>
    <link>https://objective-see.org/blog.html#blogEntry8</link>
    <description>How to remotely kernel-debug a OS X 10.11 VM</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry8</guid>
   </item>
   <item>
    <title>Reversing to Engineer: Learning to 'Secure' XPC from a Patch</title>
    <link>https://objective-see.org/blog.html#blogEntry7</link>
    <description>How reversing Apple's 'RootPipe' patch provided the means to secure TaskExplorer's XPC service</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry7</guid>
   </item>
   <item>
    <title>Building HackingTeam's OS X Implant For Fun &amp; Profit</title>
    <link>https://objective-see.org/blog.html#blogEntry6</link>
    <description>How to build HackingTeam's OS X implant in Xcode</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry6</guid>
  </item>
  <item>
    <title>CVE-2015-3673: Goodbye Rootpipe...(for now?)</title>
    <link>https://objective-see.org/blog.html#blogEntry5</link>
    <description>Details on bypassing Apple's original rootpipe patch</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry5</guid>
  </item>
  <item>
    <title>More on, "Adware for OS X Distributes Trojans"</title>
    <link>https://objective-see.org/blog.html#blogEntry4</link>
    <description>A deeper dive into 'MacInstaller' and the adware it installs</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry4</guid>
  </item>
  <item>
    <title>Phoenix: RootPipe lives! ...even on OS X 10.10.3</title>
    <link>https://objective-see.org/blog.html#blogEntry3</link>
    <description>Exploiting RootPipe on OS X 10.10.3</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry3</guid>
  </item>
  <item>
    <title>Dylib Hijack Scanner Released</title>
    <link>https://objective-see.org/blog.html#blogEntry2</link>
    <description>Announcing the release of DHS; a tool to help detect (dylib) hijackers</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry2</guid>
  </item>
  <item>
    <title>Website Launch</title>
    <link>https://objective-see.org/blog.html#blogEntry1</link>
    <description>NSLog(@"Hello World"); objective-see.org is alive!</description>
    <guid isPermaLink="true">https://objective-see.org/blog.html#blogEntry1</guid>
  </item>
</channel>

</rss>