197.214.119.117

South Africa

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Mon Oct 19 2020 06:40:33 GMT+0000
Last seen: Mon Nov 09 2020 06:35:13 GMT+0000
Period: 21 days

Whois information


Autonomous System
AS Name:
AS37276 VOffice Solutions
AS Country Code:
ZA (South Africa)
AS Registry:
afrinic
AS Date:
Wed Nov 28 2012 00:00:00 GMT+0000
AS CIDR:
197.214.112.0/21

Registrant information
Registrant name:
Smart Village Estates DBN - DHCP Pool
Address:
P O Box 731120 Fairlands 2030 South Africa Randpark Ridge Other
Postal Code:
7195
Country Code:
ZA (South Africa)
City:
Kleinmond

Dates
Indexed:
Mon Oct 19 2020 03:10:54 GMT+0000
Last modified:
Tue Dec 06 2022 04:15:21 GMT+0000
AS Date:
Wed Nov 28 2012 00:00:00 GMT+0000

Location - Kleinmond - South Africa

Leaflet | © OpenStreetMap contributors

Tags

Developers can check API Specification here:


Request:

          
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/197.214.119.117
        

Request:

Alternatively you can use Maltiverse Python3 Library:
          
import requests
import json

url = 'https://api.maltiverse.com/ip/197.214.119.117'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
        

Request:

          
$url = 'https://api.maltiverse.com/ip/197.214.119.117'
$headers =  @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
        

Response:

      
{
    "address": "P O Box 731120\nFairlands\n2030\nSouth Africa\nRandpark Ridge\nOther",
    "as_name": "AS37276 VOffice Solutions",
    "as_number": "37276",
    "asn_cidr": "197.214.112.0/21",
    "asn_country_code": "ZA",
    "asn_date": "2012-11-28 00:00:00",
    "asn_registry": "afrinic",
    "blacklist": [
        {
            "count": 1,
            "description": "Malicious Host",
            "first_seen": "2020-10-19 06:40:33",
            "last_seen": "2020-11-09 06:35:13",
            "source": "Alienvault Ip Reputation Database"
        },
        {
            "count": 1,
            "description": "Malicious Host",
            "first_seen": "2020-10-19 03:10:54",
            "last_seen": "2020-10-20 01:57:08",
            "source": "CIArmy"
        }
    ],
    "cidr": [
        "197.214.119.0/24"
    ],
    "city": "Kleinmond",
    "classification": "suspicious",
    "country_code": "ZA",
    "creation_time": "2020-10-19 03:10:54",
    "ip_addr": "197.214.119.117",
    "ip_version": 4,
    "is_cdn": false,
    "is_cnc": false,
    "is_distributing_malware": false,
    "is_hosting": false,
    "is_iot_threat": false,
    "is_known_attacker": false,
    "is_known_scanner": false,
    "is_mining_pool": false,
    "is_open_proxy": false,
    "is_sinkhole": false,
    "is_tor_node": false,
    "is_vpn_node": false,
    "location": {
        "lat": -33.9,
        "lon": 18.6333
    },
    "modification_time": "2022-12-06 04:15:21",
    "number_of_blacklisted_domains_resolving": 0,
    "number_of_domains_resolving": 0,
    "number_of_offline_malicious_urls_allocated": 0,
    "number_of_online_malicious_urls_allocated": 0,
    "number_of_whitelisted_domains_resolving": 0,
    "postal_code": "7195",
    "registrant_name": "Smart Village Estates DBN - DHCP Pool",
    "type": "ip"
}