Do you have any Event Listener which is responsible to add properties while creating the page?
If yes, then please check list of the properties those are getting added.
Then you could give a try to identify list of unpublished(newly created) pages with cq:lastReplicationAction like - SELECT * FROM [cq:Page] AS s WHERE ISDESCENDANTNODE([/content/demo]) and [jcr:content/cq:lastReplicationAction] is null