Skip to content

Hostname

soc.active-bytes.com

Last fetched

soc.active-bytes.com resolves to 2 IPv4 addresses operated by GCC-NETOPS-GU Guam Community College in IN.

Nutrition Label

WHISPER CANON · soc.active-bytes.comRouting diversity2.4/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/soc.active-bytes.com

Resolution chain

soc.active-bytes.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.103.196.76103.103.196.0/23AS56201GCC-NETOPS-GU Guam Community CollegeIN
169.148.148.76169.148.148.0/23AS56201GCC-NETOPS-GU Guam Community CollegeIN

WHOIS identity

No WHOIS records are currently associated with soc.active-bytes.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from soc.active-bytes.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "soc.active-bytes.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.