jihedbfr-art
- 260 skills
- 0 followers
- 11 hours ago last updated
- ▌ Exfiltration Simulation · jihedbfr-art bundleUse when testing data-loss controls in an authorised engagement — simulating exfiltration with dummy data to see whether the organisation detects and prevents data leaving.
- ▌ Reporting A Sample · jihedbfr-art bundleUse when writing up a malware analysis — a report that gives IR, detection, and leadership what each needs from the sample, turning analysis into action.
- ▌ Attack Emulation Planning · jihedbfr-art bundleUse when planning an adversary emulation — mapping a real threat actor's behaviour to a scenario grounded in MITRE ATT&CK, so the engagement tests defences against threats that actually matter.
- ▌ Initial Access Tradecraft · jihedbfr-art bundleUse when planning the initial-access phase of an authorised engagement — how adversaries get the first foothold (phishing, exposed services) and, for defenders, how to detect and prevent it.
- ▌ Ad Enumeration Bloodhound · jihedbfr-art bundleUse when you have a domain foothold and need to map Active Directory attack paths — collecting data with SharpHound and analysing it in BloodHound — plus what to fix.
- ▌ Privilege Escalation Chains · jihedbfr-art bundleUse when emulating privilege escalation in an authorised engagement — chaining local escalations and misconfigurations into higher privilege, and how defenders break the chains.
- ▌ Building A Malware Lab · jihedbfr-art bundleUse before analysing any malware — building an isolated environment where a sample can run and be observed without escaping to your network or the internet.
- ▌ Disassembly With Ghidra · jihedbfr-art bundleUse when you need to read a malware sample's compiled code — using Ghidra to disassemble and decompile, and knowing what to look for instead of reading everything.
- ▌ C2 And Network Analysis · jihedbfr-art bundleUse when analysing how malware communicates with its command-and-control — the protocols, beaconing, and encoding — to understand the channel and produce network detections.
- ▌ Dcsync And Credential Dumping · jihedbfr-art bundleUse when demonstrating how domain and host credentials get harvested — DCSync, LSASS dumping, and cached secrets — and the controls and detections that stop it.
- ▌ Scoping And Rules Of Engagement · jihedbfr-art bundleUse before any offensive engagement to define scope, authorisation, and boundaries in writing — the document that separates authorised testing from a crime.
- ▌ Dynamic Analysis Sandboxing · jihedbfr-art bundleUse when detonating a malware sample in an isolated sandbox to observe its behaviour — the files, registry, processes, and network activity it produces — safely.
- ▌ Analysing Scripts And Macros · jihedbfr-art bundleUse when analysing script-based malware — malicious Office macros, PowerShell, JavaScript, and the deobfuscation that reveals what a dropper actually does.
- ▌ Hypothesis Driven Hunting · jihedbfr-art bundleUse when you want to proactively hunt for threats the alerts missed — framing a testable hypothesis, searching the telemetry to prove or kill it, and turning findings into detections.
- ▌ Enrichment Pipelines · jihedbfr-art bundleUse when building automated enrichment for indicators — adding context (reputation, WHOIS, relationships, geolocation) to raw IoCs so they become actionable intelligence.
- ▌ Containment Strategies · jihedbfr-art bundleUse once an incident is confirmed and scoped — deciding how to stop the spread without destroying evidence or tipping off the attacker prematurely.
- ▌ Security Headers · jihedbfr-art bundleUse when reviewing or hardening a web app's HTTP response headers — CSP, HSTS, and the rest — knowing which actually reduce risk and which are theatre.
- ▌ S3 Bucket Misconfiguration · jihedbfr-art bundleUse when checking AWS S3 (or S3-compatible) buckets for public read/write exposure — the classic cloud data leak — and locking them down.
- ▌ Kms And Secrets Management · jihedbfr-art bundleUse when managing encryption keys and secrets in the cloud — key policies, envelope encryption, and secret stores — so encrypted data and stored credentials stay actually protected.
- ▌ Taint Tracking By Hand · jihedbfr-art bundleUse when reviewing source for injection-class bugs — following untrusted input from where it enters (source) to where it does damage (sink) to decide if a path is exploitable.
- ▌ Deserialization Review · jihedbfr-art bundleUse when reviewing code that turns bytes back into objects — spotting the unsafe deserialisation paths that lead to RCE, across Java, Python, .NET, and friends.
- ▌ Systemd Hardening · jihedbfr-art bundleUse when hardening Linux services with systemd unit directives — sandboxing a daemon so a compromise of it can't reach the rest of the system.
- ▌ JWT And Token Crypto · jihedbfr-art bundleUse when signing and verifying JWTs or similar tokens — choosing the algorithm, managing signing keys, and avoiding the cryptographic footguns that let tokens be forged.
- ▌ Patch Management · jihedbfr-art bundleUse when building a patch process that actually closes vulnerabilities — rolling fixes out reliably and on time without breaking production, and knowing when you can't patch.
- ▌ Spf Dkim Dmarc · jihedbfr-art bundleUse when configuring email authentication to stop spoofing of your domain — SPF, DKIM, and DMARC, the records that keep attackers from sending mail as you.
- ▌ Writing Sigma Rules · jihedbfr-art bundleUse when you want to write portable detection logic — a Sigma rule that expresses a detection once and converts to any SIEM's query language — and tune it to fire on the right thing.
- ▌ Edr Detection Logic · jihedbfr-art bundleUse when writing endpoint behavioural detections — the process, file, and behaviour patterns EDR telemetry exposes, and detecting attacker techniques rather than specific tools.
- ▌ Log Source Coverage · jihedbfr-art bundleUse when assessing whether you collect the telemetry your detections need — mapping what you can and can't see, because you can only detect what you're logging.
- ▌ Tactical Vs Strategic · jihedbfr-art bundleUse when producing intelligence for different audiences — understanding the tactical, operational, and strategic levels so intel reaches the SOC, IR, and leadership in the form each needs.
- ▌ Cloud Incident Response · jihedbfr-art bundleUse when responding to an incident in a cloud environment where there's no server to unplug — the API-driven, identity-centric response that differs from on-prem IR.
- ▌ Ir Playbook Development · jihedbfr-art bundleUse when writing incident response playbooks before you need them — turning a scenario into concrete, tested steps so the response isn't improvised at 3am.
- ▌ Port And Service Scanning · jihedbfr-art bundleUse when you need to know what's actually listening on a host or range — open ports, the services behind them, and their versions — before assessing or hardening it.
- ▌ Mobile Auth And Biometrics · jihedbfr-art bundleUse when assessing mobile authentication and biometric (Face ID / fingerprint) implementations — the local-auth mistakes that let an attacker bypass the lock without the biometric.
- ▌ Secure Runners · jihedbfr-art bundleUse when securing CI/CD build runners — especially self-hosted ones that persist state and run untrusted code, closing a common foothold into the build environment.
- ▌ Policy As Code · jihedbfr-art bundleUse when codifying security gates so they can't be skipped — expressing policy as versioned, testable code enforced automatically in the pipeline instead of relying on manual review.
- ▌ Auditd And Logging · jihedbfr-art bundleUse when setting up Linux audit logging — configuring auditd to record the security-relevant events that let you detect and investigate compromise, without drowning in noise.
- ▌ Eradication And Recovery · jihedbfr-art bundleUse after containment — removing the attacker's foothold completely and restoring to clean, trustworthy operation without reintroducing the compromise or leaving persistence behind.
- ▌ Disk Imaging And Hashing · jihedbfr-art bundleUse when you need a forensically sound copy of a disk before analysis — acquiring a bit-for-bit image, hashing to prove integrity, and preserving chain of custody.
- ▌ Anti Forensics Awareness · jihedbfr-art bundleUse when investigating a system where an attacker may have tried to destroy or falsify evidence — recognising log clearing, timestomping, wiping, and the traces these techniques leave.
- ▌ Sensitive Data Leakage · jihedbfr-art bundleUse when an LLM app could reveal data it shouldn't — secrets in the prompt, other users' data, training data, or PII — and the controls that keep sensitive data out of model output.
- ▌ Asn And Ip Mapping · jihedbfr-art bundleUse when tying an organisation's IP ranges back to it — mapping ASNs, netblocks, and cloud allocations so you know the full IP footprint that belongs to the target.
- ▌ Cloudtrail And Audit Logging · jihedbfr-art bundleUse when setting up or reviewing cloud audit logging — making sure API activity is recorded, protected from tampering, and actually usable during an investigation.
- ▌ Certificate Management · jihedbfr-art bundleUse when managing TLS/PKI certificates across their lifecycle — issuance, renewal, revocation, and inventory — so certificates don't expire in production or become an unmanaged sprawl.
- ▌ Post Quantum Readiness · jihedbfr-art bundleUse when assessing where post-quantum cryptography matters now versus later — the 'harvest now, decrypt later' risk, and the pragmatic first steps toward quantum-resistant crypto.
- ▌ Shift Handover · jihedbfr-art bundleUse when handing over between SOC shifts — the structured handoff that ensures ongoing investigations, watch items, and context transfer cleanly so nothing falls through the cracks.
- ▌ Siem Migration · jihedbfr-art bundleUse when migrating from one SIEM to another — moving detections, data sources, and operations to a new platform without going blind during the transition.
- ▌ Browser And App Forensics · jihedbfr-art bundleUse when reconstructing user activity from browser and application data — history, downloads, cached data, and app databases that reveal what a user did and when.
- ▌ Github Secret Recon · jihedbfr-art bundleUse when checking whether an organisation has leaked API keys, credentials, or internal infrastructure details in public git repositories.
- ▌ Metadata Extraction · jihedbfr-art bundleUse when mining an organisation's public documents for hidden metadata — usernames, software versions, internal paths, and names that leak from published files.
- ▌ Shodan Censys Recon · jihedbfr-art bundleUse when fingerprinting an organisation's internet-facing services through search engines that scan the whole internet — finding exposed services without sending them a packet yourself.
- ▌ Sast Integration · jihedbfr-art bundleUse when wiring static application security testing into the pipeline — catching code vulnerabilities on every build without drowning developers in false positives.
- ▌ Saml Security · jihedbfr-art bundleUse when an app uses SAML SSO — testing for signature-wrapping, unsigned-assertion, and comment-injection attacks that forge authentication, plus correct validation.
- ▌ Reporting Culture · jihedbfr-art bundleUse when building a culture where people report suspicious activity — making reporting easy, safe, and rewarded, so users become a detection layer instead of hiding mistakes.
- ▌ Takedown Workflow · jihedbfr-art bundleUse when getting malicious lookalike sites, phishing pages, and impersonation content removed — the process for reporting and taking down infrastructure that targets your organisation.
- ▌ Soar Automation · jihedbfr-art bundleUse when automating SOC work with SOAR — playbooks that handle the repetitive parts of triage and response so analysts focus on judgement, without automating away control of consequential actions.
- ▌ Prompt Injection Testing · jihedbfr-art bundleUse when testing an LLM-backed app or agent for prompt injection — getting the model to ignore its instructions via user input or retrieved content — and the mitigations that reduce it.
- ▌ Insecure Output Handling · jihedbfr-art bundleUse when an app passes an LLM's output into another system — a browser, shell, database, or API call — testing whether model output can become an injection, and how to contain it.
- ▌ Rate Limiting And Resource Abuse · jihedbfr-art bundleUse when testing whether an API limits how often and how heavily it can be called — the missing controls that enable brute force, scraping, and cost/DoS attacks.
- ▌ Dynamic Instrumentation Frida · jihedbfr-art bundleUse when analysing a running mobile app by hooking its functions with Frida — observing and modifying behaviour at runtime to test logic, bypass checks, and inspect data.
- ▌ Error Handling And Logging · jihedbfr-art bundleUse when reviewing how code fails and what it records — catching info leaks in errors, swallowed failures that mask security events, and log injection.
- ▌ Kev Catalog Workflow · jihedbfr-art bundleUse when wiring CISA's Known Exploited Vulnerabilities catalog into prioritisation — treating confirmed in-the-wild exploitation as the signal that jumps a vuln to the front.
- ▌ Metrics And Mttr · jihedbfr-art bundleUse when measuring SOC performance honestly — the metrics that show whether the SOC is effective and where it's struggling, avoiding the vanity numbers that look good and mean nothing.
- ▌ Account Compromise Response · jihedbfr-art bundleUse when a user or service account is suspected compromised — containing the stolen identity, understanding what it touched, and restoring it without leaving the attacker a way back.
- ▌ Subdomain Enumeration · jihedbfr-art bundleUse when you need to map an organisation's subdomains to find hosts and services outside the obvious www — the first recon step that feeds web, API, and cloud testing.
- ▌ SQL Injection Testing · jihedbfr-art bundleUse when checking whether a web parameter reaches a database unsafely — covers manual confirmation, sqlmap, and the parametrised-query fix.
- ▌ Broken Object Level Authorization · jihedbfr-art bundleUse when testing whether an API lets one user access another user's objects by changing an ID — the BOLA/IDOR flaw that tops the OWASP API list, plus the server-side fix.
- ▌ Pipeline Hardening · jihedbfr-art bundleUse when securing the CI/CD pipeline itself — least-privilege runners, pinned actions, protected branches, and the controls that stop the pipeline from becoming an attack path to production.
- ▌ Artifact Integrity · jihedbfr-art bundleUse when ensuring build artifacts aren't tampered with between build and deploy — signing outputs and verifying them before deployment so only trusted builds run.
- ▌ Sbom Generation · jihedbfr-art bundleUse when you need a complete inventory of what's inside a build — every dependency and its version — as an SBOM you can scan, track, and hand to auditors.
- ▌ Reviewing A Pr For Security · jihedbfr-art bundleUse as a repeatable, time-boxed checklist for the security pass on an everyday pull request — where to look first, what to wave through, when to block.
- ▌ Oidc Validation · jihedbfr-art bundleUse when an app uses OpenID Connect for login — validating ID tokens correctly so an attacker can't forge or replay an identity, and the checks that are commonly skipped.
- ▌ Mfa And Step Up · jihedbfr-art bundleUse when adding or reviewing multi-factor and step-up authentication — choosing factors that resist real attacks and enforcing them so they can't be bypassed.
- ▌ Token Lifecycle · jihedbfr-art bundleUse when designing how access and refresh tokens are issued, stored, refreshed, and revoked — closing the gaps that let stolen or stale tokens keep working.
- ▌ Mfa Fatigue Defence · jihedbfr-art bundleUse when defending against MFA fatigue (push bombing) — where an attacker with a stolen password spams push prompts until the user approves one, and the controls that stop it.
- ▌ Reducing False Positives · jihedbfr-art bundleUse when a detection is too noisy — tuning it to cut false positives without creating blind spots, so alerts stay trustworthy and the SOC doesn't learn to ignore them.
- ▌ Ioc Collection And Vetting · jihedbfr-art bundleUse when gathering indicators of compromise from feeds and reports — collecting them without drowning in junk, and vetting them so you don't act on false or stale data.
- ▌ Mapping Intel To Detection · jihedbfr-art bundleUse when turning threat intelligence into detections and hunts — closing the loop so intel drives defence instead of sitting in a platform as unused reports.
- ▌ Incident Triage And Severity · jihedbfr-art bundleUse at the start of a suspected security incident to decide quickly whether it's real, how bad it is, and what response it warrants — before jumping to containment.
- ▌ Social Media Profiling · jihedbfr-art bundleUse when mapping an organisation's people and technology from public social and professional profiles — the human attack surface for phishing and pretexting — done within ethical and legal bounds.
- ▌ Authentication Testing · jihedbfr-art bundleUse when testing how an app handles login, credentials, lockout, and password reset — the weaknesses that let an attacker log in as someone else — and the fixes.
- ▌ Reverse Engineering Protections · jihedbfr-art bundleUse when assessing or implementing a mobile app's anti-reversing defences — root/jailbreak detection, obfuscation, and anti-tampering — understanding what they achieve and their limits.
- ▌ Dependency Scanning · jihedbfr-art bundleUse when scanning project dependencies for known vulnerabilities in CI — catching vulnerable third-party packages before they ship, and telling exploitable from merely-flagged.
- ▌ Build Provenance · jihedbfr-art bundleUse when attesting where and how software was built — generating build provenance so consumers can verify an artifact came from the expected source and pipeline, uncompromised.
- ▌ Third Party Risk · jihedbfr-art bundleUse when assessing the security risk of a third-party component, library, or vendor before depending on it — evaluating what you're taking on when you adopt someone else's code or service.
- ▌ Dependency And Config Review · jihedbfr-art bundleUse when reviewing dependencies and configuration for the insecure default nobody changed — vulnerable libraries, dangerous framework settings, and debug flags left on.
- ▌ Password Storage · jihedbfr-art bundleUse when implementing or reviewing how user passwords are stored — choosing a slow password hash, setting its parameters, and avoiding the storage mistakes that make a breach catastrophic.
- ▌ Vulnerability Scanning · jihedbfr-art bundleUse when running vulnerability scans that find real issues — authenticated scanning, sane scope, and getting results you can act on instead of a raw dump.
- ▌ Threat Informed Detection · jihedbfr-art bundleUse when deciding which detections to build — driving the priorities from real threat intelligence about what attackers targeting you actually do, not from guesses or convenience.
- ▌ Reporting And Dissemination · jihedbfr-art bundleUse when writing and delivering threat-intel reports — producing intelligence people actually read and act on, and getting it to the right consumers in the right form and time.
- ▌ Nis2 And Eu Obligations · jihedbfr-art bundleUse when mapping EU cybersecurity regulatory duties to controls — NIS2, GDPR security obligations, and DORA — so the organisation meets its legal requirements, not just best practice.
- ▌ Evidence And Audit Prep · jihedbfr-art bundleUse when collecting compliance evidence and preparing for audits — gathering proof that controls operate continuously, so audits are routine instead of a last-minute scramble.
- ▌ Ntlm Relay · jihedbfr-art bundleUse when testing whether NTLM authentication can be relayed to authenticate to other services — a classic AD attack — and the signing/channel-binding that shuts it down.
- ▌ Cis Benchmark Automation · jihedbfr-art bundleUse when applying and verifying a Linux hardening baseline at scale — automating CIS Benchmark checks and remediation so hosts start hardened and don't drift.
- ▌ Risk Acceptance And Sla · jihedbfr-art bundleUse when defining remediation SLAs and handling the vulnerabilities you won't fix immediately — turning "not fixed" into a documented, owned decision instead of silent neglect.
- ▌ Log Pipeline Design · jihedbfr-art bundleUse when designing the pipeline that gets logs into a SIEM — collection, parsing, and normalisation so the right data arrives usable, because everything downstream depends on it.
- ▌ Communication During Incidents · jihedbfr-art bundleUse during an incident to manage who gets told what, when — internal coordination, stakeholder updates, and external/legal notifications — without leaking or misinforming.
- ▌ Jailbreak Resistance Testing · jihedbfr-art bundleUse when evaluating how well an LLM app's guardrails hold under adversarial pressure — testing jailbreaks honestly and interpreting the results without overclaiming safety.
- ▌ Certificate Transparency · jihedbfr-art bundleUse when discovering an organisation's hosts and subdomains through public Certificate Transparency logs — a passive source that reveals names as soon as a certificate is issued.
- ▌ Build Provenance Slsa · jihedbfr-art bundleUse when establishing verifiable build provenance — proving how and where an artifact was built using the SLSA framework, so consumers can trust the build wasn't subverted.
- ▌ Lockfile Integrity · jihedbfr-art bundleUse when ensuring reproducible, verified dependencies — using lockfiles with integrity hashes so you install exactly the packages you vetted, and nothing gets swapped.