I have added the following query you can modify this one for your case
datatable
| where not(ipv4_is_in_any_range(SourceIP, dynamic(["118.13.0.0/16"])))
This query will filter out any records where the source IP address is in the 118.13.0.0/16 range.