Hostname
presidiotrust.gov
Last fetched
presidiotrust.gov resolves to 1 IPv4 address operated by AUTOMATTIC - Automattic, Inc in US.
Nutrition Label
Resolution chain
presidiotrust.gov 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 |
|---|---|---|---|---|
| 192.0.66.195 | 192.0.66.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
No WHOIS records are currently associated with presidiotrust.gov in WhisperGraph.
Subdomains
3 observed subdomains of presidiotrust.gov.
Web-graph footprint
Distinct hostnames that link to or from presidiotrust.gov in the public web crawl.
8 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for presidiotrust.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.brainier.com |
| SPF_INCLUDE | asp-spf1.yardi.com |
| SPF_INCLUDE | asp-spf2.yardi.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.245.209.192/26 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 38.111.149.0/25 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.205.0/24 |
| SPF_IP | 54.236.109.30/32 |
| SPF_IP | 54.236.128.150/32 |
Related pages
Pivot deeper into the graph from presidiotrust.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "presidiotrust.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.