Skip to content

Hostname

mmsbruni.com

Last fetched

mmsbruni.com resolves to 1 IPv4 address operated by NOUVELLE-AS in IT. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · mmsbruni.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mmsbruni.com

Resolution chain

mmsbruni.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
212.115.67.3212.115.64.0/19AS12309NOUVELLE-ASIT

WHOIS identity

Registrar
iana:2
Organization
mgs srl
Contact emails

Web-graph footprint

Distinct hostnames that link to or from mmsbruni.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for mmsbruni.com.

MechanismTarget
SPF_Ammsbruni.com
SPF_IP212.115.64.0/19
SPF_IP77.93.229.0/24
SPF_MXmmsbruni.com

Related pages

Pivot deeper into the graph from mmsbruni.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mmsbruni.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.