blind ssrf via dns rebinding is a technique where an attacker leverages a server's backend url-fetching functionality and uses dns tricks to pivot into internal systems.
the "blind" part refers to the lack of direct response from the vulnerable server — internal enumeration has to be inferred through side channels like response timing.
https://api.target.com/vendor/v3/external_registry7f000001.ac14000a.rbndr.usendpoint parameter01–154 as payloads to hit 192.168.0.1 → 192.168.0.153
this vulnerability allowed internal ip enumeration via dns rebinding and blind ssrf behavior — surfacing hosts on the internal network without direct response leakage.