What term is used to describe an interrupt that does not have an identifiable source?

A spurious interrupt is a hardware interrupt for which no identifiable source can be found. It may be caused by electrical anomalies or other issues in the interrupt circuitry, and the ISR often takes no action other than possibly logging the event.