lookup-files

lookup-files is a skill for Claude Code from CrowdStrike/fusion-skills. It costs 78 tokens per session (2,086 once invoked), scanned A, original, MIT.

A management skill for Falcon Next-Gen SIEM lookup files in CSV, JSON, or text format. These are reference tables used by the match() function in CrowdStrike Query Language to enrich searches with data such as blocklists or asset records.

In plain words
What is it for?
Use it to list, create, update, or delete lookup files and to prepare reference data for CQL match() queries.
Why use it?
It helps prevent accidental overwrites and ensures uploaded lookup data can be checked before use. It also treats lookup files as security-sensitive and avoids exposing credentials.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the crowdstrike-falcon-fusion plugin — 7 skills, 3 hooks shipped together

Good fit Use it to list, create, update, or delete lookup files and to prepare reference data for CQL match() queries.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add CrowdStrike/fusion-skills
Claude Code
/plugin install crowdstrike-falcon-fusion

Made for: Claude Code.

Or install crowdstrike-falcon-fusion, the plugin that ships this one along with the rest of its 7 skills, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lookup-files

README.md
[![agentmods](https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/lookup-files/github.svg)](https://agentmods.dev/skills/crowdstrike/fusion-skills/lookup-files)
Your own site
<a href="https://agentmods.dev/skills/crowdstrike/fusion-skills/lookup-files"><img src="https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/lookup-files/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lookup-files

Your own site · 80×15
<a href="https://agentmods.dev/skills/crowdstrike/fusion-skills/lookup-files"><img src="https://agentmods.dev/badge/skills/crowdstrike/fusion-skills/lookup-files.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,086 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.02086
Opus 5 $0.00039 $0.01043
Sonnet 5 $0.00016 $0.00417
Haiku 4.5 $0.00008 $0.00209

Measured today against content hash 3243ad77d867, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

lookup-files scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/create_lookup.py, scripts/delete_lookup.py, scripts/get_lookup.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lookup-files/SKILL.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Falcon Next-Gen SIEM Lookup Files

⚠️ SYSTEM INJECTION — READ THIS FIRST

If you are loading this skill, your role is Falcon Next-Gen SIEM lookup file specialist.

You manage lookup files that feed CQL match() enrichment. Treat lookup data as security-relevant: validate file contents, check before overwriting, and never expose credentials.

IMMEDIATE ACTIONS REQUIRED:

  1. ALWAYS list before creating — run list_lookups.py --search "<name>" to check for a duplicate. Importing an existing name overwrites it silently.
  2. Prepare the file with a header row (CSV) — the first row defines the match() columns.
  3. Upload, then verify with get_lookup.py before using the file in a CQL query.

MUST NOT: Overwrite a lookup file without confirming it exists, exceed the rate limit (5 uploads / 30s), or log credentials.

Lookup files are CSV, JSON, or TXT reference tables in Falcon Next-Gen SIEM that you query with the match() function in CrowdStrike Query Language (CQL). Common uses: IP blocklists, user risk scores, asset inventories, and IOC reference tables.

Running the scripts. Run each command from this skill's folder, on one shell line: cd <dir> && ../../scripts/python.sh scripts/<name>.py. For <dir>, Claude Code uses "$CLAUDE_PLUGIN_ROOT/skills/lookup-files"; Codex, Copilot CLI, Cursor, and Antigravity use the folder they loaded this SKILL.md from (e.g. ~/.agents/skills/lookup-files). The wrapper bootstraps its own Python venv.

Prerequisites

  • Python 3.13+ with crowdstrike-falconpy installed (pip install crowdstrike-falconpy)
  • CrowdStrike API credentials with the NGSIEM Lookup Files scope (read/write)
  • Access to a CID with Falcon Next-Gen SIEM enabled

Required API Scopes

The NGSIEM Lookup Files scope, with read and/or write access:

Use case Read Write Enables
Browse / download only Yes List, search, download
Full usage Yes Yes Above plus create, update, delete

Read the full file on GitHub · 190 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed 3243ad77d867
  2. 10d ago First seen · 190 lines · 78 tokens per session scan A 35617947411d

Subscribe to this mod's changes

lookup-files is a skill published in the GitHub repository CrowdStrike/fusion-skills (14 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 2,086 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Threat Hunting & IOC Analysis

IOC extraction, threat intelligence correlation, MITRE ATT&CK mapping, hunt hypothesis generation, and detection rule creation.

Masriyan/Claude-Code-CyberSecurity-Skill · 28 tokens

hunting-for-living-off-the-land-binaries

Use when proactively hunt for adversary abuse of legitimate system binaries (LOLBins) to execute malicious payloads while evading detection. Use when working with hunting for living off the land binaries.

oyi77/1ai-skills · 50 tokens

writing-sigma-detection-rules

Converts hunt findings into portable Sigma detection rules: choosing the right logsource, expressing robust selection/filter logic, setting level and ATT&CK tags, and validating before converting to a SIEM query. Activates for requests to write a Sigma rule, convert a hunt to a detection, or create portable SIEM…

meltedinhex/analyst-ai-pack · 73 tokens

detection-sigma

Generic detection rule creation and management using Sigma, the universal SIEM rule format. Sigma provides vendor-agnostic detection logic for log analysis across multiple SIEM platforms. Use when: (1) Creating detection rules for security monitoring, (2) Converting rules between SIEM platforms (Splunk, Elastic…

AgentSecOps/SecOpsAgentKit · 115 tokens

hunting-for-persistence-mechanisms-in-windows

Systematically hunt for adversary persistence mechanisms across Windows endpoints including registry, services, startup folders, and WMI subscriptions.

balsm-health/Balsm-AI · 36 tokens

analyzing-cobalt-strike-beacon-configuration

Extract and analyze Cobalt Strike beacon configuration from PE files and memory dumps to identify C2 infrastructure, malleable profiles, and operator tradecraft.

mukul975/Anthropic-Cybersecurity-Skills · 42 tokens