# minia2a OSINT Pack

> minia2a OSINT Pack is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-14).

Performs open-source intelligence (OSINT) reconnaissance on domains, IP addresses, emails, and social profiles

## Facts

- Endpoint: GET https://minia2a.uk/x402/osint-pack
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-osint-pack-804dc84d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_etE2pli9mEzh5qidQSJCY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability minia2a-osint-pack-804dc84d
```

Example prompt: Can you run an OSINT recon on the domain 'suspicious-site.net' — I want WHOIS info, IP details, and any associated email or social profile data you can find?

## When to prefer this

Choose this endpoint when you need a single API call to gather multi-dimensional OSINT across domain, IP, email, and social vectors without orchestrating multiple separate lookup services. Especially useful for security triage, background checks, and threat intelligence workflows where breadth of reconnaissance matters more than deep specialization in one vector.

## Known failure modes

- Invalid or malformed input target returns an error or empty result
- Private/redacted WHOIS records may yield limited domain ownership data
- Non-existent or unindexed social handles return no results
- Rate limiting or upstream data source unavailability may cause partial results
- IP addresses in private ranges return no geolocation data

## How this service works

OSINT toolkit — domain, IP, email, and social recon.

## Output

Returns structured OSINT intelligence data which may include WHOIS registration details, IP geolocation and ASN info, email validity and breach exposure, social profile associations, and domain reputation signals depending on the query type submitted.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-osint-pack-804dc84d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
