Help
RSS
API
Feed
Maltego
Contact
Domain > sh.rustup.rs
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-04-21
13.33.115.187
(
ClassC
)
2018-04-21
13.33.115.246
(
ClassC
)
2018-04-21
13.33.115.25
(
ClassC
)
2018-04-21
13.33.115.60
(
ClassC
)
2018-04-21
13.33.115.14
(
ClassC
)
2020-04-20
143.204.142.8
(
ClassC
)
2021-06-29
65.8.228.84
(
ClassC
)
2022-04-03
13.227.173.77
(
ClassC
)
2022-12-23
143.204.68.115
(
ClassC
)
2023-05-03
13.227.219.66
(
ClassC
)
2023-12-22
65.8.161.96
(
ClassC
)
2024-01-10
13.225.214.30
(
ClassC
)
2024-07-08
18.155.129.128
(
ClassC
)
2024-07-23
13.35.166.107
(
ClassC
)
2024-08-14
204.246.191.89
(
ClassC
)
2024-08-21
99.84.66.9
(
ClassC
)
2024-12-08
204.246.191.58
(
ClassC
)
2024-12-15
108.138.94.2
(
ClassC
)
2024-12-20
204.246.191.101
(
ClassC
)
2025-01-15
108.138.94.24
(
ClassC
)
2025-02-22
204.246.191.111
(
ClassC
)
2025-03-02
108.138.94.112
(
ClassC
)
2025-03-05
99.86.74.18
(
ClassC
)
2025-03-28
54.192.95.78
(
ClassC
)
2025-04-19
3.166.192.126
(
ClassC
)
2025-06-05
108.138.94.91
(
ClassC
)
2025-06-18
18.154.206.45
(
ClassC
)
2025-09-11
99.84.215.28
(
ClassC
)
2025-09-15
13.32.241.25
(
ClassC
)
2025-09-18
3.175.34.118
(
ClassC
)
2026-02-16
3.175.34.122
(
ClassC
)
2026-03-01
3.175.34.78
(
ClassC
)
2026-03-06
3.175.34.37
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Wed, 25 Oct 2023 10:57:15 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://sh.rustup.rs/X-Cache: Redirect from html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: application/x-shContent-Length: 23159Connection: keep-aliveDate: Tue, 24 Oct 2023 14:52:13 GMTLast-Modified: Tue, 25 Apr 2023 12:28:53 GMTETag: 9457a47bb675d495b53d2ebbb75 #!/bin/sh# shellcheck shelldash# This is just a little script that can be downloaded from the internet to# install rustup. It just does platform detection, downloads the installer# and runs it.# It runs on Unix shells like {a,ba,da,k,z}sh. It uses the common `local`# extension. Note: Most shells limit `local` to 1 var per line, contra bash.if $KSH_VERSION Version JM 93t+ 2010-03-05 ; then # The version of ksh93 that ships with many illumos systems does not # support the local extension. Print a message rather than fail in # subtle ways later on: echo rustup does not work with this ksh93 version; please try bash! >&2 exit 1fiset -u# If RUSTUP_UPDATE_ROOT is unset or empty, default it.RUSTUP_UPDATE_ROOT${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}# NOTICE: If you change anything here, please make the same changes in setup_mode.rsusage() { cat EOFrustup-init 1.26.0 (577bf51ae 2023-04-05)The installer for rustupUSAGE: rustup-init OPTIONSOPTIONS: -v, --verbose Enable verbose output -q, --quiet Disable progress output -y Disable confirmation prompt. --default-host default-host> Choose a default host triple --default-toolchain default-toolchain> Choose a default toolchain to install. Use none to not install any toolchains at all --profile profile> default: default possible values: minimal, default, complete -c, --component components>... Component name to also install -t, --target targets>... Target name to also install --no-update-default-toolchain Dont update any existing default toolchain after install --no-modify-path Dont configure the PATH environment variable -h, --help Print help information -V, --version Print version informationEOF}main() { downloader --check need_cmd uname need_cmd mktemp need_cmd chmod need_cmd mkdir need_cmd rm need_cmd rmdir get_architecture ||
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
]