#detectionengineering โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #detectionengineering, aggregated by home.social.
-
New by me: CybersecKyle Security How-To Series: Blue Team Fundamentals, Part 6 - SIEM-Lite with a Few Useful Alerts
#Cybersecurity #InfoSec #SIEM #DetectionEngineering #CybersecKyleHowTo
-
New by me: CybersecKyle Security How-To Series: Blue Team Fundamentals, Part 6 - SIEM-Lite with a Few Useful Alerts
#Cybersecurity #InfoSec #SIEM #DetectionEngineering #CybersecKyleHowTo
-
๐ก๏ธ Antiphishing is now officially available in @opnsense.org (@suricata IDPS)
OPNsense 26.7.2, released today, includes:
`os-intrusion-detection-content-at-antiphishing 1.0`
The plugin integrates the Antiphishing Suricata ruleset into the OPNsense ecosystem.
This is another step toward making community-driven Threat Intelligence directly consumable at the network enforcement layer.
Current ecosystem integration:
โข Suricata / suricata-update
โข OPNsense
โข pfSense PR in progressThe project also recently added NRD-based threat intelligence for proactive phishing infrastructure detection (Suspect domains).
๐ OPNsense Quick Guide
For users who want to enable the ruleset on OPNsense 26.7.2:
Quick Guide โ Installing Antiphishing on OPNsense 26.7.2
Project:
https://github.com/julioliraup/AntiphishingVector / CTI dashboard:
https://julioliraup.github.io/AT/#Suricata #OPNsense #ThreatIntelligence #CTI #DetectionEngineering #IDS #IPS #OpenSource
-
๐ก๏ธ Antiphishing is now officially available in @opnsense.org (@suricata IDPS)
OPNsense 26.7.2, released today, includes:
`os-intrusion-detection-content-at-antiphishing 1.0`
The plugin integrates the Antiphishing Suricata ruleset into the OPNsense ecosystem.
This is another step toward making community-driven Threat Intelligence directly consumable at the network enforcement layer.
Current ecosystem integration:
โข Suricata / suricata-update
โข OPNsense
โข pfSense PR in progressThe project also recently added NRD-based threat intelligence for proactive phishing infrastructure detection (Suspect domains).
๐ OPNsense Quick Guide
For users who want to enable the ruleset on OPNsense 26.7.2:
Quick Guide โ Installing Antiphishing on OPNsense 26.7.2
Project:
https://github.com/julioliraup/AntiphishingVector / CTI dashboard:
https://julioliraup.github.io/AT/#Suricata #OPNsense #ThreatIntelligence #CTI #DetectionEngineering #IDS #IPS #OpenSource
-
Antiphishing Detection Update
A new threat intelligence cycle has been processed by the Antiphishing pipeline.
Current detection coverage:
โข 6,007,331 HTTP signatures
โข 243,098 TLS signatures
โข 243,098 DNS signatures
โข 6,493,527 total generated signaturesThe pipeline transforms phishing indicators from community intelligence sources into Suricata detection signatures across DNS, TLS and HTTP.
The ruleset is available through the suricata-update ecosystem.
Detection is only useful when intelligence can reach the enforcement layer.
Feeds โ IOC processing โ Rule generation โ Suricata โ Detection
Run julioliraup/Antiphishing on @suricata
https://github.com/julioliraup/Antiphishing
#Suricata #ThreatIntelligence #DetectionEngineering #Phishing #OpenSource #CyberSecurity -
Antiphishing Detection Update
A new threat intelligence cycle has been processed by the Antiphishing pipeline.
Current detection coverage:
โข 6,007,331 HTTP signatures
โข 243,098 TLS signatures
โข 243,098 DNS signatures
โข 6,493,527 total generated signaturesThe pipeline transforms phishing indicators from community intelligence sources into Suricata detection signatures across DNS, TLS and HTTP.
The ruleset is available through the suricata-update ecosystem.
Detection is only useful when intelligence can reach the enforcement layer.
Feeds โ IOC processing โ Rule generation โ Suricata โ Detection
Run julioliraup/Antiphishing on @suricata
https://github.com/julioliraup/Antiphishing
#Suricata #ThreatIntelligence #DetectionEngineering #Phishing #OpenSource #CyberSecurity -
๐ข Come join us in Atlanta, GA November 13-14 at Monday Night Brewing - The Grove, for #DEATHCon 2026 on-site! ๐ข
We'll have a ton of excellent workshops and interesting environments to explore, focusing on #threathunting and #detectionengineering! ๐ ๐น
Meet fellow practitioners, learn something new, and enjoy some great food and beverages in a relaxed, friendly setting! ๐ค ๐ฅช
https://www.simpletix.com/e/deathcon-atlanta-2026-tickets-280161
-
๐ข Come join us in Atlanta, GA November 13-14 at Monday Night Brewing - The Grove, for #DEATHCon 2026 on-site! ๐ข
We'll have a ton of excellent workshops and interesting environments to explore, focusing on #threathunting and #detectionengineering! ๐ ๐น
Meet fellow practitioners, learn something new, and enjoy some great food and beverages in a relaxed, friendly setting! ๐ค ๐ฅช
https://www.simpletix.com/e/deathcon-atlanta-2026-tickets-280161
-
Friendly reminder that the first round of DEATHCon tickets go on sale July 7th. I recommend setting a reminder and logging on earlier in the day (like, early morning) to purchase as they will sell out quick.
DEATHCon is easily the best bang for your conference buck when it comes to the amount of presentations and available logs to cut your teeth on detection engineering and threat hunting.
-
Network defenders should take a look at and hunt for Overlord RAT, a publicly-available and open-source Go-based RAT. Proofpoint recently published a blog post highlighting its adoption by UNK_DeadDrop, a DPRK-nexus threat group which appears to have used a lightly modified version but can still be detected via Shodan, Censys, or FOFA queries. Proofpoint notes minor operational overlaps with Contagious Interview, but UNK_DeadDrop appears to prefer Overlord while Contagious Interview sticks with OtterCookie/InvisibleFerret. Regardless, extraction of TTPs is super easy when the source code is available and great for folks who want an introduction into detection engineering and/or threat hunting.
For example, Overlord RAT ships with default self-signed certificates/port configurations. While advanced adversaries will obviously alter these settings, many groups wonโt, including UNK_DeadDrop. This makes developing a baseline detection within Censys/Shodan/FOFA trivial for monitoring. The Censys query in the screenshot is rudimentary, but you get the idea. Start with low-hanging fruit and tune your queries to hunt for advanced adversaries who might be using more bespoke Overlord configurations. Once found, ingest and retro-hunt the IOCs in your environment. Overlord clients will establish C2 communications with these servers.
https://www.proofpoint.com/us/blog/threat-insight/dont-fear-repo-unkdeaddrop-phishing-campaign-targets-developers-steal
https://github.com/vxaboveground/Overlord#overlord #unk_deaddrop #RAT #detectionengineering #threathunting #cti #threatintel
-
New post: Detecting Misuse with the Claude Compliance API ๐
Mapping the Compliance API feed to your SIEM gets you IAM and access detections โfor freeโ, but the real AI threats live in the message content: prompt injection, jailbreaks, exfiltration prep, shadow data flow.
So I built a prefilter โ LLM judge โ SIEM pipeline to catch them, with a working repo + Sigma rules to run offline.
-
New post: Detecting Misuse with the Claude Compliance API ๐
Mapping the Compliance API feed to your SIEM gets you IAM and access detections โfor freeโ, but the real AI threats live in the message content: prompt injection, jailbreaks, exfiltration prep, shadow data flow.
So I built a prefilter โ LLM judge โ SIEM pipeline to catch them, with a working repo + Sigma rules to run offline.
-
[DxBP] Part 1 - Technical Detection Engineering Best Practices
https://kqlquery.com/posts/dxbp-part1/
Read on HackerWorkspace: https://hackerworkspace.com/article/dxbp-part-1-technical-detection-engineering-best-practices
-
[DxBP] Part 1 - Technical Detection Engineering Best Practices
https://kqlquery.com/posts/dxbp-part1/
Read on HackerWorkspace: https://hackerworkspace.com/article/dxbp-part-1-technical-detection-engineering-best-practices
-
Detection engineers aren't being displaced by autonomous SOC capabilities. They're being asked to shift perspective
.
Not: does this rule fire correctly?
But: which signals are trustworthy enough for the system to act on without me? What confidence threshold separates automatic containment from escalation?Same deep attacker expertise. Applied to a new layer of decisions.
gethumming.io
#ITDR #SecurityOps #DetectionEngineering #CyberSecurity -
DEATHCon CFP open until June. Great conference with great content.
-
DEATHCon CFP open until June. Great conference with great content.
-
Has anyone been able to successfully replicate copying and pasting ClickFix/TerminalFix/*Fix commands into macOS Terminal to trigger this new-fangled malware warning? I have attempted numerous commands, from base64-encoded content to osascripts mimicking macOS infostealer prompts to cURL commands downloading remote content. I even replicated the command documented in the Toms Guide article using the same tool in the same browser and it ran flawlessly in Terminal with no popup. And yes, Iโm running Tahoe 26.4 on an M3. Iโd like to think this would be a useful โstop-and-thinkโ mitigation but I canโt even consistently trigger it. And, per usual, Apple is tight-lipped on HOW they are detecting malicious commands so itโs likely to remain a black box mitigation. And yeah, I get it, the end user can just click right through the warning via a sneaky social engineering prompt. My goal was to try and build out detection logic to ID when a user gets hit with a prompt so I can at least investigate what the user tried to do and dig deeper into the threat. Since theoretically the user wonโt run the command, it wonโt get logged in SIEM/EDR tools. I need to rely on other mechanisms for detecting the paste event.
#macos #clickfix #terminalfix #threatintel #pastejacking #detectionengineering #threathunting
-
CVE-2026-21902 represents a high-impact infrastructure exposure.
Affected platform: Junos OS Evolved on PTX series routers.
Attack vector: Unauthenticated network access.
Privilege level: Root execution.
Service: On-Box Anomaly Detection, enabled by default.Strategic risk:
โข Traffic interception capability
โข Policy manipulation
โข Controller redirection
โข Lateral pivoting
โข Long-term foothold persistence
Although no exploitation has been observed, historically, high-performance routing infrastructure is a prime target due to its control-plane visibility and network centrality.Recommended actions:
โ Immediate patch validation
โ Control-plane traffic monitoring
โ Service exposure review
โ Network segmentation validation
โ Threat hunting for anomalous routing behavior
Are infrastructure devices integrated into your continuous detection engineering pipeline?Source: https://www.securityweek.com/juniper-networks-ptx-routers-affected-by-critical-vulnerability/
Engage below.
Follow TechNadu for high-signal vulnerability intelligence.
Repost to strengthen security awareness.#Infosec #CVE2026 #Juniper #RouterSecurity #CriticalInfrastructure #ThreatModeling #DetectionEngineering #NetworkDefense #ZeroTrustArchitecture #CyberRisk #SecurityOperations #VulnerabilityManagement
-
APT37โs Ruby Jumper campaign demonstrates a mature approach to air-gap traversal.
Observed tradecraft includes:
โข LNK-based initial execution
โข Embedded PowerShell payload extraction
โข Ruby interpreter abuse (v3.3.0)
โข Scheduled task persistence (5-minute interval)
โข USB-based covert bidirectional C2
โข Multi-stage backdoor deployment
Toolset: RESTLEAF, SNAKEDROPPER, THUMBSBD, VIRUSTASK, FOOTWINE, BLUELIGHT.The removable media relay model enables:
โ Command staging offline
โ Data exfiltration without internet access
โ Lateral spread across isolated systems
โ Surveillance via Windows spyware
This reinforces a critical point:
Air-gap controls must extend beyond physical disconnection โ including USB governance, device auditing, behavioral monitoring, and strict runtime execution policies.Are critical infrastructure operators prepared for USB-mediated C2 relays?
Engage below.
Follow TechNadu for high-signal threat intelligence insights.
Repost to elevate awareness.#Infosec #APT37 #AirGapSecurity #ThreatModeling #MalwareAnalysis #NationStateThreats #USBExfiltration #SOC #DetectionEngineering #CyberDefense #OperationalSecurity #ThreatHunting #ZeroTrustArchitecture
-
APT37โs Ruby Jumper campaign demonstrates a mature approach to air-gap traversal.
Observed tradecraft includes:
โข LNK-based initial execution
โข Embedded PowerShell payload extraction
โข Ruby interpreter abuse (v3.3.0)
โข Scheduled task persistence (5-minute interval)
โข USB-based covert bidirectional C2
โข Multi-stage backdoor deployment
Toolset: RESTLEAF, SNAKEDROPPER, THUMBSBD, VIRUSTASK, FOOTWINE, BLUELIGHT.The removable media relay model enables:
โ Command staging offline
โ Data exfiltration without internet access
โ Lateral spread across isolated systems
โ Surveillance via Windows spyware
This reinforces a critical point:
Air-gap controls must extend beyond physical disconnection โ including USB governance, device auditing, behavioral monitoring, and strict runtime execution policies.Are critical infrastructure operators prepared for USB-mediated C2 relays?
Engage below.
Follow TechNadu for high-signal threat intelligence insights.
Repost to elevate awareness.#Infosec #APT37 #AirGapSecurity #ThreatModeling #MalwareAnalysis #NationStateThreats #USBExfiltration #SOC #DetectionEngineering #CyberDefense #OperationalSecurity #ThreatHunting #ZeroTrustArchitecture
-
Weโre looking for a Detection Engineer to build and maintain detection rules using the detection-as-code principle (with Sigma!). If youโre into turning threat intelligence data into actionable alerts, we want to hear from you! ๐
https://www.cert.europa.eu/vacancies/it-security-officer-detection-engineer
-
๐๏ธ ๐ก๐ผ๐ฟ๐๐ต๐ฆ๐ฒ๐ฐ ๐ฎ๐ฌ๐ฎ๐ฒ ๐๐ผ๐ฟ๐บ๐ฎ๐๐ถ๐ผ๐ป๐/๐ง๐ฟ๐ฎ๐ถ๐ป๐ถ๐ป๐ด๐ (9/12): "Advanced Detection Engineering in the Enterprise" ๐ฝ๐ฎ๐ฟ/๐ฏ๐ Olaf Hartong & Rogier Boon (FalconForce)
๐ Dates: May 11, 12 and 13, 2026 (3 days)
๐ Difficulty: Medium
๐ฅ๏ธ Mode: On-SiteDescription: "๐๐ข๐ญ๐ค๐ฐ๐ฏ๐๐ฐ๐ณ๐ค๐ฆ ๐ฅ๐ฆ๐ท๐ฆ๐ญ๐ฐ๐ฑ๐ฆ๐ฅ ๐ข ๐ด๐ฑ๐ฆ๐ค๐ช๐ข๐ญ๐ช๐ด๐ต ๐ธ๐ฐ๐ณ๐ฌ๐ด๐ฉ๐ฐ๐ฑ ๐ง๐ฐ๐ณ ๐ด๐ฆ๐ค๐ถ๐ณ๐ช๐ต๐บ ๐ฑ๐ณ๐ฐ๐ง๐ฆ๐ด๐ด๐ช๐ฐ๐ฏ๐ข๐ญ๐ด ๐ต๐ฐ ๐ฉ๐ฆ๐ญ๐ฑ ๐ต๐ข๐ฌ๐ช๐ฏ๐จ ๐ต๐ฉ๐ฆ๐ช๐ณ ๐ฅ๐ฆ๐ต๐ฆ๐ค๐ต๐ช๐ฐ๐ฏ ๐ฆ๐ฏ๐จ๐ช๐ฏ๐ฆ๐ฆ๐ณ๐ช๐ฏ๐จ ๐ค๐ข๐ฑ๐ข๐ฃ๐ช๐ญ๐ช๐ต๐ช๐ฆ๐ด ๐ต๐ฐ ๐ต๐ฉ๐ฆ ๐ฏ๐ฆ๐น๐ต ๐ญ๐ฆ๐ท๐ฆ๐ญ. ๐๐ฏ ๐ถ๐ญ๐ต๐ช๐ฎ๐ข๐ต๐ฆ ๐ฅ๐ฆ๐ต๐ฆ๐ค๐ต๐ช๐ฐ๐ฏ ๐ฆ๐ฏ๐จ๐ช๐ฏ๐ฆ๐ฆ๐ณ๐ช๐ฏ๐จ ๐ญ๐ฆ๐ข๐ณ๐ฏ๐ช๐ฏ๐จ ๐ฆ๐น๐ฑ๐ฆ๐ณ๐ช๐ฆ๐ฏ๐ค๐ฆ ๐ธ๐ช๐ต๐ฉ ๐ต๐ฉ๐ฆ ๐ฐ๐ฑ๐ฑ๐ฐ๐ณ๐ต๐ถ๐ฏ๐ช๐ต๐บ ๐ต๐ฐ ๐จ๐ฐ ๐ข๐ญ๐ญ-๐ช๐ฏ ๐ธ๐ช๐ต๐ฉ ๐ณ๐ฆ๐ข๐ญ-๐ญ๐ช๐ง๐ฆ, ๐ฉ๐ข๐ฏ๐ฅ๐ด-๐ฐ๐ฏ ๐ญ๐ข๐ฃ ๐ฆ๐น๐ฆ๐ณ๐ค๐ช๐ด๐ฆ๐ด. ๐๐ฉ๐ฆ ๐ต๐ณ๐ข๐ช๐ฏ๐ช๐ฏ๐จ ๐ค๐ฐ๐ท๐ฆ๐ณ๐ด ๐ข ๐ง๐ถ๐ญ๐ญ, ๐ณ๐ฆ๐ข๐ญ๐ช๐ด๐ต๐ช๐ค ๐ข๐ต๐ต๐ข๐ค๐ฌ๐ฆ๐ณ ๐ด๐ค๐ฆ๐ฏ๐ข๐ณ๐ช๐ฐ ๐ช๐ฏ ๐ข๐ฏ ๐ฆ๐ฏ๐ต๐ฆ๐ณ๐ฑ๐ณ๐ช๐ด๐ฆ ๐ฆ๐ฏ๐ท๐ช๐ณ๐ฐ๐ฏ๐ฎ๐ฆ๐ฏ๐ต: ๐ง๐ณ๐ฐ๐ฎ ๐ต๐ฉ๐ฆ ๐ฆ๐ฏ๐ฅ๐ฑ๐ฐ๐ช๐ฏ๐ต, ๐ต๐ฉ๐ณ๐ฐ๐ถ๐จ๐ฉ ๐ต๐ฉ๐ฆ ๐๐ค๐ต๐ช๐ท๐ฆ ๐๐ช๐ณ๐ฆ๐ค๐ต๐ฐ๐ณ๐บ ๐ข๐ฏ๐ฅ ๐ช๐ฏ๐ต๐ฐ ๐ต๐ฉ๐ฆ ๐ค๐ญ๐ฐ๐ถ๐ฅ ๐ฆ๐ฏ๐ท๐ช๐ณ๐ฐ๐ฏ๐ฎ๐ฆ๐ฏ๐ต.
๐๐ฉ๐ช๐ด ๐ต๐ณ๐ข๐ช๐ฏ๐ช๐ฏ๐จ ๐ช๐ด ๐ญ๐ฆ๐ฅ ๐ฃ๐บ ๐ฆ๐น๐ฑ๐ฆ๐ณ๐ช๐ฆ๐ฏ๐ค๐ฆ๐ฅ ๐ช๐ฏ๐ด๐ต๐ณ๐ถ๐ค๐ต๐ฐ๐ณ๐ด ๐ต๐ฉ๐ข๐ต ๐ต๐ฆ๐ข๐ค๐ฉ ๐ด๐ต๐ถ๐ฅ๐ฆ๐ฏ๐ต๐ด ๐ต๐ฐ:
๐๐ฏ๐ฅ๐ฆ๐ณ๐ด๐ต๐ข๐ฏ๐ฅ ๐ฉ๐ฐ๐ธ ๐ต๐ฐ ๐ณ๐ฆ๐ด๐ฆ๐ข๐ณ๐ค๐ฉ ๐ข๐ฏ ๐ข๐ต๐ต๐ข๐ค๐ฌ๐ฆ๐ณ ๐ต๐ฆ๐ค๐ฉ๐ฏ๐ช๐ฒ๐ถ๐ฆ ๐ถ๐ด๐ฆ๐ฅ ๐ช๐ฏ ๐ค๐ฐ๐ณ๐ฑ๐ฐ๐ณ๐ข๐ต๐ฆ ๐ฆ๐ฏ๐ท๐ช๐ณ๐ฐ๐ฏ๐ฎ๐ฆ๐ฏ๐ต๐ด. ๐๐ถ๐ช๐ญ๐ฅ ๐ณ๐ฆ๐ด๐ช๐ญ๐ช๐ฆ๐ฏ๐ต ๐ฅ๐ฆ๐ต๐ฆ๐ค๐ต๐ช๐ฐ๐ฏ๐ด ๐ต๐ฉ๐ข๐ต ๐ข๐ณ๐ฆ ๐ฉ๐ข๐ณ๐ฅ๐ฆ๐ณ ๐ต๐ฐ ๐ฆ๐ท๐ข๐ฅ๐ฆ ๐ฃ๐บ ๐ข๐ฏ ๐ข๐ต๐ต๐ข๐ค๐ฌ๐ฆ๐ณ. ๐๐ข๐ญ๐ช๐ฅ๐ข๐ต๐ฆ ๐ต๐ฉ๐ฆ๐ช๐ณ ๐ฅ๐ฆ๐ต๐ฆ๐ค๐ต๐ช๐ฐ๐ฏ๐ด ๐ต๐ฐ ๐ฎ๐ข๐ฌ๐ฆ ๐ด๐ถ๐ณ๐ฆ ๐ต๐ฉ๐ฆ๐บ ๐ฌ๐ฆ๐ฆ๐ฑ ๐ง๐ถ๐ฏ๐ค๐ต๐ช๐ฐ๐ฏ๐ช๐ฏ๐จ ๐ข๐ด ๐ช๐ฏ๐ต๐ฆ๐ฏ๐ฅ๐ฆ๐ฅ. ๐๐ฉ๐ฆ ๐ต๐ณ๐ข๐ช๐ฏ๐ช๐ฏ๐จ ๐ง๐ฐ๐ค๐ถ๐ด๐ฆ๐ด ๐ฐ๐ฏ ๐๐ช๐ค๐ณ๐ฐ๐ด๐ฐ๐ง๐ต ๐๐ฆ๐ฏ๐ต๐ช๐ฏ๐ฆ๐ญ ๐ข๐ฏ๐ฅ ๐๐ฆ๐ง๐ฆ๐ฏ๐ฅ๐ฆ๐ณ ๐๐๐, ๐ฃ๐ถ๐ต ๐ค๐ฐ๐ฏ๐ค๐ฆ๐ฑ๐ต๐ด ๐ค๐ข๐ฏ ๐ฃ๐ฆ ๐ข๐ฑ๐ฑ๐ญ๐ช๐ฆ๐ฅ ๐ต๐ฐ ๐ฐ๐ต๐ฉ๐ฆ๐ณ ๐ด๐ต๐ข๐ค๐ฌ๐ด ๐ข๐ด ๐ธ๐ฆ๐ญ๐ญ."About the trainers:
Olaf Hartong has a vast experience in digital security, specialized in security operations, detection engineering and threat hunting. Olaf has extensive knowledge of different monitoring platforms, in particular the Microsoft Defender XDR and Sentinel stack. He presents on well-known security conferences, such as BlackHat, Defcon, WWHF, BRUcon, SOcon, NorthSec, Insomni'hack and MITRE ATT&CKcon. Olaf is the author of ThreatHunting for Splunk, ATTACK datamap, FalconHound, and Sysmon-modular tools.Rogier Boon has over 20 years experience as both a security consultant and in-house technical specialist. Throughout his career, Rogier had roles as offensive specialist and blue teamer (TIER2/3 SOC, incident response, detection engineer). Rogier brings extensive experience working in various high-tech environments and researching a multitude of technologies. Rogier facilitated at Black Hat US and various private trainings sessions for in-house SOC teams.
๐ Save Your Spot: https://nsec.io/training/2026-advanced-detection-engineering-in-the-enterprise/
#NorthSec #cybersecurity #detectionengineering #infosec #blueeteam