ibibek commited on
Commit
cd115a6
·
1 Parent(s): f468515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +25 -25
app.py CHANGED
@@ -28,31 +28,31 @@ ex = ExampleGenerator()
28
 
29
 
30
 
31
- # # Prompt Examples
32
- # st.subheader("Prompts Examples")
33
- # with st.expander("Example-1"):
34
- # st.write("""
35
- # Use one engagement:Narrative
36
- # Use one engagement:Storyline
37
- # Use the following people:
38
- # Bob Smith is a defender role
39
- # Mary Jane is an adversary role
40
- # Use three planned events:
41
- # Planned Event one - Bob Smith deploys a honeyobject enviroment and a honeytoken file containing fake user credentials called "user-creds.dmp". The objective is to direct and elicit. He also deploys a honeypot with the objective to detect and trap.
42
- # Planned Event two - The honeypot beacons to the dataTarget called CanaryTokenAlert, the performer is the honeypot, the object is the CanaryTokenAlert.
43
- # Planned Event three - CanaryTokenAlert dataSource alerts Bob Smith that the second honeypot was accessed. The performer is the CanaryTokenAlert, the object is Bob Smith
44
- # """)
45
- # with st.expander("Example-2"):
46
- # st.write("""
47
- # Use one engagement:Narrative
48
- # Use one engagement:Storyline
49
- # Use the following people:
50
- # John White is a defender role
51
- # Use three planned events:
52
- # Planned Event one - John White deploys a breadcrumbtrail consisting of four breadcrumbs. The objective is to direct. He also deploys a honeypot with the objective to trap.
53
- # Planned Event two - The honeypot beacons to the dataTarget called CommandControlCenter, the performer is the honeypot, the object is the CommandControlCenter.
54
- # Planned Event three - CommandControlCenter dataSource alerts John White that the honeypot was accessed. The performer is the CommandControlCenter, the object is John White
55
- # """)
56
 
57
 
58
  st.subheader("Write a prompt to generate the example.")
 
28
 
29
 
30
 
31
+ # Prompt Examples
32
+ st.subheader("Prompts Examples")
33
+ with st.expander("Example-1"):
34
+ st.write("""
35
+ Use one engagement:Narrative
36
+ Use one engagement:Storyline
37
+ Use the following people:
38
+ Bob Smith is a defender role
39
+ Mary Jane is an adversary role
40
+ Use three planned events:
41
+ Planned Event one - Bob Smith deploys a honeyobject enviroment and a honeytoken file containing fake user credentials called "user-creds.dmp". The objective is to direct and elicit. He also deploys a honeypot with the objective to detect and trap.
42
+ Planned Event two - The honeypot beacons to the dataTarget called CanaryTokenAlert, the performer is the honeypot, the object is the CanaryTokenAlert.
43
+ Planned Event three - CanaryTokenAlert dataSource alerts Bob Smith that the second honeypot was accessed. The performer is the CanaryTokenAlert, the object is Bob Smith
44
+ """)
45
+ with st.expander("Example-2"):
46
+ st.write("""
47
+ Use one engagement:Narrative
48
+ Use one engagement:Storyline
49
+ Use the following people:
50
+ John White is a defender role
51
+ Use three planned events:
52
+ Planned Event one - John White deploys a breadcrumbtrail consisting of four breadcrumbs. The objective is to direct. He also deploys a honeypot with the objective to trap.
53
+ Planned Event two - The honeypot beacons to the dataTarget called CommandControlCenter, the performer is the honeypot, the object is the CommandControlCenter.
54
+ Planned Event three - CommandControlCenter dataSource alerts John White that the honeypot was accessed. The performer is the CommandControlCenter, the object is John White
55
+ """)
56
 
57
 
58
  st.subheader("Write a prompt to generate the example.")