# NetIntel - IP + Domain Intelligence | WHOIS DNS Geo Port (`anshumanatrey/netintel`) Actor

Unified IP & domain intelligence tool. Get WHOIS, DNS, GeoIP, reputation & port scan data with confidence scores. Reduce false positives by 90%.

- **URL**: https://apify.com/anshumanatrey/netintel.md
- **Developed by:** [Anshuman Atrey](https://apify.com/anshumanatrey) (community)
- **Categories:** Developer tools, Automation, Other
- **Stats:** 4 total users, 2 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$50.00 / 1,000 analysis completeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🔍 NetIntel - Domain & IP Intelligence

📦 **Open source · MIT:** [github.com/AnshumanAtrey/netintel](https://github.com/AnshumanAtrey/netintel)


Get instant security and technical information about any domain or IP address. Perfect for security teams, website owners, and IT professionals.

[![Apify Actor](https://img.shields.io/badge/Apify-Actor-blue)](https://apify.com/store)

### 🎯 What You Can Check

Enter a domain (google.com) or IP address (8.8.8.8) and instantly get:

- 📋 **Owner & Registration** - Who owns it? When does it expire?
- 🌐 **DNS & IP Info** - What IP? Where does email go?
- 🔒 **SSL Certificate** - When does it expire? Is it valid?
- 📧 **Email Health** - Will emails reach inbox or spam?
- 📍 **Location & ISP** - Where is it? Who hosts it?
- 🛡️ **Security Check** - Is it safe? Any threats?
- 🔌 **Open Ports** - What services are running?

**Check one or check them all** - you choose what information you need.

### ⚡ Quick Start

1. Enter a domain or IP address
2. Select what information you need
3. Get instant results

That's it! No technical knowledge required.

### 💡 Common Use Cases

**Website Owner:** "Is my SSL certificate about to expire?"  
→ Check SSL Certificate

**Security Team:** "Is this IP address safe?"  
→ Check Security + Location

**Email Admin:** "Why are our emails going to spam?"  
→ Check Email Health

**IT Manager:** "Monitor 50 company domains"  
→ Use Batch Mode + Export to CSV

### 📊 What You Get

**Example: Checking google.com**

````

✅ Owner & Registration
Google LLC, expires 2028-09-14

✅ SSL Certificate\
Valid, expires in 56 days

✅ Email Health
Score: 75/100 (Good)
⚠️ Missing SPF record

✅ Security Check
Safe, no threats detected

✅ Location
Mountain View, CA, USA

````

### 🎯 Pricing

**Pay per usage** - Simple and transparent.

Costs based on compute time and targets checked. Start small, scale as needed.


### 🔒 Privacy & Legal

- ✅ All information is publicly available
- ✅ No data stored permanently
- ✅ Legal for security research
- ⚠️ Always get permission before scanning targets you don't own


### FAQ

#### How long does a check take?
Usually 5-30 seconds per target depending on which modules are enabled. Port scans add 20-60 seconds.

#### Can I check multiple domains at once?
Yes. Pass an array of targets — batch mode handles up to 100+ in a single run.

#### Does it work on IPv6?
Yes — both IPv4 and IPv6 supported throughout. WHOIS, DNS, GeoIP all handle v6.

#### Why does my email-health score say "missing SPF"?
SPF records prevent spoofing of your domain. If a domain has no SPF record, anyone can send mail "from" that domain and it'll often land in inbox. NetIntel flags this so you can fix it before competitors abuse it.

#### Is this legal?
Yes — all information is publicly available (WHOIS records, DNS records, public SSL certificates, GeoIP). Port scanning unowned hosts at scale is a different story; only port-scan targets you own or are authorized to test.

#### Can I export results to CSV / Google Sheets?
Yes — every Apify actor's dataset can be downloaded as CSV, Excel, JSON, or XML. Most teams export to Google Sheets via the Apify-Sheets integration on Make/Zapier.

### Pairs nicely with

Bundle for richer recon workflows:

- **[Holehe Email OSINT](https://apify.com/anshumanatrey/holehe-email-osint)** — Check which sites an email is registered on (120+ platforms, no alerts sent)
- **[theHarvester](https://apify.com/anshumanatrey/theharvester-osint)** — Discover subdomains, emails, IPs from 54 OSINT sources (then enrich the IPs with NetIntel)
- **[nmap](https://apify.com/anshumanatrey/nmap-scanner)** — Deeper port scans + NSE scripts for the IPs NetIntel finds
- **[Bug Bounty Finder](https://apify.com/anshumanatrey/bug-bounty-finder)** — Check whether a domain you're scanning has an active bounty program
- **[Social Analyzer](https://apify.com/anshumanatrey/social-analyzer)** — Find a brand or username across 900+ social platforms
- **[Zomato Restaurant Scraper](https://apify.com/anshumanatrey/zomato-restaurant-scraper)** — Restaurant lead lists by city (phone, address, cuisines)

---

**Need help?** Check the `/docs` folder for detailed guides.

# Actor input Schema

## `target` (type: `string`):

Type a domain (google.com) or IP address (8.8.8.8)
## `targetType` (type: `string`):

Leave on Auto-detect - we'll figure it out
## `analysisType` (type: `array`):

Select what you want to find out
## `batchMode` (type: `boolean`):

Enable to check many domains/IPs at once
## `batchTargets` (type: `array`):

One per line (e.g., google.com, github.com, 8.8.8.8)
## `timeout` (type: `integer`):

How long to wait for results (30 is usually enough)
## `includeRawData` (type: `boolean`):

For developers only
## `concurrency` (type: `integer`):

How many to check at once (5 recommended)
## `exportFormat` (type: `string`):

Download format (CSV works in Excel)
## `exportPretty` (type: `boolean`):

Format JSON with indentation
## `exportIncludeMetadata` (type: `boolean`):

Add timestamp and record count

## Actor input object example

```json
{
  "target": "google.com",
  "targetType": "auto",
  "analysisType": [
    "whois",
    "dns",
    "geolocation"
  ],
  "batchMode": false,
  "timeout": 30,
  "includeRawData": false,
  "concurrency": 5,
  "exportFormat": "none",
  "exportPretty": true,
  "exportIncludeMetadata": true
}
````

# Actor output Schema

## `intelligenceReports` (type: `string`):

One consolidated record per target analyzed. Each record contains: `target`, `targetType` (ip|domain), `confidenceScore` (0–100), `confidenceLevel`, six `analyses` subkeys (whois, dns, ssl, geolocation, reputation, ports) each in `{success, data, error}` envelope shape, and a `correlation` object with `threatIndicators`, `anomalies`, and `recommendations`.

## `exports` (type: `string`):

When the `exportFormat` input is set (csv, json, or jsonl), a downloadable export file is saved to the key-value store. Empty when export is disabled.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "target": "google.com",
    "analysisType": [
        "whois",
        "dns",
        "geolocation"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("anshumanatrey/netintel").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "target": "google.com",
    "analysisType": [
        "whois",
        "dns",
        "geolocation",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("anshumanatrey/netintel").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "target": "google.com",
  "analysisType": [
    "whois",
    "dns",
    "geolocation"
  ]
}' |
apify call anshumanatrey/netintel --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=anshumanatrey/netintel",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "NetIntel - IP + Domain Intelligence | WHOIS DNS Geo Port",
        "description": "Unified IP & domain intelligence tool. Get WHOIS, DNS, GeoIP, reputation & port scan data with confidence scores. Reduce false positives by 90%.",
        "version": "1.5",
        "x-build-id": "2tdCMFZxVKsixSnqp"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/anshumanatrey~netintel/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-anshumanatrey-netintel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/anshumanatrey~netintel/runs": {
            "post": {
                "operationId": "runs-sync-anshumanatrey-netintel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/anshumanatrey~netintel/run-sync": {
            "post": {
                "operationId": "run-sync-anshumanatrey-netintel",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "target"
                ],
                "properties": {
                    "target": {
                        "title": "🎯 Domain or IP address to check",
                        "type": "string",
                        "description": "Type a domain (google.com) or IP address (8.8.8.8)"
                    },
                    "targetType": {
                        "title": "Type",
                        "enum": [
                            "auto",
                            "ip",
                            "domain"
                        ],
                        "type": "string",
                        "description": "Leave on Auto-detect - we'll figure it out",
                        "default": "auto"
                    },
                    "analysisType": {
                        "title": "What information do you need?",
                        "minItems": 1,
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Select what you want to find out",
                        "items": {
                            "type": "string",
                            "enum": [
                                "whois",
                                "dns",
                                "ssl",
                                "geolocation",
                                "reputation",
                                "ports"
                            ],
                            "enumTitles": [
                                "📋 Owner & Registration (Who owns it? When does it expire?)",
                                "🌐 DNS & IP Info (What IP? Where does email go?)",
                                "🔒 SSL Certificate (When does it expire? Is it valid?)",
                                "📍 Location & ISP (Where is it? Who hosts it?)",
                                "🛡️ Security Check (Is it safe? Any threats?)",
                                "🔌 Open Ports (What services are running?)"
                            ]
                        },
                        "default": [
                            "whois",
                            "dns",
                            "geolocation"
                        ]
                    },
                    "batchMode": {
                        "title": "Check multiple targets?",
                        "type": "boolean",
                        "description": "Enable to check many domains/IPs at once",
                        "default": false
                    },
                    "batchTargets": {
                        "title": "List of domains or IPs",
                        "type": "array",
                        "description": "One per line (e.g., google.com, github.com, 8.8.8.8)",
                        "items": {
                            "type": "string"
                        }
                    },
                    "timeout": {
                        "title": "Timeout (seconds)",
                        "minimum": 5,
                        "maximum": 300,
                        "type": "integer",
                        "description": "How long to wait for results (30 is usually enough)",
                        "default": 30
                    },
                    "includeRawData": {
                        "title": "Include raw technical data",
                        "type": "boolean",
                        "description": "For developers only",
                        "default": false
                    },
                    "concurrency": {
                        "title": "Batch concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many to check at once (5 recommended)",
                        "default": 5
                    },
                    "exportFormat": {
                        "title": "Export results as",
                        "enum": [
                            "none",
                            "json",
                            "csv",
                            "jsonl"
                        ],
                        "type": "string",
                        "description": "Download format (CSV works in Excel)",
                        "default": "none"
                    },
                    "exportPretty": {
                        "title": "Pretty print JSON",
                        "type": "boolean",
                        "description": "Format JSON with indentation",
                        "default": true
                    },
                    "exportIncludeMetadata": {
                        "title": "Include metadata",
                        "type": "boolean",
                        "description": "Add timestamp and record count",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
