IP Intelligence
212.92.105.19
Minor threat indicators detected; generally considered low risk. Hosted in 4700BC Roosendaal, Netherlands on AS43350 (NFORCE - NForce Entertainment B.V., NL).
Threat Score
Low Risk
Minor concerns
Risk Score
38/100
low risk
Location
4700BC Roosendaal
Netherlands
Network
AS43350
NFORCE - NForce Entertainment B.V., NL
Blacklists
1/15
Low Risk
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
501ms
Server Location
Geographic location data
Country
Netherlands
NL
City
4700BC Roosendaal
Continent
Europe
ISP
MNT-NFORCE
EU Member
YesNetwork Information
Autonomous System and ISP details
ASN
AS43350
Organization
NFORCE - NForce Entertainment B.V., NL
Country
NL
Registry
ripencc
Allocated
1999-11-03
Network Ownership Chain
- RegistryRIPENCC
- OrganizationNFORCE - NForce Entertainment B.V., NL
- Autonomous systemAS43350
- Network block212.92.104.0/21
- IP address212.92.105.19
Security Intelligence
Threat analysis and reputation
Threat Score
Moderate risk — some suspicious activity
Detection Flags
Blacklist Status
17/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
212.92.104.0/21
Network Name
NL-NFORCE-19991103
Handle
212.92.104.0 - 212.92.125.255
Registry (RIR)
RIPE NCC
Registration Dates
Registered
Nov 3, 2016
Last Updated
Nov 3, 2016
Contacts
Organization
MNT-NFORCE
Abuse Contact
Queried 9/20/2026, 10:27:44 PM · 501ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import RequestGuard from "@requestguard/js";
const rg = RequestGuard({ apiKey: "YOUR_API_KEY" });
const result = await rg.connection({ ip: "212.92.105.19" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/212.92.105.19 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "212.92.105.19",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 43350,
"organization": "NFORCE - NForce Entertainment B.V., NL",
"country": "NL",
"registry": "ripencc"
},
"queryTimeMs": 501,
"queriedAt": "2026-09-20T22:27:44.894Z"
}
}