Hostname
assignar.com
Last fetched
assignar.com resolves to 1 IPv4 address operated by ANSONNET-AS-UK in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
assignar.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 |
|---|---|---|---|---|
| 185.214.133.5 | 185.214.132.0/23 | AS47583 | ANSONNET-AS-UK | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of assignar.com owner
- Contact emails
- assignarcom@obscure.me
- 0a7cb2cf-5e4b-4c05-8784-4464c53aedc8@identity-protect.org
- 2ac0a466-f11d-4336-8a7c-4996138c51ab@identity-protect.org
- 485fc248-09bd-4956-af7f-33c47018a3d4@identity-protect.org
- 4f92db88-1618-431a-891c-ff658b6e448b@identity-protect.org
- 7b640ba1-9ced-4b5e-9e1c-0501235730ba@identity-protect.org
- efb74c11-4d6c-4b49-bc9a-a7e8a2f60cd0@identity-protect.org
- owner-10467615@assignar.com.whoisprivacyservice.org
- owner-10540182@assignar.com.whoisprivacyservice.org
- owner-12111012@assignar.com.whoisprivacyservice.org
- owner-7953482@assignar.com.whoisprivacyservice.org
- owner-8369435@assignar.com.whoisprivacyservice.org
Subdomains
53 observed subdomains of assignar.com.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from assignar.com in the public web crawl.
148 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for assignar.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from assignar.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "assignar.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.