13.79.162.73

Ireland

0

Resolved hostnames

0

Contacting malwares

0

Online malicious URLs allocated

0

Offline malicious URLs allocated


Blacklist timeline


First seen: Tue May 04 2021 23:24:31 GMT+0000
Last seen: Tue May 11 2021 22:46:05 GMT+0000
Period: 7 days

Whois information


Autonomous System
AS Name:
AS8075 Microsoft Corporation
AS Country Code:
US (United States)
AS Registry:
arin
AS Date:
Thu Mar 26 2015 00:00:00 GMT+0000
AS CIDR:
13.64.0.0/11

Registrant information
Registrant name:
Microsoft Corporation
Address:
One Microsoft Way
Postal Code:
D01 P5P5
Country Code:
IE (Ireland)
City:
Dublin
State:
WA

Emails
Emails:
  • msndcc@microsoft.com
  • IOC@microsoft.com
  • abuse@microsoft.com
  • v-raghuy@microsoft.com
  • dabedard@microsoft.com
  • Dates
    Indexed:
    Tue May 04 2021 23:24:31 GMT+0000
    Last modified:
    Tue Jun 17 2025 19:32:33 GMT+0000
    Last Updated:
    Thu Mar 26 2015 00:00:00 GMT+0000
    AS Date:
    Thu Mar 26 2015 00:00:00 GMT+0000

    Location - Dublin - WA - Ireland


    Developers can check API Specification here:


    Request:

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

    Request:

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

    Request:

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

    Response:

          
    {
        "address": "One Microsoft Way",
        "as_name": "AS8075 Microsoft Corporation",
        "as_number": "8075",
        "asn_cidr": "13.64.0.0/11",
        "asn_country_code": "US",
        "asn_date": "2015-03-26 00:00:00",
        "asn_registry": "arin",
        "blacklist": [
            {
                "count": 1,
                "description": "Malicious host",
                "first_seen": "2021-05-04 23:24:31",
                "labels": [
                    "malicious-activity"
                ],
                "last_seen": "2021-05-11 22:46:05",
                "source": "Darklist"
            }
        ],
        "cidr": [
            "13.104.0.0/14",
            " 13.64.0.0/11",
            " 13.96.0.0/13"
        ],
        "city": "Dublin",
        "classification": "suspicious",
        "country_code": "IE",
        "creation_time": "2021-05-04 23:24:31",
        "email": [
            "msndcc@microsoft.com",
            "IOC@microsoft.com",
            "abuse@microsoft.com",
            "v-raghuy@microsoft.com",
            "dabedard@microsoft.com"
        ],
        "ip_addr": "13.79.162.73",
        "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": "2015-03-26 00:00:00",
        "location": {
            "lat": 53.3165322,
            "lon": -6.3425318
        },
        "modification_time": "2025-06-17 19:32:33",
        "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": "D01 P5P5",
        "registrant_name": "Microsoft Corporation",
        "scoring_executed_time": "2025-06-17 19:32:33",
        "state": "WA",
        "tag": [
            "apache",
            "attacker",
            "script kiddies"
        ],
        "type": "ip"
    }