Skip to content

Hostname

siconics.com

Last fetched

siconics.com resolves to 1 IPv4 address operated by TELEHOUSE-AS in BG. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · siconics.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/siconics.com

Resolution chain

siconics.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
79.124.76.1079.124.76.0/24AS57344TELEHOUSE-ASBG

WHOIS identity

Registrar
iana:69
Organization
siconics
Contact emails

Subdomains

2 observed subdomains of siconics.com.

Web-graph footprint

Distinct hostnames that link to or from siconics.com in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for siconics.com.

MechanismTarget
SPF_Asiconics.com
SPF_IP85.130.97.11
SPF_IP85.130.97.244
SPF_MXsiconics.com

Related pages

Pivot deeper into the graph from siconics.com.

Cypher and MCP

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

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