In our research, it's HELO that is suspect greeting, not EHLO. You'll find that HELO greetings from outside servers are almost always garbage, while EHLO is the most common greeting and not something to filter against on it's own. Only if the appended string to EHLO is from a known bad host like *.enduserdrm.info --
So watching our logs for EHLO smtp43.enduserdrm.info and blocking the IP instantly since it's malicious and hosting phishing content is what I consider acceptable.
On your other note - when HELO/EHLO contains an IP address only, very rarely does it match the IP that connected - especially when malicious - and that would be something nice to filter against as an option. This is next to impossible to filter out/block because it requires some deterministic scanning that most plain log scanners can't do on their own.
MailEnable survivor / convert --