RSS Parrot

BETA

🦜 SpecterOps

@specterops.io@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: specterops.io/

Feed URL: specterops.io/feed

Posts: 53

Followers: 1

Attack of The Extensions

Published: August 13, 2026 16:00

TL;DR: Browser extensions can turn Chromium into a persistent foothold. This post introduces a way to silently install extensions turning Chromium browsers into a command and control (C2) platform for persistent cookie theft. Intro This blog is a…

Return of the Cookie Monster

Published: August 13, 2026 16:00

TL;DR: Cookie protections have made traditional session theft harder, but they do not eliminate the value of an authenticated browser session to adversaries. This post explores enabling the Chrome DevTools Protocol (CDP) inside a running Chromium browser…

Blacklight: Illuminating AI Agent Artifacts for Attackers and Defenders

Published: August 12, 2026 16:00

TL;DR: Blacklight is an open-source security research toolkit for discovering and analyzing AI agent artifacts that reside on endpoints. It helps authorized security teams assess exposure, guide next decisions, and develop detection and hardening guidance.…

Of Course We Built a WSUS Ludus Lab

Published: August 5, 2026 17:15

TL;DR: This blog walks you through setting up a WSUS lab using Ludus for testing. The associated GitHub repo is here. Introduction I have been researching the Windows Service Update Service (WSUS) and discovered a new way we could take over the WSUS…

Mythic 4 Public Beta: More Than a New Coat of Paint

Published: August 4, 2026 20:09

TL;DR: Mythic 4 is now available on the Mythic-v4.0.0 branch and is entering a public beta for the next few months for the community to update their services. Mythic 4 has some breaking changes, new features, AI chat container support, and so much more.…

ConfigManBearPig 2.0 – Things Are Getting Cereal

Published: August 3, 2026 16:00

TL;DR – In the past several years, security researchers have discovered 30+ unique attack techniques targeting Microsoft Configuration Manager (formerly SCCM), as its widespread control of an organization’s devices makes it an appealing target.…

Clustered Points of Failure

Published: July 29, 2026 16:00

TL;DR – Windows Server Failover Clusters share resource credentials. Compromising one cluster node results in complete compromise of the entire cluster. Acknowledgments The content I’m sharing here is the result of collaboration with or inspiration from…

Introducing Attack Path Management for Entra Agents in BloodHound Enterprise

Published: July 28, 2026 11:56

AI agents are becoming a new layer of enterprise infrastructure and enterprise identity.  They answer questions, invoke tools, execute workflows, access data, authenticate to downstream services, communicate with other agents, and increasingly act on…

Designing an MCP Server for AI Agents: Why Wrapping Your API Is the Wrong Abstraction

Published: July 28, 2026 11:50

An MCP server for AI agents is not just a wrapper around your existing REST API. The tools have to be shaped around agent intent rather than backend implementation. This post explains why wrapping your API is the wrong abstraction and how to design MCP…

Expanding attack path management to the AI frontier

Published: July 28, 2026 11:50

Attackers don’t move through isolated systems. They move through the relationships between those systems and identities, chaining privileges to move laterally across the attack surface until they reach critical assets.  Hybrid, decentralized environments…

Attack Path Management Comes to AWS

Published: July 28, 2026 11:50

At SpecterOps, we have been hard at work modeling identity providers in our BloodHound Enterprise platform. Everything from Active Directory to Okta and Github, we focused on the hybrid technologies that matter most to the enterprise identity security.…

Introducing the SpecterOps Tradecraft Academy

Published: July 21, 2026 13:00

TL;DR: SpecterOps Tradecraft Academy is now live at academy.specterops.io, offering free, on-demand courses built by SpecterOps: BloodHound Basics, Software Supply Chain Security for Red Teamers, and Kubernetes for Red Teamers, with adversary tradecraft…

Why “Least Privilege” Fails in Real Environments

Published: July 15, 2026 19:54

The answer isn’t to abandon least privilege as a principle. It remains the right objective. What needs to change is how organizations approach achieving it. Defending a graph requires seeing the graph. That means moving away from point-in-time audits and…

Finding SOCKS with Proxywatch

Published: July 9, 2026 16:00

TL;DR: Adversaries use SOCKS proxy tunnels to pivot within environments and to execute code against compromised systems without bringing tools to the system. Defenders often lack reliable guidance to detect proxying behavior, falling back to preset rules…

How to Set Red Team Objectives that Produce Value

Published: July 7, 2026 16:00

TL;DR: A red team engagement is only as useful as the questions it is designed to answer. Strong objectives help teams produce valuable root-cause findings leadership can act on.  The value of a red team engagement is largely determined before execution…

Accelerating EDR Evasion with LLM-Driven Analysis

Published: June 29, 2026 21:03

Over the years I have enjoyed disassembling and debugging endpoint detection and response (EDR) and antivirus (AV) engines. For as long as I can remember I’d have evenings where I’d throw on some music, boot a virtual machine with kernel debugging enabled,…

Jailbreaker: LLM Jailbreak Testing You Can Actually Repeat

Published: June 29, 2026 18:59

You may have read about our new GhostWorks initiative here at SpecterOps. As part of this effort, we continually trial different ways of evaluating and improving model behavior to better understand which techniques can be applied to our research. One of…

Time Travel Debugging with Codex

Published: June 26, 2026 20:03

Spoiler warning: this post discusses the FLARE-ON 12 `FlareAuthenticator` challenge and includes the recovered flag. Introduction Before getting into the technical details, this work was made possible through SpecterOps’ partnership with OpenAI’s through…

Disposable Tooling: Building LLM-Generated Mythic Agents from Prompt to Deployment

Published: June 24, 2026 17:29

An area I’ve been very interested in exploring over the past several months is the generation of what I have been calling “disposable tooling”. With the development space now discussing the reduced cost of writing code, the idea is to also explore how…

SpecterOps and OpenAI: Helping to Build a New Security Frontier with Daybreak

Published: June 22, 2026 17:09

Today, OpenAI announced that it is expanding access to its frontier AI cybersecurity capabilities for a trusted circle of industry partners, including SpecterOps, through the OpenAI Daybreak Cyber Partner Program. Since April, SpecterOps has participated…

Mythic Embarking on the Open Seas: Containerized Payload Delivery for Kubernetes Assessments

Published: June 16, 2026 16:00

TL;DR: We created new Mythic extensions to simplify container-centric assessments, including Kubernetes and Docker-based ceded access workflows. These tools help operators wrap Mythic payloads in OCI-compatible containers and publish them to a self-hosted…

Building an Indirect Prompt Injection Workflow

Published: June 11, 2026 16:00

TL;DR: This post covers how I used OpenAI’s Codex to automate the generation, testing, and refinement of indirect prompt injection payloads against an agentic system using Sonnet 4.5 and 4.6 models on Amazon Bedrock. Introduction This project began as a…

Prompt Engineering for Security Agents: A Measurable Approach with GEPA

Published: June 10, 2026 02:23

You may have read about our new GhostWorks initiative here at SpecterOps. As part of this effort, we continually trial different methods of evaluating and improving model performance to help understand what techniques can be applied to our research. This…

Introducing GhostWorks: A Practical AI Initiative from SpecterOps

Published: June 10, 2026 02:07

GhostWorks is an AI-focused engineering and research initiative at SpecterOps, focused on the disciplined exploration of frontier AI-enabled cybersecurity tooling. It is not a company-wide AI mandate, a replacement for product teams, or a promise that…

CVE-2026-4387: StrongDM State File Reuse

Published: June 1, 2026 16:00

TL;DR : An attacker could transfer StrongDM state files, which hold session authentication information, between hosts to provide authenticated sessions. The attacker could reuse state files both inside and outside of the environment where an organization…

Don’t Jump the Turnstile: Lessons from the Field

Published: May 28, 2026 16:00

TL;DR: Phishing sandboxes are a pain. Cloudflare Turnstile can be used as an effective solution to conceal your phishing pages. Intro Recently, I was on a red team engagement that involved email phishing. I thought to myself, “No problem! I have done…

Spelunking through Splunk

Published: May 27, 2026 16:00

TL;DR : Splunk is a daunting SIEM to learn, but this learning curve can be flattened by learning to use the basic building blocks which make up most Splunk searches. A Detection Engineer’s Guide When I first got my start in cybersecurity, Splunk was one of…

Introducing TailscaleHound: Mapping Tailscale Attack Paths in BloodHound

Published: May 21, 2026 16:00

TL;DR: TailscaleHound is an OpenGraph collector for BloodHound that maps Tailscale users, devices, groups, tags, ACLs, grants, SSH rules, routes, app connectors, services, keys, invites, webhooks, and hybrid Azure identity relationships. The result is a…

What Comes Before Tickets

Published: May 8, 2026 16:00

TL;DR: A year ago, my company handed me a project bigger than anything I’d worked on before. The project was OpenGraph, the new extensibility foundation for a cybersecurity tool called BloodHound, and this essay is partly about building it. Mostly it’s…

Shift Happens – Uncovering Two Built-in Command Injections in Windows Context Menus

Published: May 7, 2026 16:00

TL;DR: Two command injection vulnerabilities exist in the Windows Explorer “Open PowerShell window here” context menu due to improper quoting and command injection through user-controlled folder paths. By creating folders with crafted names (e.g., folder;…

How We Think about Red Teaming

Published: May 6, 2026 16:00

TL;DR: Red teaming means different things to different vendors. We discuss how SpecterOps defines it, why engagements start from assumed breach, and what organizations should expect to learn and take away. The terminology problem: not all “red teams” are…

The Accidental C2: Exploring Dev Tunnels for Remote Access

Published: May 6, 2026 16:00

Dev Tunnels aren’t "just port forwarding". They consist of layers of embedded protocols with RPC messages being exchanged. Once you peal the layers, you quickly see how Dev Tunnels are a C2 framework with extra steps. The post The Accidental C2: Exploring…

MSSQLHound Now Available in Go

Published: April 23, 2026 16:00

TL;DR: Javier Azofra and I vibe-ported MSSQLHound to Go to drastically improve run duration, enable cross-platform execution, support SOCKS proxying for stealth and NT hashes/Kerberos tickets for authentication, enhance logging, detect the latest…

Into The Rainbow: Google’s NTLMv1 Rainbow Tables Explained in a Bit Too Much Detail

Published: April 16, 2026 16:00

TL;DR: Google published a blog post with accompanying rainbow tables targeting the Data Encryption Standard (DES) key space. The tables enable recovery of the NT hash used to generate the ciphertexts in NTLMv1 responses. We’ll dive into the tables, the…

BloodHound 9.0 — Product Updates

Published: April 13, 2026 19:00

Two weeks ago, we announced the new BloodHound Enterprise with OpenGraph extensions to extend attack path management to environments like Okta, GitHub, and Jamf. Along with this announcement, I’m pleased to share the release of BloodHound 9.0.  Attack…

BloodHound Has Changed. Your Course Probably Hasn’t.

Published: April 11, 2026 16:00

BloodHound has moved fast and not all courses have kept up. If you create or maintain a course or training that includes BloodHound, now is a good time to review your materials. BloodHound Community Edition (BHCE) has continued to evolve rapidly, with v8.9…

Ghostwriter v6.3.0 and CLI v1.0.0: New Activity Logging, Faster Installs, and Better Writing QA

Published: April 10, 2026 16:00

TL;DR: Ghostwriter v6.3.0 makes day-to-day operations faster and more integrated, with a redesigned activity log that ties actions directly to evidence and terminal recordings, dramatically faster installs via published container images, and built-in…