Hostname
second-nature.co
Last fetched
second-nature.co resolves to 2 IPv4 addresses operated by AS196763 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
second-nature.co 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 |
|---|---|---|---|---|
| 185.33.180.133 | 185.33.180.0/22 | AS196763 | — | DE |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- denisa ratulea
- Contact emails
Subdomains
6 observed subdomains of second-nature.co.
Web-graph footprint
Distinct hostnames that link to or from second-nature.co in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- second-nature.co
SPF policy
10 SPF mechanisms authorising senders for second-nature.co.
| Mechanism | Target |
|---|---|
| SPF_A | second-nature.co |
| SPF_INCLUDE | _spf.globehosting.net |
| SPF_INCLUDE | mail.hostingww.com |
| SPF_IP | 185.247.61.178 |
| SPF_IP | 185.247.61.32 |
| SPF_IP | 185.247.61.33 |
| SPF_IP | 185.247.61.36 |
| SPF_IP | 185.33.180.133 |
| SPF_IP | 188.213.22.57/32 |
| SPF_MX | second-nature.co |
Related pages
Pivot deeper into the graph from second-nature.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "second-nature.co"})-[: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.