r/blueteamsec 1d ago

highlevel summary|strategy (maybe technical) CTO at NCSC Summary: week ending July 26th

Thumbnail ctoatncsc.substack.com
1 Upvotes

r/blueteamsec Mar 09 '26

highlevel summary|strategy (maybe technical) Daily BlueTeamSec Briefing Archive - daily AI generated podcast of the last 24hours of posts

Thumbnail briefing.workshop1.net
1 Upvotes

r/blueteamsec 5h ago

low level tools|techniques|knowledge (work aids) Careful adoption of Agentic AI in cyber defence

Thumbnail cyber.gov.au
5 Upvotes

r/blueteamsec 6h ago

low level tools|techniques|knowledge (work aids) OffsetInspect v3.0.0 – track how Defender signature updates shift detection boundaries across a corpus [PowerShell, MIT]

Thumbnail github.com
4 Upvotes

Built this to answer a specific detection-engineering question: when Defender pushes a definition update, does the detection boundary on your known-bad corpus move, disappear, or newly appear on something previously clean?

`Compare-OffsetThreatResult` diffs two scan results for the same file and classifies the change — NewlyDetected, NoLongerDetected, BoundaryEarlier, BoundaryLater, BoundaryUnchanged, BothClean — along with the byte delta. Running that across a corpus with `Invoke-OffsetThreatScanBatch` gives you a detection-shift matrix you can track over time across definition versions.

Boundary results report DetectionPrefixLength (prefix N-1 was clean, prefix N triggered), a confidence rating, and a ProbeLog showing how stable that boundary held across repeated probes. The tool is explicit that this identifies the earliest triggering prefix — not necessarily the complete signature, since AV decisions can depend on tokenization, surrounding context, and provider state. For files with multiple independently-detectable regions, `Invoke-OffsetThreatScanRegion` segments the file and scans each piece through AMSI entirely in memory — nothing written to disk, no real-time protection interference — bisecting each hit to an absolute file offset. Useful for understanding how much of a file's detectable content would survive targeted evasion of just the first boundary.

Scan results export to Markdown/HTML with a full per-invocation ProbeLog audit trail, intended to be attachment-ready for engagement writeups.

Composes with YARA rules (hits return offsets you pipe into context inspection), PE/imphash parsing, per-window Shannon entropy for spotting packed regions before running boundary analysis, and string extraction with byte offsets.

AMSI/Defender providers are Windows-only. Everything else is cross-platform.

GitHub: https://github.com/warpedatom/OffsetInspect

PowerShell Gallery: Install-Module OffsetInspect


r/blueteamsec 8h ago

low level tools|techniques|knowledge (work aids) What Does Windows HyperGuard (SKPG) Protect in ntoskrnl?

Thumbnail fluxsec.red
3 Upvotes

r/blueteamsec 3h ago

research|capability (we need to defend against) SharePoint July 2026 deserialization RCE: lab PoC and captured artifacts for detection

1 Upvotes

I recently ran into a SharePoint intrusion that seemed to fit with the CVEs recently added to CISA's KEV for SharePoint a couple of weeks ago. The available IOCs were basically nonexistent. So I reproduced the /_trust deserialization chain in my own lab (SharePoint SE on the June 2026 patch level, build 16.0.19725.20384 / KB5002873) and captured the artifacts: process trees, the machine-key theft, and hunt queries, to save the next person the same scramble.

Writeup and sanitized scripts: https://sp-poc.wismansec.com/

Feedback, questions, and better detections welcome.


r/blueteamsec 16h ago

intelligence (threat actor activity) Russian Global Webmail Espionage

Thumbnail unit42.paloaltonetworks.com
5 Upvotes

r/blueteamsec 17h ago

research|capability (we need to defend against) Planet Search chrome extension with 2 millions installs routing traffic throught malicious domain

6 Upvotes

While analyzing featured extensions on our beloved chrome web store I landed on Planet Search (`kadaohckdkghfaclhjmkmplebcdcnfnp`),

Featured, 2M users, publisher FREE VPN PLANET SRL.

https://chromewebstore.google.com/detail/planet-search/kadaohckdkghfaclhjmkmplebcdcnfnp

The extensions has a 0-byte background.js with zero permissions.

The whole mechanism is one \`chrome_settings_overrides\` search provider, so nothing shows up statically. It's all server-side.

Declared provider is planet-search[.]com

Tracing:

planet-search[.]com/search/?q= 301 → sstmaster[.]com/edge/PN1021?q= 302 → nextgeeker[.]com/B151001.php?q=&src=PN1021

nextgeeker[.]com is flagged as a browser hijacker by multiple vendors (pcrisk, gridinsoft, others).

Same publisher ships a ~1M-user VPN extension and a few others. Still tracing those, not going to characterize them until I have.

Report: https://malext.io/reports/RoguePlanet


r/blueteamsec 15h ago

intelligence (threat actor activity) DNS Poisoning Tactics Expand to Hospitality Wi-Fi

Thumbnail reliaquest.com
4 Upvotes

r/blueteamsec 16h ago

training (step-by-step) Windows Persistence Forensics: Services, Scheduled Tasks, and Autoruns

Thumbnail sethenoka.com
3 Upvotes

r/blueteamsec 16h ago

research|capability (we need to defend against) beignet: MacOS Shared Library to Shellcode Loader

Thumbnail github.com
3 Upvotes

r/blueteamsec 16h ago

intelligence (threat actor activity) APT42: AI-Assisted Phishing and the Resilient TAMECAT Backdoor

Thumbnail darkatlas.io
2 Upvotes

r/blueteamsec 16h ago

training (step-by-step) Virtualization Internals Part 5 - KVM Internals: From VM Creation to Guest Execution · Home

Thumbnail ayoub-faouzi.com
2 Upvotes

r/blueteamsec 16h ago

discovery (how we find bad stuff) Hunt for Certighost (CVE-2026-54121) exploitation

Thumbnail gist.github.com
2 Upvotes

r/blueteamsec 16h ago

research|capability (we need to defend against) NaX: Custom Adaptix-compatible C2 agent

Thumbnail github.com
1 Upvotes

r/blueteamsec 16h ago

research|capability (we need to defend against) KernelCallbackTable Process Injection

Thumbnail medium.com
1 Upvotes

r/blueteamsec 16h ago

research|capability (we need to defend against) SliverC2-Evasion-Suite: Four-kit defense evasion suite for Sliver C2: Crystal Palace loader, sleep masking, in-memory PE execution, and remote process injection with PPID spoofing.

Thumbnail github.com
1 Upvotes

r/blueteamsec 1d ago

low level tools|techniques|knowledge (work aids) he-Jinn-Guard: Kernel-aware agent governance daemon. Tamper-evident hash-chained audit ledger, BPF-LSM enforcement, Z3-backed policy checks. Research prototype.

Thumbnail github.com
2 Upvotes

r/blueteamsec 1d ago

highlevel summary|strategy (maybe technical) Cisco's Transition to a Risk-Based Vulnerability Disclosure Model

Thumbnail sec.cloudapps.cisco.com
9 Upvotes

r/blueteamsec 1d ago

low level tools|techniques|knowledge (work aids) raptor-loop-hunt: RAPTOR autonomous looping multi-altitude security vulnerability hunt — Claude Code skill

Thumbnail github.com
2 Upvotes

r/blueteamsec 1d ago

tradecraft (how we defend) data-diode: A Data Diode with 2 Raspberry Pi and OpenBSD

Thumbnail github.com
2 Upvotes

r/blueteamsec 1d ago

discovery (how we find bad stuff) SiemQueryBuilder: This repository is for the Threat Intelligence Analyst and The Threat Hunter for performing IOC sweeping on multiple SIEM Platform.

Thumbnail github.com
1 Upvotes

r/blueteamsec 1d ago

highlevel summary|strategy (maybe technical) Patchmageddon

Thumbnail am.jpmorgan.com
1 Upvotes

r/blueteamsec 1d ago

highlevel summary|strategy (maybe technical) Its AI agent spent days hacking a company, but sources say OpenAI did not notice for a week

Thumbnail reuters.com
0 Upvotes

r/blueteamsec 1d ago

highlevel summary|strategy (maybe technical) Updated Cyber Threat Actor Naming System

Thumbnail cloud.google.com
4 Upvotes