79.102.38.12

Sweden

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:34 GMT+0000
Last seen: Fri Mar 27 2020 03:11:34 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS2119 Telenor Mobile Broadband Customers
AS Country Code:
SE (Sweden)
AS Registry:
ripencc
AS Date:
Tue Nov 13 2007 00:00:00 GMT+0000
AS CIDR:
79.102.0.0/16

Registrant information
Registrant name:
Telenor Mobile Broadband Customers
Address:
IP Networks SE-371 80 Karlskrona Sweden
Postal Code:
111 29
Country Code:
SE (Sweden)
City:
Stockholm

Emails
Emails:
  • abuse@telenor.se
  • Dates
    Indexed:
    Fri Mar 27 2020 03:11:34 GMT+0000
    Last modified:
    Sat Mar 15 2025 17:19:46 GMT+0000
    Last Updated:
    Mon Nov 22 2010 14:41:57 GMT+0000
    AS Date:
    Tue Nov 13 2007 00:00:00 GMT+0000

    Location - Stockholm - Sweden

    Leaflet | © OpenStreetMap contributors

    Developers can check API Specification here:


    Request:

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

    Request:

    Alternatively you can use Maltiverse Python3 Library:
              
    import requests
    import json
    
    url = 'https://api.maltiverse.com/ip/79.102.38.12'
    response = requests.get(url)
    print(json.dumps(response.json(), indent=4, sort_keys=True))
            

    Request:

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

    Response:

          
    {
        "address": "IP Networks\nSE-371 80 Karlskrona\nSweden",
        "as_name": "AS2119 Telenor Mobile Broadband Customers",
        "as_number": "2119",
        "asn_cidr": "79.102.0.0/16",
        "asn_country_code": "SE",
        "asn_date": "2007-11-13 00:00:00",
        "asn_registry": "ripencc",
        "blacklist": [
            {
                "count": 1,
                "description": "HTTP Spammer",
                "first_seen": "2020-03-27 03:11:34",
                "last_seen": "2020-03-27 03:11:34",
                "source": "StopForumSpam.com"
            }
        ],
        "cidr": [
            "79.102.0.0/17"
        ],
        "city": "Stockholm",
        "classification": "suspicious",
        "country_code": "SE",
        "creation_time": "2020-03-27 03:11:34",
        "email": [
            "abuse@telenor.se"
        ],
        "ip_addr": "79.102.38.12",
        "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": "2010-11-22 14:41:57",
        "location": {
            "lat": 59.3293235,
            "lon": 18.0685808
        },
        "modification_time": "2025-03-15 17:19:46",
        "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": "111 29",
        "registrant_name": "Telenor Mobile Broadband Customers",
        "scoring_executed_time": "2025-03-15 17:19:46",
        "tag": [
            "bot",
            "abuse"
        ],
        "type": "ip"
    }