Support RF sensors

I have an alarm system installed at home which claims to use “ASK433Mhz” for communication. I’ve tried two different RF hubs which works for other devices but not for these sensors. How can I get started trying to read info from them? I’ve tried setting up the RF receiver example using an Arduino and the RF modules but they can’t decode anything from them, sadly.

Any help is greatly appreciated. This is the sensor model: https://item.jd.com/7499443.html

And this is a picture of the RF receiver from my alarm system panel, in case someone can identify it: https://i.imgur.com/wLxFYbN.png

I think ASK may stand for Amplitude Shift Keying. Most 433MHz sensor, buttons use Frequency Shift Keying (FSK), so any receivers for them would not be compatible.

I haven’t seen anything that detects ASK 433MHz, although my Energenie eTRVs use OOK, which I understand is a form of ASK.