I find a solution: querying the database. If I query the table alf_node_properties filtering for string_value like '%<filename>%' I find the right node_id. After i can take a look to all the properties of that node_id.
Questions: The query, if the integrity is fine, must return always one record. Right? If the result is empty does it mean that the binary is dangling? I can remove it from filesystem?
Thanks
Andrea