SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Downloaden Sie, um offline zu lesen
JairoAlonsoOrtiz AaronFlechaMenendez
ViCON2019
Whoweare?
JairoAlonsoOrtiz AaronFlechaMenendez
JACINTOMORAL
MATELLAN
Me piro de
vacaciones
que estos
están locos
Introduction
IndustrialProtocols
Analysingthenetwork
ICSDissectors
DEMO
Introduction
Introduction
Information Technology Operation Technology
System Life Cycle Component lifetime 3-5 years Component lifetime: 10-20+ years
Security Level Maturity and knowledge on cybersecurity First steps on cybersecurity. Lack of awareness
Security Standards ISO 27002, COBIT, NIST, etc. IEC 62443, NERC CIP, IEEE 1686, etc.
Architectures Standard methodologies and architectures Isolated, all connected (new paradigm)
Patching
Straightforward upgrades and automated
changes
Infrequent to nearly impossible
Data Confidentiality Low - High Low - Moderate
Data Integrity Low - Moderate Very High
Availability Low - Moderate Very High (99.9999% uptime common)
Throughput High Modest
Time Criticality Delays tolerated Critical
Operating Systems COTS COTS, RTOS, Embedded OS (Firmware)
Communication Protocols TCP/IP primarily HART, DNP3, Mod/FieldBus, ICCP, TCP/IP, etc.
Communication Topology LAN/WAN, Telco, etc. LAN/WAN, Telco, Satellite, Serial, etc.
IT OTVs
Introduction
• EnsurethatonlythepeopleyouwantcanseetheinformationConfidentiality
• EnsurethedataiswhatissupposedtobeIntegrity
• EnsurethesystemordataareavailableforuseAvailability
IT OTVs
Confidentiality
Integrity
Availability
Availability
Integrity
Confidentiality
Introduction
HumanMachineInterfaceRemoteTerminalUnit
ProgrammableLogicController
They show information of the state of
theprocessessothatoperatorscoordinate
andcontroltheactionstobecarriedout.
Sometimes, they allow actions to adjust
theprocessormodifyvariables.
They allow to obtain signals
from the processes and send the
information to a remote site
whereitisprocessed.
It allows to automate processes
thankstoitsprogramming. Theyhave
digitaloranalogoutputsandinputs.
Introduction
SupervisoryControlAnd
DataAcquisition
Performs actions of supervision,
control and management of
informationinrealtime.
Theyallowacentralizationofsignals
generatedbyone orseveral industrial
processes(alertcontrol).
It communicates with a multitude of
deviceslocatedinthecontrolnetwork
(PLC, RTU, HMI, etc.)
Introduction
INTERNET
LDAP
OT
Jump host
LDAP
IT
Mail
Server
Historian
Backup
Web
Server
SCADA Historian Engineering
Workstation
PLC HMI RTU
Introduction
Energy Water
Foodand
Agriculture Health
Transport ChemicalIndustry
Nuclear Information
Technology
FinancialServices Researchfacilities
Administration
StrategicandcriticalsectorsinSpain
IndustrialProtocols
IndustrialProtocols
IndustrialProtocols
Modbus1TCP
FunctionCode RegisterType
1 ReadCoil
2 ReadDiscreteInput
3 ReadHoldingRegisters
4 ReadInputRegisters
5 WriteSingleCoil
6 WriteSingleHoldingRegister
15 WriteMultipleCoils
16 WriteMultipleHoldingRegisters
http://www.modbus.org/docs/Modbus_Messaging_Implementation_Guide_V1_0b.pdf
ThedifferencebetweenatraditionalModbusProtocolDataUnit(PDU)andtheModbus1TCP ADUis
theadditionoftheModbusApplicationProtocol(mbap) headeratthefrontoftheframe
http://modbus.org/docs/MB-TCP-
Security-v21_2018-07-24.pdf
IndustrialProtocols
IEC104
Often on TCP port
2404 (can also be on
2405 if two masters
areonthesamenetwork)
Protocol of the electric sector
that is used for communications
betweenelectricalsubstationsand
controlcentres
IndustrialProtocols
DNP3
OftenonTCPport20000
AcronymforDistributedNetworkProtocol
CommunicationprotocolusedinPowerindustryfordatacommunication
NonproprietaryprotocolmanagedbyDNPusersgroup
ExtensivelyusedinSCADAsystemscommunicationbetweenMastercontrolcenterandRTUs
SerialandEthernet
Analysingthenetwork
Analysingthenetwork
Triton1TRISIS1Hatman
Hatman
TRITON
TRISIS
Analysingthenetwork
Attackscenarios
https://ics-cert.us-
cert.gov/sites/default/files/doc
uments/MAR-17-352-
01%20HatMan%20-
%20Safety%20System%20Targe
ted%20Malware%20%28Updat
e%20B%29.pdf
https://enredandoconredes.co
m/tag/hatman/
Attack Option 1: Use the SIS to shutdown the process
Attack Option 2: Reprogram the SIS to allow an unsafe state
Attack Option 3: Reprogram the SIS to allow an unsafe state – while using the DCS to create
an unsafe state or hazard
https://github.com/MDudek-
ICS/TRISIS-TRITON-HATMAN
https://www.youtube.com/wat
ch?v=U-BO7y1HU8k
Analysingthenetwork
TriStationprotocol
https://github.com/NozomiNe
tworks/tricotools
https://www.nozominetworks
.com/blog/new-triton-
analysis-tool-wireshark-
dissector-for-tristation-
protocol/https://www.bsi.bund.de/DE/Presse/Pres
semitteilungen/Presse2018/RAPSN_SETS
_26062018.html
Analysingthenetwork1Wireshark
Endpoints
tshark -q -z endpoints,eth -n -r <PCAP>
Endpointsidentifythelogicaladdressesonthe
networkateachprotocollayer
Conversations
tshark -q -z conv,eth -n -r <PCAP>
Conversationsidentifycommunicationsbetween
thoselogicaladdresses
ThisoptionturnoffthenameofEthernetvendor
FunctionCode RegisterType
5 WriteSingleCoil
6 WriteSingleHolding
Register
15 WriteMultipleCoils
16 WriteMultipleHolding
Registers
Analysingthenetwork1Wireshark
https://www.wireshark.org/docs/dfref/m/mbtcp.html
mbtcp.modbus.func_code
mbtcp.modbus.unit_id
(104asdu) && (104asdu.typeid == 45)
mbtcp.unit_id == 255 || mbtcp.unit_id == 0
modbus.func_code == 5 || modbus.func_code == 6 || modbus.func_code ==15 || modbus.func_code == 16
Analysingthenetwork1Wireshark
https://www.blackhat.com/docs/eu-17/materials/eu-17-Lei-The-Spear-To-
Break%20-The-Security-Wall-Of-S7CommPlus-wp.pdf
https://github.com/CrySyS/bro-step7-plugin
https://www.youtube.com/watch?v=93lyRgZYxKw
https://www.youtube.com/watch?v=NNAKaAKRUow
Byte 0x72 representsthestartofthe S7CommPlus packet
Dataistransferred inseparateattributeblocksbeginwiththe
twobytes“0xa3, 0x8x”
Analysingthenetwork1Wireshark
ls *.pcap | while read PCAP; do tshark -r $PCAP -T fields -e ip.src -Y 'nbns.name == "FRED<00>"'; done |
sort | uniq -c
tshark -r <PCAP> -T fields -e ip.src -e ip.dst -e modbus.func_code | sort -Unique
mbtcp.unit_id == 255 || mbtcp.unit_id == 0
Analysingthenetwork1Wireshark
tshark -r <PCAP> -q -z io,phs,ip.addr== <IP>
tshark -r fragmentado_captura_00032_20180116191647.pcapng.pcap -q -z endpoints,ip| awk -F ' '
'{print$1}'|grep ^[0-9] | wc -l
tshark -O arp -Y 'arp.opcode == 2' -n -r <PCAP>
tshark –r <PCAP> -z io,phs
tshark -n -r <PCAP> -Ys7comm-plus -Tfields -e s7comm-plus.data.opcode| sort -n | uniq -c
tshark -n -r <PCAP> -Y 's7comm-plus.data.opcode == 0x33' -Tfields –e s7comm-plus.notification.subscrobjectid | sort -n | uniq -c
tshark -n -r <PCAP> -Y 's7comm-plus.data.opcode == 0x31' -Tfields -e s7commplus.data.function | sort -n | uniq -c
tshark -n -r <PCAP> -Y 's7comm-plus.data.opcode == 0x31' -Tfields -e s7comm-plus.data.function | sort -n | uniq -c
tshark -n -r <PCAP> -Y 's7comm-plus.data.opcode == 0x32' -Tfields -e s7commplus.data.function | sort -n | uniq -c
tshark -n -r <PCAP> -Y 's7comm-plus.data.opcode == 0x32' -Tfields -e s7commplus.data.function | sort -n | uniq -c
Analysingthenetwork1Wireshark
https://packettotal.com/
https://cloudshark.io/
Analysingthenetwork1Wireshark
ICSDissectors
ICSDissectors1CreatingICSDissectors
LUAdissector VS Cdissector
• Perfectforsmallpacketcapturesamplesand
testingorvalidatingthedissector
• TestableintheGUIorthroughcommandline
• EasiertowritethanC
• AddabletoWiresharkthroughtheGUI
• Must be added by recompiling the
Wiresharksourcecode
• UsableinGUIorcommandlineonceadded
• Moredifficulttocodethan LUAbut
hasbetterspeeds
https://www.netresec.com/?page=Blog&month=2018-09&post=Reverse-Engineering-Proprietary-ICS-Protocols
ICSDissectors
HowcanIusemydissectors
ICSDissectors
http://www.lirasenlared.xyz/20
17/05/industrial-protocol-
wireshark-dissectors.html
• DNP3
• IEC 104
• GOOSE (IEC61850)
• SV (IEC61850)
• MMS (IEC61850)
• Modbus/TCP
• OPC DA
• HART-IP
• Siemens S7
• OPC UA
• Profinet
• EtherCAT
• EtherNet/IP
• CIP
• DeviceNet
• BACnet
• KNXnet / IP
• Lontalk / LonWorks
• ZigBee
Moreinformation
https://www.wireshark.org/docs/dfref/Allinformationaboutdisplayfilters
ICSDissectors1CreatingICSDissectors
Kaitai
Kaitaitowireshark
https://github.com/kait
ai-io/kaitai_struct
https://github.com/joushx/kaitai-to-wireshark
Proprietaryprotocols
NopublicdefinitionLimitedinformationOwnerprotocol
WhatINeed
Acquireprotocolframes
Identifycommonpartsinframes
Identifydifferencesbetweensendandreplay
DevelopLUAdissector
Addtheprogramtothevisualizationapplication
DEMO
DEMO
DEMO1Components
Remote
Local
DEMO1Network1RemoteControl
HMI
Engineering
Workstation
Switch roboticarm
PLC
Portmirror
DEMO1Network1LocalControl
HMI
roboticarm
ArduinoUno
SmallHammerShield
EthernetShield
DEMO1theresult
It’stimeforarealDEMO
Theprotocol
Steps
Whatisthemeaningof0f0f0a0204?
Howmanypartsdoestheframehave?
Couldyousaywhichistheprotocol?
Arethereanytechnicalinformationaboutit?
Definingtheprotocolbaseline
ConverttoLUA
Finalsteps
Reviewthescriptresult
Makeconditionals
DefinedePORT
Addthescripttothewiresharkplugindirectory
Changeorderinaddcommands
Andbufferreadposition
Anydoubts?
Grazas

Weitere ähnliche Inhalte

Ähnlich wie Jurassic Pcap

Operating System Fingerprinting Prevention
Operating System Fingerprinting PreventionOperating System Fingerprinting Prevention
Operating System Fingerprinting Preventiondcalhoun1984
 
LogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationLogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationAnton Chuvakin
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2Lori Head
 
Group Apres
Group ApresGroup Apres
Group Apresramya5a
 
2016 06-10-ieee-sdn (1)
2016 06-10-ieee-sdn (1)2016 06-10-ieee-sdn (1)
2016 06-10-ieee-sdn (1)ICT PRISTINE
 
The journey to ICS - Extended
The journey to ICS - Extended The journey to ICS - Extended
The journey to ICS - Extended Larry Vandenaweele
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationEmbarcadero Technologies
 
DEF CON 24 - Patrick Wardle - 99 problems little snitch
DEF CON 24 - Patrick Wardle - 99 problems little snitchDEF CON 24 - Patrick Wardle - 99 problems little snitch
DEF CON 24 - Patrick Wardle - 99 problems little snitchFelipe Prado
 
breed_python_tx_redacted
breed_python_tx_redactedbreed_python_tx_redacted
breed_python_tx_redactedRyan Breed
 
Issta11
Issta11Issta11
Issta11regehr
 
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...Priyanka Aash
 
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1  Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1 securityxploded
 
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wp
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wpUs 13-opi-evading-deep-inspection-for-fun-and-shell-wp
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wpOlli-Pekka Niemi
 

Ähnlich wie Jurassic Pcap (20)

IOT Exploitation
IOT Exploitation	IOT Exploitation
IOT Exploitation
 
Operating System Fingerprinting Prevention
Operating System Fingerprinting PreventionOperating System Fingerprinting Prevention
Operating System Fingerprinting Prevention
 
LogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log StandardizationLogChaos: Challenges and Opportunities of Security Log Standardization
LogChaos: Challenges and Opportunities of Security Log Standardization
 
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA   New Questions 29Tuts.Com New CCNA 200-120 New CCNA   New Questions 2
9Tuts.Com New CCNA 200-120 New CCNA New Questions 2
 
Group Apres
Group ApresGroup Apres
Group Apres
 
C Cpres
C CpresC Cpres
C Cpres
 
C Cpres
C CpresC Cpres
C Cpres
 
C Cpres
C CpresC Cpres
C Cpres
 
2016 06-10-ieee-sdn (1)
2016 06-10-ieee-sdn (1)2016 06-10-ieee-sdn (1)
2016 06-10-ieee-sdn (1)
 
CodeChecker summary 21062021
CodeChecker summary 21062021CodeChecker summary 21062021
CodeChecker summary 21062021
 
The journey to ICS - Extended
The journey to ICS - Extended The journey to ICS - Extended
The journey to ICS - Extended
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and Instrumentation
 
DEF CON 24 - Patrick Wardle - 99 problems little snitch
DEF CON 24 - Patrick Wardle - 99 problems little snitchDEF CON 24 - Patrick Wardle - 99 problems little snitch
DEF CON 24 - Patrick Wardle - 99 problems little snitch
 
breed_python_tx_redacted
breed_python_tx_redactedbreed_python_tx_redacted
breed_python_tx_redacted
 
Issta11
Issta11Issta11
Issta11
 
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...
Transfer Learning: Repurposing ML Algorithms from Different Domains to Cloud ...
 
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1  Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1
Advanced Malware Analysis Training Session 2 - Botnet Analysis Part 1
 
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wp
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wpUs 13-opi-evading-deep-inspection-for-fun-and-shell-wp
Us 13-opi-evading-deep-inspection-for-fun-and-shell-wp
 
Episode iv a new hope
Episode iv   a new hopeEpisode iv   a new hope
Episode iv a new hope
 
Tos tutorial
Tos tutorialTos tutorial
Tos tutorial
 

Kürzlich hochgeladen

Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityHung Le
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...ZurliaSoop
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.thamaeteboho94
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxlionnarsimharajumjf
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 

Kürzlich hochgeladen (17)

ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 

Jurassic Pcap