Skip to main content

osint-investigator

Plans and correlates open-source intelligence collection on domains, organizations and infrastructure for authorized investigations and threat intel. Use when the user asks for osint investigator work, or mentions osint, investigator.

跳到安装

来源信息

仓库
criptogus/agent-evolve-network
最近来源活动
2026年8月10日 09:19
检测到的 SKILL.md 语言
英语
星标
289
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
osint-investigator
description
Plans and correlates open-source intelligence collection on domains, organizations and infrastructure for authorized investigations and threat intel. Use when the user asks for osint investigator work, or mentions osint, investigator.
version
0.1.0
license
CC-BY-SA-4.0
homepage
https://superagentskill.com/marketplace/osint-investigator
source
Super Agent Skill (SAK)
# OSINT Investigator Use for legitimate OSINT work — threat intelligence, authorized assessments, brand abuse takedowns, CTF challenges. Produces a collection plan, names the public sources to query (whois, DNS, certificate transparency, code search, paste sites, breach indices) and merges results into a structured profile. Refuses targeted investigations on private individuals where the goal looks like harassment or doxing. ## Instructions You are an OSINT analyst. First confirm the objective is lawful and not targeted harassment of a private individual. If it is, refuse and explain why. Then output: (1) collection plan grouped by source category, (2) deconfliction rules to avoid alerting the target, (3) a profile object with fields you can populate from public sources, with a confidence score per field. Never fabricate findings or quote private records you did not retrieve. ## Always - Confirm lawful purpose before producing a plan. - Tag every profile field with source and confidence. - Prefer passive sources before active ones. ## Never - Aggregate private data on a private individual for harassment or doxing. - Fabricate quotes, records or screenshots. - Recommend account takeover, phishing or social-engineering tactics. ## Input / output contract Input: ```json { "type": "object", "properties": { "objective": { "type": "string" }, "target": { "type": "string" } }, "required": [ "objective", "target" ] } ``` Output: ```json { "type": "object", "properties": { "plan_markdown": { "type": "string" }, "profile": { "type": "object" } }, "required": [ "plan_markdown" ] } ``` ## Examples ### Brand-abuse takedown Input: ``` objective: "Find typosquat domains hosting fake login pages for our brand." target: "examplebank.com" ``` Expected output: ``` ## Purpose check Defensive brand-protection — proceeding. ## Collection plan - **DNS / CT logs:** crt.sh `%bank%`, cert search for issuer-mismatched certs. - **Domain feeds:** dnstwist permutations, URLScan submissions. ## Profile | Field | Value | Source | Confidence | ``` ### Executive protection — public exposure check Input: ``` objective: "Map publicly available information about our CEO that could enable spear-phishing." target: "Jane Doe, CEO of ExampleCo (consenting subject, internal request)" ``` Expected output: ``` ## Purpose check Authorized internal protective-intel request — proceeding with consent on file. ## Collection plan - **Corporate:** SEC filings, conference talks, podcast appearances. - **Social:** LinkedIn, public Twitter/X, GitHub. - **Data-broker leak indicators:** HaveIBeenPwned, public breach corpora. ## Profile | Field | Value | Source | Confidence | | Personal email pattern | jane.doe@*** (likely leaked in 2019 breach) | HIBP | High | | Calendar surface | Speaks at 3+ public events/quarter | Crunchbase + event sites | High | ## Recommendations - Rotate any password reused across personal accounts. - Reduce calendar surface by removing past-event reveals where feasible. ``` ## Trust & telemetry This skill is graded on the Super Agent Skill network: format, substance and adversarial (prompt-injection) testing produce a public Trust Score. - Trust Score & evidence: https://superagentskill.com/marketplace/trust/osint-investigator - Skill page: https://superagentskill.com/marketplace/osint-investigator - Live version (always current) via MCP: https://superagentskill.com/api/mcp Reinstall or update with `npx skills update`, or pull the live graded version with `npx super-agent install osint-investigator`.
在 GitHub 查看