mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Fix other external http links to https
This commit is contained in:
parent
e90d8f37f1
commit
79f100c0ff
5 changed files with 8 additions and 8 deletions
|
@ -29,7 +29,7 @@ looking at a complete script and breaking it down into its
|
|||
identifiable components. In this example, we'll take a look at how
|
||||
Zeek checks the SHA1 hash of various files extracted from network traffic
|
||||
against the `Team Cymru Malware hash registry
|
||||
<http://www.team-cymru.org/Services/MHR/>`_. Part of the Team Cymru Malware
|
||||
<https://www.team-cymru.org/Services/MHR/>`_. Part of the Team Cymru Malware
|
||||
Hash registry includes the ability to do a host lookup on a domain with the format
|
||||
``<MALWARE_HASH>.malware.hash.cymru.com`` where ``<MALWARE_HASH>`` is the SHA1 hash of a file.
|
||||
Team Cymru also populates the TXT record of their DNS responses with both a "first seen"
|
||||
|
@ -43,7 +43,7 @@ appropriate DNS lookup, parsing the response, and generating a notice if appropr
|
|||
:caption: detect-MHR.zeek
|
||||
|
||||
##! Detect file downloads that have hash values matching files in Team
|
||||
##! Cymru's Malware Hash Registry (http://www.team-cymru.org/Services/MHR/).
|
||||
##! Cymru's Malware Hash Registry (https://www.team-cymru.org/Services/MHR/).
|
||||
|
||||
@load base/frameworks/files
|
||||
@load base/frameworks/notice
|
||||
|
@ -327,7 +327,7 @@ the event, and a concise explanation of the functions use.
|
|||
## Generated for DNS requests. For requests with multiple queries, this event
|
||||
## is raised once for each.
|
||||
##
|
||||
## See `Wikipedia <http://en.wikipedia.org/wiki/Domain_Name_System>`__ for more
|
||||
## See `Wikipedia <https://en.wikipedia.org/wiki/Domain_Name_System>`__ for more
|
||||
## information about the DNS protocol. Zeek analyzes both UDP and TCP DNS
|
||||
## sessions.
|
||||
##
|
||||
|
@ -1320,7 +1320,7 @@ log files into subsets or duplicate that information to another
|
|||
output. The final output of the data is defined by the writer. Zeek's
|
||||
default writer is simple tab separated ASCII files but Zeek also
|
||||
includes support for `DataSeries <https://github.com/dataseries>`_
|
||||
and `Elasticsearch <http://www.elasticsearch.org>`_ outputs as well as
|
||||
and `Elasticsearch <https://www.elasticsearch.org>`_ outputs as well as
|
||||
additional writers currently in development. While these new terms
|
||||
and ideas may give the impression that the Logging Framework is
|
||||
difficult to work with, the actual learning curve is, in actuality,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue