IP Intelligence
211.45.27.231
No major threat signals detected for this IP address. Hosted in Seoul, South Korea on AS6619 (SAMSUNGSDS-AS-KR-KR - SamsungSDS Inc., KR).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
Seoul
South Korea
Network
AS6619
SAMSUNGSDS-AS-KR-KR - SamsungSDS Inc., KR
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
982ms
Server Location
Geographic location data
Country
South Korea
KR
City
Seoul
Continent
Asia
ISP
IRT-KRNIC-KR
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS6619
Organization
SAMSUNGSDS-AS-KR-KR - SamsungSDS Inc., KR
Country
KR
Registry
apnic
Allocated
1999-11-18
Network Ownership Chain
- RegistryAPNIC
- OrganizationSAMSUNGSDS-AS-KR-KR - SamsungSDS Inc., KR
- Autonomous systemAS6619
- Network block211.45.0.0/19
- IP address211.45.27.231
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — no elevated IP-risk signals observed
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
211.45.0.0/19
Network Name
SAMSUNGSDS-KR
Handle
211.45.0.0 - 211.45.31.255
Registry (RIR)
APNIC(Asia Pacific)
Description
SamsungSDS Inc.
Contacts
Abuse Contact
IRT-KRNIC-KR
hostmaster@nic.or.krQueried 9/23/2026, 3:26:46 AM · 982ms
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: "211.45.27.231" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/211.45.27.231 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "211.45.27.231",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 6619,
"organization": "SAMSUNGSDS-AS-KR-KR - SamsungSDS Inc., KR",
"country": "KR",
"registry": "apnic"
},
"queryTimeMs": 982,
"queriedAt": "2026-09-23T03:26:46.537Z"
}
}