Skip to content

Hostname

favero.com

Last fetched

favero.com resolves to 1 IPv4 address operated by FASTWEB in IT. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
83.103.59.12783.103.0.0/18AS12874FASTWEBIT

WHOIS identity

Registrar
iana:2
Organization
favero electronics srl
Contact emails

Subdomains

16 observed subdomains of favero.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for favero.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmusvc.com
SPF_INCLUDEsendgrid.net
SPF_IP5.196.184.4
SPF_IP83.103.59.127

Related pages

Pivot deeper into the graph from favero.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "favero.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.