Hostname
network.krav.se
Last fetched
network.krav.se resolves to 1 IPv4 address operated by AS34762 in BE.
Nutrition Label
Resolution chain
network.krav.se resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 188.208.37.7 | 188.208.36.0/23 | AS34762 | — | BE |
WHOIS identity
No WHOIS records are currently associated with network.krav.se in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for network.krav.se.
| Mechanism | Target |
|---|---|
| SPF_A | network.krav.se |
| SPF_A | smtp.shopify.com |
| SPF_INCLUDE | _spf.anpdm.com |
| SPF_INCLUDE | all._spf.plma.se |
| SPF_INCLUDE | shops.shopify.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.169.74.35 |
| SPF_IP | 185.169.75.0/25 |
| SPF_IP | 193.235.18.250 |
| SPF_IP | 194.169.225.0/24 |
| SPF_IP | 195.198.175.182 |
| SPF_IP | 34.250.111.115 |
| SPF_IP | 83.140.27.0/26 |
| SPF_IP | 93.158.116.197 |
| SPF_MX | network.krav.se |
Related pages
Pivot deeper into the graph from network.krav.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "network.krav.se"})-[: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.