Hostname
maltem.com
Last fetched
maltem.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
maltem.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:433
- Organization
- jean-luc clamen
- Contact emails
Subdomains
41 observed subdomains of maltem.com.
Showing 25 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from maltem.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for maltem.com.
| Mechanism | Target |
|---|---|
| SPF_A | maltem.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 13.74.148.1 |
| SPF_IP | 195.167.194.152 |
| SPF_IP | 40.66.63.89/32 |
| SPF_IP | 40.66.63.90/32 |
| SPF_IP | 40.66.63.91/32 |
| SPF_IP | 46.235.17.141 |
| SPF_IP | 46.235.17.252/32 |
| SPF_IP | 52.169.4.45 |
| SPF_IP | 54.37.149.121 |
| SPF_MX | maltem.com |
Related pages
Pivot deeper into the graph from maltem.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maltem.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.