46.12.137.138

Greece

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated

Current activity of this IP:


Known Attacker

This IP Address has been seen sending attacks over the Internet.


Blacklist timeline


First seen: Sun Nov 22 2020 04:58:43 GMT+0000
Last seen: Thu Jul 03 2025 23:43:02 GMT+0000
Period: 5 years

Whois information


Autonomous System
AS Name:
AS1241 ADSL LLU POOLS
AS Country Code:
GR (Greece)
AS Registry:
ripencc
AS Date:
Tue Sep 14 2010 00:00:00 GMT+0000
AS CIDR:
46.12.128.0/18

Registrant information
Registrant name:
ADSL LLU POOLS
Address:
58, Antigonis Str 104 42, ATHENS GR
Postal Code:
54626
Country Code:
GR (Greece)
City:
Thessaloniki

Emails
Emails:
  • abuse@forthnet.gr
  • Dates
    Indexed:
    Sun Nov 22 2020 04:58:43 GMT+0000
    Last modified:
    Thu Jul 03 2025 23:43:04 GMT+0000
    Last Updated:
    Tue Aug 21 2018 14:10:35 GMT+0000
    AS Date:
    Tue Sep 14 2010 00:00:00 GMT+0000

    Location - Thessaloniki - Greece


    Tags

    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "58, Antigonis Str\n104 42, ATHENS\nGR",
        "as_name": "AS1241 ADSL LLU POOLS",
        "as_number": "1241",
        "asn_cidr": "46.12.128.0/18",
        "asn_country_code": "GR",
        "asn_date": "2010-09-14 00:00:00",
        "asn_registry": "ripencc",
        "blacklist": [
            {
                "count": 2,
                "description": "Mail Spammer",
                "first_seen": "2020-11-22 04:58:43",
                "last_seen": "2025-07-03 23:43:02",
                "source": "Barracuda"
            },
            {
                "count": 1,
                "description": "Malicious Host",
                "first_seen": "2020-11-21 00:00:00",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2020-11-21 00:00:00",
                "source": "HoneyDB"
            }
        ],
        "cidr": [
            "46.12.128.0/19",
            " 46.12.160.0/21"
        ],
        "city": "Thessaloniki",
        "classification": "malicious",
        "country_code": "GR",
        "creation_time": "2020-11-22 04:58:43",
        "email": [
            "abuse@forthnet.gr"
        ],
        "ip_addr": "46.12.137.138",
        "ip_version": 4,
        "is_cdn": false,
        "is_cnc": false,
        "is_distributing_malware": false,
        "is_hosting": false,
        "is_iot_threat": false,
        "is_known_attacker": true,
        "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": "2018-08-21 14:10:35",
        "location": {
            "lat": 40.6400629,
            "lon": 22.9444191
        },
        "modification_time": "2025-07-03 23:43:04",
        "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": "54626",
        "registrant_name": "ADSL LLU POOLS",
        "scoring_executed_time": "2025-07-03 23:43:04",
        "type": "ip"
    }