Hostname
sigel.de
Last fetched
sigel.de resolves to 3 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
sigel.de resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 49.12.82.181 | 49.12.0.0/16 | AS24940 | — | DE |
| 49.12.82.182 | 49.12.0.0/16 | AS24940 | — | DE |
| 49.12.82.183 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with sigel.de in WhisperGraph.
Subdomains
13 observed subdomains of sigel.de.
Web-graph footprint
Distinct hostnames that link to or from sigel.de in the public web crawl.
467 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
21 SPF mechanisms authorising senders for sigel.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sigel.at |
| SPF_A | mail.sigel.de |
| SPF_A | mx01.rexx-systems.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.eu |
| SPF_IP | 138.201.203.182 |
| SPF_IP | 212.21.170.181 |
| SPF_IP | 212.21.170.196/32 |
| SPF_IP | 80.237.187.32/28 |
| SPF_IP | 83.169.51.224/27 |
| SPF_IP | 83.246.48.112/28 |
| SPF_IP | 83.246.48.160/29 |
| SPF_IP | 83.246.48.80/28 |
| SPF_IP | 85.25.89.0/24 |
| SPF_IP | 87.230.74.128/28 |
| SPF_IP | 91.250.74.128/27 |
| SPF_IP | 91.250.95.64/26 |
| SPF_IP | 92.51.187.64/27 |
| SPF_MX | sigel.de |
Related pages
Pivot deeper into the graph from sigel.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sigel.de"})-[: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.