Hostname
advantek.com
Last fetched
advantek.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
advantek.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:2
- Organization
- perfect privacy,
- Contact emails
Subdomains
15 observed subdomains of advantek.com.
Web-graph footprint
Distinct hostnames that link to or from advantek.com in the public web crawl.
36 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for advantek.com.
| Mechanism | Target |
|---|---|
| SPF_A | advantek.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.20.251.112 |
| SPF_IP | 115.134.130.242 |
| SPF_IP | 122.53.97.64/27 |
| SPF_IP | 193.44.143.104/29 |
| SPF_IP | 47.225.215.8/29 |
| SPF_IP | 50.255.124.133 |
| SPF_IP | 61.222.121.208/28 |
| SPF_IP | 66.96.213.242 |
| SPF_IP | 88.130.232.102 |
| SPF_MX | advantek.com |
Related pages
Pivot deeper into the graph from advantek.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "advantek.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.