Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Website knackered somehow ?  (Read 1483 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Website knackered somehow ?
« on: December 06, 2022, 08:09:19 PM »

I wanted to use the following website https://www.citylit.ac.uk/ and all I get is the mysterious message that you see. It has been like that for four days or so. I’m not sure that this is a reasonable question to ask, but does anyone know what might have happened here?

I appreciate that kitizens reading this may have no possible way of answering my specific question, but I’d be interested in any general tips for researching such problems / outages.

This is the City Literature Institute in Central London, which offers hundreds of evenings classes and is where I have been studying various languages. Twenty seven years ago, I studied Scottish Gaelic at the City Lit for three years and that was what triggered my move from London to Skye in 1998, so I could become a full time student at smo.uhi.ac.uk.

I’m wondering if the City Lit has been hacked or attacked by ransomware or other malware?

I note that the web server “help.citylit.ac.uk” appears normal.
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Website knackered somehow ?
« Reply #1 on: December 06, 2022, 08:53:04 PM »

I used the "Down for Everyone or Just Me?" site and it confirmed "It's not just you! citylit.ac.uk is down."

The algorithm that site uses is as follows --

Quote
How do we check if citylit.ac.uk is down?

1) We check the citylit.ac.uk server to see if it is responding and we do this from a region closest to you. This test we perform simulates what an actual web browser (e.g. Safari, Chrome, Firefox) would do when trying to visit the website.

2) We determine if the citylit.ac.uk server is returning an error message that indicates some sort of problem. These types of errors generally mean that a visitor -- you -- would also have trouble using or visiting the service.

3) We return the results of our test from our servers and let you know if citylit.ac.uk is up or down.

Giving the site a gentle poke, nothing unexpected is seen --

Code: [Select]
[bcat ~]$ host citylit.ac.uk
citylit.ac.uk has address 151.101.65.124
citylit.ac.uk has address 151.101.193.124
citylit.ac.uk has address 151.101.129.124
citylit.ac.uk has address 151.101.1.124
citylit.ac.uk mail is handled by 10 citylit-ac-uk.mail.protection.outlook.com.
[bcat ~]$ ping -c1 citylit.ac.uk
PING citylit.ac.uk (151.101.1.124) 56(84) bytes of data.
64 bytes from 151.101.1.124: icmp_req=1 ttl=58 time=10.9 ms

--- citylit.ac.uk ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.935/10.935/10.935/0.000 ms
[bcat ~]$ ping -c1 151.101.129.124
PING 151.101.129.124 (151.101.129.124) 56(84) bytes of data.
64 bytes from 151.101.129.124: icmp_req=1 ttl=58 time=10.8 ms

--- 151.101.129.124 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.891/10.891/10.891/0.000 ms
[bcat ~]$ ping -c1 151.101.193.124
PING 151.101.193.124 (151.101.193.124) 56(84) bytes of data.
64 bytes from 151.101.193.124: icmp_req=1 ttl=58 time=11.2 ms

--- 151.101.193.124 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 11.218/11.218/11.218/0.000 ms
[bcat ~]$ ping -c1 151.101.65.124
PING 151.101.65.124 (151.101.65.124) 56(84) bytes of data.
64 bytes from 151.101.65.124: icmp_req=1 ttl=58 time=10.7 ms

--- 151.101.65.124 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 10.780/10.780/10.780/0.000 ms
[bcat ~]$ nmap 151.101.65.124
Starting Nmap 7.80 ( https://nmap.org ) at 2022-12-06 20:55 GMT
Nmap scan report for 151.101.65.124
Host is up (0.012s latency).
Not shown: 998 filtered ports
PORT    STATE SERVICE
80/tcp  open  http
443/tcp open  https

Nmap done: 1 IP address (1 host up) scanned in 4.64 seconds
[bcat ~]$ nmap 151.101.193.124
Starting Nmap 7.80 ( https://nmap.org ) at 2022-12-06 20:56 GMT
Nmap scan report for 151.101.193.124
Host is up (0.012s latency).
Not shown: 998 filtered ports
PORT    STATE SERVICE
80/tcp  open  http
443/tcp open  https

Nmap done: 1 IP address (1 host up) scanned in 4.57 seconds
[bcat ~]$ nmap 151.101.129.124
Starting Nmap 7.80 ( https://nmap.org ) at 2022-12-06 20:57 GMT
Nmap scan report for 151.101.129.124
Host is up (0.012s latency).
Not shown: 998 filtered ports
PORT    STATE SERVICE
80/tcp  open  http
443/tcp open  https

Nmap done: 1 IP address (1 host up) scanned in 4.11 seconds
[bcat ~]$ nmap 151.101.1.124
Starting Nmap 7.80 ( https://nmap.org ) at 2022-12-06 20:57 GMT
Nmap scan report for 151.101.1.124
Host is up (0.011s latency).
Not shown: 998 filtered ports
PORT    STATE SERVICE
80/tcp  open  http
443/tcp open  https

Nmap done: 1 IP address (1 host up) scanned in 4.55 seconds
[bcat ~]$
« Last Edit: December 06, 2022, 09:01:35 PM by burakkucat »
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Website knackered somehow ?
« Reply #2 on: December 06, 2022, 11:39:33 PM »

Agreed.

I too used a couple of such useful website tools, one of which said that the site had been ‘down’ (in their chosen sense) for three days, but that was a day or so ago so it’s more now. I wonder if some of these sites use user complaints as the metric, ie it’s ‘down’ when users say that it it, maybe with a bit more sophistication added to the algorithm in order to combat misreporting.


I take it though that something bad has happened for citylit to replace the content of their large functional website with just this one-page warning. Do you concur?

Any speculative thoughts.
Logged

DerisionEQ

  • Just arrived
  • *
  • Posts: 2
Re: Website knackered somehow ?
« Reply #3 on: December 07, 2022, 01:57:39 AM »

A quick google led to a twitter thread confirming they have "IT problems":

https://twitter.com/citylit/status/1600160076110495745

Could be hardware failure, software failure, ransomware attack, disgruntled employee sabotage ... who knows, although if it has been four days, in which they should have been able to restore a backup or have hardware repaired, it looks odd, unless their IT department is incompetent.
« Last Edit: December 07, 2022, 02:06:15 AM by DerisionEQ »
Logged

meritez

  • Content Team
  • Kitizen
  • *
  • Posts: 1626
Re: Website knackered somehow ?
« Reply #4 on: December 07, 2022, 01:40:59 PM »

Quote
What does City Lit stand for?
In 1918, following the war, the London County Council wanted to strengthen non-vocational education. It approved the opening of five literary institutes: Plumstead and Woolwich, Marylebone, Dalston, Peckham, and City Literary Institute (City Lit).

Is that City Literary Institute Tech, looking at the acronym I understand why they went with City LIT.
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Website knackered somehow ?
« Reply #5 on: December 07, 2022, 04:59:09 PM »

They’re in or near Covent Garden.
Logged