Hostname
neckties.pk
Last fetched
neckties.pk resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
neckties.pk resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.18.178 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.183.23 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 187.127.126.97 | 187.127.96.0/19 | AS47583 | — | BR |
| 187.127.126.97 | 187.127.96.0/19 | AS47583 | — | BR |
| 88.223.91.186 | 88.223.88.0/22 | AS47583 | — | ID |
| 91.108.119.189 | 91.108.116.0/22 | AS47583 | — | ID |
WHOIS identity
No WHOIS records are currently associated with neckties.pk in WhisperGraph.
Subdomains
4 observed subdomains of neckties.pk.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for neckties.pk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | spf.privateemail.com |
Related pages
Pivot deeper into the graph from neckties.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neckties.pk"})-[: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.