Hostname
careers.quadranglesearch.com
Last fetched
careers.quadranglesearch.com resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
careers.quadranglesearch.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.49.5.198 | 23.49.5.0/24 | AS20940 | — | US |
| 23.49.5.209 | 23.49.5.0/24 | AS20940 | — | US |
| 95.100.170.42 | 95.100.170.0/24 | AS20940 | — | AE |
| 95.100.170.49 | 95.100.170.0/24 | AS20940 | — | AE |
WHOIS identity
No WHOIS records are currently associated with careers.quadranglesearch.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for careers.quadranglesearch.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.214.114.0/24 |
| SPF_IP | 103.214.115.0/24 |
| SPF_IP | 103.214.122.0/23 |
| SPF_IP | 121.243.22.128/26 |
| SPF_IP | 163.223.122.0/23 |
| SPF_IP | 180.151.241.0/26 |
| SPF_IP | 180.179.178.28/32 |
| SPF_IP | 180.179.180.0/24 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 54.240.0.0/18 |
Related pages
Pivot deeper into the graph from careers.quadranglesearch.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "careers.quadranglesearch.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.