Hostname
semtask.com
Last fetched
semtask.com resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
semtask.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 |
|---|---|---|---|---|
| 159.69.130.58 | 159.69.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- c/o whoisproxy.com
- Contact emails
- admin@firstsemantic.com
- 421658902c744581b2eaea4b06d71b58.protect@withheldforprivacy.com
- 0420307e6c0b4f228f6baf0c84af32b57b753cf41f1d07382adf9af0dc531549@semtask.com.whoisproxy.org
- 12de26e9da954cac4b0eeeb59e8320de9b91e488c391932db933aea8d889174d@semtask.com.whoisproxy.org
- 6ed53b0ee23d9663944f1cf442fe078cce54f263feb037ddc06e6878f1911d7e@semtask.com.whoisproxy.org
- 71def70a9a9ff810d74220931f8f1f63bd5bc2305338c909a46a25adfd18bbfe@semtask.com.whoisproxy.org
- 9fb5580fac248c3222bf424736cc044e70396122337849b155c89d67edad3313@semtask.com.whoisproxy.org
- f07a4c0e34a0ae77b5a6fadd595937382c757fc13e79df5da6ea5b73706a02fb@semtask.com.whoisproxy.org
Subdomains
2 observed subdomains of semtask.com.
| Subdomain |
|---|
| mail.semtask.com |
| www.semtask.com |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from semtask.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "semtask.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.