Skip to content

Hostname

ntp.actiontec.com

Last fetched

ntp.actiontec.com resolves to 11 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in US.

Nutrition Label

WHISPER CANON · ntp.actiontec.comRouting diversity5.2/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ntp.actiontec.com

Resolution chain

ntp.actiontec.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.61.56.35108.61.0.0/18AS20473AS-VULTR - The Constant Company, LLCUS
172.104.209.204172.104.208.0/20AS63949VKT-HK Viking Telecom LimitedUS
172.233.155.39172.233.128.0/19AS63949VKT-HK Viking Telecom LimitedUS
185.234.20.134185.234.20.0/24AS216107JUMPER AS Jumper GmbHNL
198.137.202.56198.137.202.0/24AS7247MOJO - Mojo NetworksUS
23.137.255.1523.137.255.0/24AS40663LAYER7-MITIGATION - Layer7 Technologies IncUS
23.186.168.12423.186.168.0/24AS393746ITMG-CLOUDUS
23.186.168.12523.186.168.0/24AS393746ITMG-CLOUDUS
46.37.96.10746.37.96.0/24AS9304HUTCHISON-AS-AP HGC Global Communications LimitedUS
5.161.111.1905.161.111.0/24AS213230PRINTFULUS
50.117.3.9550.117.3.0/24AS208226E2E-NETWORKS-IN 282, Sector 19US

WHOIS identity

No WHOIS records are currently associated with ntp.actiontec.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ntp.actiontec.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ntp.actiontec.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.