Hostname
stinkintechnology.net
Last fetched
stinkintechnology.net resolves to 1 IPv4 address operated by NOCIX - Nocix, LLC in US. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
stinkintechnology.net 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 |
|---|---|---|---|---|
| 199.168.96.62 | 199.168.96.0/21 | AS33387 | NOCIX - Nocix, LLC | US |
WHOIS identity
- Registrar
- iana:1479
- Organization
- stinkin technology
- Contact emails
Subdomains
2 observed subdomains of stinkintechnology.net.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for stinkintechnology.net.
| Mechanism | Target |
|---|---|
| SPF_A | stinkintechnology.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | c1notifications.com |
| SPF_IP | 172.98.202.235 |
| SPF_IP | 172.98.202.239 |
| SPF_IP | 192.198.80.101 |
| SPF_IP | 199.168.96.62 |
| SPF_IP | 199.241.186.19 |
| SPF_IP | 199.241.186.21 |
| SPF_MX | stinkintechnology.net |
Related pages
Pivot deeper into the graph from stinkintechnology.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stinkintechnology.net"})-[: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.