jihedbfr-art
- 260 skills
- 0 followers
- 13 hours ago last updated
- ▌ Session Management · jihedbfr-art bundleUse when reviewing how an app issues, protects, and ends sessions — cookie flags, fixation, rotation, timeout — and the settings that make sessions safe.
- ▌ File Permissions And Acls · jihedbfr-art bundleUse when reviewing Linux file and directory permissions — the world-writable files, exposed sensitive files, and misused ACLs that lead to tampering or privilege escalation.
- ▌ Choosing The Right Primitive · jihedbfr-art bundleUse when you need to pick a cryptographic primitive for a task — hashing, encryption, signing, password storage — and want the safe modern default instead of a broken one.
- ▌ Triage And Deduplication · jihedbfr-art bundleUse when turning raw scanner output into an actionable backlog — deduplicating, filtering false positives, and grouping findings so teams fix root causes, not thousands of tickets.
- ▌ Remediation Verification · jihedbfr-art bundleUse when confirming a vulnerability is actually fixed — not just that a patch was deployed or a ticket closed — so "remediated" reflects reality and findings don't silently reopen.
- ▌ C2 Frameworks · jihedbfr-art bundleUse when operating command-and-control in an authorised engagement — how C2 frameworks work, using them within scope, and how the blue team detects C2 traffic and beaconing.
- ▌ Network Policies · jihedbfr-art bundleUse when segmenting pod-to-pod traffic in Kubernetes — applying network policies to default-deny east-west traffic so a compromised pod can't reach everything in the cluster.
- ▌ Typosquat Detection · jihedbfr-art bundleUse when defending against typosquatted and malicious lookalike packages — catching the malicious package with a name close to a popular one before a typo pulls it into your build.
- ▌ Gpo Security · jihedbfr-art bundleUse when assessing Group Policy as both an attack surface and a defensive tool — finding GPOs that can be abused to push code across the domain, and using them to enforce hardening.
- ▌ Linux Privilege Escalation · jihedbfr-art bundleUse when you have a low-privilege shell on a Linux host and need to enumerate the ways up to root — SUID, sudo, cron, capabilities — and how to close each.
- ▌ Reporting To Stakeholders · jihedbfr-art bundleUse when reporting vulnerability-management status to different audiences — metrics that drive action and decisions, not vanity numbers that impress nobody and change nothing.
- ▌ Purple Teaming · jihedbfr-art bundleUse when running red and blue collaboratively — red executes techniques while blue watches and tunes detection in real time, so the engagement directly improves defensive coverage.
- ▌ Phishing Email Analysis · jihedbfr-art bundleUse when a suspicious email needs analysing — reading headers, links, and attachments to decide if it's phishing and what to do about it, safely.
- ▌ Alert Triage Workflow · jihedbfr-art bundleUse when working a SOC alert queue — a repeatable path from raw alert to verdict (false positive, benign, or escalate) that stays consistent across analysts and shifts.
- ▌ Email And Credential Leaks · jihedbfr-art bundleUse when checking whether an organisation's email accounts and passwords have appeared in known data breaches — mapping exposure without ever using the credentials.
- ▌ Admission Control · jihedbfr-art bundleUse when enforcing security policy at deploy time in Kubernetes — admission controllers (OPA/Kyverno) that reject non-compliant resources before they run, gating the cluster.
- ▌ Dependency Confusion · jihedbfr-art bundleUse when protecting against dependency confusion attacks — where an attacker publishes a public package matching your internal package name and your build pulls theirs instead.
- ▌ Rbac And Abac Design · jihedbfr-art bundleUse when designing an authorization model — choosing between role-based and attribute-based access control, and structuring permissions that stay correct as the system grows.
- ▌ Kerberoasting · jihedbfr-art bundleUse when you have any domain user and want to crack service-account passwords via their Kerberos service tickets — and how to make the attack yield nothing.
- ▌ Kernel And Sysctl Hardening · jihedbfr-art bundleUse when hardening the Linux kernel via sysctl and boot settings — the network and memory-protection tunables that reduce exploitability and blunt common attacks.
- ▌ Symmetric Encryption Correctly · jihedbfr-art bundleUse when encrypting data with a symmetric cipher — using AEAD, handling nonces and keys correctly, and avoiding the mode and reuse mistakes that silently break confidentiality.
- ▌ On Call And Escalation · jihedbfr-art bundleUse when setting up SOC on-call and escalation — the runbooks, tiers, and handoffs that make sure serious alerts reach the right person fast and nothing falls through at 3am.
- ▌ Log Retention And Cost · jihedbfr-art bundleUse when balancing log retention against SIEM cost — keeping the data you need for detection, hunting, and compliance without paying premium ingest for everything.
- ▌ Enrichment And Context · jihedbfr-art bundleUse when wiring asset, identity, and threat context into the SOC's data so every alert and query carries the context analysts need — the operational backbone behind fast triage.
- ▌ Third Party Risk Management · jihedbfr-art bundleUse when running a vendor/third-party risk programme — assessing and monitoring the security of the vendors and suppliers whose access and services become your risk.
- ▌ File Upload Vulnerabilities · jihedbfr-art bundleUse when an app accepts file uploads — testing whether the upload can lead to code execution, stored XSS, or overwrite, and how to build a safe upload.
- ▌ Epss And Exploit Likelihood · jihedbfr-art bundleUse when prioritising vulnerabilities by how likely they are to be exploited — using EPSS and exploit-availability signals instead of severity alone.
- ▌ Lateral Movement · jihedbfr-art bundleUse when emulating lateral movement in an authorised engagement — how adversaries move between systems toward their objective, and how the blue team detects and constrains it.
- ▌ Package Repo Hardening · jihedbfr-art bundleUse when securing internal package registries — the repositories that serve your organisation's dependencies, so they can't be abused to distribute malicious or confused packages.
- ▌ Sso Integration Review · jihedbfr-art bundleUse when reviewing a single sign-on integration between an app and an identity provider — the trust-boundary mistakes that let an attacker impersonate users or bypass the IdP.
- ▌ As Rep Roasting · jihedbfr-art bundleUse when hunting for AD accounts that don't require Kerberos pre-authentication — crackable without any credentials — and how to remove the exposure.
- ▌ Dockerfile Hardening · jihedbfr-art bundleUse when writing or reviewing a Dockerfile for security — non-root users, minimal base images, no secrets in layers, and the build practices that shrink the attack surface.
- ▌ Delegation Abuse · jihedbfr-art bundleUse when testing Kerberos delegation configurations in AD — unconstrained, constrained, and resource-based — for the paths they open to impersonation and domain compromise, plus the fixes.
- ▌ Lsass Protection · jihedbfr-art bundleUse when hardening Windows hosts against credential theft from LSASS memory — Credential Guard, LSA protection, and the settings that make dumping tools come back empty.
- ▌ Tabletop Social Engineering · jihedbfr-art bundleUse when exercising the organisation's response to a social-engineering incident through a tabletop — walking through a realistic scenario to test people, process, and decisions before a real incident happens.
- ▌ Siem Use Case Development · jihedbfr-art bundleUse when developing SIEM use cases — the structured process of turning a security requirement into a deployed, documented detection with a response, not just a raw rule.
- ▌ Static Triage · jihedbfr-art bundleUse as the first analysis pass on a suspicious file — extracting strings, hashes, imports, and packing indicators without running it, to decide what it is and what to do next.
- ▌ Idor And Broken Access Control · jihedbfr-art bundleUse when testing whether a web app enforces access control server-side — horizontal and vertical privilege checks, function-level auth, and forced browsing — plus the fix.
- ▌ Kubernetes Rbac Audit · jihedbfr-art bundleUse when auditing Kubernetes RBAC for over-permissive roles and bindings — the excessive permissions that let a compromised workload or user take over the cluster.
- ▌ Secrets In Kubernetes · jihedbfr-art bundleUse when handling secrets in Kubernetes — stopping the plaintext, over-exposed secrets that leak credentials, and using proper secret management with encryption and access control.
- ▌ Security Metrics For Leadership · jihedbfr-art bundleUse when reporting security to executives and the board — translating technical security into business-risk terms and metrics that inform decisions and secure investment.
- ▌ Pod Security Standards · jihedbfr-art bundleUse when enforcing secure pod configurations in Kubernetes — the Pod Security Standards that stop privileged, host-accessing pods that lead to container escape and node compromise.
- ▌ Artifact Signing Sigstore · jihedbfr-art bundleUse when signing and verifying software artifacts with Sigstore/cosign — establishing that artifacts are genuine and unmodified, with keyless signing that removes key-management pain.
- ▌ Oauth2 Flows And Pitfalls · jihedbfr-art bundleUse when choosing or reviewing an OAuth2 flow — picking the right grant for the client type and avoiding the redirect, state, and PKCE mistakes that break it.
- ▌ Passwordless And Passkeys · jihedbfr-art bundleUse when implementing passwordless authentication with WebAuthn/passkeys — the phishing-resistant model, how it works, and the implementation details that make or break it.
- ▌ Tiered Admin Model · jihedbfr-art bundleUse when designing AD administration to break credential-theft attack paths — the tiered model that stops a phished laptop from becoming Domain Admin.
- ▌ Reporting And Retest · jihedbfr-art bundleUse when writing up a red-team engagement and verifying fixes — producing findings the organisation can actually close, and re-testing to confirm remediation worked.
- ▌ Phishing Simulation Programme · jihedbfr-art bundleUse when running authorised phishing simulations — testing and training users in a way that builds resilience and a reporting culture, not fear and resentment.
- ▌ Url And Attachment Detonation · jihedbfr-art bundleUse when safely analysing suspicious links and attachments — detonating them in isolation to determine if they're malicious without exposing yourself or the network.
- ▌ Extracting Iocs · jihedbfr-art bundleUse when turning malware analysis into indicators of compromise — the file, network, and host artifacts defenders use to detect and hunt the threat elsewhere.
- ▌ Training Data And Model Supply Chain · jihedbfr-art bundleUse when your app depends on models or datasets you didn't build — vetting them for poisoning, backdoors, and malicious serialization before you trust them in production.
- ▌ Supply Chain For Images · jihedbfr-art bundleUse when securing the container image supply chain — signing and verifying images so only trusted, unmodified images run, closing the gap between building and deploying.
- ▌ Secrets Scanning In Pipelines · jihedbfr-art bundleUse when you want to stop credentials from being committed or built into artifacts — wiring secret scanning into pre-commit and CI so leaks are caught before they ship.
- ▌ Malicious Package Response · jihedbfr-art bundleUse when a dependency you use turns out to be malicious or compromised — the response to a supply-chain incident where the threat is inside a package you already trusted and installed.
- ▌ Vishing And Smishing Awareness · jihedbfr-art bundleUse when defending against phone (vishing) and SMS (smishing) social engineering — the non-email channels attackers use to bypass email defences and pressure people directly.
- ▌ Unpacking Basics · jihedbfr-art bundleUse when a malware sample is packed or obfuscated — recognising packing and getting to the real payload so static and dynamic analysis can actually see the code.
- ▌ Container Image Scanning · jihedbfr-art bundleUse when you need to check a container image for known vulnerabilities, exposed secrets, and bad practice before it ships — and how to keep the results actionable.
- ▌ Container Escape Vectors · jihedbfr-art bundleUse when assessing how a compromised container could break out to the host — the privileged, host-mount, and capability misconfigurations that turn a container compromise into node compromise.
- ▌ Runtime Threat Detection · jihedbfr-art bundleUse when detecting malicious behaviour in running containers — the runtime monitoring that catches escapes, crypto-mining, and anomalous activity that build-time controls can't.
- ▌ Persistence Techniques · jihedbfr-art bundleUse when emulating persistence in an authorised engagement — how adversaries maintain access across reboots and remediation, and how defenders detect and hunt the footholds.
- ▌ Yara Rule Writing · jihedbfr-art bundleUse when writing YARA rules to detect malware families — signatures that catch a whole family or campaign, not just one sample, without false-positiving on benign files.
- ▌ Vulnerable Dependency Triage · jihedbfr-art bundleUse when triaging flagged vulnerable dependencies — telling exploitable from merely-present so you fix what actually matters instead of chasing every CVE in the dependency tree.
- ▌ Ad Hardening Baseline · jihedbfr-art bundleUse when you need a prioritised checklist of the Active Directory settings that shut most attack paths — the baseline that turns a soft domain into a hard target.
- ▌ JWT Attacks · jihedbfr-art bundleUse when an API authenticates with JSON Web Tokens — testing for algorithm confusion, none-alg, weak secrets, and unchecked claims, plus how to validate tokens correctly.
- ▌ Grpc Security · jihedbfr-art bundleUse when securing or testing a gRPC API — authentication, input validation, and the differences from REST that change how you attack and defend it.
- ▌ Mass Assignment · jihedbfr-art bundleUse when an API binds request data straight onto objects — testing whether you can set fields you shouldn't, like role or ownership, and how to bind safely.
- ▌ Cspm Baseline · jihedbfr-art bundleUse when setting up continuous cloud security posture monitoring — scanning cloud accounts against a baseline for misconfiguration, and keeping them from drifting back.
- ▌ Data Stacking · jihedbfr-art bundleUse when hunting with frequency analysis — stacking data to surface the rare outlier across a large dataset, one of the most reliable techniques for finding what doesn't belong.
- ▌ Vpn Security · jihedbfr-art bundleUse when assessing or hardening a VPN — IPsec or WireGuard configuration, authentication, and the exposure a remote-access gateway creates — so the tunnel doesn't become the way in.
- ▌ Dns Security · jihedbfr-art bundleUse when securing DNS infrastructure — DNSSEC, resolver filtering, and detecting tunnelling and exfiltration — because DNS is both a control point and an attacker's favourite covert channel.
- ▌ GRAPHQL Security · jihedbfr-art bundleUse when testing a GraphQL API — introspection exposure, query depth/complexity abuse, batching attacks, and authorization gaps unique to the graph model — plus the fixes.
- ▌ Webhook Security · jihedbfr-art bundleUse when building or reviewing webhook endpoints — verifying that inbound events are authentic and can't be forged, replayed, or used to attack your internal network.
- ▌ Tls Inspection · jihedbfr-art bundleUse when checking a service's TLS configuration on the wire — protocol versions, cipher suites, and certificate validity — to find weak crypto and misconfiguration.
- ▌ Ids Ips Tuning · jihedbfr-art bundleUse when deploying or tuning network intrusion detection/prevention — cutting false positives without going blind, and placing sensors where they actually see the traffic.
- ▌ Endpoint Hunting · jihedbfr-art bundleUse when hunting on endpoint telemetry — the process, persistence, and injection patterns that reveal compromise on hosts, using the richest data source available to a hunter.
- ▌ RAG Security · jihedbfr-art bundleUse when securing a retrieval-augmented generation system — stopping knowledge-base poisoning, cross-tenant leakage, and injection that rides in on retrieved documents.
- ▌ Anomaly Baselining · jihedbfr-art bundleUse when hunting requires knowing what normal looks like — establishing baselines of normal behaviour so anomalies stand out, the foundation most hunts depend on.
- ▌ Linux Artefacts · jihedbfr-art bundleUse when investigating a Linux host — the logs, shell history, cron, and filesystem artefacts that reveal what happened, where evidence lives differently than on Windows.
- ▌ Cloud Forensics · jihedbfr-art bundleUse when investigating in the cloud where there's no disk to image — reconstructing events from audit logs, snapshots, and provider APIs instead of traditional acquisition.
- ▌ Dns Recon · jihedbfr-art bundleUse when you want to pull records, zone data, and infrastructure hints out of a target's DNS alone — the quiet recon step before you touch a single host.
- ▌ Broken Authentication · jihedbfr-art bundleUse when testing how an API authenticates callers — token issuance, validation, expiry, and credential endpoints — for the flaws that let an attacker forge or steal identity.
- ▌ API Gateway Hardening · jihedbfr-art bundleUse when deciding where and how to enforce API security controls — using the gateway as the consistent choke point for auth, rate limits, and schema instead of per-service reinvention.
- ▌ Ssl Pinning Bypass · jihedbfr-art bundleUse in an authorised assessment to bypass certificate pinning so you can inspect a mobile app's TLS traffic — and understand what pinning does and doesn't protect.
- ▌ Mobile API Traffic · jihedbfr-art bundleUse when testing the backend a mobile app talks to — intercepting and testing the API, because the real attack surface is often the server, not the app on the device.
- ▌ Serverless Security · jihedbfr-art bundleUse when securing serverless functions (Lambda, Cloud Functions, Azure Functions) — over-privileged roles, event-data injection, and the risks that differ from securing servers.
- ▌ Secrets In Code · jihedbfr-art bundleUse when reviewing (or sweeping) a codebase for hardcoded credentials, keys, and tokens — finding them, judging severity, and handling the fact that git remembers.
- ▌ Race Conditions · jihedbfr-art bundleUse when reviewing code for TOCTOU and concurrency bugs with a security impact — the double-spend, the check that goes stale before the use, the shared state two requests corrupt.
- ▌ Hunting With Attack · jihedbfr-art bundleUse when using MITRE ATT&CK to structure and prioritise threat hunts — turning the framework into concrete, testable hunts instead of a poster on the wall.
- ▌ Beaconing Detection · jihedbfr-art bundleUse when hunting for command-and-control beaconing in network telemetry — the regular-interval callbacks that reveal C2 even when the destination and payload are unknown.
- ▌ Living Off The Land · jihedbfr-art bundleUse when hunting for attackers abusing legitimate built-in tools (LOLBins) — the PowerShell, WMI, and signed-binary abuse that blends in with normal admin activity.
- ▌ Actor Tracking · jihedbfr-art bundleUse when tracking a threat actor over time — attributing activity, following their evolving tradecraft, and turning "who and how" into defensive advantage.
- ▌ Memory Forensics · jihedbfr-art bundleUse when analysing a memory image to find what disk forensics misses — running processes, injected code, network connections, and secrets that only exist in RAM.
- ▌ Mobile Forensics · jihedbfr-art bundleUse when investigating a smartphone — the acquisition challenges, app data, and artefacts unique to iOS and Android, where the evidence is locked and encrypted differently than a PC.
- ▌ Chain Of Custody · jihedbfr-art bundleUse when handling digital evidence that might be challenged — documenting who had it, when, and why, so the evidence and your findings hold up legally and procedurally.
- ▌ IOS Static Analysis · jihedbfr-art bundleUse when you have an iOS app (IPA) and want to read it statically for secrets, weak configuration, and binary protection gaps — without running it.
- ▌ Key Management · jihedbfr-art bundleUse when managing cryptographic keys across their lifecycle — generation, storage, rotation, and destruction — because the key, not the algorithm, is where crypto usually fails.
- ▌ Crypto Agility · jihedbfr-art bundleUse when designing systems so cryptographic algorithms and keys can be changed later without a rewrite — because every algorithm eventually needs replacing.
- ▌ Windows Artefacts · jihedbfr-art bundleUse when investigating a Windows system — the registry, event logs, prefetch, and other artefacts that reveal what ran, when, and who did it.
- ▌ Timeline Analysis · jihedbfr-art bundleUse when reconstructing the sequence of an incident — building a super-timeline from all artefacts so events across sources line up chronologically and the story emerges.
- ▌ Xss Testing · jihedbfr-art bundleUse when checking whether a web app reflects or stores input that executes as script in a victim's browser — covers reflected, stored, and DOM XSS plus the output-encoding fix.