IP Intelligence
185.220.101.1
Critical risk — known malicious activity associated with this IP. Hosted in Bremer Straße 31, Germany on AS60729 (TORSERVERS-NET - Stiftung Erneuerbare Freiheit, DE).
Threat Score
Critical Risk
Critical threats
Risk Score
80/100
critical risk
Location
Bremer Straße 31
Germany
Network
AS60729
TORSERVERS-NET - Stiftung Erneuerbare Freiheit, DE
Blacklists
2/23
Low Risk
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Critical RiskResponse
1922ms
Server Location
Geographic location data
Country
Germany
DE
City
Bremer Straße 31
Continent
Europe
ISP
ARTIKEL10-MNT
EU Member
YesNetwork Information
Autonomous System and ISP details
ASN
AS60729
Organization
TORSERVERS-NET - Stiftung Erneuerbare Freiheit, DE
Country
DE
Registry
ripencc
Allocated
2017-09-12
Network Ownership Chain
flowchart LR A["RIPENCC\nRegistry"] --> B["TORSERVERS-NET - Stiftung Erneuerbare Freiheit, DE"] B --> C["AS60729\nAutonomous System"] C --> D["185.220.101.0/24\nNetwork Block"] D --> E["185.220.101.1\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Critical risk — known malicious activity
Detection Flags
Blacklist Status
5/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
185.220.101.0/27
Network Name
ARTIKEL10
Handle
185.220.101.0 - 185.220.101.31
Registry (RIR)
RIPE NCC
Registration Dates
Registered
Aug 19, 2021
Last Updated
Jun 18, 2025
Contacts
Organization
ARTIKEL10-MNT
Abuse Contact
Artikel10 e.V. Abuse Handling
abuse@artikel10.orgQueried 8/12/2026, 9:52:28 PM · 1922ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import { RequestGuard } from "@requestguard/js";
const rg = new RequestGuard({ apiKey: "your-api-key" });
const result = await rg.ip.lookup("185.220.101.1");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/185.220.101.1 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "185.220.101.1",
"version": 4,
"type": "public",
"hostname": "berlin01.tor-exit.artikel10.org",
"asn": {
"number": 60729,
"organization": "TORSERVERS-NET - Stiftung Erneuerbare Freiheit, DE",
"country": "DE",
"registry": "ripencc"
},
"queryTimeMs": 1922,
"queriedAt": "2026-08-12T21:52:28.191Z"
}
}