diff --git a/README.md b/README.md index 35a853b..3aa6e11 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ - # Best Practices in Threat Intelligence -This book is to compile the best practices in threat intelligence analysis with the support of the open source threat intelligence platform called [MISP](https://www.misp-project.org/). +The aim of this book is to compile the best practices in threat intelligence analysis. +Whilst it can be used as a general guide, it is based on the open source threat intelligence platform called [MISP](https://www.misp-project.org/), for practical reasons. -The book is readable in [PDF](https://www.misp-project.org/best-practices-in-threat-intelligence.pdf) or [HTML]( https://www.misp-project.org/best-practices-in-threat-intelligence.html) format. +The book is available in [PDF](https://www.misp-project.org/best-practices-in-threat-intelligence.pdf) and [HTML](https://www.misp-project.org/best-practices-in-threat-intelligence.html) format. ## How To Contribute -- Fork the project -- Add your best practice in the directory [best-practices](./best-practices) in [asciidoctor](https://asciidoctor.org) format and don't forget to include the file in book.adoc -- Make a pull-request +1. [Fork](https://github.com/MISP/best-practices-in-threat-intelligence) the project +2. Add your best practice in the directory [best-practices](./best-practices) in [asciidoctor](https://asciidoctor.org) format and don't forget to include the file in book.adoc +3. Make a pull-request ## License diff --git a/best-practices/building-workflow.adoc b/best-practices/building-workflow.adoc index 814111d..0282650 100644 --- a/best-practices/building-workflow.adoc +++ b/best-practices/building-workflow.adoc @@ -1,12 +1,12 @@ === How to track and keep the state of an analysis -NOTE: Having a workflow to follow and be able to refer to is something useful for the analyst as well as for other people reading or relying on the analysis. +NOTE: Having a workflow to follow, and be able to refer to, is something useful for the analyst as well as for other people reading or relying on the analysis. -Keeping track of the advancement of an analysis, of what has been done or still needs to be done is important in order to not forget anything on one side or to ensure work is not performed redundantly by accident. It is essential to have a method to keep these information clear and concise. +Keeping track of the advancement of an analysis, of what has been done or still needs to be done, is important in order not to forget anything on either side and to ensure work is not performed redundantly by accident. It is essential to have a method to keep these information clear and concise. One of the possible methodologies is to use tags to mark the information and convey the current state of an analysis. For instance the MISP Workflow Taxonomy allows the user to describe the state of an analysis, as `complete` or `incomplete`. Moreover, it can be used to clearly specify what still needs to be done using the `todo` tags. The workflow taxonomy is separated into two parts. One part is related to the actions to be done (`todo`) and the other part is about the current state of the analysis(`state`) such as `incomplete`, `draft` or `complete`. -TIP: For more information on the MISP Workflow Taxonomy, please feel free to read https://www.misp-project.org/taxonomies.html#_workflow[Workflow taxonomy cheat sheet]. +TIP: For more information on the MISP Workflow Taxonomy, feel free to read the https://www.misp-project.org/taxonomies.html#_workflow[Workflow taxonomy cheat sheet]. diff --git a/best-practices/expressing-confidence.adoc b/best-practices/expressing-confidence.adoc index 157f857..80f5619 100644 --- a/best-practices/expressing-confidence.adoc +++ b/best-practices/expressing-confidence.adoc @@ -3,14 +3,23 @@ NOTE: Expressing the confidence or the lack of it in an analysis is a critical step to help a partner or a third-party to check your hypotheses and conclusions. Analysis or reports are often shared together with technical details, but often lack the associated overall confidence level. -[TODO: describe estimative probability] +To ascertain this confidence level you can use for example the MISP Taxonomies called https://www.misp-project.org/taxonomies.html#_admiralty_scale[admiralty-scale] and/or https://www.misp-project.org/taxonomies.html#_estimative_language[estimative-language]. +This is a very human way to describe either globally an event or individual indicators of an event, with a set of easy to read human tags. (e.g: admiralty-scale:source-reliability="a/b/c...", estimative-language:likelihood-probability="almost-no-chance", estimative-language:confidence-in-analytic-judgment="moderate") +Generally it is good practice to do this globally for the event as this will enrich the trust/value if set. +Using this in an automated way is also possible but without human intervention, or AI that actually works, not recommended. +Also, on events with hundreds of attributes this is cumbersome and perhaps unfeasible and will just frustrate operators. +The obvious side-effect of this approach is that automation will be the overall benefactor too upping the trust on that level too. -Adding confidence or estimative probability have multiple advantages such as: + [TODO: revise description of estimative probability] + +Thus, adding confidence or estimative probability has multiple advantages such as: - Allow receiving organisations to filter, classify and score the information in an automated way based on related tags - Information with low-confidence can still be shared and reach communities or organisations interested in such information without impacting organisations filtering out by increased confidence level - Support counter analyses and competitive analyses to validate hypotheses expressed in original reporting -[TODO: define counter and competitive analyses] +- Depending on source organisation, have an affirmative that some HumInt has one into the sharing process + + [TODO: define counter and competitive analyses] Complement analysis with contrary evidences is also very welcome to ensure the original analysis and the hypotheses are properly evaluated. diff --git a/best-practices/how-to-classify-information.adoc b/best-practices/how-to-classify-information.adoc index 81839c0..77323e5 100644 --- a/best-practices/how-to-classify-information.adoc +++ b/best-practices/how-to-classify-information.adoc @@ -1,12 +1,12 @@ === How to classify information -NOTE: Classifying information is something that has proven being very useful in lots of domains, including Threat Intelligence as it helps assessing the main information very quickly. Moreover, it can help to build correlations between events or reports, allowing analysts to better understand threat actors. +NOTE: Classifying information is something that has proven being very useful in lots of domains, including Threat Intelligence, as it helps assessing the main information very quickly. Moreover, it can help to build correlations between events or reports, allowing analysts to better understand threat actors. The first tool we can use to classify information are tags and taxonomies . Tags can be used to describe how the information can be shared, using the tlp (Traffic Light Protocol) taxonomy, in order to prevent information leaks. . They can also be used to describe the source where information came from. -. Many taxonomies allow the user to further explain the kind of threat [TODO: was that the meaning?] +. Many taxonomies allow the user to further explain the kind of threat.[TODO: was that the meaning?] --mapping-- -- Galaxies +- Galaxies (ATT&CK matrix) - Comments diff --git a/best-practices/improving-analysis.adoc b/best-practices/improving-analysis.adoc index e7abc51..5a6978d 100644 --- a/best-practices/improving-analysis.adoc +++ b/best-practices/improving-analysis.adoc @@ -2,15 +2,28 @@ NOTE: Improvement of the analysis process can range from a simple notification of a false-positive or the correction of a typographic error, all the way up to a complete competitive or counter analysis of the original analysis. -A common difficulty in threat intelligence is to improve existing analyses and especially how to do it efficiently. One of the main questions to ask is: what will be the target audience of the improved analysis and the objective thereof? +A common difficulty in threat intelligence is to improve existing analyses and especially how to do it efficiently. +One of the main questions to ask is: + +**"What will be the target audience of the improved analysis and the objective thereof?**" + +The following three answers could come to mind. . Informing the original analyst/author (e.g. a security vendor or a CSIRT) about a specific mistake or error which needs to be corrected. . Improving an existing analysis by performing a complementary analysis or review which will be shared to and used by another group (e.g. a specific constituent, or a team within your organisation or a member of an ISAC, etc). +. The end-consumer will be an automaton. -In the first case, MISP includes a mechanism to propose changes to the original creator, a mechanism we refer to as proposals. By using proposals, you can propose a change to the value or the context of an attribute (such as a typographic error in an IP address, missing contextual information, type of the information, the category or the removal of an IDS flag). The proposal will be sent back to the original author who can decide to accept or discard it. +In the **1st** case, MISP includes a mechanism to propose changes to the original creator, a mechanism MISP refers to as proposals. By using proposals, you can propose a change to the value or the context of an attribute (such as a typographic error in an IP address, missing contextual information, type of the information, the category or the removal of an IDS flag). The proposal will be sent back to the original author who can decide to accept or discard it. The advantages of using the proposal system include the lack of a need to create a new event as well as the process itself being very simple and fast. However, it assumes that the party providing the improvements is willing to lose control over the proposed data. This is pretty efficient for small changes but for more comprehensive changes, especially those that include non-attribute information such as galaxy clusters or objects, the event extension is more appropriate. -Apart from being more suitable for more comprehensive changes, the second scenario is also a great fit for the extended event functionality, allowing users wanting to provide additional information or an alternate view-point with the opportunity of creating a self-contained event (which can have its own custom distribution rules) that references the original analysis. This information can be shared back to the original author or kept within a limited distribution scope such as a specific sector, a trust group or as internal information for the organisation providing the additional information. +Apart from being more suitable for more comprehensive changes, the **2nd** scenario is also a great fit for the extended event functionality, allowing users wanting to provide additional information or an alternate view-point with the opportunity of creating a self-contained event (which can have its own custom distribution rules) that references the original analysis. This information can be shared back to the original author or kept within a limited distribution scope such as a specific sector, a trust group or as internal information for the organisation providing the additional information. TIP: For more information about the extended event functionality in MISP, the blog post *http://www.misp-project.org/2018/04/19/Extended-Events-Feature.html[Introducing The New Extended Events Feature in MISP]* includes a lot of details. + +In the **3rd** scenario your use-case might be highly automated, e.g. scripted processing of events and attributes via https://github.com/MISP/PyMISP[PyMISP] and the end-consumer is mainly another automated process, e.g. Intrusion Detection System, 3rd part visualization tool etc. +This, for automagic reasons, becomes exponentially unreliable. +What is primal in this case is to fully understand what the IDS flag in MISP does and how it impacts attributes. +Further on, it is even more important to fully understand the entire tool-chain, cradle-to-grave style. +Where does the data come from (cradle) where does it go to (grave) and what processes "touch" the data as it flows through, small diagrams can help tremendously to visualize the actual data-flow. +Those diagrams will mostly be of use once unexpected results occur, or other errors appear somewhere in the chain. diff --git a/best-practices/intelligence-tagging.adoc b/best-practices/intelligence-tagging.adoc index 0b93c48..0fa9fd2 100644 --- a/best-practices/intelligence-tagging.adoc +++ b/best-practices/intelligence-tagging.adoc @@ -1,31 +1,43 @@ === Intelligence Tagging -There are several factors for not only successful but efficient intelligence sharing. Certainly, one major aspect is the quality of the indicators (or observable depending on the definition you use), +There are several factors to successful and efficient intelligence sharing. Certainly, one major aspect is the quality of the indicators (or observable depending on the definition you use), stored as attributes within a MISP event itself. However, it does not stop there. Even the most viable information gained by a shared event can render itself complete useless if not classified and tagged accordingly. -One feature which enables a uniformed classification is implemented in MISP as tags. Currently, there are two types of tags, which diverse in the place where they are set. -For one, you can add tags to an entire event. These tags should be valid for any individual attribute, thus indicator associated to this specific event. -For a more fine-grained specification all of these tags can also be placed at attribute level. This allows the user to put a more detailed and selective view on each attribute. +One feature which enables a uniformed classification is implemented in MISP as tags. Currently, there are two types of tags, which differ in the respective place they are set. -NOTE: In future releases there will also be tagging for MISP Objects. What is somehow an intermediate solution for the two prior mentioned options. +. You can add tags to an **entire event**. These **tags should be valid for any individual attribute**, thus indicator associated to this specific event. +. For a more fine-grained specification all of these tags can also be placed at attribute level. This allows the user to put a more detailed and selective view on each attribute. -NOTE: MISP Objects in it’s plain concept is a grouping of indicators within one event. These grouped indicators are somehow linked together. The specific relationship is described by the individual object type. -A simple file object links e.g. a filename to its observed hash values (md5, sha1, sha256 and many more). +NOTE: Currently there is no programmatic way that prevents you from not following the 1st rule. Thus human garbage tagging in automation output potentially useless. -A frequent use case for placing additional tages on attribute level would be to lower the confidence in certain attributes. If the event is classified with a high confidence tag, some indicators e.g. legit-but-compromised domains or popular filenames should be labeled with a lowered confidence class. There are several real world examples where this or similar attribute specific tagging has proven to be worthwhile. +NOTE: In future releases there will also be tagging for MISP Objects. Which is, somehow, an intermediate solution for the two prior mentioned options. -Most of the tags are organised in a dedicated MISP Taxonomy. This schema dictates how tags should look like and how they are behaving in certain occasions. -There are a lot of details in this topic in general which can be read up in the main MISP Taxonomy Gitlab repository. -Currently, there are more than 60 different taxonomies available, each of them containing a number of different tags, which is steadily increasing. -There are a lot of advantages in having this variety of tags, e.g. there is one tag for each known associated malware type. +NOTE: MISP Objects in its plain concept is a grouping of indicators within one event. These grouped indicators are somehow logically linked together. The specific relationship is described by the individual object type. +A simple **file object**, links for example a filename to its observed hash values (md5, sha1, sha256 and many more). This can further be enriched via misp-modules or other plug-ins. -However, this sheer huge amount of tags leads to two main concerns, over-tagging and miss-tagging. Beginners can be overwhelmed with the large number of available tags, to miss exactly this taxonomy to properly label the to be shared data. -Over-tagging in most cases only leads to an overwhelming visual appearance. Miss-tagging, however, is a critical step into misusage of shared data. +A frequent use-case for placing additional tags on attribute level would be to lower the confidence in certain attributes. If the event is classified with a high confidence tag, some indicators e.g. legit-but-compromised domains or popular filenames should be labeled with a lowered confidence class. There are several real world examples where this or similar attribute specific tagging has proven to be worthwhile. + +Most of the tags are organised in dedicated MISP Taxonomies. Those schema dictate how tags should look like and how they are to be applied in certain conditions. +There are many general details on this topic which can be read up on in the main https://github.com/MISP/misp-taxonomies[MISP Taxonomy GitHub repository]. +Currently, there are more than 60 different taxonomies available, each of them containing a number of different tags, which are steadily increasing and evolving. +There are a lot of advantages in having such a vast variety of tags, e.g. there is one tag for each known associated malware type. + +However, this sheer amount of tags can lead to two main concerns, **over-tagging** and **miss-tagging**. Beginners can be overwhelmed with the large number of available tags, and might miss exactly the required taxonomy to properly label the to be shared data. +As a site administrator it is thus important to enable the taxonomies that are known to the users on the MISP instance, (or to remote organizations you might sync with). + +NOTE: In MISP making a Taxonomy available is a 2-step process. First you make the taxonomy available and then you can either decide to enable all the individual tags in the taxonomy or cherry-pick only the relevant ones for your use-case. (The Vocabulary for Event Recording and Incident Sharing (VERIS) has well over 1990 tags, and perhaps you are only interested in the sub-set `veris:action:error:variety`). + +Over-tagging in most cases only leads to an overwhelming visual appearance. Miss-tagging, however, is a critical step into mis-usage of shared data. The best and most devastating example would be the miss classification of an event. In dedicated and private sharing groups it is quite usual to share intelligence labeled as „for your company only“. -This data must not leave the boundaries of this virtual border of the recipient’s firm. To prevent this kind of mistake, the traffic light protocol (aka TLP) and its respective taxonomy can be used. +This data must not leave the boundaries of this virtual border of the recipient’s firm. -There are multiple solutions and proposals to solve the issue of missing additional information about the shared content in form of tags. -One of these is the following list of tags which should be at least present to either the event itself or the individual attributes (in this order of importance): +To prevent this kind of mistake, the traffic light protocol (aka TLP) and its respective taxonomy can be used and thus complementing the mitigation in the note below. + +NOTE: One mitigation the scenario of mis-classified data, would be to use the warning lists (or notice lists) as a canary. Whilst not ideal and far from a defacto solution to catch all issues, it would be a good-enough-yet-coarse way of detection. + +There are multiple solutions to solve the issue of missing additional information about the shared content. +One of them is the following list of tags which are deemed to be the minimal subset at the start of any event or the individual attributes. +sharing platform. The list below is in order of importance. . *https://github.com/MISP/misp-taxonomies/blob/master/tlp/machinetag.json[TLP-Tags]*: https://www.us-cert.gov/tlp[TLP] utilizes a simple four color schema for indicating how intelligence can be shared. . *https://github.com/MISP/misp-taxonomies/blob/master/veris/machinetag.json[Confidence-Tags]*/*https://github.com/MISP/misp-taxonomies/blob/master/cssa/machinetag.json[Vetting State]*: There are huge differences in the quality of data, whether it was vetted upon sharing. As this means that the author was confident that the shared data is or at least was a good indicator of compromise. diff --git a/best-practices/what-to-share.adoc b/best-practices/what-to-share.adoc index a681be1..484d561 100644 --- a/best-practices/what-to-share.adoc +++ b/best-practices/what-to-share.adoc @@ -1,6 +1,6 @@ === What To Share or What Counts As Valuable Information? -NOTE: Valuable information is a moving concept and highly depending of the goal of the users sharing and/or using the information. A valuable information can also evolve following the capabilities of an organisation. +NOTE: Valuable information is a moving concept and depends highly on the goal of the users sharing and/or using the information. A valuable information can also evolve following the capabilities of an organisation. Contribution comes in various shapes and sizes. @@ -13,6 +13,6 @@ Information which is often distributed within sharing communities are the follow - False-positive or false-negative reporting - Asking for contribution or support from the community (such as "have you seen this threat?" or "do you have more samples?") -TIP: By having a look at https://www.misp-project.org/objects.html[the object templates] or the https://www.misp-project.org/datamodels/#misp-core-format[MISP attribute types], this can help you to discover what is actively shared within other communities. If a type or an object template is not matching your data model, you can easily create new ones. +TIP: By having a look at https://www.misp-project.org/objects.html[the object templates] or the https://www.misp-project.org/datamodels/#misp-core-format[MISP attribute types], this can help you discover what is actively shared within other communities. If a type or an object template is not matching your data model, you can easily create new ones. -TIP: When asking for the support of the community, using a specific taxonomy such as https://www.misp-project.org/taxonomies.html#_collaborative_intelligence[collaborative intelligence] to express your needs might help everyone and improve automation. +TIP: When asking for the support of the community, using a specific taxonomy such as https://www.misp-project.org/taxonomies.html#_collaborative_intelligence[collaborative intelligence] to express your needs, will make your request more concise improving your feedback potential and improve automation. diff --git a/book.adoc b/book.adoc index aea563d..6580946 100644 --- a/book.adoc +++ b/book.adoc @@ -5,9 +5,13 @@ :toc: :icons: font -=== Introduction +== Introduction -The objective of this book is to compile the best practices in Threat Intelligence Analysis with the support of the Open Source Threat Intelligence platform https://www.misp-project.org/[MISP]. The best practices described here are from Information Sharing communities (ISAC or CSIRT) which are regularly using MISP to support their work and sharing practices. +The aim of this book is to compile the best practices in threat intelligence analysis. + +Whilst this book can be used as a general guide, it is based on the open source threat intelligence platform called https://www.misp-project.org/[MISP] to give the reader the most practical and real-world experience. + +The best practices described herein are from Information Sharing communities (ISAC or CSIRT) which are regularly using MISP to support their work and sharing practices. == Best Practices @@ -19,6 +23,10 @@ include::{sourcedir}what-to-share.adoc[] <<< +include::{sourcedir}intelligence-tagging.adoc[] + +<<< + include::{sourcedir}expressing-confidence.adoc[] <<< @@ -27,18 +35,37 @@ include::{sourcedir}building-workflow.adoc[] <<< -include::{sourcedir}intelligence-tagging.adoc[] +include::{sourcedir}how-to-classify-information.adoc[] <<< - == Authors and Contributors -- Alexandre Dulaunoy -- Andras Iklody +- https://github.com/adulau[Alexandre Dulaunoy] +- https://github.com/igl0cksa[Andras Iklody] +- https://github.com/SteveClement[Steve Clement] [glossary] == Glossary [glossary] +MISP Glossary:: This glossary is meant as a quick lookup document in case of any need of clarification of any threat sharing, threat-intel lingo. +Be careful when adding terms to the glossary. Adding a generic term like: *MISP* will prevent terms like *MISP noticelist* to be addded. As a matter of definition please use the singular for any terms. +In case you use any CCBYSA licensed content, or other pieces that are subject to licensing, make sure to add it as a by-line at the end of the mention. ISAC:: Information Sharing and Analysis Center MISP:: MISP - Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing +MISP Modules:: MISP modules are autonomous modules that can be used for expansion and other services in MISP. https://github.com/MISP/misp-modules[MISP modules GitHub Repository] +MISP warninglists:: MISP warninglists are lists of well-known indicators that can be associated to potential false positives, errors or mistakes. https://github.com/MISP/misp-warninglists[MISP warninglists GitHub Repository] +MISP noticelist:: Notice lists to inform MISP users of the legal, privacy, policy or even technical implications of using specific attributes, categories or objects. https://github.com/MISP/misp-noticelist[MISP noticelist GitHub Repository] +MISP Taxonomies:: https://en.wikipedia.org/wiki/Taxonomy_(general)[Taxonomy] is the practice and science of classification. The word is also used as a count noun: a taxonomy, or taxonomic scheme, is a particular classification. The word finds its roots in the Greek language τάξις, taxis (meaning 'order', 'arrangement') and νόμος, nomos ('law' or 'science'). For more details on taxonomies and classification https://www.circl.lu/doc/misp-taxonomies/[the documentation]. Partial source https://en.wikipedia.org/wiki/Taxonomy_(general)["Taxonomy_(general)"] - https://creativecommons.org/licenses/by-sa/3.0/[CCBYSA]. There is a Python module available to work with Taxonomies in a Pythonic way called https://github.com/MISP/PyTaxonomies[PyTaxonomies]. https://github.com/MISP/misp-taxonomies[MISP taxonomies GitHub Repository] +MISP Sightings:: Basically, sighting is a system allowing people to react on attributes on an event. It was originally designed to provide an easy method for user to tell when they see a given attribute, giving it more credibility. +MISP Objects:: MISP objects are used in MISP (starting from version 2.4.80) system and can be used by other information sharing tool. MISP objects are in addition to MISP attributes to allow advanced combinations of attributes. The creation of these objects and their associated attributes are based on real cyber security use-cases and existing practices in information sharing. The objects are just shared like any other attributes in MISP even if the other MISP instances don’t have the template of the object. The following document is generated from the machine-readable JSON describing the MISP objects. https://github.com/MISP/misp-objects[MISP objects GitHub Repository] https://www.misp-project.org/objects.html[More] +API:: MISP makes extensive use of its RESTful API (Application programming interface) both internally and provides an external API for automation, synchronisation or any other tasks requiring a machine to machine interface. In general terms, it is a set of clearly defined methods of communication between various software components. A good https://en.wikipedia.org/wiki/Application_programming_interface[API] makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware or software library. The de-facto standard for talking to MISP via an API is https://github.com/MISP/PyMISP[PyMISP]. Partial source https://en.wikipedia.org/wiki/Application_programming_interface["API"] - https://creativecommons.org/licenses/by-sa/3.0/[CCBYSA]. +RESTful:: Representational state transfer (https://en.wikipedia.org/wiki/Representational_state_transfer[REST]) or RESTful web services are a way of providing interoperability between computer systems on the Internet. REST-compliant Web services allow requesting systems to access and manipulate textual representations of Web resources using a uniform and predefined set of stateless operations. Other forms of Web services exist which expose their own arbitrary sets of operations such as WSDL and SOAP. Source https://en.wikipedia.org/wiki/Representational_state_transfer["REST"] - https://creativecommons.org/licenses/by-sa/3.0/[CCBYSA]. +PyMISP:: https://github.com/MISP/PyMISP[PyMISP] is a Python library to access https://github.com/MISP/MISP[MISP] platforms via their REST API. PyMISP allows you to fetch events, add or update events/attributes, add or update samples or search for attributes. +IDS:: An IDS flag on an attribute allows to determine if an attribute can be automated (such as being exported as an IDS ruleset or used for detection). If the IDS flag is not present, the attribute can be useful for contextualisation only. +IOC:: Indicator of compromise (IOC or IoC) is an artefact observed on a network or in an operating system or information channel that could reference an intrusion or a reference to a technique used by an attacker. IoCs are a subset of indicators. +Attribute:: Attributes in MISP can be network indicators (e.g. IP address), system indicators (e.g. a string in memory) or even bank account details. +Observable:: Obserbables are essentially the same as (MISP) attributes. +Site admin:: As an admin (not to be confused with Org Admin), you can set up new accounts for users, edit user profiles, delete them, or just have a look at all the viewers' profiles. Site admins have access to every administrator feature for all the data located on the system including global features such as the creation and modification of user roles and instance links. You will also see all other organisations connected or setup in the instance. The site admin can be considered as a super-user of a MISP instance. +Org Admin:: Organisation admins (Org Admin) are restricted to executing site-admin actions exclusively within their own organisation’s users only. They can administer users, events and logs of their own respective organisations. +OSINT:: https://en.wikipedia.org/wiki/Open-source_intelligence[Open-source intelligence] (OSINT) is data collected from publicly available sources to be used in an intelligence context.[1] In the intelligence community, the term "open" refers to overt, publicly available sources (as opposed to covert or clandestine sources). It is not related to open-source software or public intelligence. OSINT under one name or another has been around for hundreds of years. With the advent of instant communications and rapid information transfer, a great deal of actionable and predictive intelligence can now be obtained from public, unclassified sources. Source https://en.wikipedia.org/wiki/Open-source_intelligence["Open-source intelligence"] - https://creativecommons.org/licenses/by-sa/3.0/[CCBYSA]. diff --git a/book.html b/book.html index 30e1f6c..fc0cf15 100644 --- a/book.html +++ b/book.html @@ -4,7 +4,7 @@ - + Best Practices in Threat Intelligence @@ -80,7 +80,7 @@ h2{font-size:1.6875em} h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em} h4,h5{font-size:1.125em} h6{font-size:1em} -hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0} +hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0} em,i{font-style:italic;line-height:inherit} strong,b{font-weight:bold;line-height:inherit} small{font-size:60%;line-height:inherit} @@ -142,9 +142,9 @@ p a>code:hover{color:rgba(0,0,0,.9)} #content{margin-top:1.25em} #content::before{content:none} #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0} -#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #ddddd8} -#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px} -#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap} +#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf} +#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} +#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap} #header .details span:first-child{margin-left:-.125em} #header .details span.email a{color:rgba(0,0,0,.85)} #header .details br{display:none} @@ -153,8 +153,8 @@ p a>code:hover{color:rgba(0,0,0,.9)} #header .details br+span#revremark::before{content:"\00a0|\00a0"} #header #revnumber{text-transform:capitalize} #header #revnumber::after{content:"\00a0"} -#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem} -#toc{border-bottom:1px solid #efefed;padding-bottom:.5em} +#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem} +#toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em} #toc>ul{margin-left:.125em} #toc ul.sectlevel0>li>a{font-style:italic} #toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0} @@ -165,13 +165,13 @@ p a>code:hover{color:rgba(0,0,0,.9)} #toctitle{color:#7a2518;font-size:1.2em} @media screen and (min-width:768px){#toctitle{font-size:1.375em} body.toc2{padding-left:15em;padding-right:0} -#toc.toc2{margin-top:0!important;background-color:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #efefed;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto} +#toc.toc2{margin-top:0!important;background-color:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto} #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em} #toc.toc2>ul{font-size:.9em;margin-bottom:0} #toc.toc2 ul ul{margin-left:0;padding-left:1em} #toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em} body.toc2.toc-right{padding-left:0;padding-right:15em} -body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #efefed;left:auto;right:0}} +body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}} @media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0} #toc.toc2{width:20em} #toc.toc2 #toctitle{font-size:1.375em} @@ -188,7 +188,7 @@ body.toc2.toc-right{padding-left:0;padding-right:20em}} @media screen and (min-width:768px){#content{margin-bottom:1.25em} .sect1{padding-bottom:1.25em}} .sect1:last-child{padding-bottom:0} -.sect1+.sect1{border-top:1px solid #efefed} +.sect1+.sect1{border-top:1px solid #e7e7e9} #content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400} #content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em} #content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible} @@ -203,7 +203,7 @@ table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font .admonitionblock>table td.icon{text-align:center;width:80px} .admonitionblock>table td.icon img{max-width:none} .admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase} -.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #ddddd8;color:rgba(0,0,0,.6)} +.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6)} .admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0} .exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px} .exampleblock>.content>:first-child{margin-top:0} @@ -215,10 +215,10 @@ table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font .exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0} .literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#f7f7f8} .sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#f2f1f1} -.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;padding:1em;font-size:.8125em} -.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto;white-space:pre;word-wrap:normal} +.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;overflow-x:auto;padding:1em;font-size:.8125em} @media screen and (min-width:768px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:.90625em}} @media screen and (min-width:1280px){.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:1em}} +.literalblock pre.nowrap,.literalblock pre.nowrap pre,.listingblock pre.nowrap,.listingblock pre.nowrap pre{white-space:pre;word-wrap:normal} .literalblock.output pre{color:#f7f7f8;background-color:rgba(0,0,0,.9)} .listingblock pre.highlightjs{padding:0} .listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px} @@ -231,19 +231,16 @@ table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none} table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45} table.pyhltable td.code{padding-left:.75em;padding-right:0} -pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8} +pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #dddddf} pre.pygments .lineno{display:inline-block;margin-right:.25em} table.pyhltable .linenodiv{background:none!important;padding-right:0!important} .quoteblock{margin:0 1em 1.25em 1.5em;display:table} .quoteblock>.title{margin-left:-1.5em;margin-bottom:.75em} -.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify} +.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify} .quoteblock blockquote{margin:0;padding:0;border:0} .quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)} .quoteblock blockquote>.paragraph:last-child p{margin-bottom:0} -.quoteblock .attribution{margin-top:.5em;margin-right:.5ex;text-align:right} -.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:.5em 0;border-left:3px solid rgba(0,0,0,.6)} -.quoteblock .quoteblock blockquote{padding:0 0 0 .75em} -.quoteblock .quoteblock blockquote::before{display:none} +.quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right} .verseblock{margin:0 1em 1.25em} .verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility} .verseblock pre strong{font-weight:400} @@ -251,10 +248,13 @@ table.pyhltable .linenodiv{background:none!important;padding-right:0!important} .quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic} .quoteblock .attribution br,.verseblock .attribution br{display:none} .quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)} +.quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none} +.quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0} .quoteblock.abstract{margin:0 1em 1.25em;display:block} .quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center} -.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{word-spacing:0;line-height:1.6} -.quoteblock.abstract blockquote::before,.quoteblock.abstract p::before{display:none} +.quoteblock.excerpt,.quoteblock .quoteblock{margin:0 0 1.25em;padding:0 0 .25em 1em;border-left:.25em solid #dddddf} +.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem} +.quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0} table.tableblock{max-width:100%;border-collapse:separate} p.tableblock:last-child{margin-bottom:0} td.tableblock>.content{margin-bottom:-1.25em} @@ -313,8 +313,8 @@ td.hdlist1{font-weight:bold;padding-bottom:1.25em} .colist td:not([class]):first-child img{max-width:none} .colist td:not([class]):last-child{padding:.25em 0} .thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd} -.imageblock.left,.imageblock[style*="float: left"]{margin:.25em .625em 1.25em 0} -.imageblock.right,.imageblock[style*="float: right"]{margin:.25em 0 1.25em .625em} +.imageblock.left{margin:.25em .625em 1.25em 0} +.imageblock.right{margin:.25em 0 1.25em .625em} .imageblock>.title{margin-bottom:0} .imageblock.thumb,.imageblock.th{border-width:6px} .imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em} @@ -408,7 +408,7 @@ svg{max-width:100%} p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3} h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid} #toc,.sidebarblock,.exampleblock>.content{background:none!important} -#toc{border-bottom:1px solid #ddddd8!important;padding-bottom:0!important} +#toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important} body.book #header{text-align:center} body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em} body.book #header .details{border:0!important;display:block;padding:0!important} @@ -440,13 +440,16 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Table of Contents
-
-
-

Introduction

+
+

Introduction

+
-

This book objective is to compile the best practices in threat intelligence analysis with the support of the open source threat intelligence platform called MISP. The best practices described are from information sharing communities (ISAC or CSIRT) which are regularly using MISP to support their work and sharing practices.

+

The aim of this book is to compile the best practices in threat intelligence analysis.

+
+
+

Whilst this book can be used as a general guide, it is based on the open source threat intelligence platform called MISP to give the reader the most practical and real-world experience.

+
+
+

The best practices described herein are from Information Sharing communities (ISAC or CSIRT) which are regularly using MISP to support their work and sharing practices.

+
@@ -479,7 +490,14 @@ Improvement of the analysis process can range from a simple notification of a fa
-

A common difficulty in threat intelligence is to improve existing analyses and especially how to do it efficiently. One of the main questions to ask is: what will be the target audience of the improved analysis and the objective thereof?

+

A common difficulty in threat intelligence is to improve existing analyses and especially how to do it efficiently. +One of the main questions to ask is:

+
+
+

"What will be the target audience of the improved analysis and the objective thereof?"

+
+
+

The following three answers could come to mind.

    @@ -489,16 +507,19 @@ Improvement of the analysis process can range from a simple notification of a fa
  1. Improving an existing analysis by performing a complementary analysis or review which will be shared to and used by another group (e.g. a specific constituent, or a team within your organisation or a member of an ISAC, etc).

  2. +
  3. +

    The end-consumer will be an automaton.

    +
-

In the first case, MISP includes a mechanism to propose changes to the original creator, a mechanism we refer to as proposals. By using proposals, you can propose a change to the value or the context of an attribute (such as a typographic error in an IP address, missing contextual information, type of the information, the category or the removal of an IDS flag). The proposal will be sent back to the original author who can decide to accept or discard it.

+

In the 1st case, MISP includes a mechanism to propose changes to the original creator, a mechanism MISP refers to as proposals. By using proposals, you can propose a change to the value or the context of an attribute (such as a typographic error in an IP address, missing contextual information, type of the information, the category or the removal of an IDS flag). The proposal will be sent back to the original author who can decide to accept or discard it.

The advantages of using the proposal system include the lack of a need to create a new event as well as the process itself being very simple and fast. However, it assumes that the party providing the improvements is willing to lose control over the proposed data. This is pretty efficient for small changes but for more comprehensive changes, especially those that include non-attribute information such as galaxy clusters or objects, the event extension is more appropriate.

-

Apart from being more suitable for more comprehensive changes, the second scenario is also a great fit for the extended event functionality, allowing users wanting to provide additional information or an alternate view-point with the opportunity of creating a self-contained event (which can have its own custom distribution rules) that references the original analysis. This information can be shared back to the original author or kept within a limited distribution scope such as a specific sector, a trust group or as internal information for the organisation providing the additional information.

+

Apart from being more suitable for more comprehensive changes, the 2nd scenario is also a great fit for the extended event functionality, allowing users wanting to provide additional information or an alternate view-point with the opportunity of creating a self-contained event (which can have its own custom distribution rules) that references the original analysis. This information can be shared back to the original author or kept within a limited distribution scope such as a specific sector, a trust group or as internal information for the organisation providing the additional information.

@@ -512,6 +533,14 @@ For more information about the extended event functionality in MISP, the blog po
+
+

In the 3rd scenario your use-case might be highly automated, e.g. scripted processing of events and attributes via PyMISP and the end-consumer is mainly another automated process, e.g. Intrusion Detection System, 3rd part visualization tool etc. +This, for automagic reasons, becomes exponentially unreliable. +What is primal in this case is to fully understand what the IDS flag in MISP does and how it impacts attributes. +Further on, it is even more important to fully understand the entire tool-chain, cradle-to-grave style. +Where does the data come from (cradle) where does it go to (grave) and what processes "touch" the data as it flows through, small diagrams can help tremendously to visualize the actual data-flow. +Those diagrams will mostly be of use once unexpected results occur, or other errors appear somewhere in the chain.

+
@@ -523,7 +552,7 @@ For more information about the extended event functionality in MISP, the blog po -Valuable information is a moving concept and highly depending of the goal of the users sharing and/or using the information. A valuable information can also evolve following the capabilities of an organisation. +Valuable information is a moving concept and depends highly on the goal of the users sharing and/or using the information. A valuable information can also evolve following the capabilities of an organisation. @@ -532,12 +561,12 @@ Valuable information is a moving concept and highly depending of the goal of the

Contribution comes in various shapes and sizes.

-

Information which are often distributed within sharing communities are the following:

+

Information which is often distributed within sharing communities are the following:

-

Expressing confidence in an analysis

+

Intelligence Tagging

+
+

There are several factors to successful and efficient intelligence sharing. Certainly, one major aspect is the quality of the indicators (or observable depending on the definition you use), +stored as attributes within a MISP event itself. +However, it does not stop there. Even the most viable information gained by a shared event can render itself complete useless if not classified and tagged accordingly. +One feature which enables a uniformed classification is implemented in MISP as tags. Currently, there are two types of tags, which differ in the respective place they are set.

+
+
+
    +
  1. +

    You can add tags to an entire event. These tags should be valid for any individual attribute, thus indicator associated to this specific event.

    +
  2. +
  3. +

    For a more fine-grained specification all of these tags can also be placed at attribute level. This allows the user to put a more detailed and selective view on each attribute.

    +
  4. +
+
@@ -591,32 +636,170 @@ When asking for the support of the community, using a specific taxonomy such as + +
-Expressing the confidence or the lack of in an analysis is critical step to help a partner or a third-party to check your hypotheses and conclusions. +Currently there is no programmatic way that prevents you from not following the 1st rule. Thus human garbage tagging in automation output potentially useless. +
+
+
+ + + + + +
+ + +In future releases there will also be tagging for MISP Objects. Which is, somehow, an intermediate solution for the two prior mentioned options. +
+
+
+ + + +
+ + +MISP Objects in its plain concept is a grouping of indicators within one event. These grouped indicators are somehow logically linked together. The specific relationship is described by the individual object type. +A simple file object, links for example a filename to its observed hash values (md5, sha1, sha256 and many more). This can further be enriched via misp-modules or other plug-ins.
-

Analysis or reports are often shared with technical details but often lack the overall confidence level associated.

+

A frequent use-case for placing additional tags on attribute level would be to lower the confidence in certain attributes. If the event is classified with a high confidence tag, some indicators e.g. legit-but-compromised domains or popular filenames should be labeled with a lowered confidence class. There are several real world examples where this or similar attribute specific tagging has proven to be worthwhile.

-

Adding confidence or estimative probability have multiple advantages such as:

+

Most of the tags are organised in dedicated MISP Taxonomies. Those schema dictate how tags should look like and how they are to be applied in certain conditions. +There are many general details on this topic which can be read up on in the main MISP Taxonomy GitHub repository. +Currently, there are more than 60 different taxonomies available, each of them containing a number of different tags, which are steadily increasing and evolving. +There are a lot of advantages in having such a vast variety of tags, e.g. there is one tag for each known associated malware type.

+
+
+

However, this sheer amount of tags can lead to two main concerns, over-tagging and miss-tagging. Beginners can be overwhelmed with the large number of available tags, and might miss exactly the required taxonomy to properly label the to be shared data. +As a site administrator it is thus important to enable the taxonomies that are known to the users on the MISP instance, (or to remote organizations you might sync with).

+
+
+ + + + + +
+ + +In MISP making a Taxonomy available is a 2-step process. First you make the taxonomy available and then you can either decide to enable all the individual tags in the taxonomy or cherry-pick only the relevant ones for your use-case. (The Vocabulary for Event Recording and Incident Sharing (VERIS) has well over 1990 tags, and perhaps you are only interested in the sub-set veris:action:error:variety). +
+
+
+

Over-tagging in most cases only leads to an overwhelming visual appearance. Miss-tagging, however, is a critical step into mis-usage of shared data. +The best and most devastating example would be the miss classification of an event. In dedicated and private sharing groups it is quite usual to share intelligence labeled as „for your company only“. +This data must not leave the boundaries of this virtual border of the recipient’s firm.

+
+
+

To prevent this kind of mistake, the traffic light protocol (aka TLP) and its respective taxonomy can be used and thus complementing the mitigation in the note below.

+
+
+ + + + + +
+ + +One mitigation the scenario of mis-classified data, would be to use the warning lists (or notice lists) as a canary. Whilst not ideal and far from a defacto solution to catch all issues, it would be a good-enough-yet-coarse way of detection. +
+
+
+

There are multiple solutions to solve the issue of missing additional information about the shared content. +One of them is the following list of tags which are deemed to be the minimal subset at the start of any event or the individual attributes. +sharing platform. The list below is in order of importance.

+
+
+
    +
  1. +

    TLP-Tags: TLP utilizes a simple four color schema for indicating how intelligence can be shared.

    +
  2. +
  3. +

    Confidence-Tags/Vetting State: There are huge differences in the quality of data, whether it was vetted upon sharing. As this means that the author was confident that the shared data is or at least was a good indicator of compromise.

    +
  4. +
  5. +

    Origin-Tags: Describes where the information came from, whether it was in an automated fashion or in a manual investigation. This should give an impression how value this intelligence is, as manual investigation should supersede any automatic generation of data.

    +
  6. +
  7. +

    PAP-Tags: An even more advanced approach of data classification is using the Permissible Actions Protocol. It indicates how the received data can be used to search for compromises within the individual company or constituency.

    +
  8. +
+
+
+ + + + + +
+ + +The full list of available taxonomies can be found here. +
+
+
+
+
+

Expressing confidence/estimative probability in an analysis

+
+ + + + + +
+ + +Expressing the confidence or the lack of it in an analysis is a critical step to help a partner or a third-party to check your hypotheses and conclusions. +
+
+
+

Analysis or reports are often shared together with technical details, but often lack the associated overall confidence level. +To ascertain this confidence level you can use for example the MISP Taxonomies called admiralty-scale and/or estimative-language. +This is a very human way to describe either globally an event or individual indicators of an event, with a set of easy to read human tags. (e.g: admiralty-scale:source-reliability="a/b/c…​", estimative-language:likelihood-probability="almost-no-chance", estimative-language:confidence-in-analytic-judgment="moderate") +Generally it is good practice to do this globally for the event as this will enrich the trust/value if set. +Using this in an automated way is also possible but without human intervention, or AI that actually works, not recommended. +Also, on events with hundreds of attributes this is cumbersome and perhaps unfeasible and will just frustrate operators. +The obvious side-effect of this approach is that automation will be the overall benefactor too upping the trust on that level too.

+
+
+
+
[TODO: revise description of estimative probability]
+
+
+
+

Thus, adding confidence or estimative probability has multiple advantages such as:

  • -

    Allowing receiving organisations to filter, classify and score the information in an automated way

    +

    Allow receiving organisations to filter, classify and score the information in an automated way based on related tags

  • -

    Information with low-confidence can still be shared and reach communities or organisations interested in such information without impacting organisations filtering out by confidence level

    +

    Information with low-confidence can still be shared and reach communities or organisations interested in such information without impacting organisations filtering out by increased confidence level

  • -

    Supporting counter and competitive analyses to validate hypotheses expressed in original reporting

    +

    Support counter analyses and competitive analyses to validate hypotheses expressed in original reporting

    +
  • +
  • +

    Depending on source organisation, have an affirmative that some HumInt has one into the sharing process

    +
    +
    +
    [TODO: define counter and competitive analyses]
    +
    +
-

Complement analysis with contrary evidences is also very welcome to ensure the original analysis and the hypotheses evaluated.

+

Complement analysis with contrary evidences is also very welcome to ensure the original analysis and the hypotheses are properly evaluated.

@@ -644,6 +827,76 @@ threat-intelligence.eu includes an overview of the +
+

How to track and keep the state of an analysis

+
+
+ + + + +
+ + +Having a workflow to follow, and be able to refer to, is something useful for the analyst as well as for other people reading or relying on the analysis. +
+
+
+

Keeping track of the advancement of an analysis, of what has been done or still needs to be done, is important in order not to forget anything on either side and to ensure work is not performed redundantly by accident. It is essential to have a method to keep these information clear and concise.

+
+
+

One of the possible methodologies is to use tags to mark the information and convey the current state of an analysis.

+
+
+

For instance the MISP Workflow Taxonomy allows the user to describe the state of an analysis, as complete or incomplete. Moreover, it can be used to clearly specify what still needs to be done using the todo tags. The workflow taxonomy is separated into two parts. One part is related to the actions to be done (todo) and the other part is about the current state of the analysis(state) such as incomplete, draft or complete.

+
+
+ + + + + +
+ + +For more information on the MISP Workflow Taxonomy, feel free to read the Workflow taxonomy cheat sheet. +
+
+
+
+
+

How to classify information

+
+ + + + + +
+ + +Classifying information is something that has proven being very useful in lots of domains, including Threat Intelligence, as it helps assessing the main information very quickly. Moreover, it can help to build correlations between events or reports, allowing analysts to better understand threat actors. +
+
+
+

The first tool we can use to classify information are tags and taxonomies +. Tags can be used to describe how the information can be shared, using the tlp (Traffic Light Protocol) taxonomy, in order to prevent information leaks. +. They can also be used to describe the source where information came from. +. Many taxonomies allow the user to further explain the kind of threat.[TODO: was that the meaning?] +--mapping--

+
+
+
    +
  • +

    Galaxies (ATT&CK matrix)

    +
  • +
  • +

    Comments

    +
  • +
+
+
+
@@ -652,10 +905,13 @@ threat-intelligence.eu includes an overview of the
@@ -666,6 +922,12 @@ threat-intelligence.eu includes an overview of the
+
MISP Glossary
+
+

This glossary is meant as a quick lookup document in case of any need of clarification of any threat sharing, threat-intel lingo. +Be careful when adding terms to the glossary. Adding a generic term like: MISP will prevent terms like MISP noticelist to be addded. As a matter of definition please use the singular for any terms. +In case you use any CCBYSA licensed content, or other pieces that are subject to licensing, make sure to add it as a by-line at the end of the mention.

+
ISAC

Information Sharing and Analysis Center

@@ -674,6 +936,70 @@ threat-intelligence.eu includes an overview of the
MISP modules GitHub Repository

+
+
MISP warninglists
+
+

MISP warninglists are lists of well-known indicators that can be associated to potential false positives, errors or mistakes. MISP warninglists GitHub Repository

+
+
MISP noticelist
+
+

Notice lists to inform MISP users of the legal, privacy, policy or even technical implications of using specific attributes, categories or objects. MISP noticelist GitHub Repository

+
+
MISP Taxonomies
+
+

Taxonomy is the practice and science of classification. The word is also used as a count noun: a taxonomy, or taxonomic scheme, is a particular classification. The word finds its roots in the Greek language τάξις, taxis (meaning 'order', 'arrangement') and νόμος, nomos ('law' or 'science'). For more details on taxonomies and classification the documentation. Partial source "Taxonomy_(general)" - CCBYSA. There is a Python module available to work with Taxonomies in a Pythonic way called PyTaxonomies. MISP taxonomies GitHub Repository

+
+
MISP Sightings
+
+

Basically, sighting is a system allowing people to react on attributes on an event. It was originally designed to provide an easy method for user to tell when they see a given attribute, giving it more credibility.

+
+
MISP Objects
+
+

MISP objects are used in MISP (starting from version 2.4.80) system and can be used by other information sharing tool. MISP objects are in addition to MISP attributes to allow advanced combinations of attributes. The creation of these objects and their associated attributes are based on real cyber security use-cases and existing practices in information sharing. The objects are just shared like any other attributes in MISP even if the other MISP instances don’t have the template of the object. The following document is generated from the machine-readable JSON describing the MISP objects. MISP objects GitHub Repository More

+
+
API
+
+

MISP makes extensive use of its RESTful API (Application programming interface) both internally and provides an external API for automation, synchronisation or any other tasks requiring a machine to machine interface. In general terms, it is a set of clearly defined methods of communication between various software components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware or software library. The de-facto standard for talking to MISP via an API is PyMISP. Partial source "API" - CCBYSA.

+
+
RESTful
+
+

Representational state transfer (REST) or RESTful web services are a way of providing interoperability between computer systems on the Internet. REST-compliant Web services allow requesting systems to access and manipulate textual representations of Web resources using a uniform and predefined set of stateless operations. Other forms of Web services exist which expose their own arbitrary sets of operations such as WSDL and SOAP. Source "REST" - CCBYSA.

+
+
PyMISP
+
+

PyMISP is a Python library to access MISP platforms via their REST API. PyMISP allows you to fetch events, add or update events/attributes, add or update samples or search for attributes.

+
+
IDS
+
+

An IDS flag on an attribute allows to determine if an attribute can be automated (such as being exported as an IDS ruleset or used for detection). If the IDS flag is not present, the attribute can be useful for contextualisation only.

+
+
IOC
+
+

Indicator of compromise (IOC or IoC) is an artefact observed on a network or in an operating system or information channel that could reference an intrusion or a reference to a technique used by an attacker. IoCs are a subset of indicators.

+
+
Attribute
+
+

Attributes in MISP can be network indicators (e.g. IP address), system indicators (e.g. a string in memory) or even bank account details.

+
+
Observable
+
+

Obserbables are essentially the same as (MISP) attributes.

+
+
Site admin
+
+

As an admin (not to be confused with Org Admin), you can set up new accounts for users, edit user profiles, delete them, or just have a look at all the viewers' profiles. Site admins have access to every administrator feature for all the data located on the system including global features such as the creation and modification of user roles and instance links. You will also see all other organisations connected or setup in the instance. The site admin can be considered as a super-user of a MISP instance.

+
+
Org Admin
+
+

Organisation admins (Org Admin) are restricted to executing site-admin actions exclusively within their own organisation’s users only. They can administer users, events and logs of their own respective organisations.

+
+
OSINT
+
+

Open-source intelligence (OSINT) is data collected from publicly available sources to be used in an intelligence context.[1] In the intelligence community, the term "open" refers to overt, publicly available sources (as opposed to covert or clandestine sources). It is not related to open-source software or public intelligence. OSINT under one name or another has been around for hundreds of years. With the advent of instant communications and rapid information transfer, a great deal of actionable and predictive intelligence can now be obtained from public, unclassified sources. Source "Open-source intelligence" - CCBYSA.

+
@@ -681,7 +1007,7 @@ threat-intelligence.eu includes an overview of the diff --git a/book.pdf b/book.pdf index 3fc7a0c..f7055fa 100644 --- a/book.pdf +++ b/book.pdf @@ -5,16 +5,16 @@ /Author (MISP Project) /Creator (Asciidoctor PDF 1.5.0.alpha.16, based on Prawn 2.2.2) /Producer (MISP Project) -/ModDate (D:20180922212107+02'00') -/CreationDate (D:20180922212111+02'00') +/ModDate (D:20190215174729+09'00') +/CreationDate (D:20190215174729+09'00') >> endobj 2 0 obj << /Type /Catalog /Pages 3 0 R /Names 14 0 R -/Outlines 59 0 R -/PageLabels 69 0 R +/Outlines 122 0 R +/PageLabels 135 0 R /PageMode /UseOutlines /OpenAction [7 0 R /FitH 842.89] /ViewerPreferences << /DisplayDocTitle true @@ -23,8 +23,8 @@ endobj endobj 3 0 obj << /Type /Pages -/Count 8 -/Kids [7 0 R 10 0 R 12 0 R 20 0 R 26 0 R 32 0 R 38 0 R 41 0 R] +/Count 15 +/Kids [7 0 R 10 0 R 12 0 R 20 0 R 26 0 R 29 0 R 35 0 R 39 0 R 49 0 R 57 0 R 61 0 R 64 0 R 70 0 R 83 0 R 96 0 R] >> endobj 4 0 obj @@ -98,17 +98,17 @@ endobj endobj 8 0 obj << /Type /Font -/BaseFont /f020d8+NotoSerif +/BaseFont /867d2b+NotoSerif /Subtype /TrueType -/FontDescriptor 71 0 R +/FontDescriptor 137 0 R /FirstChar 32 /LastChar 255 -/Widths 73 0 R -/ToUnicode 72 0 R +/Widths 139 0 R +/ToUnicode 138 0 R >> endobj 9 0 obj -<< /Length 5285 +<< /Length 7388 >> stream q @@ -280,7 +280,7 @@ ET BT 541.1705 696.416 Td /F1.0 10.5 Tf -<33> Tj +<34> Tj ET 0.0 0.0 0.0 SCN @@ -291,7 +291,7 @@ ET BT 60.24 677.936 Td /F1.0 10.5 Tf -<45787072657373696e6720636f6e666964656e636520696e20616e20616e616c79736973> Tj +[<496e74656c6c6967656e63652054> 29.7852 <616767696e67>] TJ ET 0.0 0.0 0.0 SCN @@ -300,9 +300,9 @@ ET 0.6627 0.6627 0.6627 SCN BT -246.5431 677.936 Td +161.0311 677.936 Td /F1.0 10.5 Tf -<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN @@ -320,7 +320,7 @@ ET BT 541.1705 677.936 Td /F1.0 10.5 Tf -<34> Tj +<35> Tj ET 0.0 0.0 0.0 SCN @@ -329,9 +329,9 @@ ET 0.2 0.2 0.2 SCN BT -48.24 659.456 Td +60.24 659.456 Td /F1.0 10.5 Tf -[<41> 20.0195 <7574686f727320616e6420436f6e7472696275746f7273>] TJ +<45787072657373696e6720636f6e666964656e63652f657374696d61746976652070726f626162696c69747920696e20616e20616e616c79736973> Tj ET 0.0 0.0 0.0 SCN @@ -340,9 +340,9 @@ ET 0.6627 0.6627 0.6627 SCN BT -177.0646 659.456 Td +358.7776 659.456 Td /F1.0 10.5 Tf -<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN @@ -360,7 +360,7 @@ ET BT 541.1705 659.456 Td /F1.0 10.5 Tf -<35> Tj +<37> Tj ET 0.0 0.0 0.0 SCN @@ -369,9 +369,9 @@ ET 0.2 0.2 0.2 SCN BT -48.24 640.976 Td +60.24 640.976 Td /F1.0 10.5 Tf -<476c6f7373617279> Tj +[<486f7720746f207472> 20.0195 <61636b20616e64206b> 20.0195 <65657020746865207374617465206f6620616e20616e616c79736973>] TJ ET 0.0 0.0 0.0 SCN @@ -380,9 +380,9 @@ ET 0.6627 0.6627 0.6627 SCN BT -91.5526 640.976 Td +294.6436 640.976 Td /F1.0 10.5 Tf -<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj ET 0.0 0.0 0.0 SCN @@ -400,7 +400,127 @@ ET BT 541.1705 640.976 Td /F1.0 10.5 Tf -<36> Tj +<38> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +60.24 622.496 Td +/F1.0 10.5 Tf +<486f7720746f20636c61737369667920696e666f726d6174696f6e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6627 0.6627 0.6627 scn +0.6627 0.6627 0.6627 SCN + +BT +203.7871 622.496 Td +/F1.0 10.5 Tf +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +BT +540.4906 622.496 Td +/F1.0 2.625 Tf + Tj +ET + +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +541.1705 622.496 Td +/F1.0 10.5 Tf +<39> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 604.016 Td +/F1.0 10.5 Tf +[<41> 20.0195 <7574686f727320616e6420436f6e7472696275746f7273>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6627 0.6627 0.6627 scn +0.6627 0.6627 0.6627 SCN + +BT +181.8841 604.016 Td +/F1.0 10.5 Tf +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +BT +534.6211 604.016 Td +/F1.0 2.625 Tf + Tj +ET + +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +535.301 604.016 Td +/F1.0 10.5 Tf +<3130> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 585.536 Td +/F1.0 10.5 Tf +<476c6f7373617279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6627 0.6627 0.6627 scn +0.6627 0.6627 0.6627 SCN + +BT +96.3721 585.536 Td +/F1.0 10.5 Tf +<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +BT +534.6211 585.536 Td +/F1.0 2.625 Tf + Tj +ET + +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +535.301 585.536 Td +/F1.0 10.5 Tf +<3131> Tj ET 0.0 0.0 0.0 SCN @@ -423,11 +543,11 @@ endobj /F1.0 8 0 R >> >> -/Annots [43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R 54 0 R 55 0 R 56 0 R] +/Annots [100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R] >> endobj 11 0 obj -<< /Length 1827 +<< /Length 2134 >> stream q @@ -437,8 +557,8 @@ q 0.2 0.2 0.2 SCN BT -48.24 786.666 Td -/F2.0 18 Tf +48.24 782.394 Td +/F2.0 22 Tf <496e74726f64756374696f6e> Tj ET @@ -447,12 +567,23 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.7397 Tw +BT +48.24 753.206 Td +/F1.0 10.5 Tf +[<5468652061696d206f66207468697320626f6f6b20697320746f20636f6d70696c65207468652062657374207072> 20.0195 <6163746963657320696e2074687265617420696e74656c6c6967656e636520616e616c797369732e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.9186 Tw BT -48.24 758.646 Td +48.24 725.426 Td /F1.0 10.5 Tf -[<5468697320626f6f6b206f626a65637469766520697320746f20636f6d70696c65207468652062657374207072> 20.0195 <6163746963657320696e2074687265617420696e74656c6c6967656e636520616e616c7973697320776974682074686520737570706f7274>] TJ +[<5768696c7374207468697320626f6f6b2063616e206265207573656420617320612067656e6572> 20.0195 <616c2067756964652c206974206973206261736564206f6e20746865206f70656e20736f757263652074687265617420696e74656c6c6967656e6365>] TJ ET @@ -462,57 +593,45 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.8623 Tw - BT -48.24 742.866 Td +48.24 709.646 Td /F1.0 10.5 Tf -<6f6620746865206f70656e20736f757263652074687265617420696e74656c6c6967656e636520706c6174666f726d2063616c6c656420> Tj +<706c6174666f726d2063616c6c656420> Tj ET - -0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN -0.8623 Tw - BT -323.2037 742.866 Td +127.389 709.646 Td /F1.0 10.5 Tf <4d495350> Tj ET - -0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.8623 Tw - BT -348.9392 742.866 Td +153.1245 709.646 Td /F1.0 10.5 Tf -[<2e205468652062657374207072> 20.0195 <6163746963657320646573637269626564206172652066726f6d>] TJ +[<20746f2067697665207468652072656164657220746865206d6f7374207072> 20.0195 <6163746963616c20616e64207265616c2d776f726c6420657870657269656e63652e>] TJ ET - -0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.7559 Tw +1.9581 Tw BT -48.24 727.086 Td +48.24 681.866 Td /F1.0 10.5 Tf -[<696e666f726d6174696f6e2073686172696e6720636f6d6d756e697469657320284953> 20.0195 <41> 20.0195 <43206f722043534952> 20.0195 <54292077686963682061726520726567756c61726c79207573696e67204d49535020746f20737570706f7274207468656972>] TJ +[<5468652062657374207072> 20.0195 <61637469636573206465736372696265642068657265696e206172652066726f6d20496e666f726d6174696f6e2053686172696e6720636f6d6d756e697469657320284953> 20.0195 <41> 20.0195 <43206f722043534952> 20.0195 <5429>] TJ ET @@ -523,9 +642,9 @@ ET 0.2 0.2 0.2 SCN BT -48.24 711.306 Td +48.24 666.086 Td /F1.0 10.5 Tf -[<776f726b20616e642073686172696e67207072> 20.0195 <616374696365732e>] TJ +[<77686963682061726520726567756c61726c79207573696e67204d49535020746f20737570706f727420746865697220776f726b20616e642073686172696e67207072> 20.0195 <616374696365732e>] TJ ET 0.0 0.0 0.0 SCN @@ -567,7 +686,7 @@ endobj /Font << /F2.0 17 0 R /F1.0 8 0 R >> -/XObject << /Stamp1 57 0 R +/XObject << /Stamp1 120 0 R >> >> /Annots [18 0 R] @@ -582,7 +701,7 @@ endobj >> endobj 15 0 obj -<< /Names [(__anchor-top) 13 0 R (_authors_and_contributors) 39 0 R (_best_practices) 21 0 R (_expressing_confidence_in_an_analysis) 33 0 R (_glossary) 42 0 R (_improving_analysis) 22 0 R (_introduction) 16 0 R (_what_to_share_or_what_counts_as_valuable_information) 27 0 R] +<< /Names [(__anchor-top) 13 0 R (_authors_and_contributors) 65 0 R (_best_practices) 21 0 R (_expressing_confidenceestimative_probability_in_an_analysis) 50 0 R (_glossary) 71 0 R (_how_to_classify_information) 62 0 R (_how_to_track_and_keep_the_state_of_an_analysis) 58 0 R (_improving_analysis) 22 0 R (_intelligence_tagging) 36 0 R (_introduction) 16 0 R (_what_to_share_or_what_counts_as_valuable_information) 30 0 R] >> endobj 16 0 obj @@ -590,13 +709,13 @@ endobj endobj 17 0 obj << /Type /Font -/BaseFont /426818+NotoSerif-Bold +/BaseFont /475c60+NotoSerif-Bold /Subtype /TrueType -/FontDescriptor 75 0 R +/FontDescriptor 141 0 R /FirstChar 32 /LastChar 255 -/Widths 77 0 R -/ToUnicode 76 0 R +/Widths 143 0 R +/ToUnicode 142 0 R >> endobj 18 0 obj @@ -606,12 +725,12 @@ endobj /URI (https://www.misp-project.org/) >> /Subtype /Link -/Rect [323.2037 739.8 348.9392 754.08] +/Rect [127.389 706.58 153.1245 720.86] /Type /Annot >> endobj 19 0 obj -<< /Length 10443 +<< /Length 12152 >> stream q @@ -716,25 +835,43 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.6088 Tw - BT 48.24 630.006 Td /F1.0 10.5 Tf -[<697420656666696369656e746c79> 89.8438 <2e204f6e65206f6620746865206d61696e207175657374696f6e7320746f2061736b2069733a20776861742077696c6c20626520746865207461726765742061756469656e6365206f662074686520696d70726f766564>] TJ +[<697420656666696369656e746c79> 89.8438 <2e204f6e65206f6620746865206d61696e207175657374696f6e7320746f2061736b2069733a>] TJ ET - -0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT -48.24 614.226 Td +48.24 602.226 Td +/F2.0 10.5 Tf +<22576861742077696c6c20626520746865207461726765742061756469656e6365206f662074686520696d70726f76656420616e616c7973697320616e6420746865206f626a6563746976652074686572656f663f> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +502.239 602.226 Td /F1.0 10.5 Tf -<616e616c7973697320616e6420746865206f626a6563746976652074686572656f663f> Tj +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 574.446 Td +/F1.0 10.5 Tf +<54686520666f6c6c6f77696e6720746872656520616e737765727320636f756c6420636f6d6520746f206d696e642e> Tj ET 0.0 0.0 0.0 SCN @@ -745,7 +882,7 @@ ET 0.2 0.2 0.2 SCN BT -52.6765 586.446 Td +52.6765 546.666 Td /F1.0 10.5 Tf <312e> Tj ET @@ -760,7 +897,7 @@ ET 0.0011 Tw BT -66.24 586.446 Td +66.24 546.666 Td /F1.0 10.5 Tf [<496e666f726d696e6720746865206f726967696e616c20616e616c7973742f617574686f722028652e672e20612073656375726974792076656e646f72206f7220612043534952> 20.0195 <54292061626f75742061207370656369666963206d697374616b> 20.0195 <65>] TJ ET @@ -773,7 +910,7 @@ ET 0.2 0.2 0.2 SCN BT -66.24 570.666 Td +66.24 530.886 Td /F1.0 10.5 Tf <6f72206572726f72207768696368206e6565647320746f20626520636f727265637465642e> Tj ET @@ -786,7 +923,7 @@ ET 0.2 0.2 0.2 SCN BT -52.6765 548.886 Td +52.6765 509.106 Td /F1.0 10.5 Tf <322e> Tj ET @@ -801,7 +938,7 @@ ET 0.9839 Tw BT -66.24 548.886 Td +66.24 509.106 Td /F1.0 10.5 Tf [<496d70726f76696e6720616e206578697374696e6720616e616c797369732062> 20.0195 <7920706572666f726d696e67206120636f6d706c656d656e7461727920616e616c79736973206f72207265766965772077686963682077696c6c>] TJ ET @@ -816,7 +953,7 @@ ET 2.2513 Tw BT -66.24 533.106 Td +66.24 493.326 Td /F1.0 10.5 Tf [<62652073686172656420746f20616e6420757365642062> 20.0195 <7920616e6f746865722067726f75702028652e672e206120737065636966696320636f6e7374697475656e742c206f722061207465616d2077697468696e20796f7572>] TJ ET @@ -829,22 +966,48 @@ ET 0.2 0.2 0.2 SCN BT -66.24 517.326 Td +66.24 477.546 Td /F1.0 10.5 Tf [<6f7267616e69736174696f6e206f722061206d656d626572206f6620616e204953> 20.0195 <41> 20.0195 <432c20657463292e>] TJ ET 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn + +-0.5 Tc 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -3.6475 Tw +BT +52.6765 455.766 Td +/F1.0 10.5 Tf +<332e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN BT -48.24 489.546 Td +66.24 455.766 Td /F1.0 10.5 Tf -<496e2074686520666972737420636173652c204d49535020696e636c756465732061206d656368616e69736d20746f2070726f706f7365206368616e67657320746f20746865206f726967696e616c2063726561746f722c2061> Tj +<54686520656e642d636f6e73756d65722077696c6c20626520616e206175746f6d61746f6e2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.0059 Tw + +BT +48.24 427.986 Td +/F1.0 10.5 Tf +<496e2074686520> Tj ET @@ -854,12 +1017,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.5718 Tw +4.0059 Tw BT -48.24 473.766 Td -/F1.0 10.5 Tf -[<6d656368616e69736d20776520726566657220746f2061732070726f706f73616c732e2042> 20.0195 <79207573696e672070726f706f73616c732c20796f752063616e2070726f706f73652061206368616e676520746f207468652076616c7565206f72>] TJ +88.2874 427.986 Td +/F2.0 10.5 Tf +<317374> Tj ET @@ -869,12 +1032,42 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -2.8425 Tw +4.0059 Tw BT -48.24 457.986 Td +103.5124 427.986 Td /F1.0 10.5 Tf -[<74686520636f6e74657874206f6620616e206174747269627574652028737563682061732061207479706f6772> 20.0195 <6170686963206572726f7220696e20616e20495020616464726573732c206d697373696e6720636f6e7465787475616c>] TJ +<20636173652c204d49535020696e636c756465732061206d656368616e69736d20746f2070726f706f7365206368616e67657320746f20746865206f726967696e616c2063726561746f722c2061> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.477 Tw + +BT +48.24 412.206 Td +/F1.0 10.5 Tf +[<6d656368616e69736d204d4953502072656665727320746f2061732070726f706f73616c732e2042> 20.0195 <79207573696e672070726f706f73616c732c20796f752063616e2070726f706f73652061206368616e676520746f207468652076616c7565>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.8072 Tw + +BT +48.24 396.426 Td +/F1.0 10.5 Tf +[<6f722074686520636f6e74657874206f6620616e206174747269627574652028737563682061732061207479706f6772> 20.0195 <6170686963206572726f7220696e20616e20495020616464726573732c206d697373696e6720636f6e7465787475616c>] TJ ET @@ -887,7 +1080,7 @@ ET 0.4533 Tw BT -48.24 442.206 Td +48.24 380.646 Td /F1.0 10.5 Tf <696e666f726d6174696f6e2c2074797065206f662074686520696e666f726d6174696f6e2c207468652063617465676f7279206f72207468652072656d6f76616c206f6620616e2049445320666c6167292e205468652070726f706f73616c2077696c6c> Tj ET @@ -900,7 +1093,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 426.426 Td +48.24 364.866 Td /F1.0 10.5 Tf <62652073656e74206261636b20746f20746865206f726967696e616c20617574686f722077686f2063616e2064656369646520746f20616363657074206f7220646973636172642069742e> Tj ET @@ -913,7 +1106,7 @@ ET 1.2523 Tw BT -48.24 398.646 Td +48.24 337.086 Td /F1.0 10.5 Tf <54686520616476616e7461676573206f66207573696e67207468652070726f706f73616c2073797374656d20696e636c75646520746865206c61636b206f662061206e65656420746f206372656174652061206e6577206576656e74206173> Tj ET @@ -928,7 +1121,7 @@ ET 0.7572 Tw BT -48.24 382.866 Td +48.24 321.306 Td /F1.0 10.5 Tf <77656c6c206173207468652070726f6365737320697473656c66206265696e6720766572792073696d706c6520616e6420666173742e20486f77657665722c20697420617373756d65732074686174207468652070617274792070726f766964696e67> Tj ET @@ -943,7 +1136,7 @@ ET 0.3299 Tw BT -48.24 367.086 Td +48.24 305.526 Td /F1.0 10.5 Tf <74686520696d70726f76656d656e74732069732077696c6c696e6720746f206c6f736520636f6e74726f6c206f766572207468652070726f706f73656420646174612e20546869732069732070726574747920656666696369656e7420666f7220736d616c6c> Tj ET @@ -958,7 +1151,7 @@ ET 5.2739 Tw BT -48.24 351.306 Td +48.24 289.746 Td /F1.0 10.5 Tf <6368616e6765732062757420666f72206d6f726520636f6d70726568656e73697665206368616e6765732c20657370656369616c6c792074686f7365207468617420696e636c756465206e6f6e2d617474726962757465> Tj ET @@ -971,7 +1164,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 335.526 Td +48.24 273.966 Td /F1.0 10.5 Tf <696e666f726d6174696f6e20737563682061732067616c61787920636c757374657273206f72206f626a656374732c20746865206576656e7420657874656e73696f6e206973206d6f726520617070726f7072696174652e> Tj ET @@ -981,12 +1174,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -1.7721 Tw +0.76 Tw BT -48.24 307.746 Td +48.24 246.186 Td /F1.0 10.5 Tf -<41706172742066726f6d206265696e67206d6f7265207375697461626c6520666f72206d6f726520636f6d70726568656e73697665206368616e6765732c20746865207365636f6e64207363656e6172696f20697320616c736f2061> Tj +<41706172742066726f6d206265696e67206d6f7265207375697461626c6520666f72206d6f726520636f6d70726568656e73697665206368616e6765732c2074686520> Tj ET @@ -996,12 +1189,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -3.9503 Tw +0.76 Tw BT -48.24 291.966 Td -/F1.0 10.5 Tf -[<67726561742066697420666f722074686520657874656e646564206576656e742066756e6374696f6e616c697479> 89.8438 <2c20616c6c6f77696e672075736572732077616e74696e6720746f2070726f76696465206164646974696f6e616c>] TJ +407.6848 246.186 Td +/F2.0 10.5 Tf +<326e64> Tj ET @@ -1011,12 +1204,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -2.3982 Tw +0.76 Tw BT -48.24 276.186 Td +427.3513 246.186 Td /F1.0 10.5 Tf -<696e666f726d6174696f6e206f7220616e20616c7465726e61746520766965772d706f696e74207769746820746865206f70706f7274756e697479206f66206372656174696e6720612073656c662d636f6e7461696e6564206576656e74> Tj +<207363656e6172696f20697320616c736f2061206772656174> Tj ET @@ -1026,12 +1219,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -2.7823 Tw +1.0435 Tw BT -48.24 260.406 Td +48.24 230.406 Td /F1.0 10.5 Tf -<2877686963682063616e206861766520697473206f776e20637573746f6d20646973747269627574696f6e2072756c6573292074686174207265666572656e63657320746865206f726967696e616c20616e616c797369732e2054686973> Tj +[<66697420666f722074686520657874656e646564206576656e742066756e6374696f6e616c697479> 89.8438 <2c20616c6c6f77696e672075736572732077616e74696e6720746f2070726f76696465206164646974696f6e616c20696e666f726d6174696f6e>] TJ ET @@ -1041,12 +1234,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -1.068 Tw +0.5308 Tw BT -48.24 244.626 Td +48.24 214.626 Td /F1.0 10.5 Tf -[<696e666f726d6174696f6e2063616e20626520736861726564206261636b20746f20746865206f726967696e616c20617574686f72206f72206b> 20.0195 <6570742077697468696e2061206c696d6974656420646973747269627574696f6e2073636f7065>] TJ +<6f7220616e20616c7465726e61746520766965772d706f696e74207769746820746865206f70706f7274756e697479206f66206372656174696e6720612073656c662d636f6e7461696e6564206576656e74202877686963682063616e2068617665> Tj ET @@ -1056,12 +1249,42 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.2433 Tw +1.7065 Tw BT -48.24 228.846 Td +48.24 198.846 Td /F1.0 10.5 Tf -<73756368206173206120737065636966696320736563746f722c20612074727573742067726f7570206f7220617320696e7465726e616c20696e666f726d6174696f6e20666f7220746865206f7267616e69736174696f6e2070726f766964696e6720746865> Tj +<697473206f776e20637573746f6d20646973747269627574696f6e2072756c6573292074686174207265666572656e63657320746865206f726967696e616c20616e616c797369732e205468697320696e666f726d6174696f6e2063616e206265> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6523 Tw + +BT +48.24 183.066 Td +/F1.0 10.5 Tf +[<736861726564206261636b20746f20746865206f726967696e616c20617574686f72206f72206b> 20.0195 <6570742077697468696e2061206c696d6974656420646973747269627574696f6e2073636f706520737563682061732061207370656369666963>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.9495 Tw + +BT +48.24 167.286 Td +/F1.0 10.5 Tf +<736563746f722c20612074727573742067726f7570206f7220617320696e7465726e616c20696e666f726d6174696f6e20666f7220746865206f7267616e69736174696f6e2070726f766964696e6720746865206164646974696f6e616c> Tj ET @@ -1072,9 +1295,9 @@ ET 0.2 0.2 0.2 SCN BT -48.24 213.066 Td +48.24 151.506 Td /F1.0 10.5 Tf -<6164646974696f6e616c20696e666f726d6174696f6e2e> Tj +<696e666f726d6174696f6e2e> Tj ET 0.0 0.0 0.0 SCN @@ -1082,15 +1305,15 @@ ET q 0.5 w 0.9333 0.9333 0.9333 SCN -108.24 197.25 m -108.24 141.91 l +108.24 135.69 m +108.24 80.35 l S Q 0.0667 0.0667 0.0667 scn 0.0667 0.0667 0.0667 SCN BT -71.388 161.012 Td +71.388 99.452 Td /F3.1 24 Tf <22> Tj ET @@ -1103,7 +1326,7 @@ ET 2.0971 Tw BT -120.24 181.286 Td +120.24 119.726 Td /F1.0 10.5 Tf [<46> 40.0391 <6f72206d6f726520696e666f726d6174696f6e2061626f75742074686520657874656e646564206576656e742066756e6374696f6e616c69747920696e204d495350> 120.1172 <2c2074686520626c6f67>] TJ ET @@ -1118,7 +1341,7 @@ ET 1.6125 Tw BT -120.24 165.506 Td +120.24 103.946 Td /F1.0 10.5 Tf <706f737420> Tj ET @@ -1133,7 +1356,7 @@ ET 1.6125 Tw BT -145.4985 165.506 Td +145.4985 103.946 Td /F2.0 10.5 Tf [<496e74726f647563696e6720546865204e657720457874656e646564204576656e74732046> 40.0391 <65617475726520696e204d495350>] TJ ET @@ -1148,7 +1371,7 @@ ET 1.6125 Tw BT -446.8792 165.506 Td +446.8792 103.946 Td /F1.0 10.5 Tf <20696e636c756465732061206c6f74206f66> Tj ET @@ -1161,11 +1384,56 @@ ET 0.2 0.2 0.2 SCN BT -120.24 149.726 Td +120.24 88.166 Td /F1.0 10.5 Tf <64657461696c732e> Tj ET +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2805 Tw + +BT +48.24 56.386 Td +/F1.0 10.5 Tf +<496e2074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2805 Tw + +BT +80.8366 56.386 Td +/F2.0 10.5 Tf +<337264> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2805 Tw + +BT +98.9911 56.386 Td +/F1.0 10.5 Tf +<207363656e6172696f20796f7572207573652d63617365206d6967687420626520686967686c79206175746f6d617465642c20652e672e2073637269707465642070726f63657373696e67206f66206576656e747320616e64> Tj +ET + + +0.0 Tw 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q @@ -1206,7 +1474,7 @@ endobj /F3.1 23 0 R /F1.0 8 0 R >> -/XObject << /Stamp2 58 0 R +/XObject << /Stamp2 121 0 R >> >> /Annots [24 0 R] @@ -1222,11 +1490,11 @@ endobj << /Type /Font /BaseFont /e8ffbc+FontAwesome /Subtype /TrueType -/FontDescriptor 79 0 R +/FontDescriptor 145 0 R /FirstChar 32 /LastChar 255 -/Widths 81 0 R -/ToUnicode 80 0 R +/Widths 147 0 R +/ToUnicode 146 0 R >> endobj 24 0 obj @@ -1236,12 +1504,218 @@ endobj /URI (http://www.misp-project.org/2018/04/19/Extended-Events-Feature.html) >> /Subtype /Link -/Rect [145.4985 162.44 446.8792 176.72] +/Rect [145.4985 100.88 446.8792 115.16] /Type /Annot >> endobj 25 0 obj -<< /Length 7852 +<< /Length 3057 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +1.3902 Tw + +BT +48.24 794.676 Td +/F1.0 10.5 Tf +<617474726962757465732076696120> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.3902 Tw + +BT +120.5198 794.676 Td +/F1.0 10.5 Tf +<50794d495350> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3902 Tw + +BT +158.5193 794.676 Td +/F1.0 10.5 Tf +<20616e642074686520656e642d636f6e73756d6572206973206d61696e6c7920616e6f74686572206175746f6d617465642070726f636573732c20652e672e20496e74727573696f6e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +6.2282 Tw + +BT +48.24 778.896 Td +/F1.0 10.5 Tf +[<446574656374696f6e2053> 20.0195 <797374656d2c2033726420706172742076697375616c697a6174696f6e20746f6f6c206574632e20546869732c20666f72206175746f6d6167696320726561736f6e732c206265636f6d6573>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6877 Tw + +BT +48.24 763.116 Td +/F1.0 10.5 Tf +<6578706f6e656e7469616c6c7920756e72656c6961626c652e2057686174206973207072696d616c20696e2074686973206361736520697320746f2066756c6c7920756e6465727374616e642077686174207468652049445320666c616720696e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4297 Tw + +BT +48.24 747.336 Td +/F1.0 10.5 Tf +<4d49535020646f657320616e6420686f7720697420696d706163747320617474726962757465732e2046757274686572206f6e2c206974206973206576656e206d6f726520696d706f7274616e7420746f2066756c6c7920756e6465727374616e64> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0041 Tw + +BT +48.24 731.556 Td +/F1.0 10.5 Tf +[<74686520656e7469726520746f6f6c2d636861696e2c206372> 20.0195 <61646c652d746f2d6772> 20.0195 <617665207374796c652e20576865726520646f657320746865206461746120636f6d652066726f6d20286372> 20.0195 <61646c652920776865726520646f657320697420676f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.0127 Tw + +BT +48.24 715.776 Td +/F1.0 10.5 Tf +[<746f20286772> 20.0195 <6176652920616e6420776861742070726f6365737365732022746f756368> 40.0391 <2220746865206461746120617320697420666c6f7773207468726f7567682c20736d616c6c206469616772> 20.0195 <616d732063616e2068656c70>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.0535 Tw + +BT +48.24 699.996 Td +/F1.0 10.5 Tf +[<7472656d656e646f75736c7920746f2076697375616c697a65207468652061637475616c20646174612d666c6f77> 69.8242 <2e2054686f7365206469616772> 20.0195 <616d732077696c6c206d6f73746c79206265206f6620757365206f6e6365>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 684.216 Td +/F1.0 10.5 Tf +<756e657870656374656420726573756c7473206f636375722c206f72206f74686572206572726f72732061707065617220736f6d65776865726520696e2074686520636861696e2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +541.009 14.388 Td +/F1.0 9 Tf +<33> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +26 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 25 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F1.0 8 0 R +>> +/XObject << /Stamp1 120 0 R +>> +>> +/Annots [27 0 R] +>> +endobj +27 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/PyMISP) +>> +/Subtype /Link +/Rect [120.5198 791.61 158.5193 805.89] +/Type /Annot +>> +endobj +28 0 obj +<< /Length 7965 >> stream q @@ -1290,12 +1764,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.6315 Tw +1.2574 Tw BT 120.24 730.166 Td /F1.0 10.5 Tf -[<56> 60.0586 <616c7561626c6520696e666f726d6174696f6e2069732061206d6f76696e6720636f6e6365707420616e6420686967686c7920646570656e64696e67206f662074686520676f616c206f6620746865>] TJ +[<56> 60.0586 <616c7561626c6520696e666f726d6174696f6e2069732061206d6f76696e6720636f6e6365707420616e6420646570656e647320686967686c79206f6e2074686520676f616c206f6620746865>] TJ ET @@ -1345,7 +1819,7 @@ ET BT 48.24 639.046 Td /F1.0 10.5 Tf -<496e666f726d6174696f6e20776869636820617265206f6674656e2064697374726962757465642077697468696e2073686172696e6720636f6d6d756e6974696573206172652074686520666f6c6c6f77696e673a> Tj +<496e666f726d6174696f6e207768696368206973206f6674656e2064697374726962757465642077697468696e2073686172696e6720636f6d6d756e6974696573206172652074686520666f6c6c6f77696e673a> Tj ET 0.0 0.0 0.0 SCN @@ -1368,12 +1842,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.0036 Tw +1.8441 Tw BT 66.24 611.266 Td /F1.0 10.5 Tf -<416e616c79736973207265706f7274206f662061207370656369666963207468726561742028737563682061732073656375726974792076656e646f72207265706f72742c20626c6f6720706f7374292077686963682063616e206265206f70656e> Tj +<416e616c79736973207265706f7274206f662061207370656369666963207468726561742028737563682061732073656375726974792076656e646f72207265706f72742c20626c6f6720706f7374292077686963682063616e206265> Tj ET @@ -1386,7 +1860,7 @@ ET BT 66.24 595.486 Td /F1.0 10.5 Tf -<736f7572636520696e74656c6c6967656e6365206f72206c696d6974656420646973747269627574696f6e> Tj +<4f70656e20536f7572636520696e74656c6c6967656e6365206f7220636f6d65206173206c696d6974656420646973747269627574696f6e> Tj ET 0.0 0.0 0.0 SCN @@ -1662,12 +2136,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.4498 Tw +1.9302 Tw BT 120.24 391.686 Td /F1.0 10.5 Tf -<796f7520746f20646973636f7665722077686174206974d573206163746976656c79207368617265642077697468696e206f7468657220636f6d6d756e69746965732e20496620612074797065206f7220616e> Tj +<796f7520646973636f7665722077686174206973206163746976656c79207368617265642077697468696e206f7468657220636f6d6d756e69746965732e20496620612074797065206f7220616e> Tj ET @@ -1721,7 +2195,7 @@ ET 0.2588 0.5451 0.7922 scn 0.2588 0.5451 0.7922 SCN -0.3935 Tw +2.6605 Tw BT 120.24 324.346 Td @@ -1736,12 +2210,12 @@ ET 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN -0.3935 Tw +2.6605 Tw BT -246.9798 324.346 Td +249.2468 324.346 Td /F1.0 10.5 Tf -<20746f206578707265737320796f7572206e65656473206d696768742068656c702065766572796f6e6520616e6420696d70726f7665> Tj +[<20746f206578707265737320796f7572206e656564732c2077696c6c206d616b> 20.0195 <6520796f75722072657175657374206d6f7265>] TJ ET @@ -1754,471 +2228,7 @@ ET BT 120.24 308.566 Td /F1.0 10.5 Tf -<6175746f6d6174696f6e2e> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.0 0.0 0.0 scn -0.0 0.0 0.0 SCN -1 w -0 J -0 j -[] 0 d -/Stamp1 Do -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -541.009 14.388 Td -/F1.0 9 Tf -<33> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -Q -Q - -endstream -endobj -26 0 obj -<< /Type /Page -/Parent 3 0 R -/MediaBox [0 0 595.28 841.89] -/CropBox [0 0 595.28 841.89] -/BleedBox [0 0 595.28 841.89] -/TrimBox [0 0 595.28 841.89] -/ArtBox [0 0 595.28 841.89] -/Contents 25 0 R -/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] -/Font << /F2.0 17 0 R -/F3.1 23 0 R -/F1.0 8 0 R ->> -/XObject << /Stamp1 57 0 R ->> ->> -/Annots [28 0 R 29 0 R 30 0 R] ->> -endobj -27 0 obj -[26 0 R /XYZ 0 841.89 null] -endobj -28 0 obj -<< /Border [0 0 0] -/A << /Type /Action -/S /URI -/URI (https://www.misp-project.org/objects.html) ->> -/Subtype /Link -/Rect [221.515 404.4 323.385 418.68] -/Type /Annot ->> -endobj -29 0 obj -<< /Border [0 0 0] -/A << /Type /Action -/S /URI -/URI (https://www.misp-project.org/datamodels/#misp-core-format) ->> -/Subtype /Link -/Rect [360.7373 404.4 463.7938 418.68] -/Type /Annot ->> -endobj -30 0 obj -<< /Border [0 0 0] -/A << /Type /Action -/S /URI -/URI (https://www.misp-project.org/taxonomies.html#_collaborative_intelligence) ->> -/Subtype /Link -/Rect [120.24 321.28 246.9798 335.56] -/Type /Annot ->> -endobj -31 0 obj -<< /Length 6178 ->> -stream -q -/DeviceRGB cs -0.2 0.2 0.2 scn -/DeviceRGB CS -0.2 0.2 0.2 SCN - -BT -48.24 786.666 Td -/F2.0 18 Tf -<45787072657373696e6720636f6e666964656e636520696e20616e20616e616c79736973> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.5 w -0.9333 0.9333 0.9333 SCN -108.24 770.61 m -108.24 731.05 l -S -Q -0.098 0.251 0.4863 scn -0.098 0.251 0.4863 SCN - -BT -67.956 742.262 Td -/F3.1 24 Tf -<21> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.7736 Tw - -BT -120.24 754.646 Td -/F1.0 10.5 Tf -<45787072657373696e672074686520636f6e666964656e6365206f7220746865206c61636b206f6620696e20616e20616e616c7973697320697320637269746963616c207374657020746f2068656c702061> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -120.24 738.866 Td -/F1.0 10.5 Tf -[<706172746e6572206f7220612074686972642d706172747920746f20636865636b20796f75722068> 20.0195 <79706f74686573657320616e6420636f6e636c7573696f6e732e>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.7256 Tw - -BT -48.24 707.086 Td -/F1.0 10.5 Tf -[<416e616c79736973206f72207265706f72747320617265206f6674656e20736861726564207769746820746563686e6963616c2064657461696c7320627574206f6674656e206c61636b20746865206f766572> 20.0195 <616c6c20636f6e666964656e6365>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -48.24 691.306 Td -/F1.0 10.5 Tf -<6c6576656c206173736f6369617465642e> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -48.24 663.526 Td -/F1.0 10.5 Tf -[<41> 20.0195 <6464696e6720636f6e666964656e6365206f7220657374696d61746976652070726f626162696c6974792068617665206d756c7469706c6520616476616e746167657320737563682061733a>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - --0.5 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -56.8805 635.746 Td -/F1.0 10.5 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - -0.0 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.3243 Tw - -BT -66.24 635.746 Td -/F1.0 10.5 Tf -<416c6c6f77696e6720726563656976696e67206f7267616e69736174696f6e7320746f2066696c7465722c20636c61737369667920616e642073636f72652074686520696e666f726d6174696f6e20696e20616e206175746f6d61746564> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -66.24 619.966 Td -/F1.0 10.5 Tf -[<7761> 20.0195 <79>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - --0.5 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -56.8805 598.186 Td -/F1.0 10.5 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - -0.0 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.4981 Tw - -BT -66.24 598.186 Td -/F1.0 10.5 Tf -<496e666f726d6174696f6e2077697468206c6f772d636f6e666964656e63652063616e207374696c6c2062652073686172656420616e6420726561636820636f6d6d756e6974696573206f72206f7267616e69736174696f6e73> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -66.24 582.406 Td -/F1.0 10.5 Tf -[<696e746572657374656420696e207375636820696e666f726d6174696f6e20776974686f757420696d70616374696e67206f7267616e69736174696f6e732066696c746572696e67206f75742062> 20.0195 <7920636f6e666964656e6365206c6576656c>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - --0.5 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -56.8805 560.626 Td -/F1.0 10.5 Tf - Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn - -0.0 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -3.2534 Tw - -BT -66.24 560.626 Td -/F1.0 10.5 Tf -[<537570706f7274696e6720636f756e74657220616e6420636f6d706574697469766520616e616c7973657320746f2076616c69646174652068> 20.0195 <79706f7468657365732065787072657373656420696e206f726967696e616c>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -66.24 544.846 Td -/F1.0 10.5 Tf -<7265706f7274696e67> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -0.6646 Tw - -BT -48.24 517.066 Td -/F1.0 10.5 Tf -[<436f6d706c656d656e7420616e616c79736973207769746820636f6e7472> 20.0195 <6172792065766964656e63657320697320616c736f20766572792077656c636f6d6520746f20656e7375726520746865206f726967696e616c20616e616c79736973>] TJ -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -48.24 501.286 Td -/F1.0 10.5 Tf -[<616e64207468652068> 20.0195 <79706f746865736573206576616c75617465642e>] TJ -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.5 w -0.9333 0.9333 0.9333 SCN -108.24 485.47 m -108.24 445.91 l -S -Q -0.0667 0.0667 0.0667 scn -0.0667 0.0667 0.0667 SCN - -BT -71.388 457.122 Td -/F3.1 24 Tf -<22> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.1946 Tw - -BT -120.24 469.506 Td -/F1.0 10.5 Tf -<4d495350207461786f6e6f6d69657320636f6e7461696e20616e2065786861757374697665206c697374206f6620636f6e666964656e6365206c6576656c7320696e636c7564696e6720776f726473> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -120.24 453.726 Td -/F1.0 10.5 Tf -<6f6620> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2588 0.5451 0.7922 scn -0.2588 0.5451 0.7922 SCN - -BT -132.8925 453.726 Td -/F1.0 10.5 Tf -<657374696d61746976652070726f626162696c697479> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -243.3525 453.726 Td -/F1.0 10.5 Tf -<206f7220636f6e666964656e636520696e20616e616c79746963206a7564676d656e742e> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -q -0.5 w -0.9333 0.9333 0.9333 SCN -108.24 433.91 m -108.24 394.35 l -S -Q -0.0667 0.0667 0.0667 scn -0.0667 0.0667 0.0667 SCN - -BT -71.388 405.562 Td -/F3.1 24 Tf -<22> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -1.8361 Tw - -BT -120.24 417.946 Td -/F1.0 10.5 Tf -<7468726561742d696e74656c6c6967656e63652e657520696e636c7564657320616e206f76657276696577206f662074686520> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2588 0.5451 0.7922 scn -0.2588 0.5451 0.7922 SCN - -1.8361 Tw - -BT -381.7128 417.946 Td -/F1.0 10.5 Tf -<6d6574686f646f6c6f6769657320616e642070726f6365737320746f> Tj -ET - - -0.0 Tw -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2588 0.5451 0.7922 scn -0.2588 0.5451 0.7922 SCN - -BT -120.24 402.166 Td -/F1.0 10.5 Tf -<737570706f72742074687265617420696e74656c6c6967656e6365> Tj -ET - -0.0 0.0 0.0 SCN -0.0 0.0 0.0 scn -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN - -BT -253.275 402.166 Td -/F1.0 10.5 Tf -<2e> Tj +<636f6e6369736520696d70726f76696e6720796f757220666565646261636b20706f74656e7469616c20616e6420696d70726f7665206175746f6d6174696f6e2e> Tj ET 0.0 0.0 0.0 SCN @@ -2247,7 +2257,7 @@ Q endstream endobj -32 0 obj +29 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -2255,56 +2265,3311 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 31 0 R +/Contents 28 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 17 0 R /F3.1 23 0 R /F1.0 8 0 R >> -/XObject << /Stamp2 58 0 R +/XObject << /Stamp2 121 0 R >> >> -/Annots [34 0 R 35 0 R 36 0 R] +/Annots [31 0 R 32 0 R 33 0 R] +>> +endobj +30 0 obj +[29 0 R /XYZ 0 841.89 null] +endobj +31 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/objects.html) +>> +/Subtype /Link +/Rect [221.515 404.4 323.385 418.68] +/Type /Annot +>> +endobj +32 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/datamodels/#misp-core-format) +>> +/Subtype /Link +/Rect [360.7373 404.4 463.7938 418.68] +/Type /Annot >> endobj 33 0 obj -[32 0 R /XYZ 0 841.89 null] +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/taxonomies.html#_collaborative_intelligence) +>> +/Subtype /Link +/Rect [120.24 321.28 249.2468 335.56] +/Type /Annot +>> endobj 34 0 obj +<< /Length 13351 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +48.24 786.666 Td +/F2.0 18 Tf +[<496e74656c6c6967656e63652054> 29.7852 <616767696e67>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0255 Tw + +BT +48.24 758.646 Td +/F1.0 10.5 Tf +[<546865726520617265207365766572> 20.0195 <616c20666163746f727320746f207375636365737366756c20616e6420656666696369656e7420696e74656c6c6967656e63652073686172696e672e204365727461696e6c79> 89.8438 <2c206f6e65206d616a6f7220617370656374>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.5002 Tw + +BT +48.24 742.866 Td +/F1.0 10.5 Tf +<697320746865207175616c697479206f662074686520696e64696361746f727320286f72206f627365727661626c6520646570656e64696e67206f6e2074686520646566696e6974696f6e20796f7520757365292c2073746f726564206173> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.2674 Tw + +BT +48.24 727.086 Td +/F1.0 10.5 Tf +<617474726962757465732077697468696e2061204d495350206576656e7420697473656c662e20486f77657665722c20697420646f6573206e6f742073746f702074686572652e204576656e20746865206d6f737420766961626c65> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.228 Tw + +BT +48.24 711.306 Td +/F1.0 10.5 Tf +[<696e666f726d6174696f6e206761696e65642062> 20.0195 <79206120736861726564206576656e742063616e2072656e64657220697473656c6620636f6d706c657465207573656c657373206966206e6f7420636c617373696669656420616e6420746167676564>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6773 Tw + +BT +48.24 695.526 Td +/F1.0 10.5 Tf +[<6163636f7264696e676c79> 89.8438 <2e204f6e65206665617475726520776869636820656e61626c6573206120756e69666f726d656420636c617373696669636174696f6e20697320696d706c656d656e74656420696e204d49535020617320746167732e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 679.746 Td +/F1.0 10.5 Tf +[<43757272656e746c79> 89.8438 <2c207468657265206172652074776f207479706573206f6620746167732c2077686963682064696666657220696e20746865207265737065637469766520706c616365207468657920617265207365742e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 651.966 Td +/F1.0 10.5 Tf +<312e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4983 Tw + +BT +66.24 651.966 Td +/F1.0 10.5 Tf +[<59> 69.8242 <6f752063616e20616464207461677320746f20616e20>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4983 Tw + +BT +183.1147 651.966 Td +/F2.0 10.5 Tf +<656e74697265206576656e74> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4983 Tw + +BT +248.272 651.966 Td +/F1.0 10.5 Tf +<2e20546865736520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4983 Tw + +BT +286.3861 651.966 Td +/F2.0 10.5 Tf +[<746167732073686f756c642062652076616c696420666f7220616e> 20.0195 <7920696e646976696475616c20617474726962757465>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4983 Tw + +BT +544.415 651.966 Td +/F1.0 10.5 Tf +<2c> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 636.186 Td +/F1.0 10.5 Tf +<7468757320696e64696361746f72206173736f63696174656420746f2074686973207370656369666963206576656e742e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 614.406 Td +/F1.0 10.5 Tf +<322e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.673 Tw + +BT +66.24 614.406 Td +/F1.0 10.5 Tf +[<46> 40.0391 <6f722061206d6f72652066696e652d6772> 20.0195 <61696e65642073706563696669636174696f6e20616c6c206f6620746865736520746167732063616e20616c736f20626520706c6163656420617420617474726962757465206c6576656c2e2054686973>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 598.626 Td +/F1.0 10.5 Tf +<616c6c6f777320746865207573657220746f207075742061206d6f72652064657461696c656420616e642073656c6563746976652076696577206f6e2065616368206174747269627574652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 582.81 m +108.24 543.25 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 554.462 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.5887 Tw + +BT +120.24 566.846 Td +/F1.0 10.5 Tf +[<43757272656e746c79207468657265206973206e6f2070726f6772> 20.0195 <616d6d61746963207761> 20.0195 <7920746861742070726576656e747320796f752066726f6d206e6f7420666f6c6c6f77696e6720746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 551.066 Td +/F1.0 10.5 Tf +<3173742072756c652e20546875732068756d616e20676172626167652074616767696e6720696e206175746f6d6174696f6e206f757470757420706f74656e7469616c6c79207573656c6573732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 531.25 m +108.24 491.69 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 502.902 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.7331 Tw + +BT +120.24 515.286 Td +/F1.0 10.5 Tf +[<496e206675747572652072656c65617365732074686572652077696c6c20616c736f2062652074616767696e6720666f72204d495350204f626a656374732e2057686963682069732c20736f6d65686f77> 69.8242 <2c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 499.506 Td +/F1.0 10.5 Tf +<616e20696e7465726d65646961746520736f6c7574696f6e20666f72207468652074776f207072696f72206d656e74696f6e6564206f7074696f6e732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 479.69 m +108.24 392.79 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 427.672 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.2331 Tw + +BT +120.24 463.726 Td +/F1.0 10.5 Tf +<4d495350204f626a6563747320696e2069747320706c61696e20636f6e6365707420697320612067726f7570696e67206f6620696e64696361746f72732077697468696e206f6e65206576656e742e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.3772 Tw + +BT +120.24 447.946 Td +/F1.0 10.5 Tf +[<54686573652067726f7570656420696e64696361746f72732061726520736f6d65686f77206c6f676963616c6c79206c696e6b> 20.0195 <656420746f6765746865722e20546865207370656369666963>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.0516 Tw + +BT +120.24 432.166 Td +/F1.0 10.5 Tf +[<72656c6174696f6e73686970206973206465736372696265642062> 20.0195 <792074686520696e646976696475616c206f626a65637420747970652e20412073696d706c6520>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.0516 Tw + +BT +450.3754 432.166 Td +/F2.0 10.5 Tf +<66696c65206f626a656374> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.0516 Tw + +BT +504.3994 432.166 Td +/F1.0 10.5 Tf +<2c206c696e6b73> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8713 Tw + +BT +120.24 416.386 Td +/F1.0 10.5 Tf +[<666f72206578616d706c6520612066696c656e616d6520746f20697473206f6273657276656420686173682076616c75657320286d64352c20736861312c2073686132353620616e64206d616e> 20.0195 <79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 400.606 Td +/F1.0 10.5 Tf +<6d6f7265292e20546869732063616e206675727468657220626520656e72696368656420766961206d6973702d6d6f64756c6573206f72206f7468657220706c75672d696e732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6088 Tw + +BT +48.24 368.826 Td +/F1.0 10.5 Tf +<41206672657175656e74207573652d6361736520666f7220706c6163696e67206164646974696f6e616c2074616773206f6e20617474726962757465206c6576656c20776f756c6420626520746f206c6f7765722074686520636f6e666964656e6365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6653 Tw + +BT +48.24 353.046 Td +/F1.0 10.5 Tf +<696e206365727461696e20617474726962757465732e20496620746865206576656e7420697320636c617373696669656420776974682061206869676820636f6e666964656e6365207461672c20736f6d6520696e64696361746f727320652e672e206c656769742d> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1135 Tw + +BT +48.24 337.266 Td +/F1.0 10.5 Tf +<6275742d636f6d70726f6d6973656420646f6d61696e73206f7220706f70756c61722066696c656e616d65732073686f756c64206265206c6162656c656420776974682061206c6f776572656420636f6e666964656e636520636c6173732e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0838 Tw + +BT +48.24 321.486 Td +/F1.0 10.5 Tf +[<546865726520617265207365766572> 20.0195 <616c207265616c20776f726c64206578616d706c65732077686572652074686973206f722073696d696c6172206174747269627574652073706563696669632074616767696e67206861732070726f76656e20746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 305.706 Td +/F1.0 10.5 Tf +<626520776f7274687768696c652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.4124 Tw + +BT +48.24 277.926 Td +/F1.0 10.5 Tf +[<4d6f7374206f6620746865207461677320617265206f7267616e6973656420696e20646564696361746564204d4953502054> 29.7852 <61786f6e6f6d6965732e2054686f736520736368656d61206469637461746520686f772074616773>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.9509 Tw + +BT +48.24 262.146 Td +/F1.0 10.5 Tf +[<73686f756c64206c6f6f6b206c696b> 20.0195 <6520616e6420686f7720746865792061726520746f206265206170706c69656420696e206365727461696e20636f6e646974696f6e732e20546865726520617265206d616e> 20.0195 <792067656e6572> 20.0195 <616c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.2395 Tw + +BT +48.24 246.366 Td +/F1.0 10.5 Tf +<64657461696c73206f6e207468697320746f7069632077686963682063616e2062652072656164207570206f6e20696e20746865206d61696e20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +2.2395 Tw + +BT +363.2893 246.366 Td +/F1.0 10.5 Tf +[<4d4953502054> 29.7852 <61786f6e6f6d7920476974487562207265706f7369746f7279>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.2395 Tw + +BT +544.415 246.366 Td +/F1.0 10.5 Tf +<2e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.077 Tw + +BT +48.24 230.586 Td +/F1.0 10.5 Tf +[<43757272656e746c79> 89.8438 <2c20746865726520617265206d6f7265207468616e20363020646966666572656e74207461786f6e6f6d69657320617661696c61626c652c2065616368206f66207468656d20636f6e7461696e696e672061>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4387 Tw + +BT +48.24 214.806 Td +/F1.0 10.5 Tf +<6e756d626572206f6620646966666572656e7420746167732c20776869636820617265207374656164696c7920696e6372656173696e6720616e642065766f6c76696e672e205468657265206172652061206c6f74206f6620616476616e7461676573> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 199.026 Td +/F1.0 10.5 Tf +<696e20686176696e672073756368206120766173742076617269657479206f6620746167732c20652e672e207468657265206973206f6e652074616720666f722065616368206b6e6f776e206173736f636961746564206d616c7761726520747970652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1168 Tw + +BT +48.24 171.246 Td +/F1.0 10.5 Tf +<486f77657665722c207468697320736865657220616d6f756e74206f6620746167732063616e206c65616420746f2074776f206d61696e20636f6e6365726e732c20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1168 Tw + +BT +386.8914 171.246 Td +/F2.0 10.5 Tf +<6f7665722d74616767696e67> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1168 Tw + +BT +453.2514 171.246 Td +/F1.0 10.5 Tf +<20616e6420> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1168 Tw + +BT +478.034 171.246 Td +/F2.0 10.5 Tf +<6d6973732d74616767696e67> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1168 Tw + +BT +544.415 171.246 Td +/F1.0 10.5 Tf +<2e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2133 Tw + +BT +48.24 155.466 Td +/F1.0 10.5 Tf +<426567696e6e6572732063616e206265206f7665727768656c6d6564207769746820746865206c61726765206e756d626572206f6620617661696c61626c6520746167732c20616e64206d69676874206d6973732065786163746c7920746865> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.7889 Tw + +BT +48.24 139.686 Td +/F1.0 10.5 Tf +[<7265717569726564207461786f6e6f6d7920746f2070726f7065726c79206c6162656c2074686520746f2062652073686172656420646174612e204173206120736974652061646d696e69737472> 20.0195 <61746f722069742069732074687573>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0758 Tw + +BT +48.24 123.906 Td +/F1.0 10.5 Tf +<696d706f7274616e7420746f20656e61626c6520746865207461786f6e6f6d696573207468617420617265206b6e6f776e20746f20746865207573657273206f6e20746865204d49535020696e7374616e63652c20286f7220746f2072656d6f7465> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 108.126 Td +/F1.0 10.5 Tf +<6f7267616e697a6174696f6e7320796f75206d696768742073796e632077697468292e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +541.009 14.388 Td +/F1.0 9 Tf +<35> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +35 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 34 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F2.0 17 0 R +/F1.0 8 0 R +/F3.1 23 0 R +>> +/XObject << /Stamp1 120 0 R +>> +>> +/Annots [37 0 R] +>> +endobj +36 0 obj +[35 0 R /XYZ 0 841.89 null] +endobj +37 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies) +>> +/Subtype /Link +/Rect [363.2893 243.3 544.415 257.58] +/Type /Annot +>> +endobj +38 0 obj +<< /Length 11697 +>> +stream +q +q +0.5 w +/DeviceRGB CS +0.9333 0.9333 0.9333 SCN +108.24 805.89 m +108.24 703.21 l +S +Q +/DeviceRGB cs +0.098 0.251 0.4863 scn +/DeviceRGB CS +0.098 0.251 0.4863 SCN + +BT +67.956 745.982 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.4752 Tw + +BT +120.24 789.926 Td +/F1.0 10.5 Tf +[<496e204d495350206d616b696e6720612054> 29.7852 <61786f6e6f6d7920617661696c61626c65206973206120322d737465702070726f636573732e20466972737420796f75206d616b> 20.0195 <6520746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.8268 Tw + +BT +120.24 774.146 Td +/F1.0 10.5 Tf +<7461786f6e6f6d7920617661696c61626c6520616e64207468656e20796f752063616e206569746865722064656369646520746f20656e61626c6520616c6c2074686520696e646976696475616c> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4796 Tw + +BT +120.24 758.366 Td +/F1.0 10.5 Tf +<7461677320696e20746865207461786f6e6f6d79206f72206368657272792d7069636b206f6e6c79207468652072656c6576616e74206f6e657320666f7220796f7572207573652d636173652e2028546865> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.0937 Tw + +BT +120.24 742.586 Td +/F1.0 10.5 Tf +[<56> 60.0586 <6f636162756c61727920666f72204576656e74205265636f7264696e6720616e6420496e636964656e742053686172696e672028564552495329206861732077656c6c206f7665722031393930>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +15.4511 Tw + +BT +120.24 726.806 Td +/F1.0 10.5 Tf +<746167732c20616e64207065726861707320796f7520617265206f6e6c7920696e746572657374656420696e20746865207375622d736574> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +120.24 711.026 Td +/F4.0 10.5 Tf +<76657269733a616374696f6e3a6572726f723a76617269657479> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +256.74 711.026 Td +/F1.0 10.5 Tf +<292e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.0203 Tw + +BT +48.24 679.246 Td +/F1.0 10.5 Tf +[<4f7665722d74616767696e6720696e206d6f7374206361736573206f6e6c79206c6561647320746f20616e206f7665727768656c6d696e672076697375616c20617070656172> 20.0195 <616e63652e204d6973732d74616767696e672c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3501 Tw + +BT +48.24 663.466 Td +/F1.0 10.5 Tf +<686f77657665722c206973206120637269746963616c207374657020696e746f206d69732d7573616765206f662073686172656420646174612e20546865206265737420616e64206d6f7374206465766173746174696e67206578616d706c65> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6851 Tw + +BT +48.24 647.686 Td +/F1.0 10.5 Tf +<776f756c6420626520746865206d69737320636c617373696669636174696f6e206f6620616e206576656e742e20496e2064656469636174656420616e6420707269766174652073686172696e672067726f757073206974206973207175697465> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.8229 Tw + +BT +48.24 631.906 Td +/F1.0 10.5 Tf +[<757375616c20746f20736861726520696e74656c6c6967656e6365206c6162656c656420617320e3666f7220796f757220636f6d70616e> 20.0195 <79206f6e6c79d22e20546869732064617461206d757374206e6f74206c6561766520746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 616.126 Td +/F1.0 10.5 Tf +<626f756e646172696573206f662074686973207669727475616c20626f72646572206f662074686520726563697069656e74d573206669726d2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.337 Tw + +BT +48.24 588.346 Td +/F1.0 10.5 Tf +[<54> 29.7852 <6f2070726576656e742074686973206b696e64206f66206d697374616b> 20.0195 <652c20746865207472> 20.0195 <6166666963206c696768742070726f746f636f6c2028616b6120544c502920616e64206974732072657370656374697665207461786f6e6f6d792063616e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 572.566 Td +/F1.0 10.5 Tf +[<6265207573656420616e64207468757320636f6d706c656d656e74696e6720746865206d697469676174696f6e20696e20746865206e6f74652062656c6f77> 69.8242 <2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 556.75 m +108.24 501.41 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 520.512 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.7419 Tw + +BT +120.24 540.786 Td +/F1.0 10.5 Tf +<4f6e65206d697469676174696f6e20746865207363656e6172696f206f66206d69732d636c617373696669656420646174612c20776f756c6420626520746f2075736520746865207761726e696e67> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2885 Tw + +BT +120.24 525.006 Td +/F1.0 10.5 Tf +[<6c6973747320286f72206e6f74696365206c697374732920617320612063616e617279> 89.8438 <2e205768696c7374206e6f7420696465616c20616e64206661722066726f6d2061206465666163746f20736f6c7574696f6e20746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 509.226 Td +/F1.0 10.5 Tf +[<636174636820616c6c206973737565732c20697420776f756c64206265206120676f6f642d656e6f7567682d7965742d636f61727365207761> 20.0195 <79206f6620646574656374696f6e2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8316 Tw + +BT +48.24 477.446 Td +/F1.0 10.5 Tf +<546865726520617265206d756c7469706c6520736f6c7574696f6e7320746f20736f6c766520746865206973737565206f66206d697373696e67206164646974696f6e616c20696e666f726d6174696f6e2061626f75742074686520736861726564> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.5138 Tw + +BT +48.24 461.666 Td +/F1.0 10.5 Tf +<636f6e74656e742e204f6e65206f66207468656d2069732074686520666f6c6c6f77696e67206c697374206f66207461677320776869636820617265206465656d656420746f20626520746865206d696e696d616c2073756273657420617420746865> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.5809 Tw + +BT +48.24 445.886 Td +/F1.0 10.5 Tf +[<7374617274206f6620616e> 20.0195 <79206576656e74206f722074686520696e646976696475616c20617474726962757465732e2073686172696e6720706c6174666f726d2e20546865206c6973742062656c6f7720697320696e206f72646572206f66>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 430.106 Td +/F1.0 10.5 Tf +<696d706f7274616e63652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 402.326 Td +/F1.0 10.5 Tf +<312e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +66.24 402.326 Td +/F2.0 10.5 Tf +[<544c502d54> 29.7852 <616773>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +113.7128 402.326 Td +/F1.0 10.5 Tf +<3a20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +119.4353 402.326 Td +/F1.0 10.5 Tf +<544c50> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +138.7448 402.326 Td +/F1.0 10.5 Tf +<207574696c697a657320612073696d706c6520666f757220636f6c6f7220736368656d6120666f7220696e6469636174696e6720686f7720696e74656c6c6967656e63652063616e206265207368617265642e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 380.546 Td +/F1.0 10.5 Tf +<322e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.6129 Tw + +BT +66.24 380.546 Td +/F2.0 10.5 Tf +[<436f6e666964656e63652d54> 29.7852 <616773>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6129 Tw + +BT +152.9933 380.546 Td +/F1.0 10.5 Tf +<2f> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.6129 Tw + +BT +156.0173 380.546 Td +/F2.0 10.5 Tf +[<56> 60.0586 <657474696e67205374617465>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6129 Tw + +BT +224.987 380.546 Td +/F1.0 10.5 Tf +<3a20546865726520617265206875676520646966666572656e63657320696e20746865207175616c697479206f6620646174612c2077686574686572206974> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3048 Tw + +BT +66.24 364.766 Td +/F1.0 10.5 Tf +<776173207665747465642075706f6e2073686172696e672e2041732074686973206d65616e7320746861742074686520617574686f722077617320636f6e666964656e74207468617420746865207368617265642064617461206973206f72> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 348.986 Td +/F1.0 10.5 Tf +<6174206c6561737420776173206120676f6f6420696e64696361746f72206f6620636f6d70726f6d6973652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 327.206 Td +/F1.0 10.5 Tf +<332e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +2.3059 Tw + +BT +66.24 327.206 Td +/F2.0 10.5 Tf +[<4f726967696e2d54> 29.7852 <616773>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.3059 Tw + +BT +127.3208 327.206 Td +/F1.0 10.5 Tf +<3a204465736372696265732077686572652074686520696e666f726d6174696f6e2063616d652066726f6d2c20776865746865722069742077617320696e20616e206175746f6d61746564> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1594 Tw + +BT +66.24 311.426 Td +/F1.0 10.5 Tf +<66617368696f6e206f7220696e2061206d616e75616c20696e7665737469676174696f6e2e20546869732073686f756c64206769766520616e20696d7072657373696f6e20686f772076616c7565207468697320696e74656c6c6967656e6365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 295.646 Td +/F1.0 10.5 Tf +[<69732c206173206d616e75616c20696e7665737469676174696f6e2073686f756c642073757065727365646520616e> 20.0195 <79206175746f6d617469632067656e6572> 20.0195 <6174696f6e206f6620646174612e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +52.6765 273.866 Td +/F1.0 10.5 Tf +<342e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +2.5017 Tw + +BT +66.24 273.866 Td +/F2.0 10.5 Tf +[<50> 49.8047 <41502d54> 29.7852 <616773>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.5017 Tw + +BT +114.0823 273.866 Td +/F1.0 10.5 Tf +<3a20416e206576656e206d6f726520616476616e63656420617070726f616368206f66206461746120636c617373696669636174696f6e206973207573696e6720746865205065726d69737369626c65> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.0404 Tw + +BT +66.24 258.086 Td +/F1.0 10.5 Tf +[<41> 20.0195 <6374696f6e732050726f746f636f6c2e20497420696e6469636174657320686f772074686520726563656976656420646174612063616e206265207573656420746f2073656172636820666f7220636f6d70726f6d69736573>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 242.306 Td +/F1.0 10.5 Tf +[<77697468696e2074686520696e646976696475616c20636f6d70616e> 20.0195 <79206f7220636f6e7374697475656e6379> 89.8438 <2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 226.49 m +108.24 202.71 l +S +Q +0.0667 0.0667 0.0667 scn +0.0667 0.0667 0.0667 SCN + +BT +71.4508 206.1105 Td +/F3.1 23.779999999999973 Tf +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 210.526 Td +/F1.0 10.5 Tf +<5468652066756c6c206c697374206f6620617661696c61626c65207461786f6e6f6d6965732063616e20626520666f756e6420> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +368.985 210.526 Td +/F2.0 10.5 Tf +<68657265> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +393.429 210.526 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp2 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +49.24 14.388 Td +/F1.0 9 Tf +<36> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +39 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 38 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F3.1 23 0 R +/F1.0 8 0 R +/F4.0 40 0 R +/F2.0 17 0 R +>> +/XObject << /Stamp2 121 0 R +>> +>> +/Annots [41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R] +>> +endobj +40 0 obj +<< /Type /Font +/BaseFont /933e95+mplus1mn-regular +/Subtype /TrueType +/FontDescriptor 149 0 R +/FirstChar 32 +/LastChar 255 +/Widths 151 0 R +/ToUnicode 150 0 R +>> +endobj +41 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies/blob/master/tlp/machinetag.json) +>> +/Subtype /Link +/Rect [66.24 399.26 113.7128 413.54] +/Type /Annot +>> +endobj +42 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.us-cert.gov/tlp) +>> +/Subtype /Link +/Rect [119.4353 399.26 138.7448 413.54] +/Type /Annot +>> +endobj +43 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies/blob/master/veris/machinetag.json) +>> +/Subtype /Link +/Rect [66.24 377.48 152.9933 391.76] +/Type /Annot +>> +endobj +44 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies/blob/master/cssa/machinetag.json) +>> +/Subtype /Link +/Rect [156.0173 377.48 224.987 391.76] +/Type /Annot +>> +endobj +45 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies/blob/master/cssa/machinetag.json) +>> +/Subtype /Link +/Rect [66.24 324.14 127.3208 338.42] +/Type /Annot +>> +endobj +46 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies/blob/master/PAP/machinetag.json) +>> +/Subtype /Link +/Rect [66.24 270.8 114.0823 285.08] +/Type /Annot +>> +endobj +47 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies) +>> +/Subtype /Link +/Rect [368.985 207.46 393.429 221.74] +/Type /Annot +>> +endobj +48 0 obj +<< /Length 12446 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +48.24 786.666 Td +/F2.0 18 Tf +<45787072657373696e6720636f6e666964656e63652f657374696d61746976652070726f626162696c69747920696e20616e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 762.186 Td +/F2.0 18 Tf +<616e616c79736973> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 746.13 m +108.24 706.57 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 717.782 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4835 Tw + +BT +120.24 730.166 Td +/F1.0 10.5 Tf +<45787072657373696e672074686520636f6e666964656e6365206f7220746865206c61636b206f6620697420696e20616e20616e616c79736973206973206120637269746963616c207374657020746f2068656c702061> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 714.386 Td +/F1.0 10.5 Tf +[<706172746e6572206f7220612074686972642d706172747920746f20636865636b20796f75722068> 20.0195 <79706f74686573657320616e6420636f6e636c7573696f6e732e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2666 Tw + +BT +48.24 682.606 Td +/F1.0 10.5 Tf +<416e616c79736973206f72207265706f72747320617265206f6674656e2073686172656420746f676574686572207769746820746563686e6963616c2064657461696c732c20627574206f6674656e206c61636b20746865206173736f636961746564> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.5939 Tw + +BT +48.24 666.826 Td +/F1.0 10.5 Tf +[<6f766572> 20.0195 <616c6c20636f6e666964656e6365206c6576656c2e2054> 29.7852 <6f2061736365727461696e207468697320636f6e666964656e6365206c6576656c20796f752063616e2075736520666f72206578616d706c6520746865204d495350>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.7481 Tw + +BT +48.24 651.046 Td +/F1.0 10.5 Tf +[<54> 29.7852 <61786f6e6f6d6965732063616c6c656420>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +3.7481 Tw + +BT +151.3935 651.046 Td +/F1.0 10.5 Tf +[<61646d6972> 20.0195 <616c74792d7363616c65>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.7481 Tw + +BT +228.4318 651.046 Td +/F1.0 10.5 Tf +<20616e642f6f7220> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +3.7481 Tw + +BT +274.505 651.046 Td +/F1.0 10.5 Tf +<657374696d61746976652d6c616e6775616765> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.7481 Tw + +BT +375.116 651.046 Td +/F1.0 10.5 Tf +[<2e2054686973206973206120766572792068756d616e207761> 20.0195 <7920746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.5718 Tw + +BT +48.24 635.266 Td +/F1.0 10.5 Tf +<64657363726962652065697468657220676c6f62616c6c7920616e206576656e74206f7220696e646976696475616c20696e64696361746f7273206f6620616e206576656e742c2077697468206120736574206f66206561737920746f2072656164> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +9.2237 Tw + +BT +48.24 619.486 Td +/F1.0 10.5 Tf +[<68756d616e20746167732e2028652e673a2061646d6972> 20.0195 <616c74792d7363616c653a736f757263652d72656c696162696c6974793d22612f622f63c9222c20657374696d61746976652d6c616e67756167653a6c696b> 20.0195 <656c69686f6f642d>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.8327 Tw + +BT +48.24 603.706 Td +/F1.0 10.5 Tf +[<70726f626162696c6974793d22616c6d6f73742d6e6f2d6368616e6365222c20657374696d61746976652d6c616e67756167653a636f6e666964656e63652d696e2d616e616c797469632d6a7564676d656e743d226d6f646572> 20.0195 <6174652229>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2895 Tw + +BT +48.24 587.926 Td +/F1.0 10.5 Tf +[<47656e6572> 20.0195 <616c6c7920697420697320676f6f64207072> 20.0195 <61637469636520746f20646f207468697320676c6f62616c6c7920666f7220746865206576656e7420617320746869732077696c6c20656e72696368207468652074727573742f76616c7565206966207365742e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2302 Tw + +BT +48.24 572.146 Td +/F1.0 10.5 Tf +[<5573696e67207468697320696e20616e206175746f6d61746564207761> 20.0195 <7920697320616c736f20706f737369626c652062757420776974686f75742068756d616e20696e74657276656e74696f6e2c206f7220414920746861742061637475616c6c79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.1911 Tw + +BT +48.24 556.366 Td +/F1.0 10.5 Tf +<776f726b732c206e6f74207265636f6d6d656e6465642e20416c736f2c206f6e206576656e747320776974682068756e6472656473206f66206174747269627574657320746869732069732063756d626572736f6d6520616e64> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2609 Tw + +BT +48.24 540.586 Td +/F1.0 10.5 Tf +[<7065726861707320756e6665617369626c6520616e642077696c6c206a75737420667275737472> 20.0195 <617465206f706572> 20.0195 <61746f72732e20546865206f6276696f757320736964652d656666656374206f66207468697320617070726f6163682069732074686174>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 524.806 Td +/F1.0 10.5 Tf +[<6175746f6d6174696f6e2077696c6c20626520746865206f766572> 20.0195 <616c6c2062656e65666163746f7220746f6f20757070696e6720746865207472757374206f6e2074686174206c6576656c20746f6f2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +52.24 508.99 m +543.04 508.99 l +545.2491 508.99 547.04 507.1991 547.04 504.99 c +547.04 476.25 l +547.04 474.0409 545.2491 472.25 543.04 472.25 c +52.24 472.25 l +50.0309 472.25 48.24 474.0409 48.24 476.25 c +48.24 504.99 l +48.24 507.1991 50.0309 508.99 52.24 508.99 c +h +f +0.8 0.8 0.8 SCN +0.75 w +52.24 508.99 m +543.04 508.99 l +545.2491 508.99 547.04 507.1991 547.04 504.99 c +547.04 476.25 l +547.04 474.0409 545.2491 472.25 543.04 472.25 c +52.24 472.25 l +50.0309 472.25 48.24 474.0409 48.24 476.25 c +48.24 504.99 l +48.24 507.1991 50.0309 508.99 52.24 508.99 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +59.24 486.165 Td +/F4.0 11 Tf +<5b544f444f3a20726576697365206465736372697074696f6e206f6620657374696d61746976652070726f626162696c6974795d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 448.286 Td +/F1.0 10.5 Tf +<546875732c20616464696e6720636f6e666964656e6365206f7220657374696d61746976652070726f626162696c69747920686173206d756c7469706c6520616476616e746167657320737563682061733a> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 420.506 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6377 Tw + +BT +66.24 420.506 Td +/F1.0 10.5 Tf +[<416c6c6f7720726563656976696e67206f7267616e69736174696f6e7320746f2066696c7465722c20636c61737369667920616e642073636f72652074686520696e666f726d6174696f6e20696e20616e206175746f6d61746564207761> 20.0195 <79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 404.726 Td +/F1.0 10.5 Tf +<6261736564206f6e2072656c617465642074616773> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 382.946 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.4981 Tw + +BT +66.24 382.946 Td +/F1.0 10.5 Tf +<496e666f726d6174696f6e2077697468206c6f772d636f6e666964656e63652063616e207374696c6c2062652073686172656420616e6420726561636820636f6d6d756e6974696573206f72206f7267616e69736174696f6e73> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.4172 Tw + +BT +66.24 367.166 Td +/F1.0 10.5 Tf +[<696e746572657374656420696e207375636820696e666f726d6174696f6e20776974686f757420696d70616374696e67206f7267616e69736174696f6e732066696c746572696e67206f75742062> 20.0195 <7920696e63726561736564>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 351.386 Td +/F1.0 10.5 Tf +<636f6e666964656e6365206c6576656c> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 329.606 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2496 Tw + +BT +66.24 329.606 Td +/F1.0 10.5 Tf +[<537570706f727420636f756e74657220616e616c7973657320616e6420636f6d706574697469766520616e616c7973657320746f2076616c69646174652068> 20.0195 <79706f7468657365732065787072657373656420696e206f726967696e616c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 313.826 Td +/F1.0 10.5 Tf +<7265706f7274696e67> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 292.046 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.2183 Tw + +BT +66.24 292.046 Td +/F1.0 10.5 Tf +<446570656e64696e67206f6e20736f75726365206f7267616e69736174696f6e2c206861766520616e2061666669726d6174697665207468617420736f6d652048756d496e7420686173206f6e6520696e746f20746865> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 276.266 Td +/F1.0 10.5 Tf +<73686172696e672070726f63657373> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.9608 0.9608 0.9608 scn +70.24 260.45 m +543.04 260.45 l +545.2491 260.45 547.04 258.6591 547.04 256.45 c +547.04 227.71 l +547.04 225.5009 545.2491 223.71 543.04 223.71 c +70.24 223.71 l +68.0309 223.71 66.24 225.5009 66.24 227.71 c +66.24 256.45 l +66.24 258.6591 68.0309 260.45 70.24 260.45 c +h +f +0.8 0.8 0.8 SCN +0.75 w +70.24 260.45 m +543.04 260.45 l +545.2491 260.45 547.04 258.6591 547.04 256.45 c +547.04 227.71 l +547.04 225.5009 545.2491 223.71 543.04 223.71 c +70.24 223.71 l +68.0309 223.71 66.24 225.5009 66.24 227.71 c +66.24 256.45 l +66.24 258.6591 68.0309 260.45 70.24 260.45 c +h +S +Q +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +77.24 237.625 Td +/F4.0 11 Tf +<5b544f444f3a20646566696e6520636f756e74657220616e6420636f6d706574697469766520616e616c797365735d> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6646 Tw + +BT +48.24 193.746 Td +/F1.0 10.5 Tf +[<436f6d706c656d656e7420616e616c79736973207769746820636f6e7472> 20.0195 <6172792065766964656e63657320697320616c736f20766572792077656c636f6d6520746f20656e7375726520746865206f726967696e616c20616e616c79736973>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 177.966 Td +/F1.0 10.5 Tf +[<616e64207468652068> 20.0195 <79706f746865736573206172652070726f7065726c79206576616c75617465642e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 162.15 m +108.24 122.59 l +S +Q +0.0667 0.0667 0.0667 scn +0.0667 0.0667 0.0667 SCN + +BT +71.388 133.802 Td +/F3.1 24 Tf +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.1946 Tw + +BT +120.24 146.186 Td +/F1.0 10.5 Tf +<4d495350207461786f6e6f6d69657320636f6e7461696e20616e2065786861757374697665206c697374206f6620636f6e666964656e6365206c6576656c7320696e636c7564696e6720776f726473> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 130.406 Td +/F1.0 10.5 Tf +<6f6620> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +132.8925 130.406 Td +/F1.0 10.5 Tf +<657374696d61746976652070726f626162696c697479> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +243.3525 130.406 Td +/F1.0 10.5 Tf +<206f7220636f6e666964656e636520696e20616e616c79746963206a7564676d656e742e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 110.59 m +108.24 71.03 l +S +Q +0.0667 0.0667 0.0667 scn +0.0667 0.0667 0.0667 SCN + +BT +71.388 82.242 Td +/F3.1 24 Tf +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.8361 Tw + +BT +120.24 94.626 Td +/F1.0 10.5 Tf +<7468726561742d696e74656c6c6967656e63652e657520696e636c7564657320616e206f76657276696577206f662074686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.8361 Tw + +BT +381.7128 94.626 Td +/F1.0 10.5 Tf +<6d6574686f646f6c6f6769657320616e642070726f6365737320746f> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +120.24 78.846 Td +/F1.0 10.5 Tf +<737570706f72742074687265617420696e74656c6c6967656e6365> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +253.275 78.846 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +541.009 14.388 Td +/F1.0 9 Tf +<37> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +49 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 48 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F2.0 17 0 R +/F3.1 23 0 R +/F1.0 8 0 R +/F4.0 40 0 R +>> +/XObject << /Stamp1 120 0 R +>> +>> +/Annots [51 0 R 52 0 R 53 0 R 54 0 R 55 0 R] +>> +endobj +50 0 obj +[49 0 R /XYZ 0 841.89 null] +endobj +51 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/taxonomies.html#_admiralty_scale) +>> +/Subtype /Link +/Rect [151.3935 647.98 228.4318 662.26] +/Type /Annot +>> +endobj +52 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://www.misp-project.org/taxonomies.html#_estimative_language) >> /Subtype /Link -/Rect [132.8925 450.66 243.3525 464.94] +/Rect [274.505 647.98 375.116 662.26] /Type /Annot >> endobj -35 0 obj +53 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/taxonomies.html#_estimative_language) +>> +/Subtype /Link +/Rect [132.8925 127.34 243.3525 141.62] +/Type /Annot +>> +endobj +54 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://www.threat-intelligence.eu/methodologies/) >> /Subtype /Link -/Rect [381.7128 414.88 535.04 429.16] +/Rect [381.7128 91.56 535.04 105.84] /Type /Annot >> endobj -36 0 obj +55 0 obj << /Border [0 0 0] /A << /Type /Action /S /URI /URI (https://www.threat-intelligence.eu/methodologies/) >> /Subtype /Link -/Rect [120.24 399.1 253.275 413.38] +/Rect [120.24 75.78 253.275 90.06] /Type /Annot >> endobj -37 0 obj -<< /Length 941 +56 0 obj +<< /Length 7002 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +48.24 786.666 Td +/F2.0 18 Tf +[<486f7720746f207472> 20.0195 <61636b20616e64206b> 20.0195 <65657020746865207374617465206f6620616e20616e616c79736973>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 770.61 m +108.24 731.05 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 742.262 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2506 Tw + +BT +120.24 754.646 Td +/F1.0 10.5 Tf +[<486176696e67206120776f726b666c6f7720746f20666f6c6c6f77> 69.8242 <2c20616e642062652061626c6520746f20726566657220746f2c20697320736f6d657468696e672075736566756c20666f7220746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 738.866 Td +/F1.0 10.5 Tf +<616e616c7973742061732077656c6c20617320666f72206f746865722070656f706c652072656164696e67206f722072656c79696e67206f6e2074686520616e616c797369732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.19 Tw + +BT +48.24 707.086 Td +/F1.0 10.5 Tf +[<4b> 20.0195 <656570696e67207472> 20.0195 <61636b206f662074686520616476616e63656d656e74206f6620616e20616e616c797369732c206f66207768617420686173206265656e20646f6e65206f72207374696c6c206e6565647320746f20626520646f6e652c206973>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.1917 Tw + +BT +48.24 691.306 Td +/F1.0 10.5 Tf +[<696d706f7274616e7420696e206f72646572206e6f7420746f20666f7267657420616e> 20.0195 <797468696e67206f6e20656974686572207369646520616e6420746f20656e7375726520776f726b206973206e6f7420706572666f726d6564>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.4506 Tw + +BT +48.24 675.526 Td +/F1.0 10.5 Tf +[<726564756e64616e746c792062> 20.0195 <79206163636964656e742e20497420697320657373656e7469616c20746f20686176652061206d6574686f6420746f206b> 20.0195 <65657020746865736520696e666f726d6174696f6e20636c65617220616e64>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 659.746 Td +/F1.0 10.5 Tf +<636f6e636973652e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.1778 Tw + +BT +48.24 631.966 Td +/F1.0 10.5 Tf +<4f6e65206f662074686520706f737369626c65206d6574686f646f6c6f6769657320697320746f20757365207461677320746f206d61726b2074686520696e666f726d6174696f6e20616e6420636f6e766579207468652063757272656e74> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 616.186 Td +/F1.0 10.5 Tf +<7374617465206f6620616e20616e616c797369732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8745 Tw + +BT +48.24 588.406 Td +/F1.0 10.5 Tf +[<46> 40.0391 <6f7220696e7374616e636520746865204d4953502057> 60.0586 <6f726b666c6f772054> 29.7852 <61786f6e6f6d7920616c6c6f777320746865207573657220746f20646573637269626520746865207374617465206f6620616e20616e616c797369732c206173>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.3958 Tw + +BT +48.24 572.626 Td +/F4.0 10.5 Tf +<636f6d706c657465> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3958 Tw + +BT +90.24 572.626 Td +/F1.0 10.5 Tf +<206f7220> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.3958 Tw + +BT +107.4745 572.626 Td +/F4.0 10.5 Tf +<696e636f6d706c657465> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3958 Tw + +BT +159.9745 572.626 Td +/F1.0 10.5 Tf +<2e204d6f72656f7665722c2069742063616e206265207573656420746f20636c6561726c7920737065636966792077686174207374696c6c206e6565647320746f20626520646f6e65207573696e67> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3062 Tw + +BT +48.24 556.846 Td +/F1.0 10.5 Tf +<74686520> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +0.3062 Tw + +BT +67.2362 556.846 Td +/F4.0 10.5 Tf +<746f646f> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3062 Tw + +BT +88.2362 556.846 Td +/F1.0 10.5 Tf +[<20746167732e2054686520776f726b666c6f77207461786f6e6f6d79206973207365706172> 20.0195 <6174656420696e746f2074776f2070617274732e204f6e6520706172742069732072656c6174656420746f2074686520616374696f6e73>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.7342 Tw + +BT +48.24 541.066 Td +/F1.0 10.5 Tf +<746f20626520646f6e652028> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +2.7342 Tw + +BT +114.9275 541.066 Td +/F4.0 10.5 Tf +<746f646f> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.7342 Tw + +BT +135.9275 541.066 Td +/F1.0 10.5 Tf +<2920616e6420746865206f7468657220706172742069732061626f7574207468652063757272656e74207374617465206f662074686520616e616c7973697328> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +2.7342 Tw + +BT +472.3976 541.066 Td +/F4.0 10.5 Tf +<7374617465> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.7342 Tw + +BT +498.6476 541.066 Td +/F1.0 10.5 Tf +<292073756368206173> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +48.24 525.286 Td +/F4.0 10.5 Tf +<696e636f6d706c657465> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +100.74 525.286 Td +/F1.0 10.5 Tf +<2c20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +106.0845 525.286 Td +/F4.0 10.5 Tf +<6472616674> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +132.3345 525.286 Td +/F1.0 10.5 Tf +<206f7220> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.6941 0.1294 0.2745 scn +0.6941 0.1294 0.2745 SCN + +BT +148.7775 525.286 Td +/F4.0 10.5 Tf +<636f6d706c657465> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +190.7775 525.286 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 509.47 m +108.24 469.91 l +S +Q +0.0667 0.0667 0.0667 scn +0.0667 0.0667 0.0667 SCN + +BT +71.388 481.122 Td +/F3.1 24 Tf +<22> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.6989 Tw + +BT +120.24 493.506 Td +/F1.0 10.5 Tf +[<46> 40.0391 <6f72206d6f726520696e666f726d6174696f6e206f6e20746865204d4953502057> 60.0586 <6f726b666c6f772054> 29.7852 <61786f6e6f6d79> 89.8438 <2c206665656c206672656520746f207265616420746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +120.24 477.726 Td +/F1.0 10.5 Tf +[<57> 60.0586 <6f726b666c6f77207461786f6e6f6d79206368656174207368656574>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +281.8659 477.726 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp2 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +49.24 14.388 Td +/F1.0 9 Tf +<38> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +57 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 56 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F2.0 17 0 R +/F3.1 23 0 R +/F1.0 8 0 R +/F4.0 40 0 R +>> +/XObject << /Stamp2 121 0 R +>> +>> +/Annots [59 0 R] +>> +endobj +58 0 obj +[57 0 R /XYZ 0 841.89 null] +endobj +59 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/taxonomies.html#_workflow) +>> +/Subtype /Link +/Rect [120.24 474.66 281.8659 488.94] +/Type /Annot +>> +endobj +60 0 obj +<< /Length 3734 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +48.24 786.666 Td +/F2.0 18 Tf +<486f7720746f20636c61737369667920696e666f726d6174696f6e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.5 w +0.9333 0.9333 0.9333 SCN +108.24 770.61 m +108.24 699.49 l +S +Q +0.098 0.251 0.4863 scn +0.098 0.251 0.4863 SCN + +BT +67.956 726.482 Td +/F3.1 24 Tf +<21> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2353 Tw + +BT +120.24 754.646 Td +/F1.0 10.5 Tf +<436c617373696679696e6720696e666f726d6174696f6e20697320736f6d657468696e672074686174206861732070726f76656e206265696e6720766572792075736566756c20696e206c6f7473206f66> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6707 Tw + +BT +120.24 738.866 Td +/F1.0 10.5 Tf +<646f6d61696e732c20696e636c7564696e672054687265617420496e74656c6c6967656e63652c2061732069742068656c707320617373657373696e6720746865206d61696e20696e666f726d6174696f6e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0495 Tw + +BT +120.24 723.086 Td +/F1.0 10.5 Tf +[<7665727920717569636b6c79> 89.8438 <2e204d6f72656f7665722c2069742063616e2068656c7020746f206275696c6420636f7272656c6174696f6e73206265747765656e206576656e7473206f72207265706f7274732c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +120.24 707.306 Td +/F1.0 10.5 Tf +<616c6c6f77696e6720616e616c7973747320746f2062657474657220756e6465727374616e6420746872656174206163746f72732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.8192 Tw + +BT +48.24 675.526 Td +/F1.0 10.5 Tf +[<54686520666972737420746f6f6c2077652063616e2075736520746f20636c61737369667920696e666f726d6174696f6e20617265207461677320616e64207461786f6e6f6d696573202e2054> 29.7852 <6167732063616e206265207573656420746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.8867 Tw + +BT +48.24 659.746 Td +/F1.0 10.5 Tf +[<646573637269626520686f772074686520696e666f726d6174696f6e2063616e206265207368617265642c207573696e672074686520746c7020285472> 20.0195 <6166666963204c696768742050726f746f636f6c29207461786f6e6f6d79> 89.8438 <2c20696e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.9002 Tw + +BT +48.24 643.966 Td +/F1.0 10.5 Tf +<6f7264657220746f2070726576656e7420696e666f726d6174696f6e206c65616b732e202e20546865792063616e20616c736f206265207573656420746f2064657363726962652074686520736f75726365207768657265> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.2448 Tw + +BT +48.24 628.186 Td +/F1.0 10.5 Tf +[<696e666f726d6174696f6e2063616d652066726f6d2e202e204d616e> 20.0195 <79207461786f6e6f6d69657320616c6c6f7720746865207573657220746f2066757274686572206578706c61696e20746865206b696e64206f66>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 612.406 Td +/F1.0 10.5 Tf +[<7468726561742e5b54> 20.0195 <4f444f3a20776173207468617420746865206d65616e696e673f5d202d2d6d617070696e672d2d>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 584.626 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 584.626 Td +/F1.0 10.5 Tf +[<47616c6178696573202841> 60.0586 <545426434b206d617472697829>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 562.846 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +66.24 562.846 Td +/F1.0 10.5 Tf +<436f6d6d656e7473> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +541.009 14.388 Td +/F1.0 9 Tf +<39> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +61 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 60 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F2.0 17 0 R +/F3.1 23 0 R +/F1.0 8 0 R +>> +/XObject << /Stamp1 120 0 R +>> +>> +>> +endobj +62 0 obj +[61 0 R /XYZ 0 841.89 null] +endobj +63 0 obj +<< /Length 1260 >> stream q @@ -2336,8 +5601,8 @@ ET 0.0 0.0 0.0 scn 0.0 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN BT 66.24 753.206 Td @@ -2362,8 +5627,8 @@ ET 0.0 0.0 0.0 scn 0.0 Tc -0.2 0.2 0.2 scn -0.2 0.2 0.2 SCN +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN BT 66.24 731.426 Td @@ -2371,6 +5636,32 @@ BT [<416e6472> 20.0195 <617320496b6c6f6479>] TJ ET +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +-0.5 Tc +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +56.8805 709.646 Td +/F1.0 10.5 Tf + Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn + +0.0 Tc +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +66.24 709.646 Td +/F1.0 10.5 Tf +<537465766520436c656d656e74> Tj +ET + 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q @@ -2380,14 +5671,14 @@ q 0 J 0 j [] 0 d -/Stamp1 Do +/Stamp2 Do 0.2 0.2 0.2 scn 0.2 0.2 0.2 SCN BT -541.009 14.388 Td +49.24 14.388 Td /F1.0 9 Tf -<35> Tj +<3130> Tj ET 0.0 0.0 0.0 SCN @@ -2397,7 +5688,7 @@ Q endstream endobj -38 0 obj +64 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -2405,21 +5696,55 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 37 0 R +/Contents 63 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 17 0 R /F1.0 8 0 R >> -/XObject << /Stamp1 57 0 R +/XObject << /Stamp2 121 0 R >> >> +/Annots [66 0 R 67 0 R 68 0 R] >> endobj -39 0 obj -[38 0 R /XYZ 0 841.89 null] +65 0 obj +[64 0 R /XYZ 0 841.89 null] endobj -40 0 obj -<< /Length 1210 +66 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/adulau) +>> +/Subtype /Link +/Rect [66.24 750.14 169.6228 764.42] +/Type /Annot +>> +endobj +67 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/igl0cksa) +>> +/Subtype /Link +/Rect [66.24 728.36 136.6003 742.64] +/Type /Annot +>> +endobj +68 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/SteveClement) +>> +/Subtype /Link +/Rect [66.24 706.58 136.9785 720.86] +/Type /Annot +>> +endobj +69 0 obj +<< /Length 12219 >> stream q @@ -2442,6 +5767,148 @@ ET BT 48.24 753.206 Td /F2.0 10.5 Tf +<4d49535020476c6f7373617279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3343 Tw + +BT +63.24 734.426 Td +/F1.0 10.5 Tf +[<5468697320676c6f7373617279206973206d65616e74206173206120717569636b206c6f6f6b757020646f63756d656e7420696e2063617365206f6620616e> 20.0195 <79206e656564206f6620636c6172696669636174696f6e206f6620616e> 20.0195 <79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2513 Tw + +BT +63.24 718.646 Td +/F1.0 10.5 Tf +[<7468726561742073686172696e672c207468726561742d696e74656c206c696e676f2e204265206361726566756c207768656e20616464696e67207465726d7320746f2074686520676c6f7373617279> 89.8438 <2e2041> 20.0195 <6464696e6720612067656e65726963>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8408 Tw + +BT +63.24 702.866 Td +/F1.0 10.5 Tf +[<7465726d206c696b> 20.0195 <653a20>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8408 Tw + +BT +115.6784 702.866 Td +/F2.0 10.5 Tf +<4d495350> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8408 Tw + +BT +142.7159 702.866 Td +/F1.0 10.5 Tf +[<2077696c6c2070726576656e74207465726d73206c696b> 20.0195 <6520>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8408 Tw + +BT +265.6327 702.866 Td +/F2.0 10.5 Tf +<4d495350206e6f746963656c697374> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8408 Tw + +BT +345.843 702.866 Td +/F1.0 10.5 Tf +<20746f206265206164646465642e2041732061206d6174746572206f6620646566696e6974696f6e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6074 Tw + +BT +63.24 687.086 Td +/F1.0 10.5 Tf +[<706c6561736520757365207468652073696e67756c617220666f7220616e> 20.0195 <79207465726d732e20496e206361736520796f752075736520616e> 20.0195 <7920434342> 40.0391 <59> 20.0195 <53> 20.0195 <41206c6963656e73656420636f6e74656e742c206f72206f74686572>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 671.306 Td +/F1.0 10.5 Tf +[<706965636573207468617420617265207375626a65637420746f206c6963656e73696e672c206d616b> 20.0195 <65207375726520746f2061646420697420617320612062> 20.0195 <792d6c696e652061742074686520656e64206f6620746865206d656e74696f6e2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 643.526 Td +/F2.0 10.5 Tf [<4953> 20.0195 <41> 20.0195 <43>] TJ ET @@ -2451,7 +5918,7 @@ ET 0.2 0.2 0.2 SCN BT -63.24 734.426 Td +63.24 624.746 Td /F1.0 10.5 Tf <496e666f726d6174696f6e2053686172696e6720616e6420416e616c797369732043656e746572> Tj ET @@ -2462,7 +5929,7 @@ ET 0.2 0.2 0.2 SCN BT -48.24 706.646 Td +48.24 596.966 Td /F2.0 10.5 Tf <4d495350> Tj ET @@ -2475,7 +5942,7 @@ ET 2.452 Tw BT -63.24 687.866 Td +63.24 578.186 Td /F1.0 10.5 Tf [<4d495350202d204f70656e20536f757263652054687265617420496e74656c6c6967656e636520506c6174666f726d2026204f70656e205374616e64617264732046> 40.0391 <6f722054687265617420496e666f726d6174696f6e>] TJ ET @@ -2488,11 +5955,1454 @@ ET 0.2 0.2 0.2 SCN BT -63.24 672.086 Td +63.24 562.406 Td /F1.0 10.5 Tf <53686172696e67> Tj ET +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 534.626 Td +/F2.0 10.5 Tf +<4d495350204d6f64756c6573> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3816 Tw + +BT +63.24 515.846 Td +/F1.0 10.5 Tf +<4d495350206d6f64756c657320617265206175746f6e6f6d6f7573206d6f64756c657320746861742063616e206265207573656420666f7220657870616e73696f6e20616e64206f7468657220736572766963657320696e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 500.066 Td +/F1.0 10.5 Tf +[<4d495350> 120.1172 <2e20>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +93.0588 500.066 Td +/F1.0 10.5 Tf +<4d495350206d6f64756c657320476974487562205265706f7369746f7279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 472.286 Td +/F2.0 10.5 Tf +<4d495350207761726e696e676c69737473> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.9515 Tw + +BT +63.24 453.506 Td +/F1.0 10.5 Tf +<4d495350207761726e696e676c6973747320617265206c69737473206f662077656c6c2d6b6e6f776e20696e64696361746f727320746861742063616e206265206173736f63696174656420746f20706f74656e7469616c2066616c7365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 437.726 Td +/F1.0 10.5 Tf +[<706f736974697665732c206572726f7273206f72206d697374616b> 20.0195 <65732e20>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +209.5468 437.726 Td +/F1.0 10.5 Tf +<4d495350207761726e696e676c6973747320476974487562205265706f7369746f7279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 409.946 Td +/F2.0 10.5 Tf +<4d495350206e6f746963656c697374> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3188 Tw + +BT +63.24 391.166 Td +/F1.0 10.5 Tf +[<4e6f74696365206c6973747320746f20696e666f726d204d495350207573657273206f6620746865206c6567616c2c2070726976616379> 89.8438 <2c20706f6c696379206f72206576656e20746563686e6963616c20696d706c69636174696f6e73206f66>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 375.386 Td +/F1.0 10.5 Tf +<7573696e6720737065636966696320617474726962757465732c2063617465676f72696573206f72206f626a656374732e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +294.9855 375.386 Td +/F1.0 10.5 Tf +<4d495350206e6f746963656c69737420476974487562205265706f7369746f7279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 347.606 Td +/F2.0 10.5 Tf +[<4d4953502054> 29.7852 <61786f6e6f6d696573>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +0.6189 Tw + +BT +63.24 328.826 Td +/F1.0 10.5 Tf +[<54> 29.7852 <61786f6e6f6d79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6189 Tw + +BT +116.0468 328.826 Td +/F1.0 10.5 Tf +[<20697320746865207072> 20.0195 <61637469636520616e6420736369656e6365206f6620636c617373696669636174696f6e2e2054686520776f726420697320616c736f2075736564206173206120636f756e74206e6f756e3a2061>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.6748 Tw + +BT +63.24 313.046 Td +/F1.0 10.5 Tf +[<7461786f6e6f6d79> 89.8438 <2c206f72207461786f6e6f6d696320736368656d652c206973206120706172746963756c617220636c617373696669636174696f6e2e2054686520776f72642066696e64732069747320726f6f747320696e20746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.3949 Tw + +BT +63.24 297.266 Td +/F1.0 10.5 Tf +<477265656b206c616e677561676520> Tj +/F1.1 10.5 Tf +<2122232425> Tj +/F1.0 10.5 Tf +[<2c20746178697320286d65616e696e6720276f72646572272c2027617272> 20.0195 <616e67656d656e74272920616e6420>] TJ +/F1.1 10.5 Tf +<2627282925> Tj +/F1.0 10.5 Tf +<2c206e6f6d6f732028276c617727206f72> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2373 Tw + +BT +63.24 281.486 Td +/F1.0 10.5 Tf +[<27736369656e636527292e2046> 40.0391 <6f72206d6f72652064657461696c73206f6e207461786f6e6f6d69657320616e6420636c617373696669636174696f6e20>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.2373 Tw + +BT +373.9106 281.486 Td +/F1.0 10.5 Tf +<74686520646f63756d656e746174696f6e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2373 Tw + +BT +469.9314 281.486 Td +/F1.0 10.5 Tf +<2e205061727469616c20736f75726365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +0.1 Tw + +BT +63.24 265.706 Td +/F1.0 10.5 Tf +[<2254> 29.7852 <61786f6e6f6d795f2867656e6572> 20.0195 <616c2922>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1 Tw + +BT +174.2376 265.706 Td +/F1.0 10.5 Tf +<202d20> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +0.1 Tw + +BT +183.1316 265.706 Td +/F1.0 10.5 Tf +[<434342> 40.0391 <59> 20.0195 <53> 20.0195 <41>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1 Tw + +BT +221.6868 265.706 Td +/F1.0 10.5 Tf +[<2e205468657265206973206120507974686f6e206d6f64756c6520617661696c61626c6520746f20776f726b20776974682054> 29.7852 <61786f6e6f6d69657320696e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 249.926 Td +/F1.0 10.5 Tf +[<6120507974686f6e6963207761> 20.0195 <792063616c6c656420>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +174.2668 249.926 Td +/F1.0 10.5 Tf +[<507954> 29.7852 <61786f6e6f6d696573>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +247.1181 249.926 Td +/F1.0 10.5 Tf +<2e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +252.4626 249.926 Td +/F1.0 10.5 Tf +<4d495350207461786f6e6f6d69657320476974487562205265706f7369746f7279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 222.146 Td +/F2.0 10.5 Tf +<4d495350205369676874696e6773> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.0538 Tw + +BT +63.24 203.366 Td +/F1.0 10.5 Tf +[<4261736963616c6c79> 89.8438 <2c207369676874696e6720697320612073797374656d20616c6c6f77696e672070656f706c6520746f207265616374206f6e2061747472696275746573206f6e20616e206576656e742e20497420776173206f726967696e616c6c79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.459 Tw + +BT +63.24 187.586 Td +/F1.0 10.5 Tf +<64657369676e656420746f2070726f7669646520616e2065617379206d6574686f6420666f72207573657220746f2074656c6c207768656e207468657920736565206120676976656e206174747269627574652c20676976696e67206974> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 171.806 Td +/F1.0 10.5 Tf +[<6d6f726520637265646962696c697479> 89.8438 <2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 144.026 Td +/F2.0 10.5 Tf +<4d495350204f626a65637473> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.291 Tw + +BT +63.24 125.246 Td +/F1.0 10.5 Tf +[<4d495350206f626a6563747320617265207573656420696e204d49535020287374617274696e672066726f6d2076657273696f6e20322e342e3830292073797374656d20616e642063616e20626520757365642062> 20.0195 <79206f74686572>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.2375 Tw + +BT +63.24 109.466 Td +/F1.0 10.5 Tf +<696e666f726d6174696f6e2073686172696e6720746f6f6c2e204d495350206f626a656374732061726520696e206164646974696f6e20746f204d495350206174747269627574657320746f20616c6c6f7720616476616e636564> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.5158 Tw + +BT +63.24 93.686 Td +/F1.0 10.5 Tf +<636f6d62696e6174696f6e73206f6620617474726962757465732e20546865206372656174696f6e206f66207468657365206f626a6563747320616e64207468656972206173736f636961746564206174747269627574657320617265> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3095 Tw + +BT +63.24 77.906 Td +/F1.0 10.5 Tf +[<6261736564206f6e207265616c206379626572207365637572697479207573652d636173657320616e64206578697374696e67207072> 20.0195 <6163746963657320696e20696e666f726d6174696f6e2073686172696e672e20546865206f626a65637473>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.4671 Tw + +BT +63.24 62.126 Td +/F1.0 10.5 Tf +[<617265206a75737420736861726564206c696b> 20.0195 <6520616e> 20.0195 <79206f74686572206174747269627574657320696e204d495350206576656e20696620746865206f74686572204d49535020696e7374616e63657320646f6ed574206861766520746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +535.978 14.388 Td +/F1.0 9 Tf +<3131> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +70 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 69 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F2.0 17 0 R +/F1.0 8 0 R +/F1.1 76 0 R +>> +/XObject << /Stamp1 120 0 R +>> +>> +/Annots [72 0 R 73 0 R 74 0 R 75 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R] +>> +endobj +71 0 obj +[70 0 R /XYZ 0 841.89 null] +endobj +72 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-modules) +>> +/Subtype /Link +/Rect [93.0588 497.0 259.2633 511.28] +/Type /Annot +>> +endobj +73 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-warninglists) +>> +/Subtype /Link +/Rect [209.5468 434.66 395.2813 448.94] +/Type /Annot +>> +endobj +74 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-noticelist) +>> +/Subtype /Link +/Rect [294.9855 372.32 464.214 386.6] +/Type /Annot +>> +endobj +75 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Taxonomy_\(general\)) +>> +/Subtype /Link +/Rect [63.24 325.76 116.0468 340.04] +/Type /Annot +>> +endobj +76 0 obj +<< /Type /Font +/BaseFont /dc7dd2+NotoSerif +/Subtype /TrueType +/FontDescriptor 153 0 R +/FirstChar 32 +/LastChar 255 +/Widths 155 0 R +/ToUnicode 154 0 R +>> +endobj +77 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.circl.lu/doc/misp-taxonomies/) +>> +/Subtype /Link +/Rect [373.9106 278.42 469.9314 292.7] +/Type /Annot +>> +endobj +78 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Taxonomy_\(general\)) +>> +/Subtype /Link +/Rect [63.24 262.64 174.2376 276.92] +/Type /Annot +>> +endobj +79 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://creativecommons.org/licenses/by-sa/3.0/) +>> +/Subtype /Link +/Rect [183.1316 262.64 221.6868 276.92] +/Type /Annot +>> +endobj +80 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/PyTaxonomies) +>> +/Subtype /Link +/Rect [174.2668 246.86 247.1181 261.14] +/Type /Annot +>> +endobj +81 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-taxonomies) +>> +/Subtype /Link +/Rect [252.4626 246.86 434.1651 261.14] +/Type /Annot +>> +endobj +82 0 obj +<< /Length 13395 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +1.4326 Tw + +BT +63.24 794.676 Td +/F1.0 10.5 Tf +[<74656d706c617465206f6620746865206f626a6563742e2054686520666f6c6c6f77696e6720646f63756d656e742069732067656e6572> 20.0195 <617465642066726f6d20746865206d616368696e652d7265616461626c65204a534f4e>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 778.896 Td +/F1.0 10.5 Tf +<64657363726962696e6720746865204d495350206f626a656374732e20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +205.7565 778.896 Td +/F1.0 10.5 Tf +<4d495350206f626a6563747320476974487562205265706f7369746f7279> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +364.1385 778.896 Td +/F1.0 10.5 Tf +<20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +366.858 778.896 Td +/F1.0 10.5 Tf +<4d6f7265> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 751.116 Td +/F2.0 10.5 Tf +<415049> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.6241 Tw + +BT +63.24 732.336 Td +/F1.0 10.5 Tf +[<4d495350206d616b> 20.0195 <657320657874656e7369766520757365206f662069747320524553> 20.0195 <5466756c2041504920284170706c69636174696f6e2070726f6772> 20.0195 <616d6d696e6720696e746572666163652920626f7468>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.4003 Tw + +BT +63.24 716.556 Td +/F1.0 10.5 Tf +[<696e7465726e616c6c7920616e642070726f766964657320616e2065787465726e616c2041504920666f72206175746f6d6174696f6e2c2073796e6368726f6e69736174696f6e206f7220616e> 20.0195 <79206f74686572207461736b73>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1622 Tw + +BT +63.24 700.776 Td +/F1.0 10.5 Tf +[<726571756972696e672061206d616368696e6520746f206d616368696e6520696e746572666163652e20496e2067656e6572> 20.0195 <616c207465726d732c206974206973206120736574206f6620636c6561726c7920646566696e6564206d6574686f6473>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2877 Tw + +BT +63.24 684.996 Td +/F1.0 10.5 Tf +<6f6620636f6d6d756e69636174696f6e206265747765656e20766172696f757320736f66747761726520636f6d706f6e656e74732e204120676f6f6420> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +0.2877 Tw + +BT +395.8507 684.996 Td +/F1.0 10.5 Tf +<415049> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2877 Tw + +BT +413.4487 684.996 Td +/F1.0 10.5 Tf +[<206d616b> 20.0195 <65732069742065617369657220746f20646576656c6f70>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.4758 Tw + +BT +63.24 669.216 Td +/F1.0 10.5 Tf +[<6120636f6d70757465722070726f6772> 20.0195 <616d2062> 20.0195 <792070726f766964696e6720616c6c20746865206275696c64696e6720626c6f636b732c20776869636820617265207468656e2070757420746f6765746865722062> 20.0195 <7920746865>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.3541 Tw + +BT +63.24 653.436 Td +/F1.0 10.5 Tf +[<70726f6772> 20.0195 <616d6d65722e20416e20415049206d61> 20.0195 <7920626520666f722061207765622d62617365642073797374656d2c206f706572> 20.0195 <6174696e672073797374656d2c2064617461626173652073797374656d2c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.7756 Tw + +BT +63.24 637.656 Td +/F1.0 10.5 Tf +[<636f6d7075746572206861726477617265206f7220736f667477617265206c696272> 20.0195 <617279> 89.8438 <2e205468652064652d666163746f207374616e6461726420666f722074616c6b696e6720746f204d4953502076696120616e20415049206973>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +63.24 621.876 Td +/F1.0 10.5 Tf +<50794d495350> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +101.2395 621.876 Td +/F1.0 10.5 Tf +<2e205061727469616c20736f7572636520> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +178.593 621.876 Td +/F1.0 10.5 Tf +[<22> 80.0781 <41504922>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +203.9182 621.876 Td +/F1.0 10.5 Tf +<202d20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +212.6122 621.876 Td +/F1.0 10.5 Tf +[<434342> 40.0391 <59> 20.0195 <53> 20.0195 <41>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +251.1674 621.876 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 594.096 Td +/F2.0 10.5 Tf +[<524553> 20.0195 <5466756c>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.6579 Tw + +BT +63.24 575.316 Td +/F1.0 10.5 Tf +[<526570726573656e746174696f6e616c207374617465207472> 20.0195 <616e736665722028>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +4.6579 Tw + +BT +238.1784 575.316 Td +/F1.0 10.5 Tf +[<524553> 20.0195 <54>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.6579 Tw + +BT +263.5147 575.316 Td +/F1.0 10.5 Tf +[<29206f7220524553> 20.0195 <5466756c20776562207365727669636573206172652061207761> 20.0195 <79206f662070726f766964696e67>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.5127 Tw + +BT +63.24 559.536 Td +/F1.0 10.5 Tf +[<696e7465726f706572> 20.0195 <6162696c697479206265747765656e20636f6d70757465722073797374656d73206f6e2074686520496e7465726e65742e20524553> 20.0195 <542d636f6d706c69616e742057> 60.0586 <656220736572766963657320616c6c6f77>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.0817 Tw + +BT +63.24 543.756 Td +/F1.0 10.5 Tf +[<72657175657374696e672073797374656d7320746f2061636365737320616e64206d616e6970756c617465207465787475616c20726570726573656e746174696f6e73206f662057> 60.0586 <6562207265736f7572636573207573696e672061>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.9653 Tw + +BT +63.24 527.976 Td +/F1.0 10.5 Tf +[<756e69666f726d20616e6420707265646566696e656420736574206f662073746174656c657373206f706572> 20.0195 <6174696f6e732e204f7468657220666f726d73206f662057> 60.0586 <6562207365727669636573206578697374207768696368>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 512.196 Td +/F1.0 10.5 Tf +[<6578706f7365207468656972206f776e20617262697472> 20.0195 <6172792073657473206f66206f706572> 20.0195 <6174696f6e732073756368206173205753444c20616e6420534f> 20.0195 <4150> 120.1172 <2e20536f7572636520>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +453.5337 512.196 Td +/F1.0 10.5 Tf +[<22524553> 20.0195 <5422>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +487.4379 512.196 Td +/F1.0 10.5 Tf +<202d20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +496.1319 512.196 Td +/F1.0 10.5 Tf +[<434342> 40.0391 <59> 20.0195 <53> 20.0195 <41>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +534.6871 512.196 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 484.416 Td +/F2.0 10.5 Tf +<50794d495350> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.1807 Tw + +BT +63.24 465.636 Td +/F1.0 10.5 Tf +<50794d495350> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.1807 Tw + +BT +101.2395 465.636 Td +/F1.0 10.5 Tf +[<206973206120507974686f6e206c696272> 20.0195 <61727920746f2061636365737320>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +1.1807 Tw + +BT +253.596 465.636 Td +/F1.0 10.5 Tf +<4d495350> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.1807 Tw + +BT +279.3315 465.636 Td +/F1.0 10.5 Tf +[<20706c6174666f726d732076696120746865697220524553> 20.0195 <54204150492e2050794d49535020616c6c6f777320796f7520746f>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 449.856 Td +/F1.0 10.5 Tf +<6665746368206576656e74732c20616464206f7220757064617465206576656e74732f617474726962757465732c20616464206f72207570646174652073616d706c6573206f722073656172636820666f7220617474726962757465732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 422.076 Td +/F2.0 10.5 Tf +<494453> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.6524 Tw + +BT +63.24 403.296 Td +/F1.0 10.5 Tf +<416e2049445320666c6167206f6e20616e2061747472696275746520616c6c6f777320746f2064657465726d696e6520696620616e206174747269627574652063616e206265206175746f6d61746564202873756368206173206265696e67> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.5846 Tw + +BT +63.24 387.516 Td +/F1.0 10.5 Tf +<6578706f7274656420617320616e204944532072756c65736574206f72207573656420666f7220646574656374696f6e292e204966207468652049445320666c6167206973206e6f742070726573656e742c20746865206174747269627574652063616e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 371.736 Td +/F1.0 10.5 Tf +[<62652075736566756c20666f7220636f6e7465787475616c69736174696f6e206f6e6c79> 89.8438 <2e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 343.956 Td +/F2.0 10.5 Tf +<494f43> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.2995 Tw + +BT +63.24 325.176 Td +/F1.0 10.5 Tf +[<496e64696361746f72206f6620636f6d70726f6d6973652028494f43206f7220496f432920697320616e206172746566616374206f62736572766564206f6e2061206e6574776f726b206f7220696e20616e206f706572> 20.0195 <6174696e67>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.9901 Tw + +BT +63.24 309.396 Td +/F1.0 10.5 Tf +<73797374656d206f7220696e666f726d6174696f6e206368616e6e656c207468617420636f756c64207265666572656e636520616e20696e74727573696f6e206f722061207265666572656e636520746f206120746563686e69717565> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 293.616 Td +/F1.0 10.5 Tf +[<757365642062> 20.0195 <7920616e2061747461636b> 20.0195 <65722e20496f437320617265206120737562736574206f6620696e64696361746f72732e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 265.836 Td +/F2.0 10.5 Tf +<417474726962757465> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.5727 Tw + +BT +63.24 247.056 Td +/F1.0 10.5 Tf +<4174747269627574657320696e204d4953502063616e206265206e6574776f726b20696e64696361746f72732028652e672e2049502061646472657373292c2073797374656d20696e64696361746f72732028652e672e206120737472696e6720696e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 231.276 Td +/F1.0 10.5 Tf +<6d656d6f727929206f72206576656e2062616e6b206163636f756e742064657461696c732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 203.496 Td +/F2.0 10.5 Tf +<4f627365727661626c65> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 184.716 Td +/F1.0 10.5 Tf +<4f627365726261626c65732061726520657373656e7469616c6c79207468652073616d6520617320284d4953502920617474726962757465732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 156.936 Td +/F2.0 10.5 Tf +<536974652061646d696e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.9352 Tw + +BT +63.24 138.156 Td +/F1.0 10.5 Tf +[<417320616e2061646d696e20286e6f7420746f20626520636f6e66757365642077697468204f72672041> 20.0195 <646d696e292c20796f752063616e20736574207570206e6577206163636f756e747320666f722075736572732c2065646974>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2033 Tw + +BT +63.24 122.376 Td +/F1.0 10.5 Tf +<757365722070726f66696c65732c2064656c657465207468656d2c206f72206a75737420686176652061206c6f6f6b20617420616c6c207468652076696577657273272070726f66696c65732e20536974652061646d696e73206861766520616363657373> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +1.3029 Tw + +BT +63.24 106.596 Td +/F1.0 10.5 Tf +[<746f2065766572792061646d696e69737472> 20.0195 <61746f72206665617475726520666f7220616c6c207468652064617461206c6f6361746564206f6e207468652073797374656d20696e636c7564696e6720676c6f62616c206665617475726573>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.3508 Tw + +BT +63.24 90.816 Td +/F1.0 10.5 Tf +[<7375636820617320746865206372656174696f6e20616e64206d6f64696669636174696f6e206f66207573657220726f6c657320616e6420696e7374616e6365206c696e6b732e2059> 69.8242 <6f752077696c6c20616c736f2073656520616c6c206f74686572>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.8814 Tw + +BT +63.24 75.036 Td +/F1.0 10.5 Tf +<6f7267616e69736174696f6e7320636f6e6e6563746564206f7220736574757020696e2074686520696e7374616e63652e2054686520736974652061646d696e2063616e20626520636f6e7369646572656420617320612073757065722d> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 59.256 Td +/F1.0 10.5 Tf +<75736572206f662061204d49535020696e7374616e63652e> Tj +ET + 0.0 0.0 0.0 SCN 0.0 0.0 0.0 scn q @@ -2509,7 +7419,7 @@ q BT 49.24 14.388 Td /F1.0 9 Tf -<36> Tj +<3132> Tj ET 0.0 0.0 0.0 SCN @@ -2519,7 +7429,7 @@ Q endstream endobj -41 0 obj +83 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 595.28 841.89] @@ -2527,20 +7437,445 @@ endobj /BleedBox [0 0 595.28 841.89] /TrimBox [0 0 595.28 841.89] /ArtBox [0 0 595.28 841.89] -/Contents 40 0 R +/Contents 82 0 R +/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] +/Font << /F1.0 8 0 R +/F2.0 17 0 R +>> +/XObject << /Stamp2 121 0 R +>> +>> +/Annots [84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R] +>> +endobj +84 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/misp-objects) +>> +/Subtype /Link +/Rect [205.7565 775.83 364.1385 790.11] +/Type /Annot +>> +endobj +85 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://www.misp-project.org/objects.html) +>> +/Subtype /Link +/Rect [366.858 775.83 393.318 790.11] +/Type /Annot +>> +endobj +86 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Application_programming_interface) +>> +/Subtype /Link +/Rect [395.8507 681.93 413.4487 696.21] +/Type /Annot +>> +endobj +87 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/PyMISP) +>> +/Subtype /Link +/Rect [63.24 618.81 101.2395 633.09] +/Type /Annot +>> +endobj +88 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Application_programming_interface) +>> +/Subtype /Link +/Rect [178.593 618.81 203.9182 633.09] +/Type /Annot +>> +endobj +89 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://creativecommons.org/licenses/by-sa/3.0/) +>> +/Subtype /Link +/Rect [212.6122 618.81 251.1674 633.09] +/Type /Annot +>> +endobj +90 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Representational_state_transfer) +>> +/Subtype /Link +/Rect [238.1784 572.25 263.5147 586.53] +/Type /Annot +>> +endobj +91 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Representational_state_transfer) +>> +/Subtype /Link +/Rect [453.5337 509.13 487.4379 523.41] +/Type /Annot +>> +endobj +92 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://creativecommons.org/licenses/by-sa/3.0/) +>> +/Subtype /Link +/Rect [496.1319 509.13 534.6871 523.41] +/Type /Annot +>> +endobj +93 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/PyMISP) +>> +/Subtype /Link +/Rect [63.24 462.57 101.2395 476.85] +/Type /Annot +>> +endobj +94 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://github.com/MISP/MISP) +>> +/Subtype /Link +/Rect [253.596 462.57 279.3315 476.85] +/Type /Annot +>> +endobj +95 0 obj +<< /Length 4122 +>> +stream +q +/DeviceRGB cs +0.2 0.2 0.2 scn +/DeviceRGB CS +0.2 0.2 0.2 SCN + +BT +48.24 793.926 Td +/F2.0 10.5 Tf +[<4f72672041> 20.0195 <646d696e>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +2.7817 Tw + +BT +63.24 775.146 Td +/F1.0 10.5 Tf +[<4f7267616e69736174696f6e2061646d696e7320284f72672041> 20.0195 <646d696e2920617265207265737472696374656420746f20657865637574696e6720736974652d61646d696e20616374696f6e73206578636c75736976656c79>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.984 Tw + +BT +63.24 759.366 Td +/F1.0 10.5 Tf +[<77697468696e207468656972206f776e206f7267616e69736174696f6ed573207573657273206f6e6c79> 89.8438 <2e20546865792063616e2061646d696e69737465722075736572732c206576656e747320616e64206c6f6773206f66207468656972>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 743.586 Td +/F1.0 10.5 Tf +<6f776e2072657370656374697665206f7267616e69736174696f6e732e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +48.24 715.806 Td +/F2.0 10.5 Tf +<4f53494e54> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +0.7448 Tw + +BT +63.24 697.026 Td +/F1.0 10.5 Tf +<4f70656e2d736f7572636520696e74656c6c6967656e6365> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.7448 Tw + +BT +187.8743 697.026 Td +/F1.0 10.5 Tf +<20284f53494e5429206973206461746120636f6c6c65637465642066726f6d207075626c69636c7920617661696c61626c6520736f757263657320746f206265207573656420696e> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +3.4782 Tw + +BT +63.24 681.246 Td +/F1.0 10.5 Tf +[<616e20696e74656c6c6967656e636520636f6e746578742e5b315d20496e2074686520696e74656c6c6967656e636520636f6d6d756e697479> 89.8438 <2c20746865207465726d20226f70656e> 40.0391 <222072656665727320746f206f766572742c>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.2353 Tw + +BT +63.24 665.466 Td +/F1.0 10.5 Tf +<7075626c69636c7920617661696c61626c6520736f757263657320286173206f70706f73656420746f20636f76657274206f7220636c616e64657374696e6520736f7572636573292e204974206973206e6f742072656c6174656420746f206f70656e2d> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.9091 Tw + +BT +63.24 649.686 Td +/F1.0 10.5 Tf +<736f7572636520736f667477617265206f72207075626c696320696e74656c6c6967656e63652e204f53494e5420756e646572206f6e65206e616d65206f7220616e6f7468657220686173206265656e2061726f756e6420666f72> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +0.1173 Tw + +BT +63.24 633.906 Td +/F1.0 10.5 Tf +[<68756e6472656473206f662079656172732e20576974682074686520616476656e74206f6620696e7374616e7420636f6d6d756e69636174696f6e7320616e642072> 20.0195 <6170696420696e666f726d6174696f6e207472> 20.0195 <616e736665722c2061>] TJ +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +4.9492 Tw + +BT +63.24 618.126 Td +/F1.0 10.5 Tf +<6772656174206465616c206f6620616374696f6e61626c6520616e64207072656469637469766520696e74656c6c6967656e63652063616e206e6f77206265206f627461696e65642066726f6d207075626c69632c> Tj +ET + + +0.0 Tw +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +63.24 602.346 Td +/F1.0 10.5 Tf +<756e636c617373696669656420736f75726365732e20536f7572636520> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +205.935 602.346 Td +/F1.0 10.5 Tf +<224f70656e2d736f7572636520696e74656c6c6967656e636522> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +338.3925 602.346 Td +/F1.0 10.5 Tf +<202d20> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2588 0.5451 0.7922 scn +0.2588 0.5451 0.7922 SCN + +BT +347.0865 602.346 Td +/F1.0 10.5 Tf +[<434342> 40.0391 <59> 20.0195 <53> 20.0195 <41>] TJ +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +385.6417 602.346 Td +/F1.0 10.5 Tf +<2e> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +q +0.0 0.0 0.0 scn +0.0 0.0 0.0 SCN +1 w +0 J +0 j +[] 0 d +/Stamp1 Do +0.2 0.2 0.2 scn +0.2 0.2 0.2 SCN + +BT +535.978 14.388 Td +/F1.0 9 Tf +<3133> Tj +ET + +0.0 0.0 0.0 SCN +0.0 0.0 0.0 scn +Q +Q + +endstream +endobj +96 0 obj +<< /Type /Page +/Parent 3 0 R +/MediaBox [0 0 595.28 841.89] +/CropBox [0 0 595.28 841.89] +/BleedBox [0 0 595.28 841.89] +/TrimBox [0 0 595.28 841.89] +/ArtBox [0 0 595.28 841.89] +/Contents 95 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F2.0 17 0 R /F1.0 8 0 R >> -/XObject << /Stamp2 58 0 R +/XObject << /Stamp1 120 0 R >> >> +/Annots [97 0 R 98 0 R 99 0 R] >> endobj -42 0 obj -[41 0 R /XYZ 0 841.89 null] +97 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Open-source_intelligence) +>> +/Subtype /Link +/Rect [63.24 693.96 187.8743 708.24] +/Type /Annot +>> endobj -43 0 obj +98 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://en.wikipedia.org/wiki/Open-source_intelligence) +>> +/Subtype /Link +/Rect [205.935 599.28 338.3925 613.56] +/Type /Annot +>> +endobj +99 0 obj +<< /Border [0 0 0] +/A << /Type /Action +/S /URI +/URI (https://creativecommons.org/licenses/by-sa/3.0/) +>> +/Subtype /Link +/Rect [347.0865 599.28 385.6417 613.56] +/Type /Annot +>> +endobj +100 0 obj << /Border [0 0 0] /Dest (_introduction) /Subtype /Link @@ -2548,7 +7883,7 @@ endobj /Type /Annot >> endobj -44 0 obj +101 0 obj << /Border [0 0 0] /Dest (_introduction) /Subtype /Link @@ -2556,7 +7891,7 @@ endobj /Type /Annot >> endobj -45 0 obj +102 0 obj << /Border [0 0 0] /Dest (_best_practices) /Subtype /Link @@ -2564,7 +7899,7 @@ endobj /Type /Annot >> endobj -46 0 obj +103 0 obj << /Border [0 0 0] /Dest (_best_practices) /Subtype /Link @@ -2572,7 +7907,7 @@ endobj /Type /Annot >> endobj -47 0 obj +104 0 obj << /Border [0 0 0] /Dest (_improving_analysis) /Subtype /Link @@ -2580,7 +7915,7 @@ endobj /Type /Annot >> endobj -48 0 obj +105 0 obj << /Border [0 0 0] /Dest (_improving_analysis) /Subtype /Link @@ -2588,7 +7923,7 @@ endobj /Type /Annot >> endobj -49 0 obj +106 0 obj << /Border [0 0 0] /Dest (_what_to_share_or_what_counts_as_valuable_information) /Subtype /Link @@ -2596,7 +7931,7 @@ endobj /Type /Annot >> endobj -50 0 obj +107 0 obj << /Border [0 0 0] /Dest (_what_to_share_or_what_counts_as_valuable_information) /Subtype /Link @@ -2604,55 +7939,103 @@ endobj /Type /Annot >> endobj -51 0 obj +108 0 obj << /Border [0 0 0] -/Dest (_expressing_confidence_in_an_analysis) +/Dest (_intelligence_tagging) /Subtype /Link -/Rect [60.24 674.87 244.1685 689.15] +/Rect [60.24 674.87 160.6643 689.15] /Type /Annot >> endobj -52 0 obj +109 0 obj << /Border [0 0 0] -/Dest (_expressing_confidence_in_an_analysis) +/Dest (_intelligence_tagging) /Subtype /Link /Rect [541.1705 674.87 547.04 689.15] /Type /Annot >> endobj -53 0 obj +110 0 obj << /Border [0 0 0] -/Dest (_authors_and_contributors) +/Dest (_expressing_confidenceestimative_probability_in_an_analysis) /Subtype /Link -/Rect [48.24 656.39 176.5183 670.67] +/Rect [60.24 656.39 357.6525 670.67] /Type /Annot >> endobj -54 0 obj +111 0 obj << /Border [0 0 0] -/Dest (_authors_and_contributors) +/Dest (_expressing_confidenceestimative_probability_in_an_analysis) /Subtype /Link /Rect [541.1705 656.39 547.04 670.67] /Type /Annot >> endobj -55 0 obj +112 0 obj << /Border [0 0 0] -/Dest (_glossary) +/Dest (_how_to_track_and_keep_the_state_of_an_analysis) /Subtype /Link -/Rect [48.24 637.91 91.2795 652.19] +/Rect [60.24 637.91 289.0136 652.19] /Type /Annot >> endobj -56 0 obj +113 0 obj << /Border [0 0 0] -/Dest (_glossary) +/Dest (_how_to_track_and_keep_the_state_of_an_analysis) /Subtype /Link /Rect [541.1705 637.91 547.04 652.19] /Type /Annot >> endobj -57 0 obj +114 0 obj +<< /Border [0 0 0] +/Dest (_how_to_classify_information) +/Subtype /Link +/Rect [60.24 619.43 199.197 633.71] +/Type /Annot +>> +endobj +115 0 obj +<< /Border [0 0 0] +/Dest (_how_to_classify_information) +/Subtype /Link +/Rect [541.1705 619.43 547.04 633.71] +/Type /Annot +>> +endobj +116 0 obj +<< /Border [0 0 0] +/Dest (_authors_and_contributors) +/Subtype /Link +/Rect [48.24 600.95 176.5183 615.23] +/Type /Annot +>> +endobj +117 0 obj +<< /Border [0 0 0] +/Dest (_authors_and_contributors) +/Subtype /Link +/Rect [535.301 600.95 547.04 615.23] +/Type /Annot +>> +endobj +118 0 obj +<< /Border [0 0 0] +/Dest (_glossary) +/Subtype /Link +/Rect [48.24 582.47 91.2795 596.75] +/Type /Annot +>> +endobj +119 0 obj +<< /Border [0 0 0] +/Dest (_glossary) +/Subtype /Link +/Rect [535.301 582.47 547.04 596.75] +/Type /Annot +>> +endobj +120 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] @@ -2680,7 +8063,7 @@ Q endstream endobj -58 0 obj +121 0 obj << /Type /XObject /Subtype /Form /BBox [0 0 595.28 841.89] @@ -2708,93 +8091,120 @@ Q endstream endobj -59 0 obj +122 0 obj << /Type /Outlines -/Count 9 -/First 60 0 R -/Last 68 0 R +/Count 12 +/First 123 0 R +/Last 134 0 R >> endobj -60 0 obj +123 0 obj << /Title -/Parent 59 0 R +/Parent 122 0 R /Count 0 -/Next 61 0 R +/Next 124 0 R /Dest [7 0 R /XYZ 0 841.89 null] >> endobj -61 0 obj +124 0 obj << /Title -/Parent 59 0 R +/Parent 122 0 R /Count 0 -/Next 62 0 R -/Prev 60 0 R +/Next 125 0 R +/Prev 123 0 R /Dest [10 0 R /XYZ 0 841.89 null] >> endobj -62 0 obj +125 0 obj << /Title -/Parent 59 0 R +/Parent 122 0 R /Count 0 -/Next 63 0 R -/Prev 61 0 R +/Next 126 0 R +/Prev 124 0 R /Dest [12 0 R /XYZ 0 841.89 null] >> endobj -63 0 obj +126 0 obj << /Title -/Parent 59 0 R -/Count 3 -/First 64 0 R -/Last 66 0 R -/Next 67 0 R -/Prev 62 0 R +/Parent 122 0 R +/Count 6 +/First 127 0 R +/Last 132 0 R +/Next 133 0 R +/Prev 125 0 R /Dest [20 0 R /XYZ 0 841.89 null] >> endobj -64 0 obj +127 0 obj << /Title -/Parent 63 0 R +/Parent 126 0 R /Count 0 -/Next 65 0 R +/Next 128 0 R /Dest [20 0 R /XYZ 0 765.17 null] >> endobj -65 0 obj +128 0 obj << /Title -/Parent 63 0 R +/Parent 126 0 R /Count 0 -/Next 66 0 R -/Prev 64 0 R -/Dest [26 0 R /XYZ 0 841.89 null] +/Next 129 0 R +/Prev 127 0 R +/Dest [29 0 R /XYZ 0 841.89 null] >> endobj -66 0 obj -<< /Title -/Parent 63 0 R +129 0 obj +<< /Title +/Parent 126 0 R /Count 0 -/Prev 65 0 R -/Dest [32 0 R /XYZ 0 841.89 null] +/Next 130 0 R +/Prev 128 0 R +/Dest [35 0 R /XYZ 0 841.89 null] >> endobj -67 0 obj +130 0 obj +<< /Title +/Parent 126 0 R +/Count 0 +/Next 131 0 R +/Prev 129 0 R +/Dest [49 0 R /XYZ 0 841.89 null] +>> +endobj +131 0 obj +<< /Title +/Parent 126 0 R +/Count 0 +/Next 132 0 R +/Prev 130 0 R +/Dest [57 0 R /XYZ 0 841.89 null] +>> +endobj +132 0 obj +<< /Title +/Parent 126 0 R +/Count 0 +/Prev 131 0 R +/Dest [61 0 R /XYZ 0 841.89 null] +>> +endobj +133 0 obj << /Title -/Parent 59 0 R +/Parent 122 0 R /Count 0 -/Next 68 0 R -/Prev 63 0 R -/Dest [38 0 R /XYZ 0 841.89 null] +/Next 134 0 R +/Prev 126 0 R +/Dest [64 0 R /XYZ 0 841.89 null] >> endobj -68 0 obj +134 0 obj << /Title -/Parent 59 0 R +/Parent 122 0 R /Count 0 -/Prev 67 0 R -/Dest [41 0 R /XYZ 0 841.89 null] +/Prev 133 0 R +/Dest [70 0 R /XYZ 0 841.89 null] >> endobj -69 0 obj +135 0 obj << /Nums [0 << /P (i) >> 1 << /P (ii) >> 2 << /P (1) @@ -2803,45 +8213,55 @@ endobj >> 5 << /P (4) >> 6 << /P (5) >> 7 << /P (6) +>> 8 << /P (7) +>> 9 << /P (8) +>> 10 << /P (9) +>> 11 << /P (10) +>> 12 << /P (11) +>> 13 << /P (12) +>> 14 << /P (13) >>] >> endobj -70 0 obj -<< /Length1 11320 -/Length 7238 +136 0 obj +<< /Length1 13524 +/Length 8454 /Filter [/FlateDecode] >> stream -xz \׹93#! "M  &@fb5F,1q|qmǎ{ݺ븱urv6/8mo~i۸YzҼ6M}y67#2&mo4:gf;!>2#LZl l߯! !M6쎤 4<<{{4)Ԇ;0Vnj6~a|=S3)nCHs!5B:rh /CalaE(~r`D7(B^$GEba.,D "q$)Y -#JIErԫ4iZ>=#3+`4sr-yV[~AQ|M?ihAs+n 8iV F{79rv^: HHX\DdN\9! "X%֨GHp#byFB2?%.:}lw|eޣwE{u{ >exXe#3~ih_J;L֔)lj:{46}Q=RfMv:кף0r YƆA}:=g٪mRMe'ߊESlgDZ<\V;)ΨȷYR{LcC劐ƬAl$@./ؓPkOwzxdWIq`7.t^z +邮9cfe@!D ĢʉxY]$^H(}h=p<.eiÒ>q#̗k-tl& -1i]{7)x@_J@.z,o9pg0ZzKKsIfGe[ :͕ӶJ;4;PД:GJG<Æ2u8yoξJ!f 3fYec! bHÒAE@,b Mv .lvFiE*Bj[Y<#/yg熱Id/qZ$V~}^B5AGJ荤FEpuMMUzGvBNqQIJzF{W禿ӖV\pn4 4hbx3Q!ӮDٱ uaIv].m6 ]dh -Np5dp5OG;y:*Yݒ}bvvdթ;} tOML+38uXo;;viOuˋy3%bUK_08S>e,\7^\ə @i%ydE pcc\jQHm-V[e ~{S8?mTgVo -UK`t~ -q΁]Xj؂٬ Aa&L1dRO{#&:Z/T+g/rۦH^9UnIgc\9kwc`4'Χ=ڊMfz?k&2"G(RPCJIa˃% S{Ͷf#DeT4JeFZJh1S?iQxHǎjnU]1w7yK!_݀j!nPYS;9.kWdpAVr>ISCT\Y>̠%*5t >L7>ܿQ -ˬ, XWDe^) $iXO#2/삁%C<ot2mi n_aևb/0mrKEzJpWfl;_1@"^j.qњz?㋎C~*?f 2fE_#0պq^\7P#eL8w!G8aaܕ"+;w멳_ih8sSiz̀<1:z_<'N|q?Z>:Yv֊ȵ 3=>,|Oa㛿3P 8&OwSO/'N[,S8؈c`A= uؼ yԞSC1U}-V>pt%Wt ,\elZ(77hhQ=B-%Āb&+P9`Dnx@0K@;OWO)=[tw t鵴z$Rvg{޼o,ʬ-qՕ"OFf<Ƭ1u ? IyM$ȱzKӭzu&()S1X-Vom˳4r!FVf&o=PQh5WbCuCqtz@RXyy($ވ8$<hF8BD`Qb4I{ gCjerlErٺ;AIMSώ~^/1ȉH -*kq TaU-a^&h'}'~"~)$gw'obc=ywj^߇XZ2=ᜤtK -W'UT3> @9 pewK+,B\\,a\lpjcylGZ,V1JP`.OpS彥eĄ91"J@h Yzp;/b'}>jWv]( Ad1NwP@H3RR4S1;mf O&KPdFmco;U]qRTR]aJ6 h9 ]:T4x§Ye5붷Vd'Z(E>U$ɚkmŘ$N,rڎN.(IgTKyQ I1qzU0U7-Pj:m&FYG)w~cڜ ؿ=\ }MbA->>𻮷2'e!J]%r憐~W+)l -5ZSB-d` ލI6zCi3a]Y)+x"X"=mR"!Ag%qKO'$,#ZLbK̆pO}]w(XJJbxxswqc@1r'=;(3W.2BaT@ -w .cu>z,*Kϱ74&?*cN,TL'i 2UX3hOPm=FSRJ_ |FP -"Z7MI(w7 g}ƞ)a -w}9ޙ TT7!ەXIذ )̔ݬ k2 TYpaeή,++Hke|eզ& br=k@?>lhlLۗT }sB?ge2,'GVy($7N0WT4}Oq}%0 z&*T H8{V;|ֻת7n%I[ i7 6VV/VvkQFW r:4܁b9k9#6/ګ3b'FgL0Ecu`1ѭm$c!LHrxbRETGGcdvǚ+h$ofP#wj Z`v. !ӱQljHf2eI"72]1ȋ*RyZͯ6 Ȝ(n?1!%Ҙ{{ږf>:X[./brf }^Z'Vlj,~XuW3b0 o$LLzHlkrDS#M\Z<ǔ6u/ xyҁ'"Eq|{NJ1Aӆq5F)?Y$@Kˠ@("[yJ&N -[t؋{~01Z`=ɾHaqmxgi%[vI ,My\%R(@$\̸k옟ܭ̐W,阦ZjY# L{Y^WL#~-=O%""R|a.TKM^q+5`S3LOo:x7]!WL|*mtr\fp}:'B?bNE؃w5C@dy|2RE&'{.#nH"y<|)ը#Q?ƌ\/*8)mlz7coŹe D@n4ǹ<54G8X@8&]ya8ácZj㜃L@^SsKp\E y[Ʒ upR@Aу=hגpTmmOy#BZ d"z~/ Y -2rPq q?Au}GI3kf/GhoWZ3%~80/Q8'9 -yL / DDqC[h_JЎ{[iSPx6%O.HCH#DN "Q0O$H"XiJFHҠ{!=Jޙ( 73EdE6U - @WP=M5&Ԍ|vԁ:QڌcDMͥfM*]E)jQpCp~74O|h@bhIahB|, SHUy<ɱ;4Eq"O@n<{yD"bW$J'B|<u棐mh> -I{h>md$A]yʤyQS#Có\sNjrrhl@Y3gT)K3ʦM)4BhL*TJP$ 144~VaGpZw?2z'g'#`(p$1cCht@ L ) 0*@a4!7Jdc^`zfdrBc4) 3paaA$yk sY E KzdFPNӣpɇac8@H(M Koc @`|ݬNָ;0PM L̂ń( +{畫dȺYvs@f24u,9% ofxvvn2MX&MS&2ibMqC41'Y*F&S#;?ק}vxhY,ٹuFr?5307F&f@bseTN+ 5!;#~&9 )~/8lYoù 1"0NNƂ(fLu5 -b¸4R >3u`x/d,w|]?)k[D c,׋/&Z +xz X׹93#!H!6- $!ob1X%Su\ǵgq\Ǎ Mi8Kit7M{mڦurSyl#0i*=ќ{;rfF dߘor{ -’y_c:B)s}>,B(-Y/ET !S2OMxkXɒchC=3/_. ,x2DG~ ܛF ^/}#~I׆Ba(D*#bPlBRk:}!ɈSRMȌ,Iʴe9y|S՝~jkj TLWIY ++DԳﹻb]f@BnTzE^g&Yn"L2;[DDv.u_CbT p!rYfB3c$uC辺--(K>=jLj׍gE0 +sMHM3U `f|r3$I8[."GZ{ّ݅RWv眾/dNW߹*YY@Ѯ"$r$^} dt Vz燅]9O}.</#X nl2S,7|$aO@w.I]IjRz5]2\vcL%mQI,k6B8M=?{)BAFޢTXrޢPZvH'܏n :3Ȏ{"$׮S `Rdd"@,腎쬁*9w~ 99/sE_0(x迿9:&y,{c7菞=ӭOrŖDxMl?bf$6 +M _:wBʔ.h=OavBuʲ]ݰV5O-2@`lfd$҂|Jj0V$L9Vys۞z gO凰qTg(o͔ +J>߉\jh*RU1|x۱{ʝ pdˎu'pMK4l&7 ;U>qfܞʄ:{Skɞ"0Ƨw+rc$od-/b/|//=0_,l-2k'~ٗp +!`.Z9V2 +O>J xQC~)F⬹?""}αlYLcLɡWןϏ\p|¥,$e 4NhJS:{_=w bYxUт^kЊDZ~|A^ 40ۙ9Q<\v38pi;AX/DzBn@JwWga#6)L-ΕnF$N61ﲷtbm6٭vTq] (-JdBcwdWN).Biv 1ֹj;*պփTeP]"ۺK%?6eB?TL5SהlT\.`1SW4YU8AA)EIq%3O֡n+QKS;O{Kn 2kw''LG@66AB%,{s%cb,.h`4DռtV3}g;V^?WL|ߏ \|+ 3аR8Zg<шeV2 "3}_%~Q}m"!>\~j=/3ZF88nzL-]v4TjկvfYbʎf)n튵џD2^}CZNDzhH ë^==kh}dn83[_O҃H& * `'n!z6=.,ӆ/鋊ʒwα\*z%IϭrZINkbBܬ̨0/,54yR+#w0 }5qoyb?z/=;SSLkL##kOOjzY*/ZP r{_+s|/s\o4 z8xΉSgKd'N[ ^ `!h7Wbs%CP-',x]zgXe0F&۽ëqF(2_;X`&sƅ|%~qJ ug UQR' fY_y gcۃ撹E_׃VOȹPq7/RG +5t8Vc7ږTd*.n2k]^kkuIq`≷%;5u$2 ix1h> C&QJA0DDY(әo_Uő)Txs*"ťsnP ǿc=?#'89a c|d_`r֐b6Y l5zYH\3šJmdL\7bi +,o.VB")Hȋ,X"G84+ߥpnM_Pׇ:.>!\bruWwװڴ7;y_剾J^e֮%/,WZ F"S`Y4""lɗtQ7~v0K65*VpVZ~"Re@0H#WvζX38g[g{tGּ +mh>л_i9:ʬcBS!%k qU}!ܮXظT0'=DbK bjzNnϦ#JeHC6W|G% +kqinwZm{Bǣ#OuֽN)x\E}l|{]Qƒ,G>RzWx-<Ȑ>z[_/_Ww]!"Ɩd4c^M$W3eT8C~:Zq88IxN)FJz\\chfY9\fzR,{f'D^#< eWk*2B%lS aجv}S/R;YeJDqO_z[ν|w2bm$"?g}l!-xcUc+l+W2o/Qř\u1ݙL,w=Г!Oħ%Dx]IoѼo1ӖYO2NDh +X:x(NiNF;U<7_م=G^L`́4fRHT:>eP#rELo2w8d,Q%YzˇNjEMY= LNmRE.׍?ԬSl?Ok(HڗY.mkqx<"<"mfoc cUI1q*1ܰ>ǩ#ɡT՞*)h豵?Л&2j [aqE5dϾ]*7py3I87sYyovzd.R1.*e0OJ* օj⸜?1# C kmtǹ%&5.6U-ScR56Lл$ +p5*He?@0W^cjcTclS͂D%Svjb5wy;;Vi2Di:ͩ,z>\Ohn.OmZHf뉣HM%A[{|kՎc 9HEdD/є}_fo)V^ | +FV.Ԝ^ufL v7M g=>/55O\Kk[.X]n[#TtXҙdVuKU)u*l.{hwA ;ΎƙOO#^eBMŖ=B?̿myq_.q"GqPsSS|?bUbQ8YzmVhk }ZPmi4#,~u W2a&{pg&,L^(6^HI_2,`!Ip/Q|(T%+ӱRCNf +4mj1+ _oVbl'/bgG3Ұu5:}>F%:czC}a/NifR,H'7m?):6VG)i@|+$HaFP!>bHyj=zKѤ(tTP0s&g E--ji+\~h_O7|#ON`}nyb/E06mS*rz=ޜ2lyGJUj۟sw̪'↯8^`RUO͍_qĻir]'L%g_Olzgw +\u^dSMTe1ﭑK/ƣDBkxRԿm)6WˇwHOgЯ8bn񛄈$#zr;; +r^<ow/HB +CFC~rS"Tz10GKNXz'l(잰__ ##"͉.D""F~ez4sq[KzX,9٫ L*EOحX@6!'  6=l;` ȩز"!} 8Bi~wAk!Meg# +7~P(Ĵ0UD# x2T}hP5ƣCP&K( *w ّeC $c1eaW@ՠZTzP3jފP;@ mEгEt)dv|j-p-,zL1h7qL|>h0o  H^0$h)$@;Eb{T4GQw  +\Jv(W=ɈվBQ2h 7څ/Ta("(l G 3h=u?P* +P3UY219?5<84ɴfdj*&&G4U}fM訦95igߌJDh + A4fH2ƠOw8BEE(|5ջ٣{&f&4MS~0 jjbFƁQ{ >4U;1>13? |&HJ-Hg%j6WƬ٬;05=<10[4C`̉i8t2@IEC94F"+= i _B]Lkf|c]j8 qdf|~M p ;Y3B bCLBMofhff2b0&,2aaMqobOR cS3>'asNX`X w_3HYzM4B`C5}xffh@S4]Lf3V eNbxgmaeu{ҡe g264F<15hPL[jJL S 4Ԁ@ԨIVqϚ5.m"L\b1 +BЋT"M endstream endobj -71 0 obj +137 0 obj << /Type /FontDescriptor -/FontName /f020d8+NotoSerif -/FontFile2 70 0 R +/FontName /867d2b+NotoSerif +/FontFile2 136 0 R /FontBBox [-212 -250 1246 1047] /Flags 6 /StemV 0 @@ -2852,7 +8272,7 @@ endobj /XHeight 1098 >> endobj -72 0 obj +138 0 obj << /Length 1286 /Filter [/FlateDecode] >> @@ -2862,41 +8282,36 @@ x JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?=/ί~:o?$O endstream endobj -73 0 obj -[259 1000 408 1000 1000 1000 742 1000 346 346 1000 1000 250 310 250 288 1000 559 559 559 559 559 559 1000 1000 1000 286 1000 1000 1000 1000 500 1000 705 653 613 727 623 589 713 792 367 1000 1000 1000 937 1000 742 604 1000 655 543 612 1000 674 1046 1000 1000 1000 1000 1000 1000 1000 1000 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +139 0 obj +[259 1000 408 1000 1000 1000 742 220 346 346 1000 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 1000 1000 559 1000 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 1000 655 543 612 716 674 1046 1000 625 1000 359 1000 359 1000 458 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 857 259 1000 1000 1000 1000 1000 1000 1000 450 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 450 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj -74 0 obj -<< /Length1 8276 -/Length 5388 +140 0 obj +<< /Length1 9892 +/Length 6464 /Filter [/FlateDecode] >> stream -xYitu~of$AB$0 XIWqU6"Hpm]˶dYWYUUEQEqu7Mn⺶Nn'q$r;"ҁ;3~{ayM S߸U|!,I. kB`|SLhjX!̷D\!|ܒ;x!tGǏ -0‚VD<ՃiA0 ~8ZÈŋP ϿM  H2X2YRLP+(#m4-VC7?FVT+VHlWe7a6I M OO` 'ovp욪͗#j,30~n:yPrL6"n1]Z`roRFJt񖾀vXcڢVVb?"IR'Xi,6b=:- :eK_%D"B!+K]jyв s_g *VyxuZgn83-,x#b?i<ݍFQi$">s31jZD\eg~pJ)-"- d$ Z\ylaZ>lSf#|++(R=H-bԤ v5/_]`⬙TR-kus !YUr2e~JkL hAgk 6KkxXgpAq'ݖWW= ]B1vu$9p s)B<pa@yiZ*bj[Ak1Ut_z.z~psT#L&b>۽a -1(﹈L[ɲ]Ъ '%ǮLz=֑HU_xǃg]IN@O >4:vba_Y[.SU'ܕksJ.Z|oR3uwqء7X{z',F(fy\ rL-G8ιyLjIr$ʳW}8Ia ǙLA$.hf5DBӓj2VPn/ NJU\uMb0[r<Ĺ4KxJS6I(oP":NPq<ڨ CĈry -l@nl, &3uZɒD+G Gp+aM -XTg%I6x]J\c#ZK#驎ddjTrJjc'=m:R,ڠ$YjKQ:]$^3V);B !){A/u:jYJH F1TyUI_Sl/;Z?_ &1SnjQ0/~\k!^uJH+]>P;"EyE=v|H8U^*sҳXfц+SEBsZPWCOUy̢D- % =?dHWvG{g>^II\R$t?GOO?bGGkFw;Z2ux3[ﷻܙjkCo> -ceы_59_`uW}Pծ5Ѩ6آxà -<plE:jPhʻV*I\U\R+oq)w.yԙ:?sFRS~8yszP0FQaLBPd0:ب'9Te@ 9ڡ0y8io)C_&b'z[]ȉ~7˙~KIGdeg+5\_spscqT~g/|xIPcQKyWsɱ}ώՎ Xuᾆcrb4An>9BQ:s.*WMt.AO ~6‚\Byj -jZj(VJ.tL )˜yO~`V/rm Wr-sj֐5oŻ_:{CMH)X+̖QJN:OI2buŶ $)D;;[S&33iWTYQVtWU+wTyt͛;FLS<Ym2Fw*uH`x@_![+J~ 6rur-d.̕*?ގweYHb 윍2 @![nQ'o%u w[˹(t<x&k5ͫ!xh΀*y^p^nv[E.\nœZi#Zӕ[wyU}Eد=_̹[:f[^Pڃ&!p.>cZz$d*Zxq 1ĎGlHs q'=a&'nm#]ҝ8"90NQȦG}}揋?<҂sxGZjw8Wqnp01Oi^L:D(4U6fu zMDvJDžx&%ՓYJPfOǞ - -)`ӥk9N\ٽ;fkp' ~RTo߽Oӣ~އT.5J1ǵN#\.4Wz!QxFf/Cm/,lJe+ץ$J/ -3Rg܍nb.y*XɓmCM¹ѕ]mxs;]ѹGcE񩽻NMnoqg+,5)fɦ LegK]E`yx:ƀ[H8[ -xW!hFz;E0(0 JZPKoqTݨ!j:27Oes$m{'#̱Cw}s&f|Kb#7ILQܽ{2+_˱TJ\^*->쩲Zs֫??vY婺[ήf|ЉRK\~(5\=SM7q|CO]s(yYhŘ-Rh R̓L$,ߩT=V1~J' 9%C7q D MGBd?y:E}, -H(^.D 1e3'$W3Mb=65ڄB$ -.4-@ԧi U^q;Ӂ}${wzLP?\P?Y"1d&D;9Q ?@2 /vٴǗ/ $YdژvgI"E?D S0 -ASirr$[&tm2IwflbĐգI4 C#hAX8`w'AD 40Iݫor\nw'&0j=s!(4gih MG&Fh2= ,41MQ>K̎MNХno@fX400G_XY:Nć8=9'q7f@_[ $lSw|:N=6y- btsqz~btlbbאUC6KsA(e.*L2 yz0Cx'bd3 .HJ3X$ :8usܟ{qeqg&7h-w^= y66'3h…SB:Zwgq LQZҳ;)@nq{rfēL74X7Ϊ4`uYACh=[e3,dT/5.q+WH2+f3x< +xZyxqow   qAIS<ěDI4E xfdٕɴ$[lq-GuYqRYq9nii5Q\W]F7_Xuv-}og~ofD!GAsc\Wt o Eo,*)%"/~ _Ü=S{/ Ϧa74B*=Ƚs/~W`<㑹'G0~l6^-??n+1#/BpE1 8ܬ<%R$+*Frŭ%JZ FS܂*6|O?Z%"r^ڰ1ъCqУגWÅs0z4!/]b^or.'3aױc{GYQ!J 򸜵G( uZ%C%+yFn皚낪bP9:lYxeGWJRV ÞnS+J10%=nN˕0ܵ˩$$=wv+9kUؾ [Jm4s_[|ΑGη5辷'ㇺcO#CBuY.vna3`Dk\# ,%ɜK/͸J!*-fsݝlS|F<_\ {7eM;~ASҴ<m){ғh߻sfǰwwKYE楡fYN^HٿYXgbf#RH73 3#&4ag/Z095{@G2,ABa juV9`lWwt+{-nΫwn3"o2CvX`~悏]X S`%yk*cFd r(mj҉wq1FTQdH䫋 rd^vB_eh|˖bWo~*qʤz#@ynrbP{Wkw~gjMHWxBWE[vc?ү;+{ყű6ƶ^Akinח8p)dȜWM_$2cIAAQ&Nj>}/q )]ggv|,6`-O}W\jTMpd:P#AB])x&D}rv>Wpd胑=4ڋ2`p0ӗ7dS:>;D+,)>2+|*8ۚBG1ȫZilc3 FF ~+'N4Z ϝڧ_Z1v[ +M)ͬ9Sf̿z־X,_|( *Ҩ4Ʃ䓃V +KdՑ( N1$·%$ڛ%2K]Ɲ5]Ye1/X̪]ߤo +}cιuwƁGvOXƭ[bͪojX|d#3'KU^Dc'~kydfA[mxNSǁcfܪ0%[~z bw߄j>ê鵻{Cbo~6VFZ2bt[vN:ջXblHf0B1V!҂kYqOjMjOjm>pvEljG^8U {DKe`XY-+df@*-*/|No'N ܋PZdXűf!*&(]`e .arUVX" 47E:.*b/o I#˽06VTr1'rcd 5 Iiӗ +|H/j\gU*oky՜bhDX9clg°sl'WR<Xu#LZ./b6v4,֐qv RHBޕ2 BJnwIUTC5Gء/mٌ7ġYDښmM۝z'wACS9. z[z2C##kUP1 +m{dw^eRe7.kSY,W-fr C]91 H ^AiUB^/9$E *-iKSX Fw$ϼsQh(;+씮£a1xN쉞?e}cGG[kFf5.c:y=cNxdyr{l8~MuUr(=#ه~֠.Ub7!7AWvTC7B#sazH-BYsfoscwm( +$VXk?ׂbqeofl_W) C|G-5zSRaRfϗub'&@k3*:rP0dRQΤFQ745=+WkHFHSXggOs|S]mkyG/8Sm^#6Fg-5zfE+\_2:ktu[*uYJ_{r]}Lz髥tlOw~f+3{uN"04w8NWS$h15O=(;Dnf]6R=y]N)" Pny_'-r$zEA39Zy,L<{ُ%rXf/׶&4Lp푽wT_Tuj[+h2F@duD-d6cC#^I%EZg {rNZV{D4EfP]~ީh;G$njB;| ƦavAh!wf̌mN)du5EOMtՖ +(DۄZK0޾W,R&})lTRѯ l l3S\I嚡fpaSC]Q3ex\Z--J.stBdҋDIf<3 h1Qmٌ:Wz,Pʭ5P7N?i2\mMxm$UR5XXb$N-7c%`tٞ.PI&ZV{le_ªi7%mS]=])`#1** |"ne,ĴKR&τnjwTɫ +>' "U[uriNGEGg'n{w13x_evm n/s1^? h:\aR@授:Ho|{~-)^=9~95XKGٯ|_ebSPB}\xǥI')q)^WfgI R~Ґ-8StIR`SYkMݲ;<}p㎭v1>HLO͜91Jې*FQ%B_q#Qio'rY^/bG£eLz^GIeCv}V2;~lm*+m E V_Iz/D^7uBrĘhP{ʢHkۭ""svhVEq(6дo ,]Π6n(5J eoub@mWkvGiQ;ZP%^1)w^$]XA#%a+)PY6m*aJRГ9Gx|sNia>*un<9װgһ؊WnEV|%ϊ2`42;jzp.%RD_?唚\ZboXe(<ϳ*P:CpM!]TtK 8j`t&sʹcmY\Nv^AN^Nc-WVh'Wȑk+\bPQvEy7[%H'r3`ysu!yLrWqK ] rWham(_.[`ds"߶> H7 dcloUWɽ~_)v-lwɥUE'"CUS +,UΗ/DICQj9K>RqV*ОoF"~]z]_Z(EzˣF׉:>5#}3wT#/9Ƈh߉݈8OH_0 #ze b[X?'r!"Cڄa߶VԆVԁ:QF=A5 v4vhb[:1daё4y4@z|7|%M't0]N)Kt +)qEz{4$u9Y My04:p"+MFb2MFeDsGv"0|4=ՐE{AI@_H c+wi)YtbV]isS̔EPl'7\-)3uX,+ß7"xdaFȴIiV8@Lef`Rz)&ֶgYQo,E˳SӳKKiq Me`3BYJ& M h~L--UcmUm,H:<_ q O\lcC6sp̦mcOs{lX֋KӉMamv :Ǣzi*)}BN4pŴ=aN=ȋg*ّ#g1"%&E{G[csWAqF2ڀZ͔pF]a˲hw<6u;gȯc"4o=u/ endstream endobj -75 0 obj +141 0 obj << /Type /FontDescriptor -/FontName /426818+NotoSerif-Bold -/FontFile2 74 0 R +/FontName /475c60+NotoSerif-Bold +/FontFile2 140 0 R /FontBBox [-212 -250 1306 1058] /Flags 6 /StemV 0 @@ -2907,7 +8322,7 @@ endobj /XHeight 1098 >> endobj -76 0 obj +142 0 obj << /Length 1286 /Filter [/FlateDecode] >> @@ -2917,10 +8332,10 @@ x JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?=/ί~:o?$O endstream endobj -77 0 obj -[259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 549 1000 752 671 667 1000 652 621 769 1000 400 1000 1000 1000 952 788 1000 638 1000 1000 585 652 1000 698 1066 1000 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 1000 1000 352 985 666 612 645 1000 522 487 404 666 605 855 645 579 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +143 0 obj +[259 1000 507 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 310 1000 288 1000 559 559 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 549 1000 752 671 667 767 652 621 769 818 400 1000 1000 653 952 788 787 638 1000 707 585 652 1000 698 1066 1000 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 1000 522 487 404 666 605 855 645 579 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] endobj -78 0 obj +144 0 obj << /Length1 2128 /Length 1128 /Filter [/FlateDecode] @@ -2932,10 +8347,10 @@ ix pXkK ECU7{dd+[WjV7SP5l f}(9Gb"57EZ<֎$+?J.,5O>zqu~z]*䐳7P-8 endstream endobj -79 0 obj +145 0 obj << /Type /FontDescriptor /FontName /e8ffbc+FontAwesome -/FontFile2 78 0 R +/FontFile2 144 0 R /FontBBox [0 -142 1286 857] /Flags 4 /StemV 0 @@ -2946,7 +8361,7 @@ endobj /XHeight 0 >> endobj -80 0 obj +146 0 obj << /Length 232 /Filter [/FlateDecode] >> @@ -2954,98 +8369,267 @@ stream x]P=k0+nL ٥1tЦ#%qBx<<CE3b%\FaѴ`wTYtf\"tLv88Q Y$f8|G.2(`qЛNzAv,>')VʘhqM 0;znə&ѵ,T' {Գ.k[Vj]ZgFEjR|-T\s endstream endobj -81 0 obj +147 0 obj [250 857 571 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500] endobj +148 0 obj +<< /Length1 3880 +/Length 2555 +/Filter [/FlateDecode] +>> +stream +xV}lS?:e;vBpyI$8$&u!ljpBGVe[(41R=hUZnCֱUՄ:CSUqv G{9;wB ™x< Zn؁yOQ Pd"jP=>xfkRd\3u4N@]o{{6ꏡ-=9Q_GL'o>x$PFlfSɴf=#lQ&3+(%80~\&JO]I񙱀MyY *EKKJ0VWzCeR/Q<ݴ`.A 9|d'ѧsMC%aQSR[u;OMUwmh+ģ]ιG*ݼC=b5!눥rRknMcRs'n=p<932tH,# +}eЊ.AԾ 9 =ϧ[Ȑ +|u>wzwg}RydHĝ;S^E- }@7 FsLHTbҠNJxȅ;Rׄ"P;bھyVzs7ӹn}c"T@UN"22;bwG6IGk۷]5Ug\X1O$d)k*r:\ڰ]7O$_1:JtVz<PĐ-B!J'UbpV}V[{ȨLNߘ{\{vǜt %r:Z'^`y~`c{[7]^){J;8q}SS2 DYN /d574⧞}]%]ɗ%/}/xQPm˃OG3)\a>1y5.Y}'G{ ;\GFwb.,IWKjLkBܽrbQk_\&VWrȔ=`Q/~,JQTu௯YC ,pߒ#X°Vsil; 6}~ +`;@ Nwӯ(,Nd;" ޭ1ξ=3]aN+`~" !ղJK2J"C\ &2-<%5$eJ .kx~ZP}'ʴk2}`jh*ӔX%[ZD`Kh_Gn.4) 4AVnVp8!d܏rz`1['dVHrtX| +D&095a&L}`w[%TSX1!Mu(v>8G_ےS{&'VkˋXIpwÑ\jOFddkm6n i侩DrQMgk(aiLuD=1QއnnI{~* Iv}¯\xua▂$},%u8z㱋es$ibAIArI<If TԻ?&ؾGǸ푘pM"֥fDHt3Y$yRA#lG"Vhz8/cF3&9*X +ͥCIiXGbtАQQ/sS]ڬ +kl,<‚aI# +RAch6 LM1˵H^c5&D,6 tĴMRaA[ +QaxwZ +@\ +Yԁȏ$SpOR(\bpSfU͢p]. +`$X4zĬ(d{bmoaEҰcaZF /ȲE}^&lkIdY$mW> +endobj +150 0 obj +<< /Length 1286 +/Filter [/FlateDecode] +>> +stream +xenFὮBtHs&@nu{stԒ + }i /y_!ut~]snVyg쾝+|<.÷}v)[eO/_q9_ɯ}ഏOmt_LLv͵LJ1w9)e6=nPҪtN*eP)DT.ʕrU)BYTVʪQ6[ky ^#k5x5F^ky ^#k5x5F^kZy-^+kxZV^kZy-^+kxZV^:y^'uxu:N^:y^'uxu:N^zy=^/xz^^zy=^/xz^ހ7y o xo7 Aހ7y o xo7 Aވ7Fy#(oĻnuW.I$$*I$ITH$$QI"IDD%$JI$$*I$ITH$$III$$%I$I|›Mx o7M&Iބ7ɛ&y$o›Mx o7M.xyUo ުMMol x; +JÂ31x; +JJ특xxx+!ÊwBxbx+ށr;2kΜJYeY7+|x oS7+[ƛețךyޢoV浖 -㭌"RW*4XqC^J[(^1»y]k}YM-x Vz[YEVY_}/7*Y%eӫq+:.7JE/3Y(Y*AW RVJS:(u@cD]a*f)9J)o,#\Z>MU\jPS {HSMj{fkyGm[z*Esa>&ӫj%u; 2^W[®v[2쯲u[P:V̡Յ> MBi2 .Ħԇ!dk`=o qWޕwdJF(L164U)x0E~Z?=/ί~:o?$O +endstream +endobj +151 0 obj +[500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 500 1000 500 1000 1000 1000 500 500 500 500 500 500 1000 1000 500 1000 1000 500 500 500 500 500 1000 500 500 500 500 500 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +endobj +152 0 obj +<< /Length1 3744 +/Length 2335 +/Filter [/FlateDecode] +>> +stream +xVkl>wfgv8L;BHBBB== KP}Z`[RjUTڪT}QNό(ݱf{ws +$֕\ 7/-Ƅ_,)cX2wYs hwboz?f+ IX$4~tY+Gڇb63'ЖNI6w| +@xt1M9 G|x>"ͨm^W0CDê*+z=Ui7~pgqm8|_#WOa10E}~m*~YEfTkm OM8VV}gيz(0RPV[" <-tYOit{G99ZӮ[TIlz"_$=MڛNNmw8vi3; $>s[{'G؎Mc3sm;.'ѝIr5z{7/.Lw+@޶[ ܆:b0pB/58};ܮ=;uڝN1Z,:.{Tg65l0b͑$=nܧ`n֡a2W慣MK{W3ac܍ie%*ЋӴU0jz`6Dl#{o=\31;Ǝ=g oHyRm}e(/y5KƩlj3@ ]Q-s8|59p0y+i3+@sr9׻ϖ_|7>~3^6y?}Ƶжۺm[1R.:3s8fmiU_]VlJZ-JZ{Tp\zs*mun|B][妶d ¾=鱅 zohO_>1hsuYg~sw^ u εfıocC ~{YfҸ60ԫ46lr6jlz*̲1o TKyQ~;mē2G:fzmj\F',u,ƣIJd<Sr&xT3Urm[-E”`;Qe:8ȁ(ZiંK;; +N&4g@G3* + ]U`!!WqIF9Z$w\ M +^fQh(Ԅ`:`)x)tS4SˠVrs +^3\ME0L<˱V;(фL9/`ǥ,;.d!ADH"d QAKƃ[ 'SNHA8|C$ꬬl +>#92yA?9YGa~\|F<:! %FI>OEYn=-""$N>YpXdJdbmZ| ,vIXCI-HxHex\I>k_2. <$ b"!";d=pߦ؜'1;$gPiJ(dl>rX1!-n#k܆pRN^cd*bA<BX3DE&˥;,1ns8O7.\p㱦'?wJɍ[|Q.,Kv#q)G^dw㸢fDaTk 81u',Ds5ukg V>]EzLR|ߗ> +endobj +154 0 obj +<< /Length 265 +/Filter [/FlateDecode] +>> +stream +x]n <tdYҋ]Tapj@eQ*凙AλG +̭&0:Ϫ#'(~3L7 %9ݳ 1 $G>`dm rѫoj.HLɻkk QiHʏ)ږ7RXSJ)-X<#b4q# jkG쉢'­6^R*~iHy}A Ux~o +endstream +endobj +155 0 obj +[259 494 610 470 333 473 579 577 615 577 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000] +endobj xref -0 82 +0 156 0000000000 65535 f 0000000015 00000 n 0000000270 00000 n -0000000472 00000 n -0000000578 00000 n -0000000629 00000 n -0000000901 00000 n -0000001332 00000 n -0000001628 00000 n -0000001792 00000 n -0000007129 00000 n -0000007547 00000 n -0000009427 00000 n -0000009785 00000 n -0000009829 00000 n -0000009878 00000 n -0000010172 00000 n -0000010216 00000 n -0000010386 00000 n -0000010559 00000 n -0000021056 00000 n -0000021427 00000 n -0000021471 00000 n -0000021515 00000 n -0000021682 00000 n -0000021894 00000 n -0000029799 00000 n -0000030184 00000 n -0000030228 00000 n -0000030411 00000 n -0000030612 00000 n -0000030827 00000 n -0000037058 00000 n -0000037443 00000 n -0000037487 00000 n -0000037697 00000 n -0000037889 00000 n -0000038079 00000 n -0000039072 00000 n -0000039413 00000 n -0000039457 00000 n -0000040720 00000 n -0000041061 00000 n -0000041105 00000 n -0000041229 00000 n -0000041355 00000 n -0000041482 00000 n -0000041610 00000 n -0000041741 00000 n -0000041873 00000 n -0000042038 00000 n -0000042204 00000 n -0000042353 00000 n -0000042503 00000 n -0000042640 00000 n -0000042778 00000 n -0000042898 00000 n -0000043020 00000 n -0000043290 00000 n -0000043560 00000 n -0000043634 00000 n -0000043888 00000 n -0000044076 00000 n -0000044244 00000 n -0000044447 00000 n -0000044626 00000 n -0000044958 00000 n -0000045209 00000 n -0000045425 00000 n -0000045564 00000 n -0000045715 00000 n -0000053044 00000 n -0000053258 00000 n -0000054620 00000 n -0000055696 00000 n -0000061174 00000 n -0000061393 00000 n -0000062755 00000 n -0000063856 00000 n -0000065074 00000 n -0000065281 00000 n -0000065588 00000 n +0000000474 00000 n +0000000630 00000 n +0000000681 00000 n +0000000953 00000 n +0000001384 00000 n +0000001680 00000 n +0000001847 00000 n +0000009287 00000 n +0000009767 00000 n +0000011954 00000 n +0000012313 00000 n +0000012357 00000 n +0000012406 00000 n +0000012848 00000 n +0000012892 00000 n +0000013065 00000 n +0000013238 00000 n +0000025444 00000 n +0000025816 00000 n +0000025860 00000 n +0000025904 00000 n +0000026074 00000 n +0000026286 00000 n +0000029396 00000 n +0000029742 00000 n +0000029917 00000 n +0000037935 00000 n +0000038321 00000 n +0000038365 00000 n +0000038548 00000 n +0000038749 00000 n +0000038964 00000 n +0000052369 00000 n +0000052741 00000 n +0000052785 00000 n +0000052967 00000 n +0000064718 00000 n +0000065145 00000 n +0000065320 00000 n +0000065533 00000 n +0000065705 00000 n +0000065920 00000 n +0000066136 00000 n +0000066350 00000 n +0000066562 00000 n +0000066744 00000 n +0000079244 00000 n +0000079657 00000 n +0000079701 00000 n +0000079907 00000 n +0000080115 00000 n +0000080325 00000 n +0000080516 00000 n +0000080705 00000 n +0000087760 00000 n +0000088145 00000 n +0000088189 00000 n +0000088386 00000 n +0000092173 00000 n +0000092528 00000 n +0000092572 00000 n +0000093885 00000 n +0000094258 00000 n +0000094302 00000 n +0000094469 00000 n +0000094638 00000 n +0000094811 00000 n +0000107084 00000 n +0000107512 00000 n +0000107556 00000 n +0000107735 00000 n +0000107921 00000 n +0000108103 00000 n +0000108295 00000 n +0000108463 00000 n +0000108648 00000 n +0000108840 00000 n +0000109032 00000 n +0000109213 00000 n +0000109397 00000 n +0000122846 00000 n +0000123275 00000 n +0000123456 00000 n +0000123640 00000 n +0000123848 00000 n +0000124020 00000 n +0000124227 00000 n +0000124419 00000 n +0000124625 00000 n +0000124831 00000 n +0000125023 00000 n +0000125195 00000 n +0000125367 00000 n +0000129542 00000 n +0000129915 00000 n +0000130111 00000 n +0000130309 00000 n +0000130501 00000 n +0000130626 00000 n +0000130753 00000 n +0000130881 00000 n +0000131010 00000 n +0000131142 00000 n +0000131275 00000 n +0000131441 00000 n +0000131608 00000 n +0000131742 00000 n +0000131877 00000 n +0000132049 00000 n +0000132222 00000 n +0000132382 00000 n +0000132543 00000 n +0000132683 00000 n +0000132825 00000 n +0000132963 00000 n +0000133101 00000 n +0000133222 00000 n +0000133344 00000 n +0000133615 00000 n +0000133886 00000 n +0000133964 00000 n +0000134221 00000 n +0000134413 00000 n +0000134585 00000 n +0000134794 00000 n +0000134976 00000 n +0000135312 00000 n +0000135516 00000 n +0000135876 00000 n +0000136184 00000 n +0000136402 00000 n +0000136622 00000 n +0000136764 00000 n +0000137030 00000 n +0000145576 00000 n +0000145792 00000 n +0000147155 00000 n +0000148214 00000 n +0000154769 00000 n +0000154990 00000 n +0000156353 00000 n +0000157442 00000 n +0000158661 00000 n +0000158870 00000 n +0000159178 00000 n +0000160093 00000 n +0000162739 00000 n +0000162953 00000 n +0000164316 00000 n +0000165430 00000 n +0000167856 00000 n +0000168072 00000 n +0000168413 00000 n trailer -<< /Size 82 +<< /Size 156 /Root 2 0 R /Info 1 0 R >> startxref -66502 +169542 %%EOF