Real production errors. Real detections.

The Dstl8 Incident Library

A reference of real error patterns Dstl8 surfaces in the field — what they look like, why they happen, how to fix them, and how to detect them automatically.

Category
Platform

Start here

Most distinctive entries

All entries

20 entries
🚨 Security
PHP pearcmd.php RCE Exploit Attempt
RCE via local file inclusion of PHP’s pearcmd utility. Old vulnerability, still actively scanned.
PHPLFIRCE
🚨 Security
ThinkPHP RCE Attempt
Framework-specific RCE via invokefunction. Frequently appears in same scan batch as pearcmd.
PHPThinkPHPRCE
🚨 Security
Directory Traversal Attack Patterns
The ../ probe — the underlying technique behind most LFI-based RCE attacks. Detection and mitigation.
WebLFIOWASP
🟦 Code Regression
TypeError Cascade Across Services
One missing argument breaks a shared function called from four microservices. How Dstl8 correlates the pattern into a single root cause.
Multi-serviceTypeErrorCorrelation
🟥 Cascading Failure
OTLP Exporter UNAVAILABLE → Cascading Service Failures
When the OTel collector hits memory pressure and your blocking exporters stall application threads, the telemetry layer becomes the outage.
OpenTelemetryOTLPCollector
🤖 LLM Errors
LiteLLM Context Window → MCP Tool Failures
When the LLM proxy hits a token limit, MCP tool calls downstream fail too. The cascade most monitors miss.
LiteLLMMCPAI Stack
💾 Storage
S3 NoSuchKey Errors in Data Pipelines
Missing objects in your bucket cause silent pipeline failures. Why this happens (race conditions, deletes) and how to fail loudly.
AWSS3Pipelines
⚙️ Infrastructure
Lambda Worker Deadline Reached
Function timeouts in long-running pipelines. The pattern that signals a backlog, and how to differentiate workload vs. infra fault.
AWS LambdaCloudWatchTimeout
🟪 Database
PostgreSQL pg_stat_statements Does Not Exist
When the query-stats extension isn’t installed in your production cluster. Why monitoring tools fail silently and how to fix it.
PostgresExtensionsRDS/Aurora
⚙️ Infrastructure
OTel Collector Pipeline Failures
When the receiver→processor→exporter chain breaks silently and your dashboards go blank. Backend auth, memory_limiter, processor ordering — the failure surface is wide.
OpenTelemetryCollectorData Loss
⚙️ Infrastructure
OTel Cardinality Explosion
One innocent user_id attribute can multiply your time-series count by a million. How to detect it, why it costs you, and where to bound it.
OpenTelemetryCardinalityCost
⚙️ Infrastructure
Datadog Agent Redis Authentication Failures
When credentials rotate but the agent doesn’t get the memo — observability blackout from a config-drift class of failure.
DatadogRedisSecrets
🟥 Cascading Failure
Search API Rate-Limiting → Vercel Anomalies
Upstream Google CSE rate limits surface as Vercel error spikes. The detection pattern for upstream→downstream causal chains.
VercelGoogle CSECascade
🤖 LLM Errors
finish_reason: content_filter (200 OK)
OpenAI returns a clean 200 while silently withholding content. Your uptime monitor sees green. Why it’s invisible and how to detect it.
OpenAI200 OKSilent
🤖 LLM Errors
stop_reason: refusal (200 OK)
A successful Anthropic response whose body is a refusal. Sometimes with no category at all. Why status-code monitoring can’t see it.
Anthropic200 OKSilent
🤖 LLM Errors
overloaded_error mid-stream (529 after 200)
A 529 that arrives as a stream event after the 200, so status-code retry logic never fires. The stream just stops.
Anthropic529Streaming
🤖 LLM Errors
invalid_prompt: “flagged as potentially violating”
Moderation dressed as a validation error. Fires on innocent prompts, correlates with length not content, and varies by model.
OpenAIModerationFalse Positive
🤖 LLM Errors
Image content_policy_violation
Harmless images and screenshots rejected as unsafe. Baffling, seemingly random rejections in OCR and document pipelines.
OpenAIVisionModeration
🤖 LLM Errors
Azure content_filter across deployments
The same prompt trips the filter on one deployment, not another. Per-deployment blindness hides the inconsistency.
Azure OpenAIModerationConfig Drift
⚙️ Infrastructure
nginx connect() failed (111: Connection refused)
During a Kubernetes rollout, nginx routes traffic to pods that aren’t ready yet. A burst of 502s that self-resolves, unless it happens every deploy.
KubernetesnginxRollout
+ More entries coming weekly — submit a request or check back

No entries match your filters

Try selecting “All” or removing a filter to broaden your search.

See real detections in your own logs.

Dstl8 surfaces these patterns automatically — grouped, named by exploit family, and explained in plain English. No alert fatigue, no manual correlation.

Start Free 14-Day Trial →