encrata-cli
v0.4.7
Published
Encrata CLI — intelligence lookups from your terminal
Maintainers
Readme
Encrata CLI
Intelligence lookups from your terminal. Email enrichment, phone intelligence, IP geolocation, domain research, company profiles, Google dorking, and dark web search — all from a single command.
Install
npm install -g encrata-cliOr download the binary from Releases.
Setup
encrata config set-key YOUR_API_KEYGet your API key at encrata.com/settings/api-keys.
Commands
Email Lookup
Look up a person by email — name, company, role, socials, breaches, and more.
encrata email [email protected]
encrata email [email protected] --jsonPhone Lookup
Look up a phone number — carrier, format, country, validation, risk, and breach data.
encrata phone "+14155552671"
encrata phone "+447911123456" --jsonIP Lookup
Look up an IP address — geolocation, ASN, company, and threat detection.
encrata ip 8.8.8.8
encrata ip 2001:4860:4860::8888 --jsonDomain Search
Investigate a domain — WHOIS, DNS, SSL, threat intel, and search results.
encrata domain tesla.comCompany Search
Find company profiles, employee emails, and knowledge graph data.
encrata company "OpenAI"Google Search
OSINT dorking — find exposed files, admin panels, and public info.
encrata google "site:example.com filetype:pdf"Dark Web Search
Search dark web intelligence — credential leaks, forum posts, market listings.
encrata darkweb "[email protected]" --type email
encrata darkweb "example.com" --type domainOptions
| Flag | Description |
|------|-------------|
| --json | Output raw JSON |
| --api-key | Override API key for this request |
| --base-url | Override API base URL |
Configuration
encrata config set-key <key> # Save API key
encrata config show # Show current config
encrata config set-url <url> # Set custom base URLConfig is stored in ~/.config/encrata/config.json.
Credits
email— 1 credit per lookup (cached within 24h free)phone— 1 credit per lookupdomain— 1 creditcompany— 1 creditgoogle— 1 creditdarkweb— 1 credit (first page; subsequent pages free)ip— freevalidate— freebreaches— free
Links
License
MIT
