46.197.89.32

Turkey

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Fri Mar 27 2020 02:11:00 GMT+0000
Last seen: Fri Mar 27 2020 03:11:00 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS47524 Turksat Uydu Haberlesme ve Kablo TV Isletme A S
AS Country Code:
TR (Turkey)
AS Registry:
ripencc
AS Date:
Mon Dec 20 2010 00:00:00 GMT+0000
AS CIDR:
46.197.80.0/20

Registrant information
Registrant name:
Turksat Services
Address:
Konya Yolu 40. Km. Golbasi Ankara/TURKEY
Country Code:
TR (Turkey)

Dates
Indexed:
Fri Mar 27 2020 03:11:00 GMT+0000
Last modified:
Fri Mar 27 2020 03:11:00 GMT+0000
Last Updated:
Tue Oct 08 2013 07:52:35 GMT+0000
AS Date:
Mon Dec 20 2010 00:00:00 GMT+0000

Location - Turkey

Leaflet | © OpenStreetMap contributors

Developers can check API Specification here:


Request:

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

Request:

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

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

Request:

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

Response:

      
{
    "address": "Konya Yolu 40. Km. Golbasi Ankara/TURKEY",
    "as_name": "AS47524 Turksat Uydu Haberlesme ve Kablo TV Isletme A S",
    "as_number": "47524",
    "asn_cidr": "46.197.80.0/20",
    "asn_country_code": "TR",
    "asn_date": "2010-12-20 00:00:00",
    "asn_registry": "ripencc",
    "blacklist": [
        {
            "count": 1,
            "description": "HTTP Spammer",
            "first_seen": "2020-03-27 03:11:00",
            "last_seen": "2020-03-27 03:11:00",
            "source": "StopForumSpam.com"
        }
    ],
    "cidr": [
        "46.197.64.0/18",
        " 46.197.128.0/17"
    ],
    "classification": "suspicious",
    "country_code": "TR",
    "creation_time": "2020-03-27 03:11:00",
    "ip_addr": "46.197.89.32",
    "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,
    "last_updated": "2013-10-08 07:52:35",
    "location": {
        "lat": 36.9081,
        "lon": 30.6956
    },
    "modification_time": "2020-03-27 03:11:00",
    "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,
    "registrant_name": "Turksat Services",
    "tag": [
        "bot",
        "abuse"
    ],
    "type": "ip"
}