Hostname
campaign.tre.se
Last fetched
campaign.tre.se resolves to 2 IPv4 addresses operated by AS44034 in SE.
Nutrition Label
Resolution chain
campaign.tre.se 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 |
|---|---|---|---|---|
| 80.251.200.16 | 80.251.192.0/20 | AS44034 | — | SE |
| 80.251.200.24 | 80.251.192.0/20 | AS44034 | — | SE |
WHOIS identity
No WHOIS records are currently associated with campaign.tre.se in WhisperGraph.
Subdomains
2 observed subdomains of campaign.tre.se.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for campaign.tre.se.
| Mechanism | Target |
|---|---|
| SPF_IP | 80.251.200.196 |
Related pages
Pivot deeper into the graph from campaign.tre.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "campaign.tre.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.