---
title: Email and IP Risk Analyzer
slug: analyze-email-ip
url: https://apyhub.com/egemenkto/service/analyze-email-ip
provider: Fraudox OSINT
tags: [email-risk, ip-risk, fraud-detection, vpn-detection, proxy-detection, tor-detection]
auth: api_key
---

# Email and IP Risk Analyzer

What it does Fraudox OSINT analyzes an email address and an IP address in one request, then returns a risk-focused decision you can use in signup, lead, or abuse workflows. Send an email and an ip, and you get back the same values plus a verdict, riskscore, and timestamp. The response can also incl…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Analyzes the provided email address and IP address in one request and returns an aggre… | 100 |

## About

## What it does
Fraudox OSINT analyzes an email address and an IP address in one request, then returns a risk-focused decision you can use in signup, lead, or abuse workflows.

Send an `email` and an `ip`, and you get back the same values plus a `verdict`, `risk_score`, and `timestamp`. The response can also include module-level findings for DNS checks, typo-squat detection, disposable-email detection, social footprint lookup, and IP port scanning. When a module cannot complete, `partial_result` tells you the result is incomplete.

Use Fraudox OSINT when you need to screen registrations, flag suspicious accounts, or add friction to high-risk logins and contact forms. The DNS analysis shows whether the email domain resolves and whether it publishes MX, SPF, and DMARC records. The IP scan checks for open ports associated with VPN, proxy, or Tor services, which is useful for abuse prevention and risk scoring.

Because the response separates each module, you can decide how to handle ALLOW, REVIEW, and BLOCK outcomes in your own application logic without guessing how the score was built.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/egemenkto/service/analyze-email-ip
