amphunt - Cisco Secure Endpoint Threat Hunting Skills for Claude

Orchestrate end-to-end threat hunts against Cisco Secure Endpoint data.

14|5|Updated May 14, 2020
One-click install
npx skills add https://github.com/op7ic/amphunt --skill amphunt-cisco-secure-endpoint-threat-hunting-skills-for-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amphunt - Cisco Secure Endpoint Threat Hunting Skills for Claude
Source: https://github.com/op7ic/amphunt/tree/main/SKILLS/.claude
Command: npx skills add https://github.com/op7ic/amphunt --skill amphunt-cisco-secure-endpoint-threat-hunting-skills-for-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Amphunt provides Claude with a structured framework to orchestrate endpoint threat hunts against the Cisco AMP API, enabling analysts to run multi-step investigations from a single interface.

Core Features & Use Cases

  • Centralized suite of AMP threat-hunting scripts (timeliner.py, surround.py, hash2processarg.py, hash2connection.py, allconnections.py, dumpallURL.py, lateral_movement.py, multikeyword_search.py, fresh_vulnerabilities.py, amp_generic_stats.py, getSpecificEvent.py) to support end-to-end investigations.
  • Supports full timeline extraction, hash-based IOC hunts, network analysis, vulnerability assessments, persistence checks, and keyword/IOC searches across multiple endpoints.
  • Use Case: An analyst prompts Claude to generate a full environment timeline, identify suspicious hash hits, and surface correlated network activity for rapid triage.

Quick Start

Prompt Claude to initiate a full environment threat hunt using the amphunt toolkit.

Frequently Asked Questions about amphunt - Cisco Secure Endpoint Threat Hunting Skills for Claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate threat hunting across Cisco Secure Endpoint environments?

You can automate threat hunting across Cisco Secure Endpoint by orchestrating AMP API queries through script-based automation to retrieve timelines, correlate events, and surface actionable alerts without manual API calls.

Can I extract a full timeline of endpoint events from the AMP API?

Yes, you can extract a full timeline of endpoint events from the AMP API by routing queries through dedicated timeliner scripts that pull and correlate chronological activity for rapid triage.

How do I trace network connections associated with a malicious hash?

To trace network connections associated with a malicious hash, you run hash2connection scripts that correlate the specific hash against endpoint network activity to identify related connections.

Does this threat hunting approach handle API rate limiting and credential security?

Yes, this threat hunting approach handles API rate limiting and credential security by implementing robust error handling and secure credential use within the AMP API client during automated queries.

What types of investigations can I run against Cisco AMP endpoints?

You can run full-environment triage, endpoint deep-dives, hash-based hunts, network analysis, and persistence or vulnerability investigations against Cisco AMP endpoints using centralized threat-hunting scripts.

Can I search for multiple keywords or IOCs across multiple endpoints simultaneously?

Yes, you can search for multiple keywords or IOCs across multiple endpoints simultaneously by executing multikeyword search scripts that query the AMP API to surface correlated matches.