Key Network Questions
2023-6-26 00:23:0 Author: taosecurity.blogspot.com(查看原文) 阅读量:1 收藏

Key Network Questions

I wrote this on 7 December 2018 but never published it until today. The following are the "key network questions" which "would answer many key questions about [a] network, without having to access a third party log repository. This data is derived from mining Zeek log data as it is created, rather than storing and querying Zeek logs in a third party repository."

This is how I was thinking about Zeek data in the second half of 2018.

1. What networking technologies are in use, over user-specified intervals?

   1. Enumerate non-IP protocols (IPv6, unusual Ethertypes)

   2. Enumerate IPv4 and IPv6 protocols (TCP, UDP, ICMP, etc.)

   3. What is the local IP network topology/addressing scheme?

2. What systems are providing core services to the network, over user-specified intervals?

   1. DHCP

   2. DNS

   3. NTP

   4. Domain Controller

   5. File sharing

   6. Default gateway (via DHCP inspection, other?)

   7. Web and cloud services

3. What tunnel mechanisms are in use, over user-specified intervals?

   1. IPSec or other VPNs

   2. SOCKS proxy

   3. Web proxy (port 3128)

   4. Other proxy

4. What access services are in use, over user-specified intervals?

   1. SSH

   2. Telnet

   3. RDP

   4. VNC

   5. SMB

   6. Other

5. What file transfer services are in use, over user-specified intervals?

   1. SCP or other SSH-enabled file transfers

   2. FTP

   3. SMB

   4. NFS

6. Encryption measurement, over user-specified intervals

   1. What encryption methods are in use?

   2. What percentage of network traffic over a user-specified interval is encrypted, and by which method?

7. Bandwidth measurement, over user-specified intervals

   1. Aggregate

   2. By IP address

   3. By service

8. Conversation tracking, over user-specified intervals

   1. Top N connection pairs

   2. Bottom N connection pairs

9. Detection counts, over user-specified intervals

   1. Provide a counter of messages from Zeek weird.log

   2. Provide a counter of messages from other Zeek detection logs

10. For each IP address (or possibly IP-MAC address pairing), over user-specified intervals, build a profile with the following:

   1. First seen, last seen

   2. Observed names via DNS, SMB, other

   3. Core services accessed and provided

   4. Tunnel mechanisms used and provided

   5. Access services used and provided

   6. File transfer services used and provided

   7. Encryption methods

   8. Bandwidth measurements

   9. Top N and bottom N conversation tracking

   10. Detection counts

Popular posts from this blog

Zeek in Action Videos

Image

This is a quick note to point blog readers to my Zeek in Action YouTube video series for the Zeek network security monitoring project .  Each video addresses a topic that I think might be of interest to people trying to understand their network using Zeek and adjacent tools and approaches, like Suricata, Wireshark, and so on.  I am especially pleased with Video 6 on monitoring wireless networks . It took me several weeks to research material for this video. I had to buy new hardware and experiment with a Linux distro that I had not used before -- Parrot .  Please like and subscribe, and let me know if there is a topic you think might make a good video.

MITRE ATT&CK Tactics Are Not Tactics

Image

Just what are "tactics"? Introduction MITRE ATT&CK  is a great resource, but something about it has bothered me since I first heard about it several years ago. It's a minor point, but I wanted to document it in case it confuses anyone else. The MITRE ATT&CK Design and Philosophy document from March 2020 says the following: At a high-level, ATT&CK is a behavioral model that consists of the following core components: • Tactics, denoting short-term, tactical adversary goals during an attack; • Techniques, describing the means by which adversaries achieve tactical goals; • Sub-techniques, describing more specific means by which adversaries achieve tactical goals at a lower level than techniques; and • Documented adversary usage of techniques, their procedures, and other metadata. My concern is with MITRE's definition of "tactics" as "short-term, tactical adversary goals during an attack," which is oddly recursive. The key word in the tacti

New Book! The Best of TaoSecurity Blog, Volume 4

Image

  I've completed the TaoSecurity Blog book series . The new book is  The Best of TaoSecurity Blog, Volume 4: Beyond the Blog with Articles, Testimony, and Scholarship .  It's available now for Kindle , and I'm working on the print edition.  I'm running a 50% off promo on Volumes 1-3 on Kindle through midnight 20 April. Take advantage before the prices go back up. I described the new title thus: Go beyond TaoSecurity Blog with this new volume from author Richard Bejtlich. In the first three volumes of the series, Mr. Bejtlich selected and republished the very best entries from 18 years of writing and over 18 million blog views, along with commentaries and additional material.  In this title, Mr. Bejtlich collects material that has not been published elsewhere, including articles that are no longer available or are stored in assorted digital or physical archives. Volume 4 offers early white papers that Mr. Bejtlich wrote as a network defender, either for technical or pol


文章来源: https://taosecurity.blogspot.com/2023/06/key-network-questions.html
如有侵权请联系:admin#unsafe.sh