Skip to content

Hostname

amalmed.selfip.com

Last fetched

amalmed.selfip.com resolves to 3 IPv4 addresses operated by PTC-YemenNet - Public Telecommunication Corporation in YE.

Nutrition Label

WHISPER CANON · amalmed.selfip.comRouting diversity3.0/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/amalmed.selfip.com

Resolution chain

amalmed.selfip.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
134.35.183.133134.35.176.0/21AS30873PTC-YemenNet - Public Telecommunication CorporationYE
134.35.197.44134.35.192.0/21AS30873PTC-YemenNet - Public Telecommunication CorporationYE
134.35.213.26134.35.208.0/21AS30873PTC-YemenNet - Public Telecommunication CorporationYE

WHOIS identity

No WHOIS records are currently associated with amalmed.selfip.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from amalmed.selfip.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "amalmed.selfip.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.