Hostname
pmcm.pr.gov.br
Last fetched
pmcm.pr.gov.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pmcm.pr.gov.br resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.94.100 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.23 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.54 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.64 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.4.17 | 18.172.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.172.4.36 | 18.172.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.172.4.51 | 18.172.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 18.172.4.56 | 18.172.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
WHOIS identity
No WHOIS records are currently associated with pmcm.pr.gov.br in WhisperGraph.
Subdomains
5 observed subdomains of pmcm.pr.gov.br.
Web-graph footprint
Distinct hostnames that link to or from pmcm.pr.gov.br in the public web crawl.
21 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for pmcm.pr.gov.br.
| Mechanism | Target |
|---|---|
| SPF_A | pmcm.pr.gov.br |
| SPF_INCLUDE | netblocks.dreamhost.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | secureserver.net |
| SPF_IP | 54.86.137.168 |
| SPF_MX | pmcm.pr.gov.br |
Related pages
Pivot deeper into the graph from pmcm.pr.gov.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pmcm.pr.gov.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.