Skip to content

Commit 1a55e03

Browse files
committed
Fixed the hosts batch files
1 parent bcd07eb commit 1a55e03

4 files changed

Lines changed: 25 additions & 17 deletions

File tree

1-Hosts-Install-Block-Redshell.bat

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,13 @@ echo.
77
echo.>> %hostspath%
88
echo #Start of Block Redshell Spyware Entries# >> %hostspath%
99
echo 0.0.0.0 redshell.io >> %hostspath%
10-
echo 0.0.0.0 138.91.197.151 >> %hostspath%
1110
echo 0.0.0.0 api.redshell.io >> %hostspath%
12-
echo 0.0.0.0 40.118.187.121 >> %hostspath%
1311
echo 0.0.0.0 treasuredata.com >> %hostspath%
14-
echo 0.0.0.0 23.185.0.2 >> %hostspath%
1512
echo 0.0.0.0 api.treasuredata.com >> %hostspath%
16-
echo 0.0.0.0 34.194.99.1 >> %hostspath%
17-
echo 0.0.0.0 52.3.23.198 >> %hostspath%
18-
echo 0.0.0.0 54.80.12.77 >> %hostspath%
1913
echo 0.0.0.0 in.treasuredata.com >> %hostspath%
20-
echo 0.0.0.0 34.199.53.125 >> %hostspath%
21-
echo 0.0.0.0 50.17.28.69 >> %hostspath%
22-
echo 0.0.0.0 52.0.125.186 >> %hostspath%
23-
echo 0.0.0.0 34.200.80.85 >> %hostspath%
24-
echo 0.0.0.0 34.202.72.93 >> %hostspath%
25-
echo 0.0.0.0 54.174.193.179 >> %hostspath%
2614
echo 0.0.0.0 cdn.rdshll.com >> %hostspath%
2715
echo 0.0.0.0 t.redshell.io >> %hostspath%
28-
echo 0.0.0.0 138.91.197.151 >> %hostspath%
2916
echo 0.0.0.0 innervate.us >> %hostspath%
30-
echo 0.0.0.0 40.71.103.150 >> %hostspath%
31-
echo 0.0.0.0 40.121.210.226 >> %hostspath%
3217
echo #End of Block Redshell Spyware Entries# >> %hostspath%
3318
echo.>> %hostspath%
3419
echo.

1-Hosts-Uninstall-Block-Redshell.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SET "TEMP_HOSTS=%TEMP%\%RANDOM%__hosts"
66
echo.
77
echo UNBLOCK Redshell Spyware
88
echo.
9-
FINDSTR /V "#Start of Block Redshell Spyware Entries# & 0.0.0.0 redshell.io & 0.0.0.0 138.91.197.151 & 0.0.0.0 api.redshell.io & 0.0.0.0 40.118.187.121 & 0.0.0.0 treasuredata.com & 0.0.0.0 23.185.0.2 & 0.0.0.0 api.treasuredata.com & 0.0.0.0 34.194.99.1 & 0.0.0.0 52.3.23.198 & 0.0.0.0 54.80.12.77 & 0.0.0.0 in.treasuredata.com & 0.0.0.0 34.199.53.125 & 0.0.0.0 50.17.28.69 & 0.0.0.0 52.0.125.186 & 0.0.0.0 34.200.80.85 & 0.0.0.0 34.202.72.93 & 0.0.0.0 54.174.193.179 & 0.0.0.0 cdn.rdshll.com & 0.0.0.0 t.redshell.io & 0.0.0.0 138.91.197.151 & 0.0.0.0 innervate.us & 0.0.0.0 40.71.103.150 & 0.0.0.0 40.121.210.226 & #End of Block Redshell Spyware Entries#" "%HOSTS%" > "%TEMP_HOSTS%"
10-
MOVE /Y "%TEMP_HOSTS%" "%HOSTS%"
9+
FINDSTR /V "#Start of Block Redshell Spyware Entries# & redshell.io & api.redshell.io & treasuredata.com & api.treasuredata.com & in.treasuredata.com & cdn.rdshll.com & t.redshell.io & innervate.us & #End of Block Redshell Spyware Entries#" "%HOSTS%" > "%TEMP_HOSTS%"
10+
COPY /Y "%TEMP_HOSTS%" "%HOSTS%"
1111
echo.
1212
echo Hosts file entries has been deleted to UNBLOCK Redshell spyware.
1313
echo.

RAW/Hosts-Block-Redshell-RAW.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
0.0.0.0 redshell.io
2+
0.0.0.0 api.redshell.io
3+
0.0.0.0 treasuredata.com
4+
0.0.0.0 api.treasuredata.com
5+
0.0.0.0 in.treasuredata.com
6+
0.0.0.0 cdn.rdshll.com
7+
0.0.0.0 t.redshell.io
8+
0.0.0.0 innervate.us

RAW/IPs-Block-Redshell-RAW.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
138.91.197.151
2+
40.118.187.121
3+
23.185.0.2
4+
34.194.99.1
5+
52.3.23.198
6+
54.80.12.77
7+
34.199.53.125
8+
50.17.28.69
9+
52.0.125.186
10+
34.200.80.85
11+
34.202.72.93
12+
54.174.193.179
13+
138.91.197.151
14+
40.71.103.150
15+
40.121.210.226

0 commit comments

Comments
 (0)