Preflight connectivity, reduce false positives, handle AV flags
PingCastle AD assessments commonly fail or mislead due to DNS/DC discovery issues, missing SMB connectivity for GPO retrieval, absent ADWS (slow scans), and AV/EDR false positives. This runbook makes those failure modes explicit and gives a repeatable preflight-to-report workflow.
Create a skill called "PingCastle Runbook". Inputs I will provide: - Domain FQDN and (optionally) known DC hostnames/IPs - Where I'm running from (domain-joined host vs jump host) - Any errors or warnings from PingCastle output - Whether SMB/445 is allowed from my host to DCs Task: 1) Generate a preflight checklist (DNS + port reachability). 2) Provide the right PingCastle commands for the situation. 3) If warnings indicate missing SMB/GPO access, explain which parts of the report are unreliable and what to do. 4) Include an AV/EDR handling note consistent with vendor guidance.
Common symptoms:
`nslookup
`nc -vz
`PingCastle.exe --healthcheck --server
Stop permissions and credential errors from killing cloud assessments
Prowler scans fail or produce noisy logs because of missing read-only permissions, expired session tokens, or credentials not mounted into containers. This recipe standardizes authentication, documents required policies, and provides a repeatable triage flow for AccessDenied and InvalidClientTokenId.
Fix raw-socket "Operation not permitted" without --privileged
Least-privilege setup for running Nmap, MASSCAN, or ZMap inside Docker/Podman/Kubernetes. Solves "requires root privileges" and "Operation not permitted" failures without reaching for --privileged. Includes fallbacks when raw sockets are unavailable.
A playbook for "stops at the same frame" and "freeze mid-render" failures
Renders freeze at a consistent percentage or frame — often caused by a bad clip, a heavy effect, a Fusion comp issue, or "stop render on error" settings. This recipe classifies the failure pattern and gives you a structured triage plan instead of blind re-exports.
Fix a common Premiere playback-lag issue caused by audio input device settings
Severe playback lag and stutter in Premiere Pro that looks like a codec performance problem but is actually caused by audio hardware input settings. This recipe provides a quick decision tree to test and fix the issue — often resolved in under a minute by switching the default input to "No Input."