Skip to content

Hostname

mail.codefive.pt

Last fetched

mail.codefive.pt resolves to 1 IPv4 address operated by ONI Internet Service Provider in PT.

Nutrition Label

WHISPER CANON · mail.codefive.ptRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.codefive.pt

Resolution chain

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

IPPrefixASNOperatorCountry
194.38.146.174194.38.128.0/19AS5626ONI Internet Service ProviderPT

WHOIS identity

No WHOIS records are currently associated with mail.codefive.pt in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for mail.codefive.pt.

MechanismTarget
SPF_Amail.codefive.pt
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.emailsignatures365.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP194.38.146.174
SPF_IP194.38.146.176
SPF_MXmail.codefive.pt

Related pages

Pivot deeper into the graph from mail.codefive.pt.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mail.codefive.pt"})-[: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.