41.249.118.146

Morocco

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Sat May 03 2025 23:22:19 GMT+0000
Last seen: Sun May 04 2025 00:22:19 GMT+0000
Period: an hour

Whois information


Autonomous System
AS Name:
AS36903 Adsl Maroc Telecom
AS Country Code:
MA (Morocco)
AS Registry:
afrinic
AS Date:
Thu Feb 02 2006 00:00:00 GMT+0000
AS CIDR:
41.249.112.0/21

Registrant information
Registrant name:
Adsl Maroc Telecom
Address:
Division Exploitation et maintenance des PFS MAROC TELECOM Avenue de France AGDAL Immeuble DR Rabat
Postal Code:
10105
Country Code:
MA (Morocco)
City:
Rabat

Dates
Indexed:
Wed Jan 13 2021 15:48:06 GMT+0000
Last modified:
Sun May 04 2025 00:22:21 GMT+0000
AS Date:
Thu Feb 02 2006 00:00:00 GMT+0000

Location - Rabat - Morocco

Leaflet | © OpenStreetMap contributors

Developers can check API Specification here:


Request:

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

Request:

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

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

Request:

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

Response:

      
{
    "address": "Division Exploitation et maintenance des PFS\nMAROC TELECOM\nAvenue de France AGDAL\nImmeuble DR Rabat",
    "as_name": "AS36903 Adsl Maroc Telecom",
    "as_number": "36903",
    "asn_cidr": "41.249.112.0/21",
    "asn_country_code": "MA",
    "asn_date": "2006-02-02 00:00:00",
    "asn_registry": "afrinic",
    "blacklist": [
        {
            "count": 1,
            "description": "Mail Spammer",
            "first_seen": "2025-05-04 00:22:19",
            "last_seen": "2025-05-04 00:22:19",
            "source": "Barracuda"
        },
        {
            "count": 1,
            "description": "HTTP Spammer",
            "first_seen": "2021-01-13 15:48:06",
            "labels": [
                "malicious-activity"
            ],
            "last_seen": "2021-04-12 09:59:03",
            "source": "StopForumSpam.com"
        }
    ],
    "cidr": [
        "41.249.0.0/17"
    ],
    "city": "Rabat",
    "classification": "suspicious",
    "country_code": "MA",
    "creation_time": "2021-01-13 15:48:06",
    "ip_addr": "41.249.118.146",
    "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.9715904,
        "lon": -6.8498129
    },
    "modification_time": "2025-05-04 00:22: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": "10105",
    "registrant_name": "Adsl Maroc Telecom",
    "scoring_executed_time": "2025-05-04 00:22:21",
    "tag": [
        "bot",
        "abuse"
    ],
    "type": "ip"
}