Help
RSS
API
Feed
Maltego
Contact
Domain > trevordasch.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-09
3.5.80.78
(
ClassC
)
2025-12-17
52.218.216.67
(
ClassC
)
2026-01-04
3.5.84.249
(
ClassC
)
2026-02-27
52.218.197.122
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: yHiDZ8a3vsWwzVk4WeXsFNru7M1CeMT481kBUoUVvNImqtxEbePkA7FJRQjXCKXSS1/gD6+/k0kx-amz-request-id: 766B3Z79FKC9X5GVDate: Wed, 17 Dec 2025 14:26:46 GMTLast-Modified: Tue, 12 Jul 20 html>style typetext/css>body{ margin:0; background-color:black;}.center_wrapper{ position: absolute; left: 50%; top: 10%;}.center_text{ position: relative; left: -50%; font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; color: #83F52C;}/* unvisited link */a:link { color: #18CAE6;}/* visited link */a:visited { color: #FF009A;}/* mouse over link */a:hover { color: #83F52C;}/* selected link */a:active { color: #18CAE6;}/style>head>title>Trevor Dasch/title>/head>body>body> div classcenter_wrapper> div classcenter_text> The year was 20XX. Trevor Dasch was a Software Engineer in San Francisco, CA. br /> A record of this time period can be found on an archive known as a hrefhttps://www.linkedin.com/pub/trevor-dasch/37/137/87a>Linkedin/a> /div> /div>/body>/div>canvas idmyCanvas width100 height100>/canvas>script>// Taken from here: https://gist.github.com/banksean/304522// Ported from Stefan Gustavsons java implementation// http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf// Read Stefans excellent paper for details on how this code works.//// Sean McCullough banksean@gmail.com /** * You can pass in a random number generator object if you like. * It is assumed to have a random() method. */var SimplexNoise function(r) { if (r undefined) r Math; this.grad3 1,1,0,-1,1,0,1,-1,0,-1,-1,0, 1,0,1,-1,0,1,1,0,-1,-1,0,-1, 0,1,1,0,-1,1,0,1,-1,0,-1,-1; this.p ; for (var i0; i256; i++) { this.pi Math.floor(r.random()*256); } // To remove the need for index wrapping, double the permutation table length this.perm ; for(var i0; i512; i++) { this.permithis.pi & 255; } // A lookup table to traverse the simplex around a given point in 4D. // Details can be found where this table is used, in the 4D noise method. this.simplex 0,1,2,3,0,1,3,2,0,
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]