Hostname
martek.com.py
Last fetched
martek.com.py resolves to 2 IPv4 addresses operated by SERVERCENTRAL - DEFT.COM in US.
Nutrition Label
Resolution chain
martek.com.py resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 204.93.224.136 | 204.93.128.0/17 | AS23352 | SERVERCENTRAL - DEFT.COM | US |
| 216.246.46.85 | 216.246.46.0/24 | AS23352 | SERVERCENTRAL - DEFT.COM | MX |
WHOIS identity
No WHOIS records are currently associated with martek.com.py in WhisperGraph.
Subdomains
14 observed subdomains of martek.com.py.
Web-graph footprint
Distinct hostnames that link to or from martek.com.py in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- martek-com-py.mail.protection.outlook.com
- martek.com.py
SPF policy
6 SPF mechanisms authorising senders for martek.com.py.
| Mechanism | Target |
|---|---|
| SPF_A | martek.com.py |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 204.93.224.130 |
| SPF_IP | 216.246.46.82 |
| SPF_MX | martek.com.py |
Related pages
Pivot deeper into the graph from martek.com.py.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "martek.com.py"})-[: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.