SpecterOps

SpecterOps

Adversary emulation, penetration testing, threat hunting.

Overview

SpecterOps provides cybersecurity services that focus on understanding and countering attacker tactics, including adversary simulation, penetration testing, hunt operations, and breach assessments, plus training and specialized tools. It works by mimicking real attackers to test defenses, actively hunting for threats in networks, and evaluating incident impact, while tools like BloodHound map Active Directory relationships to reveal attack paths and PowerForensics supports disk-forensics. The company differentiates itself with a hands-on, attacker-tactics-driven approach that combines services, training, and proprietary tooling for both government and commercial clients. Its goal is to help organizations strengthen their security posture against advanced cyber threats.

About SpecterOps

Simplify's Rating
Why SpecterOps is rated
B-
Rated B on Competitive Edge
Rated B on Growth Potential
Rated C on Differentiation

Industries

Consulting

Cybersecurity

Education

Company Size

201-500

Company Stage

Series B

Total Funding

$108.5M

Headquarters

Alexandria, Virginia

Founded

2017

Get referred to SpecterOps

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • SpecterOps launched free Tradecraft Academy July 21, 2026, expanding top-of-funnel training demand.
  • 2026 APM survey showed 75% of organizations increased identity-security spending year-over-year.
  • BloodHound 9.0 on April 13, 2026 added automated findings, trend analysis, and ETAC.

What critics are saying

  • Only 35% fully implemented identity APM in 2026; enterprise buyers delay BloodHound Enterprise rollouts.
  • BeyondTrust Pathfinder, Tenable Identity Exposure, and Wiz compete for the same 2026 budget.
  • BloodHound Enterprise concentration makes a security flaw or cloud outage existential within weeks.

What makes SpecterOps unique

  • BloodHound Enterprise maps identity attack paths across Okta, GitHub, and Jamf since March 18, 2026.
  • Tradecraft Academy launched July 21, 2026, pairing free on-demand training with live practitioner courses.
  • BloodHound's 1.5 million downloads give SpecterOps unmatched community reach and telemetry.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$108.5M

Above

Industry Average

Funded Over

3 Rounds

Notable Investors:
Series B funding is typically for startups that have proven their business model and need more funding to expand rapidly—often by entering new markets or adding more products. Investors are usually venture capital firms that specialize in later-stage investments.
Series B Funding Comparison
Above Average

Industry standards

$35M
$45M
Linktree
$65M
Substack
$75M
SpecterOps
$100M
ClickUp

Benefits

Health Insurance

Dental Insurance

Vision Insurance

Life Insurance

Unlimited Paid Time Off

Flexible Work Hours

Paid Holidays

401(k) Retirement Plan

401(k) Company Match

Stock Options

Home Office Stipend

Phone/Internet Stipend

Professional Development Budget

Family Planning Benefits

Growth & Insights and Company News

Headcount

6 month growth

1%

1 year growth

1%

2 year growth

3%
Cryptika
Aug 6th, 2026
Hackers can leverage WSUS servers to deliver malware and compromise enterprise endpoints.

Hackers can leverage WSUS servers to deliver malware and compromise enterprise endpoints. Spread the love August 6, 2026 A novel attack chain that allows adversaries to hijack Windows Server Update Services (WSUS), the trusted patch-management architecture widely deployed across enterprise environments. The research, published by SpecterOps researcher Beyviel David, demonstrates how organizations hosting WSUS on an external SQL Server database face a critical operational risk: attackers with local network access can coerce authentication, capture a database session, and mint malicious "updates" that domain-joined endpoints trust and execute automatically. Windows Server Update Services into backdoors. Enterprise WSUS deployments frequently separate the update management server from its backend storage, hosting the SUSDB database on a standalone Microsoft SQL Server instance rather than using the default Windows Internal Database. This architecture creates an exposure vector when combined with NTLM authentication coercion. Using tools such as PetitPotam, an attacker can force the WSUS server's computer account to authenticate over SMB to a host controlled by the adversary. The attacker then relays this authentication directly to the remote SQL Server database using Ntlmrelayx. Because the WSUS computer account possesses permissions to establish a session on the SUSDB instance, this maneuver grants an authenticated database foothold without requiring valid domain user credentials. Maintaining visibility over these relay vectors is critical for preserving Active Directory security across corporate networks. Initial database access obtained via NTLM relaying places the attacker in the restricted webService role, which lacks direct SELECT, UPDATE, or DELETE permissions on core tables. However, researchers discovered that the permissions granted to execute specific stored procedures provide sufficient control to weaponize the update workflow. By methodically chaining native SQL stored procedures - including spImportUpdate, spSaveXmlFragment, spSetBatchURL, spCreateTargetGroup, and spDeployUpdate an attacker can forge a complete Windows update package containing arbitrary metadata, file hashes, and execution instructions. As detailed in the SpecterOps research report, this stored-procedure sequence allows an attacker to assemble valid update metadata directly inside the database. Because the database interprets these commands as coming from the trusted WSUS computer account, the forged updates pass internal validation and are dispatched to targeted endpoint groups. Securing update infrastructure is an essential component of overall Windows server security management. Under normal operating conditions, WSUS requires that all delivered binaries carry a valid digital signature from a trusted Microsoft certificate, downloading payloads exclusively via the Background Intelligent Transfer Service (BITS) protocol. SpecterOps researchers reverse-engineered the Microsoft.UpdateServices.ContentSyncAgent.dll library using dnSpy and identified a logic flaw inside the file-verification routine: * File Extension Check: The verification logic checks whether a payload filename ends in .txt or .esd. * Bypass Trigger: If either extension is detected, the routine skips digital signature validation entirely. An attacker can rename an executable payload to a name such as Ghost.txt, host it on a BITS-compliant web server, and trigger WSUS to download and execute the unverified binary on target endpoints. This flaw facilitates unauthenticated code execution across client machines. Furthermore, if the target environment's Group Policy is configured to automatically download and schedule update installations, the payload deploys without user interaction. If the payload process is terminated, the malicious update automatically re-executes, establishing a persistent foothold on the victim host. SpecterOps released two open-source projects to assist security teams: * ludus_wsus: An Ansible-based lab environment for deploying vulnerable WSUS instances for testing. * NotWSUSpicious: A Python utility that automates SQL stored-procedure chaining, bundled with a custom BITS server and a modified mssqlclient.py. * Enforce Extended Protection for Authentication (EPA): Enable EPA on the SQL database server hosting SUSDB to block NTLM relaying. * Network Segmentation: Restrict database network access so only authorized WSUS servers and administrative management hosts can connect. * Monitor Stored Procedure Invocations: Audit SQL execution logs for anomalous calls to spCreateTargetGroup, spDeployUpdate, or spSetBatchURL references involving .txt or .esd files. Strengthen Your SOC by Accelerating Threat Detection & Rapid Investigations. -> Integrate ANY.RUN With Your SOC Now. A proof-of-concept (PoC) exploit has been released for a critical vulnerability in Microsoft's Windows Server Update Services (WSUS), enabling unauthenticated attackers to execute remote code with SYSTEM privileges on affected servers. Dubbed CVE-2025-59287 and assigned a CVSS v3.1 score of 9.8, the flaw stems from unsafe deserialization of untrusted data... October 20, 2025 In "Cybersecurity News - Original News Source is cybersecuritynews.com" Hackers are actively exploiting a critical flaw in Microsoft's Windows Server Update Services (WSUS), with security researchers reporting widespread attempts in the wild. The vulnerability, tracked as CVE-2025-59287, allows remote code execution on unpatched WSUS servers, potentially granting attackers full control over enterprise networks. As of October 27, 2025, firms... October 27, 2025 In "Cybersecurity News - Original News Source is cybersecuritynews.com" In a recent setback for Windows administrators, Microsoft's October 2025 security update addressing a critical vulnerability in Windows Server Update Services (WSUS) has inadvertently broken hotpatching functionality on a subset of Windows Server 2025 systems. The flaw, tracked as CVE-2025-59287, allows remote code execution in WSUS environments, posing significant risks... November 3, 2025 In "Cybersecurity News - Original News Source is cybersecuritynews.com"

SpecterOps
Jul 21st, 2026
Introducing the SpecterOps Tradecraft Academy.

Introducing the SpecterOps Tradecraft Academy. Jul 21, 2026 Put Insights Into Action 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 for AI and LLMs coming soon! SpecterOps was built on the idea that a deep understanding of adversary tradecraft is the most effective way to meaningfully defend against it. That belief shaped its services, drove the research that gave rise to tools like BloodHound, and made training a core pillar of what SpecterOps Inc. do. Its Adversary Tactics and Adversary Perspectives series of courses distill what SpecterOps Inc. learn on real engagements into structured, hands-on curriculum with immersive labs that SpecterOps Inc. can share in live classes across the world. These courses are deeply technical and hands-on, built for practitioners ready to develop real depth in offensive and defensive tradecraft. They're taught by the Specters doing the work daily, and students learn in a shared environment where they work through labs alongside one another, often as a team. Designing and delivering courses of this depth takes time to do right. But not every attack path, technique, tool, or lesson drawn from emerging technologies calls for a week-long course in a physical (or virtual) setting. Some of the most valuable tradecraft its teams develop lends itself to a faster and more flexible format than SpecterOps Inc. has historically offered. That's why I'm excited to share that today SpecterOps Inc. is launching the SpecterOps Tradecraft Academy, its new on-demand training platform, now live at academy.specterops.io. The Tradecraft Academy reflects the same commitment to transparency that drives its research, tools, and community contributions. It's built to share what SpecterOps Inc. is learning in the field in a flexible format security practitioners can access on their own schedule and apply quickly. What's available now. These courses are live today for free, each built by SpecterOps consultants and researchers: * BloodHound Basics, built by Jean-Damien Douillard, takes you from first login to capable operator across both BloodHound Community Edition and BloodHound Enterprise. This course covers installation, data collection with SharpHound and AzureHound, ingestion, data exploration, and graph analysis across Active Directory, Entra, and Azure environments. The course also covers Cypher querying, API usage, OpenGraph extensions, administration, and how to interpret findings and remediation plans. * Software Supply Chain Security for Red Teamers, built by Kieran Croucher and Andrew Luke, connects fundamental software supply chain concepts, real-world case studies, and modern defensive frameworks to help red teamers and defenders understand how supply chain attacks happen and how to emulate or defend against them - combining conceptual depth with hands-on labs to build practical foundation in an urgent and important discipline. * Kubernetes for Red Teamers, built by Alex Rodriguez, Hector Riestra, and Hunter Orrantia, teaches Kubernetes attack paths through a progression of core security concepts and hands-on lab scenarios. You'll learn why each transition works as you move through deeper layers of access, identity, and control, applying concepts that explain lateral movement, privilege escalation, and broader cluster compromise. By the end, you'll be better prepared to evaluate a cluster's security posture and leave with a working lab environment built for continued research and practice. What's coming next. This is the first step in a broader on-demand training experience from SpecterOps, one that complements its live training offerings and expands the ways practitioners can develop and deepen their adversary tradecraft knowledge. New content and specialized tracks will roll out over time, with the goal of keeping the curriculum in lockstep with its services, research, and product work. As technologies expand, techniques evolve, and attack paths emerge, SpecterOps Inc. aim to quickly turn those insights into accessible training. That includes upcoming content on red team tradecraft for platforms like AWS and macOS, alongside the next course in the queue, Adversary Intelligence: LLM Tradecraft. See it live at Black Hat USA. Come find SpecterOps Inc. at the Kennel Club at Black Hat USA, where practitioners from SpecterOps, OpenAI, and the UK AI Security Institute will be giving talks, running live Tradecraft Academy workshops, and be on hand for discussion. See everything planned at specterops.io/black-hat. Vice President of Tradecraft Andrew Chiles is the Vice President of Tradecraft at SpecterOps and leads teams specializing in tradecraft research, capability development, and training.

Business Wire
Mar 18th, 2026
SpecterOps extends BloodHound identity attack path management to Okta, GitHub and Mac

SpecterOps, creator of BloodHound and leader in identity Attack Path Management, has announced new coverage for Okta, GitHub and Mac environments. The enhanced BloodHound Enterprise adds OpenGraph extensions enabling identity and security teams to remediate cross-platform attack paths whilst protecting critical assets like code repositories and customer data. The platform now identifies and prioritises hybrid attack paths across identity providers, applications and repositories, providing remediation guidance to prevent exploitation. New capabilities include privilege zone analysis for least-privilege enforcement, environment-level access controls, bring-your-own-key encryption and integrations with Palo Alto Cortex XSOAR, Microsoft Sentinel and ServiceNow VRM. SpecterOps will demonstrate the new capabilities at RSAC 2026, with a webinar scheduled for 31st March to explore the enhanced features.

Techzine
Mar 18th, 2026
BloodHound sniffs out attack paths in Okta, GitHub, and Mac environments.

BloodHound sniffs out attack paths in Okta, GitHub, and Mac environments. SpecterOps adds support for Okta, GitHub, and Mac environments to BloodHound Enterprise. With OpenGraph extensions, identity and security teams can manage and remediate attack paths across multiple platforms. New privilege zones and integrations with Palo Alto, Microsoft Sentinel, and ServiceNow are designed to further strengthen the security of hybrid environments. The expansion of BloodHound Enterprise runs on OpenGraph extensions, enabling organizations to better detect and close attack paths that span multiple platforms. SpecterOps will demonstrate the new capabilities next month at RSA Conference 2026. The company positions BloodHound Enterprise as a platform for Identity Attack Path Management (APM). Techzine don't have to guess why they built a security tool for this. "Attackers increasingly exploit identities and the trust relationships between platforms, people, and agents to gain access to critical assets," said Justin Kohler, Chief Product Officer at SpecterOps. OpenGraph connects platforms. With OpenGraph, identity and security teams can extend their attack path management to Okta, GitHub, and Jamf-managed Mac endpoints. This involves detecting misconfigurations in identity settings, privilege escalation paths, and risks of unauthorized access. Privilege Zone Analysis enables the definition of multiple privilege layers and the identification of breaches outside the traditional identity infrastructure. BloodHound Enterprise is therefore not limited to Active Directory. According to the company, customers achieve an average 35 percent risk reduction in the first month of adoption, and addressing a single critical vulnerability blocks an average of more than 17,000 attack paths. This translates into tangible results for security teams managing hybrid environments. In other words: fewer compromises and potentially less severe compromises if attackers do manage to gain entry, thanks to limited lateral movement. New integrations and encryption control. In addition to the platform expansion, SpecterOps is introducing integrations with Palo Alto Cortex XSOAR, Microsoft Sentinel, and ServiceNow VRM. These link attack path findings to existing security workflows. Also new is support for Bring Your Own Key (BYOK), which allows organizations to manage their own encryption keys for internal security requirements and compliance purposes. The platform not only integrates with other systems but also expands its usability in other ways. In January, SpecterOps introduced an on-premises version of BloodHound Enterprise for organizations that manage their critical assets outside the cloud. In March of last year, the company raised $75 million in a Series B round to accelerate the rollout of BloodHound Enterprise. On March 31, SpecterOps is hosting a webinar featuring a live demo of the new OpenGraph extensions.

Business Wire
Feb 10th, 2026
SpecterOps launches BloodHound Scentry to help organisations build identity attack path management practice

SpecterOps has launched BloodHound Scentry, a service combining its BloodHound Enterprise platform with expert practitioners to help organisations accelerate their identity Attack Path Management (APM) practices. The service aims to help companies advance from no APM capability to well-defined maturity in six months. BloodHound Scentry offers attack path remediation guidance, monthly expert analysis of emerging threats, privilege zone design for critical assets, and customised reporting. The launch comes as identity-based attacks rise, with the 2024 Verizon Data Breach Investigations Report finding that around 80% of breaches involve compromised credentials. SpecterOps created the open-source BloodHound tool, which has been downloaded over 1.5 million times. The company provides security services to clients including OpenAI and Palantir.

Recently Posted Jobs

Sign up to get curated job recommendations

SpecterOps is Hiring for 2 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →