masriyan/gemini-security-skills · Archived

threat-intel-fusion

Threat intelligence fusion skill for collecting, normalizing, deduplicating, enriching, and operationalizing IOCs and TTPs from OTX, MISP, abuse.ch, VirusTotal, Shodan, GreyNoise, Censys, CISA KEV, NVD, vendor blogs, and internal telemetry.

Installation

$ npx skills add masriyan/gemini-security-skills --skill threat-intel-fusion

Summary

  • Threat intelligence fusion skill for collecting, normalizing, deduplicating, enriching, and operationalizing IOCs and TTPs from OTX, MISP, abuse.ch, VirusTotal, Shodan, GreyNoise, Censys, CISA KEV, NVD, vendor blogs, and internal telemetry.
  • Use to build STIX/TAXII feeds, ATT&CK-mapped actor profiles, prioritized blocklists, and detection-ready intel packages.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from masriyan/gemini-security-skills · top by installs.

npx skills add masriyan/gemini-security-skills

Browse all from masriyan/gemini-security-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,888 B
  • docs SUMMARY.md 388 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Threat Intel Fusion

Operating Rules

  • Separate observation, assessment, and recommendation. Tag every claim with source, date, and confidence.
  • Prefer structured formats: STIX 2.1 objects, MISP events, ATT&CK technique IDs, CVE IDs, CPE strings.
  • Decay IOC value over time; mark sightings, first/last seen, and TLP.

Fusion Workflow

  1. Collect: pull feeds with idempotent connectors; record raw payloads with hash and timestamp.
  2. Normalize: map to STIX SDOs and SROs (indicator, malware, intrusion-set, attack-pattern, relationship).
  3. Deduplicate: canonical-form domain/url/hash; merge by id + pattern, keep all sightings.
  4. Enrich: passive DNS, WHOIS, ASN, geo, VT, GreyNoise tags, sandbox verdicts, KEV/EPSS scores.
  5. Prioritize: score by exploitability, exposure in our environment, actor relevance, and decay.
  6. Operationalize: emit firewall/EDR/SIEM-ready artifacts plus Sigma rules and hunt queries.

Actor Profiling

  • Aliases, motivations, sectors, geographies, observed TTPs (ATT&CK), tooling, infrastructure patterns, recent campaigns, and likely next moves with confidence.

Output Contract

  • feeds/: raw + normalized snapshots.
  • iocs.stix.json: deduped STIX bundle with relationships.
  • priority.csv: indicator, score, reason, action, ttl.
  • actors/<name>.md: profile with sources.
  • detections/: Sigma, YARA, Suricata, KQL, SPL exports.
  • report.md: executive summary, what changed, what to action this week.