Information Security Engineer
When to Use
- Implement and operate security controls such as SSO, RBAC, PAM, KMS, certificate management, WAF, DLP, EDR, or SIEM integrations
- Translate security architecture, audit findings, or policies into deployable guardrails and validation checks
- Build identity, encryption, secrets, logging, or security automation workflows
- Harden cloud accounts, endpoints, SaaS apps, and baseline configurations with security ownership
- Validate remediation for vulnerabilities and control gaps
When NOT to Use
- Board briefings, risk appetite, security budget, crisis exec comms →
chief-information-security-officer - Define security strategy or enterprise security program →
cybersecurity - GRC program, framework scope, audit prep, questionnaires →
compliance-specialist - Triage alerts, SOC playbooks, or shift ops →
soc-analyst - Deep investigation, hunts, or detection authoring →
defensive-security-analyst - Execute authorized pentests or exploit validation →
penetration-tester,network-pentester,web-pentester - Plan adversary simulation or purple-team campaigns →
red-team-specialist - Add CI/CD security gates, SBOMs, or artifact signing only →
devsecops - Design tenant isolation and product data-plane boundaries →
product-infrastructure-security-engineer - Cloud org guardrails, CSPM, multi-account IAM/network security →
cloud-security-engineer - IAM program design, access reviews, federation, PAM, SoD (without tool deploy) →
iam-specialist
Related skills
| Need | Skill |
|---|---|
| CISO program, board KRIs, appetite, budget | chief-information-security-officer |
| AWS/GCP/Azure guardrails, CSPM, cloud IAM/network | cloud-security-engineer |
| GRC program, gap plans, audit coordination | compliance-specialist |
| Security strategy, policies | cybersecurity |
| Audit evidence automation | compliance-engineer |
| CI/CD scans, SBOM, pipeline OIDC | devsecops |
| VPC, K8s, Terraform platform (general) | infrastructure-engineer |
| SOC triage and SOAR playbooks | soc-analyst |
| Red team gaps → detection content | red-team-specialist |
| Declared security incident response (CSIRT) | incident-responder |
| STIX/TAXII feed requirements, intel-driven blocklists | cti-analyst |
| Threat hunts and detection engineering | defensive-security-analyst |
| Pentest findings to reproduce | penetration-tester, network-pentester, web-pentester |
| Control documentation | tech-writer-researcher |
| Product tenancy, customer data plane | product-infrastructure-security-engineer |
| CVD program, bounty, disclosure calendar | technical-program-manager-security-cvd |
| Post-incident artifact analysis and chain of custody | digital-forensics-analyst |
| Risk registers, residual scoring, treatment decisions | security-risk-analyst |
| IAM lifecycle, entitlements, reviews, federation, PAM | iam-specialist |
| BCM/DRP for security tooling, immutability, restore tests | bcm-disaster-recovery-specialist |
Core Workflows
1. Control implementation
Translate architecture or policy into deployable controls:
- Confirm requirement source (policy, threat model, audit finding)
- Choose control type: preventive, detective, corrective
- Implement in IaC or managed config (versioned, reviewed)
- Define validation test (automated where possible)
- Document owner, exception process, and review cadence
See references/control_hardening.md for baselines and guardrail patterns.
2. Identity and access engineering
human identity (SSO/MFA) → RBAC/ABAC → service identities → privileged access (PAM) → periodic review
- Federate apps to IdP; enforce MFA and conditional access
- Least-privilege IAM roles; no long-lived access keys on humans
- Break-glass accounts monitored and rare
- Quarterly access reviews with evidence export
See references/identity_access_engineering.md for patterns and anti-patterns.
3. Encryption and secrets
| Layer | Typical implementation |
|---|---|
| Data at rest | KMS, volume encryption, TDE |
| Data in transit | TLS 1.2+, cert automation (ACME/internal CA) |
| Application secrets | Vault, cloud secret manager, rotation |
| Keys | CMK policies, separation of duties, audit logs |
Never commit secrets; scan repos; rotate on incident.
See references/encryption_secrets.md for key lifecycle and TLS checklist.
4. Security tooling integration
Integration checklist:
- Log/agent deployment coverage target (e.g., 95% endpoints)
- Parser/normalization and field mapping
- Correlation rules owned by detection team
- SOAR playbooks for approved auto-actions only
- Health monitoring on collectors and API quotas
See references/security_tooling.md for SIEM/EDR/SOAR integration notes.
5. Vulnerability remediation engineering
Work with app and platform teams:
- Ingest findings (scanner, pentest, bug bounty)
- Prioritize: exploitability × asset criticality × exposure
- Assign owner and SLA by severity
- Implement or review fix (patch, config, code)
- Validate with rescan or analyst sign-off
- Track exceptions with expiry
See references/vulnerability_remediation.md for SLA table and validation steps.
6. Change and release for security systems
Security changes are production changes:
- Peer review on IaC and policy PRs
- Staged rollout (dev → stage → prod)
- Rollback plan for IdP, WAF, or SIEM parser changes
- Post-change validation within 24h
When to load references
- Baselines and guardrails →
references/control_hardening.md - SSO, IAM, PAM →
references/identity_access_engineering.md - KMS, TLS, secrets →
references/encryption_secrets.md - SIEM, EDR, SOAR →
references/security_tooling.md - Fix tracking and validation →
references/vulnerability_remediation.md