Hostname
arcadiaca.gov
Last fetched
arcadiaca.gov resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
arcadiaca.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 129.153.97.162 | 129.153.64.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 99.83.152.234 | 99.83.144.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with arcadiaca.gov in WhisperGraph.
Subdomains
10 observed subdomains of arcadiaca.gov.
Web-graph footprint
Distinct hostnames that link to or from arcadiaca.gov in the public web crawl.
354 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for arcadiaca.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 52.8.35.38 |
| SPF_INCLUDE | 54.241.231.157 |
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | arcadia.prod.billing.truepointsolutions.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.revize.com |
| SPF_IP | 162.246.160.0/22 |
| SPF_IP | 63.192.65.0/24 |
Related pages
Pivot deeper into the graph from arcadiaca.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arcadiaca.gov"})-[: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.