Hostname
neckattack.net
Last fetched
neckattack.net resolves to 1 IPv4 address operated by AS43515 in DE. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
neckattack.net 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 |
|---|---|---|---|---|
| 35.207.187.106 | 35.207.128.0/18 | AS43515 | — | DE |
WHOIS identity
- Registrar
- iana:69
- Organization
- chris walther
- Contact emails
Subdomains
32 observed subdomains of neckattack.net.
Showing 17 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from neckattack.net in the public web crawl.
19 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for neckattack.net.
| Mechanism | Target |
|---|---|
| SPF_A | neckattack.net |
| SPF_INCLUDE | neckattack.net.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | servers.outfunnel.com |
| SPF_IP | 181.224.132.196 |
| SPF_MX | neckattack.net |
Related pages
Pivot deeper into the graph from neckattack.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neckattack.net"})-[: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.