Hostname
sa-mte.com
Last fetched
sa-mte.com resolves to 1 IPv4 address operated by AS42428 in SA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
sa-mte.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.11.187.2 | 212.11.186.0/23 | AS42428 | — | SA |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
264 observed subdomains of sa-mte.com.
Showing 25 of 264. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for sa-mte.com.
| Mechanism | Target |
|---|---|
| SPF_A | corpmail.sa-mte.com |
| SPF_A | gmail.sps.net.sa |
| SPF_A | lh-01.sps.net.sa |
| SPF_A | mail.gulf.sa |
| SPF_A | mail.sps.net.sa |
| SPF_A | sa-mte.com |
| SPF_A | smtp.sps.net.sa |
| SPF_IP | 212.11.187.2 |
| SPF_IP | 212.11.191.215/32 |
| SPF_MX | sa-mte.com |
Related pages
Pivot deeper into the graph from sa-mte.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sa-mte.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.