Hostname
sysco.no
Last fetched
sysco.no resolves to 2 IPv4 addresses operated by AS209242 in US.
Nutrition Label
Resolution chain
sysco.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.60.103.161 | 199.64.0.0/24 | AS209242 | — | US |
| 199.60.103.61 | 199.64.0.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- sysco as
- Contact emails
Subdomains
53 observed subdomains of sysco.no.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sysco.no in the public web crawl.
19 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for sysco.no.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sysco.no |
| SPF_A | relay01.sysco.no |
| SPF_A | relay03.sysco.no |
| SPF_INCLUDE | _spf.nanolearning.com |
| SPF_INCLUDE | eu.rp.oracleemaildelivery.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.hatteland.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.159.29.150 |
| SPF_IP | 213.52.74.74 |
| SPF_IP | 81.166.190.187 |
Related pages
Pivot deeper into the graph from sysco.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sysco.no"})-[: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.