First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Microsoft Azure - DC IP Range Filter

  • retag add tags

Hello, I'd like to build a display filter which contains the Microsoft Azure Data Center IPs. I have an XML file from MS that contains the IP addresses. Is there a way that WS (v3.0.1) can use the XML file to build a filter set? Or, possibly load teh XML file into WS?

If not, would anyone have a suggestion that doesn't include pulling out each IP address and building a very large filter string?

Here is the MS download page if you wish to fetch the XML file: https://www.microsoft.com/en-za/downl...

Thank you in advance for any help, JTech

JTech_17's avatar
5
JTech_17
asked 2019-04-22 09:07:00 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

The only way to get this into Wireshark somehow is to process the XML file into text which conforms to the desired filter format (display filter in this case). Looking at the XML file referenced it looks not too complicated to script a process to string the included IP address ranges into a display filter. You might even make it so to select a region to include the IP addresses from.

Jaap's avatar
13.7k
Jaap
answered 2019-04-22 12:14:50 +0000
edit flag offensive 0 remove flag delete link

Comments

Ok. Once the text file is created, where might I place the file? Is it similar to a "profile" in that the file simply needs to be added to a specific WS location? thanks JTech

JTech_17's avatar JTech_17 (2019-04-23 12:24:08 +0000) edit
add a comment see more comments
0

if youre looking for a capture filter, you can check out my articles https://www.networkcomputing.com/netw... and https://www.networkcomputing.com/netw...

thetechfirm's avatar
96
thetechfirm
answered 2019-04-22 11:28:59 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer