Hostname
selfservice.washsb.com
Last fetched
selfservice.washsb.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
selfservice.washsb.com 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 |
|---|---|---|---|---|
| 104.18.40.164 | 104.18.40.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.64.147.92 | 172.64.147.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with selfservice.washsb.com in WhisperGraph.
Subdomains
1 observed subdomain of selfservice.washsb.com.
| Subdomain |
|---|
| www.selfservice.washsb.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for selfservice.washsb.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfref.jackhenry.com |
| SPF_INCLUDE | washsb-com.spf.smtp25.com |
| SPF_IP | 208.88.237.194 |
| SPF_IP | 208.88.237.203 |
Related pages
Pivot deeper into the graph from selfservice.washsb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "selfservice.washsb.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.