Hostname
psjcred.com.br
Last fetched
psjcred.com.br resolves to 2 IPv4 addresses operated by AS16276 in DE.
Nutrition Label
Resolution chain
psjcred.com.br 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 |
|---|---|---|---|---|
| 141.95.32.73 | 141.95.0.0/17 | AS16276 | — | DE |
| 199.193.117.178 | 199.193.117.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with psjcred.com.br in WhisperGraph.
Subdomains
8 observed subdomains of psjcred.com.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for psjcred.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | psjcred.com.br |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 144.217.77.37 |
| SPF_IP | 54.39.104.73 |
| SPF_MX | psjcred.com.br |
Related pages
Pivot deeper into the graph from psjcred.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psjcred.com.br"})-[: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.