Skip to content
Skillv1.0.0

performing-privileged-account-discovery

Discover and inventory all privileged accounts across enterprise infrastructure including domain admins, local admins, service accounts, database admins, cloud IAM roles, and application admin account

by xtofuub(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from xtofuub/openrecon-ios (skills/_upstream/anthropic-cybersecurity-skills/skills/performing-privileged-account-discovery/SKILL.md). Install upstream with npx skills add xtofuub/openrecon-ios --skill performing-privileged-account-discovery. Copyright stays with the author (Apache-2.0).

Performing Privileged Account Discovery

Overview

Discover and inventory all privileged accounts across enterprise infrastructure including domain admins, local admins, service accounts, database admins, cloud IAM roles, and application admin accounts. Covers automated scanning, risk classification, and onboarding to PAM.

When to Use

  • When conducting security assessments that involve performing privileged account discovery
  • When following incident response procedures for related security events
  • When performing scheduled security testing or auditing activities
  • When validating security controls through hands-on testing

Prerequisites

  • Familiarity with identity access management concepts and tools
  • Access to a test or lab environment for safe execution
  • Python 3.8+ with required dependencies installed
  • Appropriate authorization for any testing activities

Objectives

  • Implement comprehensive performing privileged account discovery capability
  • Establish automated discovery and monitoring processes
  • Integrate with enterprise IAM and security tools
  • Generate compliance-ready documentation and reports
  • Align with NIST 800-53 access control requirements

Security Controls

Control NIST 800-53 Description
Account Management AC-2 Lifecycle management
Access Enforcement AC-3 Policy-based access control
Least Privilege AC-6 Minimum necessary permissions
Audit Logging AU-3 Authentication and access events
Identification IA-2 User and service identification

Verification

  • Implementation tested in non-production environment
  • Security policies configured and enforced
  • Audit logging enabled and forwarding to SIEM
  • Documentation and runbooks complete
  • Compliance evidence generated

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/xtofuub-openrecon-ios-performing-privileged-account-discovery/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

xtofuub-openrecon-ios-performing-privileged-account-discovery.ocm.jsonjson
{
  "ocm": "1",
  "id": "xtofuub-openrecon-ios-performing-privileged-account-discovery",
  "kind": "skill",
  "name": "performing-privileged-account-discovery",
  "description": "Discover and inventory all privileged accounts across enterprise infrastructure including domain admins, local admins, service accounts, database admins, cloud IAM roles, and application admin account",
  "publisher": "xtofuub",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "iam",
      "identity",
      "access-control",
      "privileged-access",
      "discovery",
      "inventory",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Discover and inventory all privileged accounts across enterprise infrastructure including domain admins, local admins, service accounts, database admins, cloud IAM roles, and application admin account"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/xtofuub/openrecon-ios",
      "path": "skills/_upstream/anthropic-cybersecurity-skills/skills/performing-privileged-account-discovery/SKILL.md",
      "ref": "e1c6ace94816569f235d905e796535d9240a58c5",
      "url": "https://github.com/xtofuub/openrecon-ios/blob/e1c6ace94816569f235d905e796535d9240a58c5/skills/_upstream/anthropic-cybersecurity-skills/skills/performing-privileged-account-discovery/SKILL.md",
      "key": "xtofuub/openrecon-ios/skills/_upstream/anthropic-cybersecurity-skills/skills/performing-privileged-account-discovery/SKILL.md"
    },
    "license": "Apache-2.0"
  },
  "instructions": "# Performing Privileged Account Discovery\n\n## Overview\nDiscover and inventory all privileged accounts across enterprise infrastructure including domain admins, local admins, service accounts, database admins, cloud IAM roles, and application admin accounts. Covers automated scanning, risk classification, and onboarding to PAM.\n\n\n## When to Use\n\n- When conducting security assessments that involve performing privileged account discovery\n- When following incident response procedures for related security events\n- When performing scheduled security testing or auditing activities\n- When validating s",
  "cost": {
    "context_tokens": 460
  }
}

Fetch it by URL: GET /api/v1/registry/xtofuub-openrecon-ios-performing-privileged-account-discovery/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

performing-privileged-account-discovery - Skill - OpenSmartRoute